Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make mass fraction cutoff a function argument #381

Open
jhp-lanl opened this issue Jun 19, 2024 · 0 comments
Open

Make mass fraction cutoff a function argument #381

jhp-lanl opened this issue Jun 19, 2024 · 0 comments
Assignees
Labels
interface Library interface work Robustness Ensures that existing features work as intended

Comments

@jhp-lanl
Copy link
Collaborator

The mass fraction cutoff for the PTE solver in the get_sg_eos_* interface should be an argument that can be passed by the calling function.

The cutoff is currently a magic number in the init_functor() for the various function calls:

if (frac_mass_v(i, m) > 1.e-12) {

@jhp-lanl jhp-lanl added Robustness Ensures that existing features work as intended interface Library interface work labels Jun 19, 2024
@jhp-lanl jhp-lanl self-assigned this Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
interface Library interface work Robustness Ensures that existing features work as intended
Projects
None yet
Development

No branches or pull requests

1 participant