Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
SpalartAllmarasFv3< BasicTurbulenceModel > Class Template Reference
Inheritance diagram for SpalartAllmarasFv3< BasicTurbulenceModel >:
Inheritance graph
[legend]
Collaboration diagram for SpalartAllmarasFv3< BasicTurbulenceModel >:
Collaboration graph
[legend]

Public Types

typedef BasicTurbulenceModel::alphaField alphaField
 
typedef BasicTurbulenceModel::rhoField rhoField
 
typedef BasicTurbulenceModel::transportModel transportModel
 

Public Member Functions

 TypeName ("SpalartAllmarasFv3")
 
 SpalartAllmarasFv3 (const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName=turbulenceModel::propertiesName, const word &type=typeName)
 
virtual ~SpalartAllmarasFv3 ()
 
virtual bool read ()
 
virtual tmp< volScalarField > k () const
 
virtual tmp< volScalarField > epsilon () const
 
virtual void correct ()
 

Protected Member Functions

virtual void correctNut ()
 

Protected Attributes

volScalarField nuTilda_
 
const volScalarField & y_
 

Detailed Description

template<class BasicTurbulenceModel>
class Foam::RASModels::SpalartAllmarasFv3< BasicTurbulenceModel >

Definition at line 32 of file SpalartAllmarasFv3.H.

Member Typedef Documentation

◆ alphaField

typedef BasicTurbulenceModel::alphaField alphaField

Definition at line 56 of file SpalartAllmarasFv3.H.

◆ rhoField

typedef BasicTurbulenceModel::rhoField rhoField

Definition at line 57 of file SpalartAllmarasFv3.H.

◆ transportModel

typedef BasicTurbulenceModel::transportModel transportModel

Definition at line 58 of file SpalartAllmarasFv3.H.

Constructor & Destructor Documentation

◆ SpalartAllmarasFv3()

SpalartAllmarasFv3 ( const alphaField alpha,
const rhoField rho,
const volVectorField &  U,
const surfaceScalarField &  alphaRhoPhi,
const surfaceScalarField &  phi,
const transportModel transport,
const word &  propertiesName = turbulenceModel::propertiesName,
const word &  type = typeName 
)

Definition at line 30 of file SpalartAllmarasFv3.C.

◆ ~SpalartAllmarasFv3()

virtual ~SpalartAllmarasFv3 ( )
inlinevirtual

Definition at line 77 of file SpalartAllmarasFv3.H.

Member Function Documentation

◆ correctNut()

void correctNut
protectedvirtual

Definition at line 23 of file SpalartAllmarasFv3.C.

◆ TypeName()

TypeName ( "SpalartAllmarasFv3< BasicTurbulenceModel >"  )

◆ read()

bool read
virtual

Definition at line 64 of file SpalartAllmarasFv3.C.

◆ k()

tmp< volScalarField > k
virtual

Definition at line 70 of file SpalartAllmarasFv3.C.

◆ epsilon()

tmp< volScalarField > epsilon
virtual

Definition at line 76 of file SpalartAllmarasFv3.C.

◆ correct()

void correct
virtual

Definition at line 83 of file SpalartAllmarasFv3.C.

Member Data Documentation

◆ nuTilda_

volScalarField nuTilda_
protected

Definition at line 46 of file SpalartAllmarasFv3.H.

◆ y_

const volScalarField& y_
protected

Definition at line 51 of file SpalartAllmarasFv3.H.


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