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

Public Types

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

Public Member Functions

 TypeName ("kOmegaSSTFIML")
 
 kOmegaSSTFIML (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 ~kOmegaSSTFIML ()
 
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 omega_
 turbulence variables for k-omega SST More...
 
volScalarField k_
 
const volScalarField & y_
 

Detailed Description

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

Definition at line 30 of file kOmegaSSTFIML.H.

Member Typedef Documentation

◆ alphaField

typedef BasicTurbulenceModel::alphaField alphaField

Definition at line 57 of file kOmegaSSTFIML.H.

◆ rhoField

typedef BasicTurbulenceModel::rhoField rhoField

Definition at line 58 of file kOmegaSSTFIML.H.

◆ transportModel

typedef BasicTurbulenceModel::transportModel transportModel

Definition at line 59 of file kOmegaSSTFIML.H.

Constructor & Destructor Documentation

◆ kOmegaSSTFIML()

kOmegaSSTFIML ( 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 kOmegaSSTFIML.C.

◆ ~kOmegaSSTFIML()

virtual ~kOmegaSSTFIML ( )
inlinevirtual

Definition at line 78 of file kOmegaSSTFIML.H.

Member Function Documentation

◆ correctNut()

void correctNut
protectedvirtual

Definition at line 23 of file kOmegaSSTFIML.C.

◆ TypeName()

TypeName ( "kOmegaSSTFIML< BasicTurbulenceModel >"  )

◆ read()

bool read
virtual

Definition at line 72 of file kOmegaSSTFIML.C.

◆ k()

tmp< volScalarField > k
virtual

Definition at line 79 of file kOmegaSSTFIML.C.

◆ epsilon()

tmp< volScalarField > epsilon
virtual

Definition at line 85 of file kOmegaSSTFIML.C.

◆ correct()

void correct
virtual

Definition at line 91 of file kOmegaSSTFIML.C.

Member Data Documentation

◆ omega_

volScalarField omega_
protected

turbulence variables for k-omega SST

Definition at line 45 of file kOmegaSSTFIML.H.

◆ k_

volScalarField k_
protected

Definition at line 47 of file kOmegaSSTFIML.H.

◆ y_

const volScalarField& y_
protected

Definition at line 52 of file kOmegaSSTFIML.H.


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