-
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.
Implement general EOS equations in Riemann Solver (#338)
* add nonlinear wavespeed correction * first step: for ideal gas EOS * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * rename to match other variables * store mass scalars in HydroState * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add massScalars * template HLLC with problem_t * find dedr from Microphysics EOS * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add num mass scalars in template * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * use microphysics to find eos quantities * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix bug * added thermodynamic derivatives * added expression for C_tilde_P * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * cosmetic change * club derivative functions into one to increase speed * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * dont need to declare dedr dpdr dedp * remove comments * calculate Gamma for fundamental derivative * use second order wavespeed correction * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * cleanup * updated microp * implement full equation for G * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * simplified expression for G * updated microp: correct expression for d2pdr2_s * define G directly in microp * updated microp: add primordial chem thermo derivatives --------- Co-authored-by: Ben Wibking <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
842ddf9
commit 685110f
Showing
7 changed files
with
135 additions
and
32 deletions.
There are no files selected for viewing
Submodule Microphysics
updated
3 files
+1 −0 | EOS/gamma_law/actual_eos.H | |
+8 −0 | EOS/primordial_chem/actual_eos.H | |
+2 −0 | interfaces/eos_type.H |
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
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