Fourier< BasicThermophysicalTransportModel > Class Template Reference

Fourier's gradient heat flux model for laminar flow. More...

Inheritance diagram for Fourier< BasicThermophysicalTransportModel >:
Collaboration diagram for Fourier< BasicThermophysicalTransportModel >:

Public Types

typedef BasicThermophysicalTransportModel::alphaField alphaField
 
typedef BasicThermophysicalTransportModel::momentumTransportModel momentumTransportModel
 
typedef BasicThermophysicalTransportModel::thermoModel thermoModel
 
- Public Types inherited from laminarThermophysicalTransportModel< BasicThermophysicalTransportModel >
typedef BasicThermophysicalTransportModel::alphaField alphaField
 
typedef BasicThermophysicalTransportModel::momentumTransportModel momentumTransportModel
 
typedef BasicThermophysicalTransportModel::thermoModel thermoModel
 

Public Member Functions

 TypeName ("Fourier")
 Runtime type information. More...
 
 Fourier (const momentumTransportModel &momentumTransport, const thermoModel &thermo)
 Construct from components. More...
 
virtual ~Fourier ()
 Destructor. More...
 
virtual const dictionarycoeffDict () const
 Const access to the coefficients dictionary. More...
 
virtual bool read ()
 Read thermophysicalTransport dictionary. More...
 
virtual tmp< volVectorFieldq () const
 Return the heat flux. More...
 
virtual tmp< fvScalarMatrixdivq (volScalarField &he) const
 Return the source term for the energy equation. More...
 
virtual tmp< volVectorFieldj (const volScalarField &Yi) const
 Return the specie flux for the given specie mass-fraction. More...
 
virtual tmp< fvScalarMatrixdivj (volScalarField &Yi) const
 Return the source term for the given specie mass-fraction equation. More...
 
virtual void correct ()
 Correct the Fourier viscosity. More...
 
- Public Member Functions inherited from laminarThermophysicalTransportModel< BasicThermophysicalTransportModel >
 TypeName ("laminar")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, laminarThermophysicalTransportModel, dictionary,(const momentumTransportModel &momentumTransport, const thermoModel &thermo),(momentumTransport, thermo))
 
 laminarThermophysicalTransportModel (const word &type, const momentumTransportModel &momentumTransport, const thermoModel &thermo)
 Construct from components. More...
 
 laminarThermophysicalTransportModel (const laminarThermophysicalTransportModel &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~laminarThermophysicalTransportModel ()
 Destructor. More...
 
virtual tmp< volScalarFieldkappaEff () const
 Effective thermal turbulent diffusivity for temperature. More...
 
virtual tmp< scalarFieldkappaEff (const label patchi) const
 Effective thermal turbulent diffusivity for temperature. More...
 
virtual tmp< volScalarFieldalphaEff () const
 Effective thermal turbulent diffusivity of mixture [kg/m/s]. More...
 
virtual tmp< scalarFieldalphaEff (const label patchi) const
 Effective thermal turbulent diffusivity of mixture. More...
 
virtual tmp< volScalarFieldDEff (const volScalarField &Yi) const
 Effective mass diffusivity for a given specie mass-fraction [kg/m/s]. More...
 
virtual tmp< scalarFieldDEff (const volScalarField &Yi, const label patchi) const
 Effective mass diffusivity for a given specie mass-fraction. More...
 
void operator= (const laminarThermophysicalTransportModel &)=delete
 Disallow default bitwise assignment. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from laminarThermophysicalTransportModel< BasicThermophysicalTransportModel >
static autoPtr< laminarThermophysicalTransportModelNew (const momentumTransportModel &momentumTransport, const thermoModel &thermo)
 Return a reference to the selected laminar model. More...
 
- Protected Member Functions inherited from laminarThermophysicalTransportModel< BasicThermophysicalTransportModel >
virtual void printCoeffs (const word &type)
 Print model coefficients. More...
 
- Protected Attributes inherited from laminarThermophysicalTransportModel< BasicThermophysicalTransportModel >
dictionary laminarDict_
 laminar coefficients dictionary More...
 
Switch printCoeffs_
 Flag to print the model coeffs at run-time. More...
 
dictionary coeffDict_
 Model coefficients dictionary. More...
 

Detailed Description

template<class BasicThermophysicalTransportModel>
class Foam::laminarThermophysicalTransportModels::Fourier< BasicThermophysicalTransportModel >

Fourier's gradient heat flux model for laminar flow.

Source files

Definition at line 51 of file Fourier.H.

Member Typedef Documentation

◆ alphaField

typedef BasicThermophysicalTransportModel::alphaField alphaField

Definition at line 62 of file Fourier.H.

◆ momentumTransportModel

typedef BasicThermophysicalTransportModel::momentumTransportModel momentumTransportModel

Definition at line 65 of file Fourier.H.

◆ thermoModel

typedef BasicThermophysicalTransportModel::thermoModel thermoModel

Definition at line 68 of file Fourier.H.

Constructor & Destructor Documentation

◆ Fourier()

Fourier ( const momentumTransportModel momentumTransport,
const thermoModel thermo 
)

Construct from components.

Definition at line 40 of file Fourier.C.

◆ ~Fourier()

Member Function Documentation

◆ TypeName()

TypeName ( "Fourier< BasicThermophysicalTransportModel >"  )

Runtime type information.

◆ coeffDict()

const dictionary & coeffDict ( ) const
virtual

Const access to the coefficients dictionary.

Reimplemented from laminarThermophysicalTransportModel< BasicThermophysicalTransportModel >.

Definition at line 58 of file Fourier.C.

References dictionary::null.

Referenced by Fourier< BasicThermophysicalTransportModel >::~Fourier().

Here is the caller graph for this function:

◆ read()

bool read ( )
virtual

Read thermophysicalTransport dictionary.

Reimplemented from laminarThermophysicalTransportModel< BasicThermophysicalTransportModel >.

Definition at line 65 of file Fourier.C.

Referenced by Fourier< BasicThermophysicalTransportModel >::~Fourier().

Here is the caller graph for this function:

◆ q()

tmp< volVectorField > q ( ) const
virtual

Return the heat flux.

Definition at line 72 of file Fourier.C.

References alpha(), Foam::fvc::grad(), Foam::constant::atomic::group, IOobject::groupName(), he, GeometricField< vector, fvPatchField, volMesh >::New(), and thermo.

Referenced by Fourier< BasicThermophysicalTransportModel >::~Fourier().

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

◆ divq()

tmp< fvScalarMatrix > divq ( volScalarField he) const
virtual

Return the source term for the energy equation.

Definition at line 88 of file Fourier.C.

References alpha(), Fourier< BasicThermophysicalTransportModel >::j(), Foam::fvm::laplacian(), and thermo.

Referenced by Fourier< BasicThermophysicalTransportModel >::~Fourier().

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

◆ j()

tmp< volVectorField > j ( const volScalarField Yi) const
virtual

Return the specie flux for the given specie mass-fraction.

Definition at line 96 of file Fourier.C.

References alpha(), Foam::fvc::grad(), IOobject::groupName(), IOobject::name(), GeometricField< vector, fvPatchField, volMesh >::New(), and thermo.

Referenced by Fourier< BasicThermophysicalTransportModel >::divq(), and Fourier< BasicThermophysicalTransportModel >::~Fourier().

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

◆ divj()

tmp< fvScalarMatrix > divj ( volScalarField Yi) const
virtual

Return the source term for the given specie mass-fraction equation.

Definition at line 114 of file Fourier.C.

References alpha(), Foam::fvm::laplacian(), and thermo.

Referenced by Fourier< BasicThermophysicalTransportModel >::~Fourier().

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

◆ correct()

void correct ( )
virtual

Correct the Fourier viscosity.

Reimplemented from laminarThermophysicalTransportModel< BasicThermophysicalTransportModel >.

Definition at line 121 of file Fourier.C.

References correct.

Referenced by Fourier< BasicThermophysicalTransportModel >::~Fourier().

Here is the caller graph for this function:

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