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

Support Manifold EoS in RK64 Reactor #513

Merged
merged 23 commits into from
Sep 23, 2024

Conversation

baperry2
Copy link
Contributor

@baperry2 baperry2 commented Jul 19, 2024

  • 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

@baperry2 baperry2 force-pushed the reactor-manifold branch 2 times, most recently from 2a6ea71 to ac82315 Compare July 19, 2024 20:16
@baperry2 baperry2 marked this pull request as ready for review September 13, 2024 22:50
eosparm)
{
auto eos = pele::physics::PhysicsType::eos(eosparm);
if (eos.identifier() == "Manifold") {
Copy link
Contributor

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

@marchdf
Copy link
Contributor

marchdf commented Sep 20, 2024

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

Copy link
Collaborator

@malihass malihass left a 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!

Testing/Exec/IgnitionDelay/check_ignDelay.py Outdated Show resolved Hide resolved
@baperry2 baperry2 enabled auto-merge (squash) September 23, 2024 17:07
@baperry2 baperry2 merged commit b703644 into AMReX-Combustion:development Sep 23, 2024
10 checks passed
@baperry2 baperry2 deleted the reactor-manifold branch September 23, 2024 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants