![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Configuration struct for adiabatic equation of state. More...
#include <shamphys/include/shamphys/eos_config.hpp>
Public Attributes | |
| Tscal | gamma |
| Adiabatic index. | |
Configuration struct for adiabatic equation of state.
| Tscal | Scalar type |
This struct holds the configuration for the adiabatic equation of state. It contains the adiabatic index, which is a dimensionless quantity that determines the behavior of the gas.
The equation of state is given by: \( p = \rho^\gamma \)
Definition at line 56 of file eos_config.hpp.
| Tscal shamphys::EOS_Config_Adiabatic< Tscal >::gamma |
Adiabatic index.
Definition at line 58 of file eos_config.hpp.