-
Notifications
You must be signed in to change notification settings - Fork 12
Table and mixture EOS #96
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
Open
adamdempsey90
wants to merge
46
commits into
develop
Choose a base branch
from
dempsey/table
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
84dfe67
unlock spiner in singularity-eos for artemis use
adamdempsey90 4322016
Add spiner EOS and a new ideal gas h-he mixture
adamdempsey90 e83ea1e
Merge remote-tracking branch 'origin/develop' into dempsey/table
adamdempsey90 03e0f0d
require ideal gas
adamdempsey90 8eb21a2
require ideal gas
adamdempsey90 227998f
add bulk modulus and temperature as prim vars
adamdempsey90 081ab93
updates for more general eos
adamdempsey90 3d3c2c7
remove ref to gamma gas
adamdempsey90 179e520
cleanup and save/load everything needed
adamdempsey90 7b6f6a2
create new `gas/eos` nodes
adamdempsey90 4a3512d
Add new shock tube input for ideal gasses
adamdempsey90 c764b4a
Get working on gpu
adamdempsey90 e7f8cee
Update input files for new eos
adamdempsey90 6423beb
Be explicit about the string type
adamdempsey90 5b77435
set wl_ibl correctly
adamdempsey90 bdc08f3
Revert
adamdempsey90 0bb08d3
add new hllc solver that uses different wave speeds
adamdempsey90 2188dca
correct gas eos block name
adamdempsey90 9d5cf7a
make the general hllc the default
adamdempsey90 ee23061
Create root finding functions to get things from pressure and either …
adamdempsey90 d4e7de9
relax restrictions on ideal gas and use new EOS functions
adamdempsey90 80b10b1
Add temp unit to params
adamdempsey90 050211f
Use the already computed bulk modulus for time step
adamdempsey90 f29087f
Pass eos around by reference. Fix bug in dpdr
adamdempsey90 802c072
format
adamdempsey90 421c5a3
Revert the fix as this is causing more problems that will be fixed in…
adamdempsey90 75c8e92
use table logic was backwards
adamdempsey90 d530f0f
using ghllc requires ideal gas
adamdempsey90 cabd2b4
Rename
adamdempsey90 531473f
Merge remote-tracking branch 'origin/develop' into dempsey/table
adamdempsey90 bd5fb20
Merge remote-tracking branch 'origin/develop' into dempsey/table
adamdempsey90 9fa8afa
Add more hdf5 env variables in the cray presets
adamdempsey90 8341444
Merge branch 'dempsey/table' of github.com:lanl/artemis into dempsey/…
adamdempsey90 574f873
Correct nbody temp calculation
adamdempsey90 cff9d68
format
adamdempsey90 1756e77
cleanup
adamdempsey90 e04b7fe
Merge remote-tracking branch 'origin/develop' into dempsey/table
adamdempsey90 a01b5a0
Merge branch 'dempsey/table' of github.com:lanl/artemis into dempsey/…
adamdempsey90 367a398
Merge remote-tracking branch 'origin/develop' into dempsey/table
adamdempsey90 2a19ac4
Merge remote-tracking branch 'origin/develop' into dempsey/table
adamdempsey90 af01ca0
Read mu for all eos
adamdempsey90 547528f
Remove duplicates
adamdempsey90 e23421e
Actually integrate HSE if non-ideal EOS
adamdempsey90 3c262cc
Have extrap try to use the isothermal compressibility
adamdempsey90 84256a0
Extrapolate at the current temperature, not the initial
adamdempsey90 40ea064
correct_recon now becomes post_recon templated on fluid type. We use …
adamdempsey90 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -73,6 +73,8 @@ dust = true | |
| cfl = 0.9 | ||
| reconstruct = plm | ||
| riemann = hllc | ||
|
|
||
| <gas/eos/ideal> | ||
| gamma = 1.66666666667 | ||
|
|
||
| <dust> | ||
|
|
||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.