Memosa-FVM  0.2
IdealGasVC< T > Struct Template Reference

#include <IdealGasDensityModel.h>

Inheritance diagram for IdealGasVC< T >:
Collaboration diagram for IdealGasVC< T >:

Public Member Functions

 IdealGasVC ()
 
- Public Member Functions inherited from FloatVarDict< T >
bool hasVar (const string varName) const
 
operator[] (const string varName) const
 
bool isField (const string varName) const
 
FieldgetField (const string varName) const
 
FloatVal< T > getVal (const string varName) const
 

Additional Inherited Members

- Public Types inherited from FloatVarDict< T >
typedef map< string, FloatVal
< T > > 
T_Parent
 
- Protected Member Functions inherited from FloatVarDict< T >
void defineVar (const string varName, const T defaultValue)
 

Detailed Description

template<class T>
struct IdealGasVC< T >

Definition at line 23 of file IdealGasDensityModel.h.

Constructor & Destructor Documentation

template<class T>
IdealGasVC< T >::IdealGasVC ( )
inline

Definition at line 25 of file IdealGasDensityModel.h.

References FloatVarDict< T >::defineVar().

26  {
27  this->defineVar("pressure",T(0.0));
28  this->defineVar("operatingPressure",T(101325.0));
29  this->defineVar("temperature",T(300.0));
30  this->defineVar("molecularWeight",T(28.966));
31  this->defineVar("urf",T(1.0));
32 
33  }
void defineVar(const string varName, const T defaultValue)
Definition: FloatVarDict.h:94

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