-
Notifications
You must be signed in to change notification settings - Fork 12
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
retry hydro update if cooling solve fails #616
Conversation
/azp run |
Azure Pipelines successfully started running 5 pipeline(s). |
It would be good to edit these two comments to make it consistent for the user. I could not find a way to add a comment on these lines directly (perhaps github only allows providing comments on the lines you changed): quokka/src/RadhydroSimulation.hpp Line 1038 in 435e77c
quokka/src/RadhydroSimulation.hpp Line 1305 in 435e77c
|
@psharda can you re-review? |
This updates the shock-cloud problem to use a new setup that: - tracks the cloud center-of-mass frame - refines so that the cooling length $l_{\text{cool}} = c_s t_{\text{cool}}$ is resolved with at least 10 cells - adds derived fields for temperature, entropy, pressure, etc. to the outputs - uses the (simplified) Navier-Stokes Characteristic Boundary Conditions for inflow/outflow on the left/right sides of the box - adds shock-cloud problem to nightly regression testing **This PR depends on:** * #352 * #360 * #363 * #364 * #365 * #366 * #367 * #430 * #581 * #596 * #597 * #598 * #599 * #616 * #645
Description
This triggers the retry mechanism for the hydro update if the cooling solve fails. This mirrors the behavior for the chemistry solve (#615).
Related issues
Closes #372.
Checklist
Before this pull request can be reviewed, all of these tasks should be completed. Denote completed tasks with an
x
inside the square brackets[ ]
in the Markdown source below:/azp run
.