Simple transport model for Xi based on Gulders correlation with a linear correction function to give a plausible profile for Xi. See report TR/HGW/10 for details on the Weller two equations model. See XiModel.H for more details on flame wrinkling modelling. More...
Public Member Functions | |
TypeName ("transport") | |
Runtime type information. More... | |
transport (const dictionary &XiProperties, const psiuMulticomponentThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su, const volScalarField &rho, const volScalarField &b, const surfaceScalarField &phi) | |
Construct from components. More... | |
transport (const transport &)=delete | |
Disallow default bitwise copy construction. More... | |
virtual | ~transport () |
Destructor. More... | |
virtual tmp< volScalarField > | Db () const |
Return the flame diffusivity. More... | |
virtual void | addXi (multivariateSurfaceInterpolationScheme< scalar >::fieldTable &fields) |
Add Xi to the multivariateSurfaceInterpolationScheme table. More... | |
virtual void | correct () |
Correct the flame-wrinkling Xi. More... | |
virtual void | correct (const fv::convectionScheme< scalar > &mvConvection) |
Correct the flame-wrinkling Xi using the given convection scheme. More... | |
virtual bool | read (const dictionary &XiProperties) |
Update properties from given dictionary. More... | |
virtual void | writeFields () |
Write fields of the XiEq model. More... | |
void | operator= (const transport &)=delete |
Disallow default bitwise assignment. More... | |
Public Member Functions inherited from XiModel | |
TypeName ("XiModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, XiModel, dictionary,(const dictionary &XiProperties, const psiuMulticomponentThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su, const volScalarField &rho, const volScalarField &b, const surfaceScalarField &phi),(XiProperties, thermo, turbulence, Su, rho, b, phi)) | |
XiModel (const dictionary &XiProperties, const psiuMulticomponentThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su, const volScalarField &rho, const volScalarField &b, const surfaceScalarField &phi) | |
Construct from components. More... | |
XiModel (const XiModel &)=delete | |
Disallow default bitwise copy construction. More... | |
virtual | ~XiModel () |
Destructor. More... | |
virtual const volScalarField & | Xi () const |
Return the flame-wrinkling Xi. More... | |
void | operator= (const XiModel &)=delete |
Disallow default bitwise assignment. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from XiModel | |
static autoPtr< XiModel > | New (const dictionary &XiProperties, const psiuMulticomponentThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su, const volScalarField &rho, const volScalarField &b, const surfaceScalarField &phi) |
Return a reference to the selected Xi model. More... | |
Protected Attributes inherited from XiModel | |
dictionary | XiModelCoeffs_ |
const psiuMulticomponentThermo & | thermo_ |
const compressible::RASModel & | turbulence_ |
const volScalarField & | Su_ |
const volScalarField & | rho_ |
const volScalarField & | b_ |
const surfaceScalarField & | phi_ |
volScalarField | Xi_ |
Flame wrinkling field. More... | |
Simple transport model for Xi based on Gulders correlation with a linear correction function to give a plausible profile for Xi. See report TR/HGW/10 for details on the Weller two equations model. See XiModel.H for more details on flame wrinkling modelling.
Definition at line 55 of file transport.H.
transport | ( | const dictionary & | XiProperties, |
const psiuMulticomponentThermo & | thermo, | ||
const compressible::RASModel & | turbulence, | ||
const volScalarField & | Su, | ||
const volScalarField & | rho, | ||
const volScalarField & | b, | ||
const surfaceScalarField & | phi | ||
) |
Construct from components.
Definition at line 48 of file transport.C.
|
virtual |
Destructor.
Definition at line 68 of file transport.C.
TypeName | ( | "transport" | ) |
Runtime type information.
|
virtual |
Return the flame diffusivity.
Reimplemented from XiModel.
Definition at line 74 of file transport.C.
|
inlinevirtual |
Add Xi to the multivariateSurfaceInterpolationScheme table.
Reimplemented from XiModel.
Definition at line 101 of file transport.H.
References fields, and XiModel::Xi_.
|
inlinevirtual |
Correct the flame-wrinkling Xi.
Implements XiModel.
Definition at line 110 of file transport.H.
References NotImplemented.
|
virtual |
Correct the flame-wrinkling Xi using the given convection scheme.
Reimplemented from XiModel.
Definition at line 80 of file transport.C.
References Db(), IOobject::db(), Foam::fvm::ddt(), Foam::fvc::div(), Foam::fvm::div(), Foam::constant::universal::G, Foam::fvc::interpolate(), Foam::fvc::laplacian(), objectRegistry::lookupObject(), Foam::min(), mvConvection(), Foam::R(), Foam::solve(), and Foam::fvm::Sp().
|
virtual |
Update properties from given dictionary.
Implements XiModel.
Definition at line 135 of file transport.C.
References XiModel::read().
|
inlinevirtual |
|
delete |
Disallow default bitwise assignment.