Thermo implementation based on compressibility with additional unburnt thermodynamic state. More...


Public Member Functions | |
| BRhoFluidMulticomponentThermo (const fvMesh &, const word &phaseName) | |
| Construct from mesh and phase name. More... | |
| BRhoFluidMulticomponentThermo (const BRhoFluidMulticomponentThermo< BaseThermo > &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~BRhoFluidMulticomponentThermo () |
| Destructor. More... | |
| virtual tmp< volScalarField > | hf () const |
| Standard enthalpy of formation [J/kg]. More... | |
| void | operator= (const BRhoFluidMulticomponentThermo< BaseThermo > &)=delete |
| Disallow default bitwise assignment. More... | |
Public Member Functions inherited from RhoFluidThermo< BaseThermo > | |
| RhoFluidThermo (const fvMesh &, const word &phaseName) | |
| Construct from mesh and phase name. More... | |
| RhoFluidThermo (const RhoFluidThermo< BaseThermo > &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~RhoFluidThermo () |
| Destructor. More... | |
| virtual void | correct () |
| Update properties. More... | |
| void | operator= (const RhoFluidThermo< BaseThermo > &)=delete |
| Disallow default bitwise assignment. More... | |
Thermo implementation based on compressibility with additional unburnt thermodynamic state.
Definition at line 50 of file BRhoFluidMulticomponentThermo.H.
| BRhoFluidMulticomponentThermo | ( | const fvMesh & | mesh, |
| const word & | phaseName | ||
| ) |
Construct from mesh and phase name.
Definition at line 32 of file BRhoFluidMulticomponentThermo.C.
|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 45 of file BRhoFluidMulticomponentThermo.C.
|
virtual |
Standard enthalpy of formation [J/kg].
Definition at line 54 of file BRhoFluidMulticomponentThermo.C.
References Foam::dimEnergy, and Foam::dimMass.
|
delete |
Disallow default bitwise assignment.