Alamo
Public Member Functions
Model::Gas::Thermo::Thermo Class Referenceabstract

#include <Thermo.H>

Inheritance diagram for Model::Gas::Thermo::Thermo:
Model::Gas::Thermo::CpConstant

Public Member Functions

 Thermo ()
 
virtual ~Thermo ()=default
 
virtual const char * model_name () const =0
 
virtual double cp_mol (double T, Set::Patch< const Set::Scalar > &X, int i, int j, int k) const =0
 
virtual double enthalpy_mol (double T, Set::Patch< const Set::Scalar > &X, int i, int j, int k) const =0
 
virtual double entropy_mol (double T, Set::Patch< const Set::Scalar > &X, int i, int j, int k) const =0
 

Detailed Description

Definition at line 13 of file Thermo.H.

Constructor & Destructor Documentation

◆ Thermo()

Model::Gas::Thermo::Thermo::Thermo ( )
inline

Definition at line 17 of file Thermo.H.

◆ ~Thermo()

virtual Model::Gas::Thermo::Thermo::~Thermo ( )
virtualdefault

Member Function Documentation

◆ cp_mol()

virtual double Model::Gas::Thermo::Thermo::cp_mol ( double  T,
Set::Patch< const Set::Scalar > &  X,
int  i,
int  j,
int  k 
) const
pure virtual

◆ enthalpy_mol()

virtual double Model::Gas::Thermo::Thermo::enthalpy_mol ( double  T,
Set::Patch< const Set::Scalar > &  X,
int  i,
int  j,
int  k 
) const
pure virtual

◆ entropy_mol()

virtual double Model::Gas::Thermo::Thermo::entropy_mol ( double  T,
Set::Patch< const Set::Scalar > &  X,
int  i,
int  j,
int  k 
) const
pure virtual

◆ model_name()

virtual const char * Model::Gas::Thermo::Thermo::model_name ( ) const
pure virtual

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