-
Notifications
You must be signed in to change notification settings - Fork 51
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
Support Manifold EoS in RK64 Reactor #513
Support Manifold EoS in RK64 Reactor #513
Conversation
baperry2
commented
Jul 19, 2024
•
edited
Loading
edited
- Pass eosparm through the ReactorRK64 call stack so it can be used as needed
- Also fixes a bug where the limit to avoid overstepping the integration time for RK64 was not being applied properly for the 1D version.
- add a test case for ignition delay with tabulated chemistry
2a6ea71
to
ac82315
Compare
ac82315
to
bb1c21e
Compare
eosparm) | ||
{ | ||
auto eos = pele::physics::PhysicsType::eos(eosparm); | ||
if (eos.identifier() == "Manifold") { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could replace all this with AMREX_ALWAYS_ASSERT_WITH_MESSAGE
In this PR, can you fix a small typo? https://github.com/AMReX-Combustion/PelePhysics/blob/development/README.md?plain=1#L18 should be Radiative |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only minor comments, the manifold seems to represent ignition delay really well!