uniformConstant Class Reference

Simple uniform constant flame wrinkling Xi model. More...

Inheritance diagram for uniformConstant:
Collaboration diagram for uniformConstant:

Public Member Functions

 TypeName ("uniformConstant")
 Runtime type information. More...
 
 uniformConstant (const dictionary &dict, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence, const volScalarField &Su)
 Construct from components. More...
 
 uniformConstant (const uniformConstant &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~uniformConstant ()
 Destructor. More...
 
virtual void correct ()
 Correct the flame-wrinkling Xi. More...
 
void operator= (const uniformConstant &)=delete
 Disallow default bitwise assignment. More...
 
- Public Member Functions inherited from XiModel
 TypeName ("XiModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, XiModel, dictionary,(const dictionary &dict, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence, const volScalarField &Su),(dict, thermo, turbulence, Su))
 
 XiModel (const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence, const volScalarField &Su)
 Construct from components. More...
 
 XiModel (const XiModel &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~XiModel ()
 Destructor. More...
 
virtual const volScalarFieldXi () const
 Return the flame-wrinkling Xi. More...
 
virtual tmp< volScalarFieldDb () const
 Return the flame diffusivity. More...
 
virtual void addXi (multivariateSurfaceInterpolationScheme< scalar >::fieldTable &)
 Add Xi to the multivariateSurfaceInterpolationScheme table. More...
 
virtual void reset ()
 Reset Xi to the unburnt state (1) More...
 
bool read (const dictionary &combustionProperties)
 Update properties from the given combustionProperties dictionary. More...
 
void operator= (const XiModel &)=delete
 Disallow default bitwise assignment. More...
 
 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 volScalarFieldXi () const
 Return the flame-wrinkling Xi. More...
 
virtual tmp< volScalarFieldDb () 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...
 
virtual bool read (const dictionary &XiProperties)=0
 Update properties from given dictionary. More...
 
virtual void writeFields ()=0
 Write fields related to Xi model. More...
 
void operator= (const XiModel &)=delete
 Disallow default bitwise assignment. More...
 

Protected Member Functions

virtual bool readCoeffs (const dictionary &dict)
 Update coefficients from given dictionary. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from XiModel
static autoPtr< XiModelNew (const dictionary &combustionProperties, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence, const volScalarField &Su)
 Return a reference to the selected Xi model. More...
 
static autoPtr< XiModelNew (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
const psiuMulticomponentThermothermo_
 Thermo. More...
 
const fluidThermoThermophysicalTransportModelthermoTransport_
 Thermo-physical transport. More...
 
const compressibleMomentumTransportModelturbulence_
 Turbulence. More...
 
const volScalarFieldSu_
 
const volScalarFieldrho_
 
const volScalarFieldb_
 
volScalarField Xi_
 Flame wrinkling field. More...
 
dictionary XiModelCoeffs_
 
const compressible::RASModelturbulence_
 
const surfaceScalarFieldphi_
 

Detailed Description

Simple uniform constant flame wrinkling Xi model.

See Foam::XiModel for more details on flame wrinkling modelling.

Reference:

    Weller, H. G. (1993).
    The development of a new flame area combustion model
    using conditional averaging.
    Thermo-fluids section report TF 9307.
Source files

Definition at line 60 of file uniformConstant.H.

Constructor & Destructor Documentation

◆ uniformConstant() [1/2]

uniformConstant ( const dictionary dict,
const psiuMulticomponentThermo thermo,
const fluidThermoThermophysicalTransportModel turbulence,
const volScalarField Su 
)

Construct from components.

Definition at line 56 of file uniformConstant.C.

References XiModel::Xi_.

◆ uniformConstant() [2/2]

uniformConstant ( const uniformConstant )
delete

Disallow default bitwise copy construction.

◆ ~uniformConstant()

~uniformConstant ( )
virtual

Destructor.

Definition at line 73 of file uniformConstant.C.

Member Function Documentation

◆ readCoeffs()

bool readCoeffs ( const dictionary dict)
protectedvirtual

Update coefficients from given dictionary.

Implements XiModel.

Definition at line 43 of file uniformConstant.C.

References dict, dimensioned< Type >::read(), XiModel::readCoeffs(), and XiModel::Xi_.

Here is the call graph for this function:

◆ TypeName()

TypeName ( "uniformConstant"  )

Runtime type information.

◆ correct()

virtual void correct ( )
inlinevirtual

Correct the flame-wrinkling Xi.

Implements XiModel.

Definition at line 104 of file uniformConstant.H.

◆ operator=()

void operator= ( const uniformConstant )
delete

Disallow default bitwise assignment.


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