12#ifndef BELFEM_CL_GM_EOS_IDGAS_HPP
13#define BELFEM_CL_GM_EOS_IDGAS_HPP
The gas class that provides the fluid model.
Definition cl_Gas.hpp:81
real dpdT(const real T, const real v) const
Definition cl_GM_EoS_Idgas.cpp:63
real dsdepdT(const real T, const real p) const
Definition cl_GM_EoS_Idgas.cpp:172
real kappa(const real T, const real p) const
isothermal compressibility coefficient
Definition cl_GM_EoS_Idgas.cpp:128
real dpdv(const real T, const real v) const
Definition cl_GM_EoS_Idgas.cpp:79
real d2pdT2(const real T, const real v) const
Definition cl_GM_EoS_Idgas.cpp:71
real dhdepdp(const real T, const real p) const
Definition cl_GM_EoS_Idgas.cpp:196
real cpdep(const real T, const real p) const
Definition cl_GM_EoS_Idgas.cpp:156
EoS_Idgas(Gas &aParent)
Definition cl_GM_EoS_Idgas.cpp:22
real p(const real T, const real v) const
pressure in Pa
Definition cl_GM_EoS_Idgas.cpp:39
real v(const real T, const real p) const
specific volume in m^3/kg
Definition cl_GM_EoS_Idgas.cpp:47
real alpha(const real T, const real p) const
thermal expansion coefficient
Definition cl_GM_EoS_Idgas.cpp:95
real dsdepdp(const real T, const real p) const
Definition cl_GM_EoS_Idgas.cpp:222
real cpdep0(const real T) const
Definition cl_GM_EoS_Idgas.cpp:188
real dsdepdT0(const real T) const
Definition cl_GM_EoS_Idgas.cpp:214
real T(const real p, const real v) const
temperature in K
Definition cl_GM_EoS_Idgas.cpp:55
void eval_critical_point(real &T, real &p, real &v) const
Definition cl_GM_EoS_Idgas.cpp:230
real d2pdv2(const real T, const real v) const
Definition cl_GM_EoS_Idgas.cpp:87
real hdep(const real T, const real p) const
Definition cl_GM_EoS_Idgas.cpp:148
real sdep(const real T, const real p) const
Definition cl_GM_EoS_Idgas.cpp:164
real sdep0(const real T) const
Definition cl_GM_EoS_Idgas.cpp:205
real beta(const real T, const real p) const
isochoric stress coefficient
Definition cl_GM_EoS_Idgas.cpp:111
real hdep0(const real T) const
Definition cl_GM_EoS_Idgas.cpp:180
void remix()
call the remix function of the equation of state
Definition cl_GM_EoS_Idgas.cpp:31
EoS(Gas &aParent)
Definition cl_GM_EoS.cpp:22
USER GUIDES:
Definition cl_Capacitor.cpp:16
unsigned int uint
Definition typedefs.hpp:30
double real
Definition typedefs.hpp:36