Public Member Functions | List of all members
transport Class Reference

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...

Inheritance diagram for transport:
Inheritance graph
[legend]
Collaboration diagram for transport:
Collaboration graph
[legend]

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< volScalarFieldDb () 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...
 
- Public Member Functions inherited from XiModel
 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 volScalarFieldXi () const
 Return the flame-wrinking Xi. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from XiModel
static autoPtr< XiModelNew (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...
 
- Protected Attributes inherited from XiModel
dictionary XiModelCoeffs_
 
const psiuReactionThermothermo_
 
const compressible::RASModelturbulence_
 
const volScalarFieldSu_
 
const volScalarFieldrho_
 
const volScalarFieldb_
 
const surfaceScalarFieldphi_
 
volScalarField Xi_
 Flame wrinking field. More...
 

Detailed Description

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.

Source files

Definition at line 55 of file transport.H.

Constructor & Destructor Documentation

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 ~transport ( )
virtual

Destructor.

Member Function Documentation

TypeName ( "transport"  )

Runtime type information.

virtual tmp<volScalarField> Db ( ) const
virtual

Return the flame diffusivity.

Reimplemented from XiModel.

virtual void addXi ( multivariateSurfaceInterpolationScheme< scalar >::fieldTable &  fields)
inlinevirtual

Add Xi to the multivariateSurfaceInterpolationScheme table.

Reimplemented from XiModel.

Definition at line 108 of file transport.H.

References multivariateSurfaceInterpolationScheme< Type >::fieldTable::add(), and XiModel::Xi_.

Here is the call graph for this function:

virtual void correct ( )
inlinevirtual

Correct the flame-wrinking Xi.

Implements XiModel.

Definition at line 116 of file transport.H.

References mvConvection(), NotImplemented, and transport::read().

Here is the call graph for this function:

virtual void correct ( const fv::convectionScheme< scalar > &  mvConvection)
virtual

Correct the flame-wrinking Xi using the given convection scheme.

Reimplemented from XiModel.

virtual bool read ( const dictionary XiProperties)
virtual

Update properties from given dictionary.

Implements XiModel.

Referenced by transport::correct().

Here is the caller graph for this function:

virtual void writeFields ( )
inlinevirtual

Write fields of the XiEq model.

Implements XiModel.

Definition at line 128 of file transport.H.


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