|
Memosa-FVM
0.2
|
#include <IdealGasDensityModel.h>


Classes | |
| class | Impl |
Public Types | |
| typedef std::map< int, IdealGasVC< T > * > | VCMap |
Public Member Functions | |
| IdealGasDensityModel (const GeomFields &geomFields, FlowFields &thermalFields, const MeshList &meshes) | |
| virtual | ~IdealGasDensityModel () |
| virtual void | init () |
| VCMap & | getVCMap () |
| bool | advance (const int niter) |
Public Member Functions inherited from Model | |
| Model (const MeshList &meshes) | |
| virtual | ~Model () |
| DEFINE_TYPENAME ("Model") | |
| virtual map< string, shared_ptr< ArrayBase > > & | getPersistenceData () |
| virtual void | restart () |
Private Attributes | |
| shared_ptr< Impl > | _impl |
Additional Inherited Members | |
Protected Attributes inherited from Model | |
| const MeshList | _meshes |
| StorageSiteList | _varSites |
| StorageSiteList | _fluxSites |
| map< string, shared_ptr < ArrayBase > > | _persistenceData |
Definition at line 38 of file IdealGasDensityModel.h.
| typedef std::map<int,IdealGasVC<T>*> IdealGasDensityModel< T >::VCMap |
Definition at line 42 of file IdealGasDensityModel.h.
| IdealGasDensityModel< T >::IdealGasDensityModel | ( | const GeomFields & | geomFields, |
| FlowFields & | thermalFields, | ||
| const MeshList & | meshes | ||
| ) |
|
virtual |
Definition at line 102 of file IdealGasDensityModel_impl.h.
References logDtor.
| bool IdealGasDensityModel< T >::advance | ( | const int | niter | ) |
Definition at line 121 of file IdealGasDensityModel_impl.h.
Referenced by IdealGasDensityModel< T >::Impl::init().
| IdealGasDensityModel< T >::VCMap & IdealGasDensityModel< T >::getVCMap | ( | ) |
Definition at line 116 of file IdealGasDensityModel_impl.h.
|
virtual |
Implements Model.
Definition at line 109 of file IdealGasDensityModel_impl.h.
Referenced by IdealGasDensityModel< T >::Impl::advance().
|
private |
Definition at line 60 of file IdealGasDensityModel.h.