fixed Class Reference

Fixed value model for Xi. See XiModel.H for more details on flame wrinkling modelling. More...

Inheritance diagram for fixed:
Collaboration diagram for fixed:

Public Member Functions

 TypeName ("fixed")
 Runtime type information. More...
 
 fixed (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...
 
 fixed (const fixed &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~fixed ()
 Destructor. More...
 
virtual void correct ()
 Correct the flame-wrinkling Xi. 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 fixed &)=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...
 
virtual tmp< volScalarField > Db () const
 Return the flame diffusivity. More...
 
virtual void addXi (multivariateSurfaceInterpolationScheme< scalar >::fieldTable &)
 Add Xi to the multivariateSurfaceInterpolationScheme table. More...
 
virtual void correct (const fv::convectionScheme< scalar > &)
 Correct the flame-wrinkling Xi using the given convection scheme. 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...
 

Detailed Description

Fixed value model for Xi. See XiModel.H for more details on flame wrinkling modelling.

Source files

Definition at line 51 of file fixed.H.

Constructor & Destructor Documentation

◆ fixed() [1/2]

fixed ( 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 43 of file fixed.C.

◆ fixed() [2/2]

fixed ( const fixed &  )
delete

Disallow default bitwise copy construction.

◆ ~fixed()

~fixed ( )
virtual

Destructor.

Definition at line 60 of file fixed.C.

Member Function Documentation

◆ TypeName()

TypeName ( "fixed"  )

Runtime type information.

◆ correct()

virtual void correct ( )
inlinevirtual

Correct the flame-wrinkling Xi.

Implements XiModel.

Definition at line 86 of file fixed.H.

◆ read()

bool read ( const dictionary &  XiProperties)
virtual

Update properties from given dictionary.

Implements XiModel.

Definition at line 66 of file fixed.C.

References XiModel::read().

Here is the call graph for this function:

◆ writeFields()

virtual void writeFields ( )
inlinevirtual

Write fields of the XiEq model.

Implements XiModel.

Definition at line 93 of file fixed.H.

◆ operator=()

void operator= ( const fixed &  )
delete

Disallow default bitwise assignment.


The documentation for this class was generated from the following files: