RASThermophysicalTransportModel< BasicThermophysicalTransportModel > Class Template Referenceabstract

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

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

Public Types

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

Public Member Functions

 TypeName ("RAS")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, RASThermophysicalTransportModel, dictionary,(const momentumTransportModel &momentumTransport, const thermoModel &thermo),(momentumTransport, thermo))
 
 RASThermophysicalTransportModel (const word &type, const momentumTransportModel &momentumTransport, const thermoModel &thermo)
 Construct from components. More...
 
 RASThermophysicalTransportModel (const RASThermophysicalTransportModel &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~RASThermophysicalTransportModel ()
 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 =0
 Effective thermal turbulent conductivity. More...
 
virtual tmp< scalarFieldkappaEff (const label patchi) const =0
 Effective thermal turbulent conductivity. More...
 
virtual void predict ()
 Predict the RAS transport coefficients if possible. More...
 
virtual void correct ()
 Solve the thermophysical transport model equations. More...
 
void operator= (const RASThermophysicalTransportModel &)=delete
 Disallow default bitwise assignment. More...
 

Static Public Member Functions

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

Protected Member Functions

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

Protected Attributes

dictionary RASDict_
 RAS 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::RASThermophysicalTransportModel< BasicThermophysicalTransportModel >

Templated abstract base class for RAS thermophysical transport models.

Source files

Definition at line 49 of file RASThermophysicalTransportModel.H.

Member Typedef Documentation

◆ alphaField

typedef BasicThermophysicalTransportModel::alphaField alphaField

Definition at line 77 of file RASThermophysicalTransportModel.H.

◆ momentumTransportModel

typedef BasicThermophysicalTransportModel::momentumTransportModel momentumTransportModel

Definition at line 80 of file RASThermophysicalTransportModel.H.

◆ thermoModel

typedef BasicThermophysicalTransportModel::thermoModel thermoModel

Definition at line 83 of file RASThermophysicalTransportModel.H.

Constructor & Destructor Documentation

◆ RASThermophysicalTransportModel() [1/2]

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

Construct from components.

Definition at line 52 of file RASThermophysicalTransportModel.C.

◆ RASThermophysicalTransportModel() [2/2]

RASThermophysicalTransportModel ( const RASThermophysicalTransportModel< BasicThermophysicalTransportModel > &  )
delete

Disallow default bitwise copy construction.

◆ ~RASThermophysicalTransportModel()

virtual ~RASThermophysicalTransportModel ( )
inlinevirtual

Destructor.

Definition at line 133 of file RASThermophysicalTransportModel.H.

Member Function Documentation

◆ printCoeffs()

void printCoeffs ( const word type)
protectedvirtual

Print model coefficients.

Definition at line 35 of file RASThermophysicalTransportModel.C.

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

Here is the call graph for this function:

◆ TypeName()

TypeName ( "RAS"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

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

◆ New()

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

Return a reference to the selected RAS model.

◆ read()

bool read
virtual

◆ coeffDict()

virtual const dictionary& coeffDict ( ) const
inlinevirtual

Const access to the coefficients dictionary.

Definition at line 143 of file RASThermophysicalTransportModel.H.

References RASThermophysicalTransportModel< BasicThermophysicalTransportModel >::coeffDict_.

◆ kappaEff() [1/2]

◆ kappaEff() [2/2]

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

◆ predict()

void predict
virtual

Predict the RAS transport coefficients if possible.

without solving thermophysical transport model equations

Reimplemented in unityLewisEddyDiffusivity< Foam::RASThermophysicalTransportModel< Foam::ThermophysicalTransportModel< Foam::compressibleMomentumTransportModel, Foam::fluidThermo > > >.

Definition at line 178 of file RASThermophysicalTransportModel.C.

◆ correct()

void correct
virtual

Solve the thermophysical transport model equations.

and correct the RAS transport coefficients

Definition at line 186 of file RASThermophysicalTransportModel.C.

References Foam::MULES::correct().

Here is the call graph for this function:

◆ operator=()

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

Disallow default bitwise assignment.

Member Data Documentation

◆ RASDict_

dictionary RASDict_
protected

RAS coefficients dictionary.

Definition at line 59 of file RASThermophysicalTransportModel.H.

◆ printCoeffs_

Switch printCoeffs_
protected

Flag to print the model coeffs at run-time.

Definition at line 62 of file RASThermophysicalTransportModel.H.

◆ coeffDict_

dictionary coeffDict_
protected

Model coefficients dictionary.

Definition at line 65 of file RASThermophysicalTransportModel.H.

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


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