![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Configuration struct for isothermal equation of state. More...
#include <shamphys/include/shamphys/eos_config.hpp>
Public Attributes | |
| Tscal | cs |
| Soundspeed. | |
Configuration struct for isothermal equation of state.
| Tscal | Scalar type |
This struct holds the configuration for the isothermal equation of state. It contains the soundspeed cs = sqrt(RT).
The equation of state is given by: \( p = c_s^2 \rho \)
Definition at line 38 of file eos_config.hpp.
| Tscal shamphys::EOS_Config_Isothermal< Tscal >::cs |
Soundspeed.
Definition at line 40 of file eos_config.hpp.