![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Configuration struct for Fermi equation of state. More...
#include <shamphys/include/shamphys/eos_config.hpp>
Public Attributes | |
| Tscal | mu_e |
| mu_e is the mean molecular weight | |
Configuration struct for Fermi equation of state.
| Tscal | Scalar type |
This struct holds the configuration for Fermi equation of state. It contains mu_e the mean molecular weight which is dimensionless quantities that determines the behavior of the gas.
The equation of state is given by: \( P = P(\rho, \mu_e) \), see shamphys::EOS_Fermi for the exact formula.
Definition at line 128 of file eos_config.hpp.
| Tscal shamphys::EOS_Config_Fermi< Tscal >::mu_e |
mu_e is the mean molecular weight
Definition at line 129 of file eos_config.hpp.