-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
113 additions
and
86 deletions.
There are no files selected for viewing
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,20 +1,31 @@ | ||
The following equations of state are provided: | ||
|
||
* `gamma_law`: a general constant-gamma ideal gas. You can | ||
set whether or not the gas is ionized via a runtime parameter. | ||
* `breakout`: this is essentially the same as `gamma_law`, but it sets | ||
the mean molecular weight based on ``eos_t aux[]`` instead of the | ||
mass fractions. | ||
|
||
* `helmholtz`: a general stellar equation of state consisting of | ||
ions, degenerate/relativitic electrons, and radiation. This is Frank | ||
* `gamma_law` : a general constant-gamma ideal gas. You can set | ||
whether or not the gas is ionized via a runtime parameter. | ||
|
||
* `helmholtz`: a general stellar equation of state consisting of ions, | ||
degenerate/relativitic electrons, and radiation. This is Frank | ||
Timmes's EOS with a modified interface and thread-safety. | ||
|
||
* `metal_chem`: a multi-gamma EOS for metal ISM chemistry. | ||
|
||
* `multigamma`: a gamma-law EOS where each species can have its own | ||
gamma (ratio of specific heats). | ||
|
||
* `polytrope`: a simple polytropic EOS: `P = K rho**gamma` | ||
|
||
* `stellarcollapse`: the nuclear equation of state from | ||
stellarcollapse.org | ||
* `primordial_chem`: a version of multigamma for primordial ISM | ||
chemistry | ||
|
||
* `rad_power_law`: an artificial EOS for radiation transport test | ||
problems. | ||
|
||
* `tillotson`: an EOS for hypevelocity impacts based on Tillotson | ||
(1962) | ||
|
||
* `ztwd`: a zero-temperature white dwarf equation of state | ||
|
||
* `primordial_chem`: a version of multigamma for primordial ISM chemistry |