Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
Public Attributes | List of all members
shamphys::EOS_Config_LocallyIsothermal_LP07< Tscal > Struct Template Reference

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.
 

Detailed Description

template<class Tscal>
struct shamphys::EOS_Config_LocallyIsothermal_LP07< Tscal >

Configuration struct for the locally isothermal equation of state from Lodato Price 2007.

Template Parameters
TscalScalar 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.

Member Data Documentation

◆ cs0

template<class Tscal >
Tscal shamphys::EOS_Config_LocallyIsothermal_LP07< Tscal >::cs0

Soundspeed at the reference radius.

Definition at line 161 of file eos_config.hpp.

◆ q

template<class Tscal >
Tscal shamphys::EOS_Config_LocallyIsothermal_LP07< Tscal >::q

Power exponent of the soundspeed profile.

Definition at line 164 of file eos_config.hpp.

◆ r0

template<class Tscal >
Tscal shamphys::EOS_Config_LocallyIsothermal_LP07< Tscal >::r0

Reference radius.

Definition at line 167 of file eos_config.hpp.


The documentation for this struct was generated from the following file: