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

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

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

Public Attributes

Tscal gamma
 Adiabatic index.
 

Detailed Description

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

Configuration struct for adiabatic equation of state.

Template Parameters
TscalScalar type

This struct holds the configuration for the adiabatic equation of state. It contains the adiabatic index, which is a dimensionless quantity that determines the behavior of the gas.

The equation of state is given by: \( p = \rho^\gamma \)

Definition at line 56 of file eos_config.hpp.

Member Data Documentation

◆ gamma

template<class Tscal >
Tscal shamphys::EOS_Config_Adiabatic< Tscal >::gamma

Adiabatic index.

Definition at line 58 of file eos_config.hpp.


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