-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
cd6cdb6
commit d6728ef
Showing
14 changed files
with
1,854 additions
and
447 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
if (AMReX_SPACEDIM GREATER_EQUAL 3) | ||
add_executable(shock_cloud cloud.cpp ${QuokkaObjSources}) | ||
add_executable(test_grackle_cooling test_grackle_cooling.cpp ${QuokkaObjSources}) | ||
|
||
if(AMReX_GPU_BACKEND MATCHES "CUDA") | ||
setup_target_for_cuda_compilation(shock_cloud) | ||
setup_target_for_cuda_compilation(test_grackle_cooling) | ||
endif(AMReX_GPU_BACKEND MATCHES "CUDA") | ||
|
||
endif(AMReX_SPACEDIM GREATER_EQUAL 3) |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.