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


Public Member Functions | |
| URhoFluidMulticomponentThermo (const fvMesh &, const word &phaseName) | |
| Construct from mesh and phase name. More... | |
| URhoFluidMulticomponentThermo (const URhoFluidMulticomponentThermo< BaseThermo > &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~URhoFluidMulticomponentThermo () |
| Destructor. More... | |
| virtual tmp< volScalarField > | Phi () const |
| Return the fuel-oxidant equivalence ratio. More... | |
| virtual void | reset (volScalarField &b, volScalarField &c, const volScalarField &heb) |
| Reset the mixture to an unburnt state and update EGR. More... | |
| virtual tmp< volScalarField > | hf () const |
| Standard enthalpy of formation [J/kg]. More... | |
| void | operator= (const URhoFluidMulticomponentThermo< 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 URhoFluidMulticomponentThermo.H.
| URhoFluidMulticomponentThermo | ( | const fvMesh & | mesh, |
| const word & | phaseName | ||
| ) |
Construct from mesh and phase name.
Definition at line 32 of file URhoFluidMulticomponentThermo.C.
|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 45 of file URhoFluidMulticomponentThermo.C.
|
virtual |
Return the fuel-oxidant equivalence ratio.
Definition at line 54 of file URhoFluidMulticomponentThermo.C.
References Foam::dimless.
|
virtual |
Reset the mixture to an unburnt state and update EGR.
Definition at line 66 of file URhoFluidMulticomponentThermo.C.
References b, Foam::constant::universal::c, Foam::MULES::correct(), OldTimeField< FieldType >::nOldTimes(), OldTimeField< FieldType >::oldTime(), and OldTimeField< FieldType >::oldTimeRef().

|
virtual |
Standard enthalpy of formation [J/kg].
Definition at line 97 of file URhoFluidMulticomponentThermo.C.
References Foam::dimEnergy, and Foam::dimMass.
|
delete |
Disallow default bitwise assignment.