5 #ifndef _IDEALGASDENSITYMODEL_H_
6 #define _IDEALGASDENSITYMODEL_H_
28 this->
defineVar(
"operatingPressure",T(101325.0));
30 this->
defineVar(
"molecularWeight",T(28.966));
42 typedef std::map<int,IdealGasVC<T>*>
VCMap;
std::map< int, IdealGasVC< T > * > VCMap
void defineVar(const string varName, const T defaultValue)
virtual ~IdealGasDensityModel()
IdealGasDensityModel(const GeomFields &geomFields, FlowFields &thermalFields, const MeshList &meshes)
bool advance(const int niter)
vector< Mesh * > MeshList