![]() |
Shamrock 2025.10.0
Astrophysical Code
|
Configuration struct for the locally isothermal equation of state from Lodato Price 2007. More...
#include <shamphys/include/shamphys/eos_config.hpp>
Public Attributes | |
| Tscal | cs0 |
| Soundspeed at the reference radius. | |
| Tscal | q |
| Power exponent of the soundspeed profile. | |
| Tscal | r0 |
| Reference radius. | |
Configuration struct for the locally isothermal equation of state from Lodato Price 2007.
| Tscal | Scalar type |
The equation of state is given by: \( p = (c_{s,0} (r / r_0)^{-q})^2 \rho \)
Definition at line 159 of file eos_config.hpp.
| Tscal shamphys::EOS_Config_LocallyIsothermal_LP07< Tscal >::cs0 |
Soundspeed at the reference radius.
Definition at line 161 of file eos_config.hpp.
| Tscal shamphys::EOS_Config_LocallyIsothermal_LP07< Tscal >::q |
Power exponent of the soundspeed profile.
Definition at line 164 of file eos_config.hpp.
| Tscal shamphys::EOS_Config_LocallyIsothermal_LP07< Tscal >::r0 |
Reference radius.
Definition at line 167 of file eos_config.hpp.