

Public Member Functions | |
| TypeName ("ubRhoThermo") | |
| Runtime type information. More... | |
| ubRhoThermo (const fvMesh &mesh) | |
| Construct from mesh. More... | |
| ubRhoThermo (const ubRhoThermo &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~ubRhoThermo () |
| Destructor. More... | |
| const volScalarField & | b () const |
| Regress variable. More... | |
| volScalarField & | b () |
| Regress variable. More... | |
| const volScalarField & | c () const |
| Progress variable. More... | |
| volScalarField & | c () |
| Progress variable. More... | |
| const volScalarField & | alphau () const |
| Unburnt gas volume fraction. More... | |
| const volScalarField & | alphab () const |
| Burnt gas volume fraction. More... | |
| const uRhoMulticomponentThermo & | uThermo () const |
| uRhoMulticomponentThermo & | uThermo () |
| const bRhoMulticomponentThermo & | bThermo () const |
| bRhoMulticomponentThermo & | bThermo () |
| virtual const IOdictionary & | properties () const |
| Properties dictionary. More... | |
| virtual IOdictionary & | properties () |
| Non-const access the properties dictionary. More... | |
| virtual const fvMesh & | mesh () const |
| Return const access to the mesh. More... | |
| virtual const word & | phaseName () const |
| Phase name. More... | |
| virtual void | correct () |
| Update properties. More... | |
| virtual word | mixtureName () const |
| Return the name of the mixture (not implemented) More... | |
| virtual word | thermoName () const |
| Name of the thermo physics (not implemented) More... | |
| virtual bool | incompressible () const |
| Return true if the equation of state is incompressible. More... | |
| virtual bool | isochoric () const |
| Return true if the equation of state is isochoric. More... | |
| virtual Switch | dpdt () const |
| Should the dpdt term be included in the enthalpy equation. More... | |
| PtrList< volScalarField::Internal > | prompt () const |
| Return the burnt gas prompt specie mass fractions. More... | |
| void | reset () |
| Reset the mixture to an unburnt state. More... | |
| virtual tmp< volScalarField > | W () const |
| Molecular weight [kg/kmol]. More... | |
| virtual tmp< scalarField > | W (const label patchi) const |
| Molecular weight for patch [kg/kmol]. More... | |
| virtual const volScalarField & | p () const |
| Pressure [Pa]. More... | |
| virtual volScalarField & | p () |
| Pressure [Pa]. More... | |
| virtual const volScalarField & | psi () const |
| Compressibility [s^2/m^2]. More... | |
| virtual const volScalarField & | T () const |
| Temperature [K]. More... | |
| virtual volScalarField & | T () |
| Temperature [K]. More... | |
| virtual const volScalarField & | he () const |
| Enthalpy/Internal energy [J/kg]. More... | |
| virtual volScalarField & | he () |
| Enthalpy/Internal energy [J/kg]. More... | |
| virtual const volScalarField & | Cp () const |
| Heat capacity at constant pressure [J/kg/K]. More... | |
| virtual const volScalarField & | Cv () const |
| Heat capacity at constant volume [J/kg/K]. More... | |
| virtual const volScalarField & | Cpv () const |
| Heat capacity at constant pressure/volume [J/kg/K]. More... | |
| virtual tmp< volScalarField > | rho () const |
| Density [kg/m^3]. More... | |
| virtual tmp< scalarField > | rho (const label patchi) const |
| Density for patch [kg/m^3]. More... | |
| virtual volScalarField & | rho () |
| Return non-const access to the local density field [kg/m^3]. More... | |
| virtual void | correctRho (const volScalarField &dp) |
| Update the density corresponding to the given pressure change. More... | |
| virtual tmp< volScalarField > | he (const volScalarField &p, const volScalarField &T) const |
| Enthalpy/Internal energy. More... | |
| virtual tmp< volScalarField::Internal > | he (const volScalarField::Internal &p, const volScalarField::Internal &T) const |
| Enthalpy/Internal energy. More... | |
| virtual tmp< scalarField > | he (const scalarField &T, const labelList &cells) const |
| Enthalpy/Internal energy for cell-set [J/kg]. More... | |
| virtual tmp< scalarField > | he (const scalarField &T, const label patchi) const |
| Enthalpy/Internal energy for patch [J/kg]. More... | |
| virtual tmp< volScalarField::Internal > | he (const volScalarField::Internal &T, const fvSource &model, const volScalarField::Internal &source) const |
| Enthalpy/Internal energy for source [J/kg]. More... | |
| virtual tmp< scalarField > | he (const scalarField &T, const fvSource &model, const scalarField &source, const labelUList &cells) const |
| Enthalpy/Internal energy for source [J/kg]. More... | |
| virtual tmp< volScalarField > | hs () const |
| Sensible enthalpy [J/kg]. More... | |
| virtual tmp< volScalarField > | hs (const volScalarField &p, const volScalarField &T) const |
| Sensible enthalpy. More... | |
| virtual tmp< volScalarField::Internal > | hs (const volScalarField::Internal &p, const volScalarField::Internal &T) const |
| Sensible enthalpy. More... | |
| virtual tmp< scalarField > | hs (const scalarField &T, const labelList &cells) const |
| Sensible enthalpy for cell-set [J/kg]. More... | |
| virtual tmp< scalarField > | hs (const scalarField &T, const label patchi) const |
| Sensible enthalpy for patch [J/kg]. More... | |
| virtual tmp< volScalarField > | ha () const |
| Absolute enthalpy [J/kg]. More... | |
| virtual tmp< volScalarField > | ha (const volScalarField &p, const volScalarField &T) const |
| Absolute enthalpy. More... | |
| virtual tmp< volScalarField::Internal > | ha (const volScalarField::Internal &p, const volScalarField::Internal &T) const |
| Absolute enthalpy. More... | |
| virtual tmp< scalarField > | ha (const scalarField &T, const labelList &cells) const |
| Absolute enthalpy for cell-set [J/kg]. More... | |
| virtual tmp< scalarField > | ha (const scalarField &T, const label patchi) const |
| Absolute enthalpy for patch [J/kg]. More... | |
| virtual tmp< scalarField > | Cp (const scalarField &T, const label patchi) const |
| Heat capacity at constant pressure for patch [J/kg/K]. More... | |
| virtual tmp< scalarField > | Cv (const scalarField &T, const label patchi) const |
| Heat capacity at constant volume for patch [J/kg/K]. More... | |
| virtual tmp< scalarField > | Cpv (const scalarField &T, const label patchi) const |
| Heat capacity at constant pressure/volume for patch [J/kg/K]. More... | |
| virtual tmp< volScalarField > | The (const volScalarField &h, const volScalarField &p, const volScalarField &T0) const |
| Temperature from enthalpy/internal energy. More... | |
| virtual tmp< scalarField > | The (const scalarField &h, const scalarField &T0, const labelList &cells) const |
| Temperature from enthalpy/internal energy for cell-set. More... | |
| virtual tmp< scalarField > | The (const scalarField &h, const scalarField &T0, const label patchi) const |
| Temperature from enthalpy/internal energy for patch. More... | |
| virtual const volScalarField & | mu () const |
| Dynamic viscosity of mixture [kg/m/s]. More... | |
| virtual const volScalarField & | kappa () const |
| Thermal conductivity of mixture [W/m/K]. More... | |
Public Member Functions inherited from rhoFluidThermo | |
| TypeName ("rhoFluidThermo") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, rhoFluidThermo, fvMesh,(const fvMesh &mesh, const word &phaseName),(mesh, phaseName)) | |
| Declare run-time constructor selection table. More... | |
| virtual | ~rhoFluidThermo () |
| Destructor. More... | |
| virtual tmp< volScalarField > | renameRho () |
| Rename and return the thermodynamic density field [kg/m^3]. More... | |
Public Member Functions inherited from rhoThermo | |
| virtual | ~rhoThermo () |
| Destructor. More... | |
Public Member Functions inherited from basicThermo | |
| TypeName ("basicThermo") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, basicThermo, fvMesh,(const fvMesh &mesh, const word &phaseName),(mesh, phaseName)) | |
| Declare run-time constructor selection table. More... | |
| virtual | ~basicThermo () |
| Destructor. More... | |
| word | phasePropertyName (const word &name) const |
| Name of a property for a given phase. More... | |
| void | validate (const string &app, const word &) const |
| Check that the thermodynamics package is consistent. More... | |
| void | validate (const string &app, const word &, const word &) const |
| Check that the thermodynamics package is consistent. More... | |
| tmp< volScalarField > | gamma () const |
| Gamma = Cp/Cv []. More... | |
| tmp< scalarField > | gamma (const scalarField &T, const label patchi) const |
| Gamma = Cp/Cv for patch []. More... | |
| template<class FieldType > | |
| const Foam::basicThermo & | lookupThermo (const FieldType &f) |
| template<class Thermo > | |
| Foam::autoPtr< Thermo > | New (const fvMesh &mesh, const word &phaseName) |
Public Member Functions inherited from fluidThermo | |
| TypeName ("fluidThermo") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, fluidThermo, fvMesh,(const fvMesh &mesh, const word &phaseName),(mesh, phaseName)) | |
| Declare run-time constructor selection table. More... | |
| virtual | ~fluidThermo () |
| Destructor. More... | |
| tmp< volScalarField > | nu () const |
| Kinematic viscosity of mixture [m^2/s]. More... | |
| tmp< scalarField > | nu (const label patchi) const |
| Kinematic viscosity of mixture for patch [m^2/s]. More... | |
Public Member Functions inherited from viscosity | |
| TypeName ("viscosity") | |
| Runtime type information. More... | |
| viscosity () | |
| Construct. More... | |
| viscosity (const viscosity &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~viscosity () |
| Destructor. More... | |
| void | operator= (const viscosity &)=delete |
| Disallow default bitwise assignment. More... | |
Static Public Attributes | |
| static const word | unburntPhaseName |
| static const word | burntPhaseName |
Additional Inherited Members | |
Public Types inherited from rhoFluidThermo | |
| template<class MixtureType > | |
| using | DerivedThermoType = RhoFluidThermo< BasicThermo< MixtureType, composite > > |
| The derived type. More... | |
Static Public Member Functions inherited from rhoFluidThermo | |
| static word | derivedThermoName () |
| The derived name. More... | |
| static autoPtr< rhoFluidThermo > | New (const fvMesh &, const word &phaseName=word::null) |
| Standard selection based on fvMesh. More... | |
Static Public Member Functions inherited from basicThermo | |
| static word | phasePropertyName (const word &name, const word &phaseName) |
| Name of a property for a given phase. More... | |
| template<class Thermo , class Table > | |
| static Table::iterator | lookupCstrIter (const dictionary &thermoDict, Table *tablePtr) |
| Get the constructor iterator for the given thermo dictionary and. More... | |
| template<class FieldType > | |
| static const basicThermo & | lookupThermo (const FieldType &f) |
| Lookup the thermo associated with the given field. More... | |
| static wordList | splitThermoName (const word &thermoName, const int nCmpt) |
| Split name of thermo package into a list of the components names. More... | |
| static List< Pair< word > > | thermoNameComponents (const word &thermoName) |
| Split name of thermo package into a list of named components names. More... | |
| template<class Thermo > | |
| static autoPtr< Thermo > | New (const fvMesh &, const word &phaseName=word::null) |
| Generic New for each of the related thermodynamics packages. More... | |
| static autoPtr< basicThermo > | New (const fvMesh &, const word &phaseName=word::null) |
| Specialisation of the Generic New for basicThermo. More... | |
Static Public Member Functions inherited from fluidThermo | |
| static autoPtr< fluidThermo > | New (const fvMesh &, const word &phaseName=word::null) |
| Standard selection based on fvMesh. More... | |
Protected Member Functions inherited from basicThermo | |
| wordList | heBoundaryTypes () |
| Enthalpy/internal energy field boundary types. More... | |
| wordList | heBoundaryBaseTypes () |
| Enthalpy/internal energy field boundary base types. More... | |
| HashTable< word > | heSourcesTypes () |
| Enthalpy/internal energy field sources types. More... | |
Static Protected Member Functions inherited from basicThermo | |
| static volScalarField & | lookupOrConstruct (const fvMesh &mesh, const char *name) |
| Lookup and the named field, or construct it as MUST-READ if it is. More... | |
| ubRhoThermo | ( | const fvMesh & | mesh | ) |
Construct from mesh.
Definition at line 42 of file ubRhoThermo.C.
References ubRhoThermo::burntPhaseName, IOobject::groupName(), OldTimeField< FieldType >::oldTime(), Foam::type(), and ubRhoThermo::unburntPhaseName.

|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 92 of file ubRhoThermo.C.
| TypeName | ( | "ubRhoThermo" | ) |
Runtime type information.
|
inline |
Regress variable.
Definition at line 98 of file ubRhoThermo.H.
Referenced by XiFluid::burn().

|
inline |
Regress variable.
Non-const access allowed for transport equations
Definition at line 105 of file ubRhoThermo.H.
|
inline |
Progress variable.
Definition at line 111 of file ubRhoThermo.H.
Referenced by XiFluid::burn().

|
inline |
Progress variable.
Non-const access allowed for transport equations
Definition at line 118 of file ubRhoThermo.H.
|
inline |
Unburnt gas volume fraction.
Definition at line 124 of file ubRhoThermo.H.
|
inline |
Burnt gas volume fraction.
Definition at line 130 of file ubRhoThermo.H.
|
inline |
Definition at line 135 of file ubRhoThermo.H.
Referenced by XiFluid::burn().

|
inline |
Definition at line 140 of file ubRhoThermo.H.
|
inline |
Definition at line 145 of file ubRhoThermo.H.
|
inline |
Definition at line 150 of file ubRhoThermo.H.
|
virtual |
Properties dictionary.
Implements basicThermo.
Definition at line 98 of file ubRhoThermo.C.
References NotImplemented.
|
virtual |
Non-const access the properties dictionary.
Implements basicThermo.
Definition at line 105 of file ubRhoThermo.C.
References NotImplemented.
|
virtual |
Return const access to the mesh.
Implements basicThermo.
Definition at line 112 of file ubRhoThermo.C.
|
virtual |
Phase name.
Implements basicThermo.
Definition at line 118 of file ubRhoThermo.C.
References word::null.
|
virtual |
|
virtual |
Return the name of the mixture (not implemented)
Implements basicThermo.
Definition at line 124 of file ubRhoThermo.C.
References NotImplemented, and word::null.
|
virtual |
Name of the thermo physics (not implemented)
Implements basicThermo.
Definition at line 131 of file ubRhoThermo.C.
References NotImplemented, and word::null.
|
inlinevirtual |
Return true if the equation of state is incompressible.
i.e. rho != f(p)
Implements basicThermo.
Definition at line 178 of file ubRhoThermo.H.
|
inlinevirtual |
Return true if the equation of state is isochoric.
i.e. rho = const
Implements basicThermo.
Definition at line 185 of file ubRhoThermo.H.
|
inlinevirtual |
Should the dpdt term be included in the enthalpy equation.
Implements basicThermo.
Definition at line 191 of file ubRhoThermo.H.
| Foam::PtrList< Foam::volScalarField::Internal > prompt | ( | ) | const |
Return the burnt gas prompt specie mass fractions.
corresponding to the current unburnt gas specie mass fractions
Definition at line 153 of file ubRhoThermo.C.
| void reset | ( | ) |
Reset the mixture to an unburnt state.
for multi-cycle simulations with EGR
Definition at line 159 of file ubRhoThermo.C.
References Foam::exit(), Foam::FatalError, FatalErrorInFunction, forAll, n, UPtrList< T >::set(), and UPtrList< T >::size().

|
virtual |
Molecular weight [kg/kmol].
Implements basicThermo.
Definition at line 194 of file ubRhoThermo.C.
References NotImplemented.
|
virtual |
Molecular weight for patch [kg/kmol].
Implements basicThermo.
Definition at line 201 of file ubRhoThermo.C.
References NotImplemented, and patchi.
|
virtual |
|
virtual |
Pressure [Pa].
Non-const access allowed for transport equations
Implements fluidThermo.
Definition at line 214 of file ubRhoThermo.C.
|
virtual |
|
virtual |
Temperature [K].
Implements basicThermo.
Definition at line 226 of file ubRhoThermo.C.
References NotImplemented.
|
virtual |
Temperature [K].
Non-const access allowed for transport equations
Implements basicThermo.
Definition at line 233 of file ubRhoThermo.C.
References NotImplemented.
|
virtual |
Enthalpy/Internal energy [J/kg].
Implements basicThermo.
Definition at line 239 of file ubRhoThermo.C.
References NotImplemented.
|
virtual |
Enthalpy/Internal energy [J/kg].
Non-const access allowed for transport equations
Implements basicThermo.
Definition at line 245 of file ubRhoThermo.C.
References NotImplemented.
|
virtual |
Heat capacity at constant pressure [J/kg/K].
Implements basicThermo.
Definition at line 251 of file ubRhoThermo.C.
References NotImplemented.
|
virtual |
Heat capacity at constant volume [J/kg/K].
Implements basicThermo.
Definition at line 257 of file ubRhoThermo.C.
References NotImplemented.
|
virtual |
Heat capacity at constant pressure/volume [J/kg/K].
Implements basicThermo.
Definition at line 263 of file ubRhoThermo.C.
References NotImplemented.
|
virtual |
|
virtual |
Density for patch [kg/m^3].
Implements rhoThermo.
Definition at line 276 of file ubRhoThermo.C.
References patchi.
|
virtual |
Return non-const access to the local density field [kg/m^3].
Implements rhoThermo.
Definition at line 282 of file ubRhoThermo.C.
|
virtual |
Update the density corresponding to the given pressure change.
Used to update the density field following pressure solution
Reimplemented from rhoFluidThermo.
Definition at line 288 of file ubRhoThermo.C.
|
virtual |
Enthalpy/Internal energy.
for given pressure and temperature [J/kg]
Implements basicThermo.
Definition at line 296 of file ubRhoThermo.C.
References NotImplemented, p, and Foam::T().

|
virtual |
Enthalpy/Internal energy.
for given pressure and temperature [J/kg]
Implements basicThermo.
Definition at line 307 of file ubRhoThermo.C.
References NotImplemented, p, and Foam::T().

|
virtual |
Enthalpy/Internal energy for cell-set [J/kg].
Implements basicThermo.
Definition at line 318 of file ubRhoThermo.C.
References cells, NotImplemented, and Foam::T().

|
virtual |
Enthalpy/Internal energy for patch [J/kg].
Implements basicThermo.
Definition at line 329 of file ubRhoThermo.C.
References NotImplemented, patchi, and Foam::T().

|
virtual |
Enthalpy/Internal energy for source [J/kg].
Implements basicThermo.
Definition at line 340 of file ubRhoThermo.C.
References NotImplemented, and Foam::T().

|
virtual |
Enthalpy/Internal energy for source [J/kg].
Implements basicThermo.
Definition at line 352 of file ubRhoThermo.C.
References cells, NotImplemented, and Foam::T().

|
virtual |
Sensible enthalpy [J/kg].
Implements basicThermo.
Definition at line 365 of file ubRhoThermo.C.
References NotImplemented.
|
virtual |
Sensible enthalpy.
for given pressure and temperature [J/kg]
Implements basicThermo.
Definition at line 371 of file ubRhoThermo.C.
References NotImplemented, p, and Foam::T().

|
virtual |
Sensible enthalpy.
for given pressure and temperature [J/kg]
Implements basicThermo.
Definition at line 382 of file ubRhoThermo.C.
References NotImplemented, p, and Foam::T().

|
virtual |
Sensible enthalpy for cell-set [J/kg].
Implements basicThermo.
Definition at line 393 of file ubRhoThermo.C.
References cells, NotImplemented, and Foam::T().

|
virtual |
Sensible enthalpy for patch [J/kg].
Implements basicThermo.
Definition at line 404 of file ubRhoThermo.C.
References NotImplemented, patchi, and Foam::T().

|
virtual |
Absolute enthalpy [J/kg].
Implements basicThermo.
Definition at line 415 of file ubRhoThermo.C.
References NotImplemented.
|
virtual |
Absolute enthalpy.
for given pressure and temperature [J/kg]
Implements basicThermo.
Definition at line 422 of file ubRhoThermo.C.
References NotImplemented, p, and Foam::T().

|
virtual |
Absolute enthalpy.
for given pressure and temperature [J/kg]
Implements basicThermo.
Definition at line 433 of file ubRhoThermo.C.
References NotImplemented, p, and Foam::T().

|
virtual |
Absolute enthalpy for cell-set [J/kg].
Implements basicThermo.
Definition at line 444 of file ubRhoThermo.C.
References cells, NotImplemented, and Foam::T().

|
virtual |
Absolute enthalpy for patch [J/kg].
Implements basicThermo.
Definition at line 455 of file ubRhoThermo.C.
References NotImplemented, patchi, and Foam::T().

|
virtual |
Heat capacity at constant pressure for patch [J/kg/K].
Implements basicThermo.
Definition at line 466 of file ubRhoThermo.C.
References NotImplemented, patchi, and Foam::T().

|
virtual |
Heat capacity at constant volume for patch [J/kg/K].
Implements basicThermo.
Definition at line 477 of file ubRhoThermo.C.
References NotImplemented, patchi, and Foam::T().

|
virtual |
Heat capacity at constant pressure/volume for patch [J/kg/K].
Implements basicThermo.
Definition at line 488 of file ubRhoThermo.C.
References NotImplemented, patchi, and Foam::T().

|
virtual |
Temperature from enthalpy/internal energy.
Implements basicThermo.
Definition at line 499 of file ubRhoThermo.C.
References Foam::constant::universal::h, NotImplemented, p, and T0.
|
virtual |
Temperature from enthalpy/internal energy for cell-set.
Implements basicThermo.
Definition at line 511 of file ubRhoThermo.C.
References cells, Foam::constant::universal::h, NotImplemented, and T0.
|
virtual |
Temperature from enthalpy/internal energy for patch.
Implements basicThermo.
Definition at line 523 of file ubRhoThermo.C.
References Foam::constant::universal::h, NotImplemented, patchi, and T0.
|
virtual |
Dynamic viscosity of mixture [kg/m/s].
Implements fluidThermo.
Definition at line 535 of file ubRhoThermo.C.
|
virtual |
Thermal conductivity of mixture [W/m/K].
Implements basicThermo.
Definition at line 541 of file ubRhoThermo.C.
|
static |
Definition at line 78 of file ubRhoThermo.H.
Referenced by bXiKernelCorr::addSup(), constantbXiIgnition::addSup(), bXiQdot::execute(), ubAverage::fields(), ubDWEA::fields(), and ubRhoThermo::ubRhoThermo().
|
static |
Definition at line 79 of file ubRhoThermo.H.
Referenced by bXiKernelCorr::addSup(), bXiQdot::execute(), ubAverage::fields(), ubDWEA::fields(), and ubRhoThermo::ubRhoThermo().