Basic sub-grid obstacle flame-wrinkling enhancement factor model. Details supplied by J Puttock 2/7/06. More...


Public Member Functions | |
| TypeName ("basicSubGrid") | |
| Runtime type information. More... | |
| basicSubGrid (const dictionary &XiEqProperties, const psiuMulticomponentThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su) | |
| Construct from components. More... | |
| basicSubGrid (const basicSubGrid &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~basicSubGrid () |
| Destructor. More... | |
| virtual tmp< volScalarField > | XiEq () const |
| Return the flame-wrinkling XiEq. More... | |
| virtual bool | read (const dictionary &XiEqProperties) |
| Update properties from given dictionary. More... | |
| void | operator= (const basicSubGrid &)=delete |
| Disallow default bitwise assignment. More... | |
Public Member Functions inherited from XiEqModel | |
| TypeName ("XiEqModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, XiEqModel, dictionary,(const dictionary &dict, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence, const volScalarField &Su),(dict, thermo, turbulence, Su)) | |
| XiEqModel (const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence, const volScalarField &Su) | |
| Construct from components. More... | |
| XiEqModel (const XiEqModel &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~XiEqModel () |
| Destructor. More... | |
| virtual tmp< volScalarField > | Db () const |
| Return the flame diffusivity. More... | |
| bool | read (const dictionary &XiProperties) |
| Update properties from the given XiProperties dictionary. More... | |
| void | operator= (const XiEqModel &)=delete |
| Disallow default bitwise assignment. More... | |
| TypeName ("XiEqModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, XiEqModel, dictionary,(const dictionary &XiEqProperties, const psiuMulticomponentThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su),(XiEqProperties, thermo, turbulence, Su)) | |
| XiEqModel (const dictionary &XiEqProperties, const psiuMulticomponentThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su) | |
| Construct from components. More... | |
| XiEqModel (const XiEqModel &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~XiEqModel () |
| Destructor. More... | |
| tmp< volScalarField > | calculateSchelkinEffect (const scalar) const |
| Return the sub-grid Schelkin effect. More... | |
| void | writeFields () const |
| Write fields. More... | |
| void | operator= (const XiEqModel &)=delete |
| Disallow default bitwise assignment. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from XiEqModel | |
| static autoPtr< XiEqModel > | New (const dictionary &XiProperties, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence, const volScalarField &Su) |
| Return a reference to the selected XiEq model. More... | |
| static autoPtr< XiEqModel > | New (const dictionary &XiEqProperties, const psiuMulticomponentThermo &thermo, const compressible::RASModel &turbulence, const volScalarField &Su) |
| Return a reference to the selected XiEq model. More... | |
Protected Member Functions inherited from XiEqModel | |
| virtual bool | readCoeffs (const dictionary &dict)=0 |
| Update coefficients from given dictionary. More... | |
Protected Attributes inherited from XiEqModel | |
| const psiuMulticomponentThermo & | thermo_ |
| Thermo. More... | |
| const fluidThermoThermophysicalTransportModel & | thermoTransport_ |
| Thermo-physical transport. More... | |
| const compressibleMomentumTransportModel & | turbulence_ |
| Turbulence. More... | |
| const volScalarField & | Su_ |
| Laminar burning velocity. More... | |
| dictionary | XiEqModelCoeffs_ |
| Dictionary. More... | |
| const compressible::RASModel & | turbulence_ |
| Turbulence. More... | |
Basic sub-grid obstacle flame-wrinkling enhancement factor model. Details supplied by J Puttock 2/7/06.
Sub-grid flame area generation
![]()
where:
![]()
![]()
where:
is the file "B".
is the file "N".
is the file "ns".
The flame area enhancement factor
is expected to approach:
Definition at line 81 of file basicXiSubXiEq.H.
| basicSubGrid | ( | const dictionary & | XiEqProperties, |
| const psiuMulticomponentThermo & | thermo, | ||
| const compressible::RASModel & | turbulence, | ||
| const volScalarField & | Su | ||
| ) |
Construct from components.
Definition at line 43 of file basicXiSubXiEq.C.
|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 72 of file basicXiSubXiEq.C.
| TypeName | ( | "basicSubGrid" | ) |
Runtime type information.
|
virtual |
Return the flame-wrinkling XiEq.
Implements XiEqModel.
Definition at line 78 of file basicXiSubXiEq.C.
References b, TimePaths::constant(), Foam::e, objectRegistry::lookupObject(), Foam::mag(), Foam::max(), fvMesh::mesh(), mesh, Foam::min(), n, IOobject::NO_READ, IOobject::NO_WRITE, Foam::pow(), GeometricField< Type, GeoMesh, PrimitiveField >::primitiveFieldRef(), Foam::sqrt(), fvMesh::time(), U, fvMesh::V(), and Foam::Zero.

|
virtual |
Update properties from given dictionary.
Implements XiEqModel.
Definition at line 145 of file basicXiSubXiEq.C.
References XiEqModel::read().

|
delete |
Disallow default bitwise assignment.