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 psiuReactionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su, const volScalarField &rho, const volScalarField &b, const surfaceScalarField &phi) | |
Construct from components. 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-wrinking Xi. More... | |
virtual void | correct (const fv::convectionScheme< scalar > &mvConvection) |
Correct the flame-wrinking 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... | |
![]() | |
TypeName ("XiModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, XiModel, dictionary,(const dictionary &XiProperties, const psiuReactionThermo &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 psiuReactionThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su, const volScalarField &rho, const volScalarField &b, const surfaceScalarField &phi) | |
Construct from components. More... | |
virtual | ~XiModel () |
Destructor. More... | |
virtual const volScalarField & | Xi () const |
Return the flame-wrinking Xi. More... | |
Private Member Functions | |
transport (const transport &) | |
Disallow copy construct. More... | |
void | operator= (const transport &) |
Disallow default bitwise assignment. More... | |
Private Attributes | |
scalar | XiShapeCoef |
autoPtr< XiEqModel > | XiEqModel_ |
autoPtr< XiGModel > | XiGModel_ |
Additional Inherited Members | |
![]() | |
static autoPtr< XiModel > | New (const dictionary &XiProperties, const psiuReactionThermo &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... | |
![]() | |
dictionary | XiModelCoeffs_ |
const psiuReactionThermo & | thermo_ |
const compressible::RASModel & | turbulence_ |
const volScalarField & | Su_ |
const volScalarField & | rho_ |
const volScalarField & | b_ |
const surfaceScalarField & | phi_ |
volScalarField | Xi_ |
Flame wrinking 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 psiuReactionThermo & | thermo, | ||
const compressible::RASModel & | turbulence, | ||
const volScalarField & | Su, | ||
const volScalarField & | rho, | ||
const volScalarField & | b, | ||
const surfaceScalarField & | phi | ||
) |
Construct from components.
|
virtual |
Destructor.
|
private |
Disallow default bitwise assignment.
TypeName | ( | "transport" | ) |
Runtime type information.
|
virtual |
Return the flame diffusivity.
Reimplemented from XiModel.
|
inlinevirtual |
Add Xi to the multivariateSurfaceInterpolationScheme table.
Reimplemented from XiModel.
Definition at line 108 of file transport.H.
References fields, and XiModel::Xi_.
|
inlinevirtual |
Correct the flame-wrinking Xi.
Implements XiModel.
Definition at line 116 of file transport.H.
References NotImplemented.
|
virtual |
Correct the flame-wrinking Xi using the given convection scheme.
Reimplemented from XiModel.
|
virtual |
Update properties from given dictionary.
Implements XiModel.
|
inlinevirtual |
Write fields of the XiEq model.
Implements XiModel.
Definition at line 128 of file transport.H.
References transport::XiEqModel_.
|
private |
Definition at line 61 of file transport.H.
Definition at line 63 of file transport.H.
Referenced by transport::writeFields().
Definition at line 64 of file transport.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.