![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Configuration struct for polytropic equation of state. More...
#include <shamphys/include/shamphys/eos_config.hpp>
Public Attributes | |
| Tscal | K |
| Tscal | gamma |
Configuration struct for polytropic equation of state.
| Tscal | Scalar type |
This struct holds the configuration for the polytropic equation of state. It contains K and the adiabatic index, which are dimensionless quantities that determines the behavior of the gas.
The equation of state is given by: \( P = K\rho^\gamma \)
Definition at line 92 of file eos_config.hpp.
| Tscal shamphys::EOS_Config_Polytropic< Tscal >::gamma |
Definition at line 94 of file eos_config.hpp.
| Tscal shamphys::EOS_Config_Polytropic< Tscal >::K |
Definition at line 93 of file eos_config.hpp.