transport Class Reference

Transport model for flame wrinkling Xi. More...

Inheritance diagram for transport:
Collaboration diagram for transport:

Public Member Functions

 TypeName ("transport")
 Runtime type information. More...
 
 transport (const dictionary &dict, const psiuMulticomponentThermo &thermo, const fluidThermoThermophysicalTransportModel &turbulence, const volScalarField &Su)
 Construct from components. More...
 
 transport (const transport &)=delete
 Disallow default bitwise copy construction. 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-wrinkling Xi. More...
 
void operator= (const transport &)=delete
 Disallow default bitwise assignment. More...
 
 TypeName ("transport")
 Runtime type information. More...
 
 transport (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...
 
 transport (const transport &)=delete
 Disallow default bitwise copy construction. 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-wrinkling Xi. More...
 
virtual void correct (const fv::convectionScheme< scalar > &mvConvection)
 Correct the flame-wrinkling 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...
 
void operator= (const transport &)=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 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...
 
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

Transport model for flame wrinkling Xi.

Simple transport model for Xi based on Gulder's 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.

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

References:

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

    Weller, H. G., Tabor, G., Gosman, A. D., & Fureby, C. (1998, January).
    Application of a flame-wrinkling LES combustion model
    to a turbulent mixing layer.
    In Symposium (International) on combustion
    (Vol. 27, No. 1, pp. 899-907). Elsevier.
Source files

Source files

Definition at line 71 of file transport.H.

Constructor & Destructor Documentation

◆ transport() [1/4]

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

Construct from components.

Definition at line 60 of file transport.C.

References IOobject::AUTO_WRITE, dict, transport::readCoeffs(), IOobject::writeOpt(), and XiModel::Xi_.

Here is the call graph for this function:

◆ transport() [2/4]

transport ( const transport )
delete

Disallow default bitwise copy construction.

◆ ~transport() [1/2]

~transport ( )
virtual

Destructor.

Definition at line 80 of file transport.C.

◆ transport() [3/4]

transport ( 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 48 of file transport.C.

◆ transport() [4/4]

transport ( const transport )
delete

Disallow default bitwise copy construction.

◆ ~transport() [2/2]

virtual ~transport ( )
virtual

Destructor.

Member Function Documentation

◆ readCoeffs()

bool readCoeffs ( const dictionary dict)
protectedvirtual

Update coefficients from given dictionary.

Implements XiModel.

Definition at line 50 of file transport.C.

References dict, and XiModel::readCoeffs().

Referenced by transport::transport().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ TypeName() [1/2]

TypeName ( "transport"  )

Runtime type information.

◆ Db() [1/2]

Foam::tmp< Foam::volScalarField > Db ( ) const
virtual

Return the flame diffusivity.

Reimplemented from XiModel.

Definition at line 86 of file transport.C.

◆ addXi() [1/2]

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

Add Xi to the multivariateSurfaceInterpolationScheme table.

Reimplemented from XiModel.

Definition at line 119 of file transport.H.

References fields, and XiModel::Xi_.

◆ correct() [1/3]

◆ operator=() [1/2]

void operator= ( const transport )
delete

Disallow default bitwise assignment.

◆ TypeName() [2/2]

TypeName ( "transport"  )

Runtime type information.

◆ Db() [2/2]

virtual tmp<volScalarField> Db ( ) const
virtual

Return the flame diffusivity.

Reimplemented from XiModel.

◆ addXi() [2/2]

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

Add Xi to the multivariateSurfaceInterpolationScheme table.

Reimplemented from XiModel.

Definition at line 101 of file transport.H.

References fields, and XiModel::Xi_.

◆ correct() [2/3]

virtual void correct ( )
inlinevirtual

Correct the flame-wrinkling Xi.

Implements XiModel.

Definition at line 110 of file transport.H.

References NotImplemented.

◆ correct() [3/3]

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

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

Reimplemented from XiModel.

Definition at line 80 of file transport.C.

References Db(), IOobject::db(), Foam::fvm::ddt(), Foam::fvc::div(), Foam::fvm::div(), Foam::constant::universal::G, Foam::fvc::interpolate(), Foam::fvc::laplacian(), objectRegistry::lookupObject(), Foam::min(), mvConvection(), Foam::R(), Foam::solve(), and Foam::fvm::Sp().

Here is the call graph for this function:

◆ read()

bool read ( const dictionary XiProperties)
virtual

Update properties from given dictionary.

Implements XiModel.

Definition at line 135 of file transport.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 122 of file transport.H.

◆ operator=() [2/2]

void operator= ( const transport )
delete

Disallow default bitwise assignment.


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