laminarThermophysicalTransportModel< BasicThermophysicalTransportModel > Class Template Reference

Templated abstract base class for laminar thermophysical transport models. More...

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

Public Types

typedef BasicThermophysicalTransportModel::alphaField alphaField
 
typedef BasicThermophysicalTransportModel::momentumTransportModel momentumTransportModel
 
typedef BasicThermophysicalTransportModel::thermoModel thermoModel
 

Public Member Functions

 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 bool read ()
 Read model coefficients if they have changed. More...
 
virtual const dictionarycoeffDict () const
 Const access to the coefficients dictionary. 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...
 
virtual void correct ()
 Correct the laminar transport. More...
 
void operator= (const laminarThermophysicalTransportModel &)=delete
 Disallow default bitwise assignment. More...
 

Static Public Member Functions

static autoPtr< laminarThermophysicalTransportModelNew (const momentumTransportModel &momentumTransport, const thermoModel &thermo)
 Return a reference to the selected laminar model. More...
 

Protected Member Functions

virtual void printCoeffs (const word &type)
 Print model coefficients. More...
 

Protected Attributes

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::laminarThermophysicalTransportModel< BasicThermophysicalTransportModel >

Templated abstract base class for laminar thermophysical transport models.

Source files

Definition at line 49 of file laminarThermophysicalTransportModel.H.

Member Typedef Documentation

◆ alphaField

typedef BasicThermophysicalTransportModel::alphaField alphaField

Definition at line 77 of file laminarThermophysicalTransportModel.H.

◆ momentumTransportModel

typedef BasicThermophysicalTransportModel::momentumTransportModel momentumTransportModel

Definition at line 80 of file laminarThermophysicalTransportModel.H.

◆ thermoModel

typedef BasicThermophysicalTransportModel::thermoModel thermoModel

Definition at line 83 of file laminarThermophysicalTransportModel.H.

Constructor & Destructor Documentation

◆ laminarThermophysicalTransportModel() [1/2]

laminarThermophysicalTransportModel ( const word type,
const momentumTransportModel momentumTransport,
const thermoModel thermo 
)

Construct from components.

Definition at line 53 of file laminarThermophysicalTransportModel.C.

References Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, Foam::Info, dictionary::lookup(), Foam::compressible::New(), Foam::nl, dictionary::subDict(), and thermo.

Here is the call graph for this function:

◆ laminarThermophysicalTransportModel() [2/2]

laminarThermophysicalTransportModel ( const laminarThermophysicalTransportModel< BasicThermophysicalTransportModel > &  )
delete

Disallow default bitwise copy construction.

◆ ~laminarThermophysicalTransportModel()

virtual ~laminarThermophysicalTransportModel ( )
inlinevirtual

Destructor.

Definition at line 133 of file laminarThermophysicalTransportModel.H.

References laminarThermophysicalTransportModel< BasicThermophysicalTransportModel >::read().

Here is the call graph for this function:

Member Function Documentation

◆ printCoeffs()

void printCoeffs ( const word type)
protectedvirtual

Print model coefficients.

Definition at line 36 of file laminarThermophysicalTransportModel.C.

References Foam::endl(), and Foam::Info.

Here is the call graph for this function:

◆ TypeName()

TypeName ( "laminar"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

declareRunTimeSelectionTable ( autoPtr  ,
laminarThermophysicalTransportModel< BasicThermophysicalTransportModel >  ,
dictionary  ,
(const momentumTransportModel &momentumTransport, const thermoModel &thermo ,
(momentumTransport, thermo  
)

◆ New()

static autoPtr<laminarThermophysicalTransportModel> New ( const momentumTransportModel momentumTransport,
const thermoModel thermo 
)
static

Return a reference to the selected laminar model.

◆ read()

bool read ( )
virtual

Read model coefficients if they have changed.

Reimplemented in Fourier< BasicThermophysicalTransportModel >.

Definition at line 149 of file laminarThermophysicalTransportModel.C.

References Foam::blockMeshTools::read(), and Foam::type().

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

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

◆ coeffDict()

◆ kappaEff() [1/2]

virtual tmp<volScalarField> kappaEff ( ) const
inlinevirtual

Effective thermal turbulent diffusivity for temperature.

of mixture [W/m/K]

Definition at line 150 of file laminarThermophysicalTransportModel.H.

Referenced by laminarThermophysicalTransportModel< BasicThermophysicalTransportModel >::coeffDict().

Here is the caller graph for this function:

◆ kappaEff() [2/2]

virtual tmp<scalarField> kappaEff ( const label  patchi) const
inlinevirtual

Effective thermal turbulent diffusivity for temperature.

of mixture for patch [W/m/K]

Definition at line 161 of file laminarThermophysicalTransportModel.H.

◆ alphaEff() [1/2]

virtual tmp<volScalarField> alphaEff ( ) const
inlinevirtual

Effective thermal turbulent diffusivity of mixture [kg/m/s].

Definition at line 167 of file laminarThermophysicalTransportModel.H.

References GeometricField< scalar, fvPatchField, volMesh >::New(), and thermo.

Referenced by laminarThermophysicalTransportModel< BasicThermophysicalTransportModel >::DEff().

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

◆ alphaEff() [2/2]

virtual tmp<scalarField> alphaEff ( const label  patchi) const
inlinevirtual

Effective thermal turbulent diffusivity of mixture.

for patch [kg/m/s]

Definition at line 178 of file laminarThermophysicalTransportModel.H.

◆ DEff() [1/2]

virtual tmp<volScalarField> DEff ( const volScalarField Yi) const
inlinevirtual

Effective mass diffusivity for a given specie mass-fraction [kg/m/s].

Definition at line 184 of file laminarThermophysicalTransportModel.H.

References laminarThermophysicalTransportModel< BasicThermophysicalTransportModel >::alphaEff(), and GeometricField< scalar, fvPatchField, volMesh >::New().

Here is the call graph for this function:

◆ DEff() [2/2]

virtual tmp<scalarField> DEff ( const volScalarField Yi,
const label  patchi 
) const
inlinevirtual

◆ correct()

void correct ( )
virtual

Correct the laminar transport.

Reimplemented in Fourier< BasicThermophysicalTransportModel >.

Definition at line 170 of file laminarThermophysicalTransportModel.C.

References correct.

Referenced by laminarThermophysicalTransportModel< BasicThermophysicalTransportModel >::DEff().

Here is the caller graph for this function:

◆ operator=()

void operator= ( const laminarThermophysicalTransportModel< BasicThermophysicalTransportModel > &  )
delete

Disallow default bitwise assignment.

Referenced by laminarThermophysicalTransportModel< BasicThermophysicalTransportModel >::DEff().

Here is the caller graph for this function:

Member Data Documentation

◆ laminarDict_

dictionary laminarDict_
protected

laminar coefficients dictionary

Definition at line 59 of file laminarThermophysicalTransportModel.H.

◆ printCoeffs_

Switch printCoeffs_
protected

Flag to print the model coeffs at run-time.

Definition at line 62 of file laminarThermophysicalTransportModel.H.

◆ coeffDict_

dictionary coeffDict_
protected

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