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

Configuration struct for isothermal equation of state. More...

#include <shamphys/include/shamphys/eos_config.hpp>

Public Attributes

Tscal cs
 Soundspeed.
 

Detailed Description

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

Configuration struct for isothermal equation of state.

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

Member Data Documentation

◆ cs

template<class Tscal >
Tscal shamphys::EOS_Config_Isothermal< Tscal >::cs

Soundspeed.

Definition at line 40 of file eos_config.hpp.


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