Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
SmagorinskyZhang< BasicTurbulenceModel > Class Template Reference

The Smagorinsky SGS model including bubble-generated turbulence. More...

Inheritance diagram for SmagorinskyZhang< BasicTurbulenceModel >:
Inheritance graph
[legend]
Collaboration diagram for SmagorinskyZhang< BasicTurbulenceModel >:
Collaboration graph
[legend]

Public Types

typedef BasicTurbulenceModel::alphaField alphaField
 
typedef BasicTurbulenceModel::rhoField rhoField
 
typedef BasicTurbulenceModel::transportModel transportModel
 
- Public Types inherited from Smagorinsky< BasicTurbulenceModel >
typedef BasicTurbulenceModel::alphaField alphaField
 
typedef BasicTurbulenceModel::rhoField rhoField
 
typedef BasicTurbulenceModel::transportModel transportModel
 
- Public Types inherited from LESeddyViscosity< BasicTurbulenceModel >
typedef BasicTurbulenceModel::alphaField alphaField
 
typedef BasicTurbulenceModel::rhoField rhoField
 
typedef BasicTurbulenceModel::transportModel transportModel
 
- Public Types inherited from eddyViscosity< LESModel< BasicTurbulenceModel > >
typedef LESModel< BasicTurbulenceModel > ::alphaField alphaField
 
typedef LESModel< BasicTurbulenceModel > ::rhoField rhoField
 
typedef LESModel< BasicTurbulenceModel > ::transportModel transportModel
 
- Public Types inherited from linearViscousStress< LESModel< BasicTurbulenceModel > >
typedef LESModel< BasicTurbulenceModel > ::alphaField alphaField
 
typedef LESModel< BasicTurbulenceModel > ::rhoField rhoField
 
typedef LESModel< BasicTurbulenceModel > ::transportModel transportModel
 
- Public Types inherited from LESModel< BasicTurbulenceModel >
typedef BasicTurbulenceModel::alphaField alphaField
 
typedef BasicTurbulenceModel::rhoField rhoField
 
typedef BasicTurbulenceModel::transportModel transportModel
 

Public Member Functions

 TypeName ("SmagorinskyZhang")
 
 SmagorinskyZhang (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 ~SmagorinskyZhang ()=default
 
virtual bool read ()
 
- Public Member Functions inherited from Smagorinsky< BasicTurbulenceModel >
 TypeName ("Smagorinsky")
 
 Smagorinsky (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 ~Smagorinsky ()=default
 
virtual tmp< volScalarFieldk () const
 
virtual void correct ()
 
- Public Member Functions inherited from LESeddyViscosity< BasicTurbulenceModel >
 LESeddyViscosity (const word &type, const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName=turbulenceModel::propertiesName)
 
virtual ~LESeddyViscosity ()=default
 
- Public Member Functions inherited from eddyViscosity< LESModel< BasicTurbulenceModel > >
 eddyViscosity (const word &modelName, const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName)
 
virtual ~eddyViscosity ()=default
 
virtual tmp< volScalarFieldnut () const
 
virtual tmp< scalarFieldnut (const label patchi) const
 
virtual tmp< volScalarFieldk () const=0
 
virtual tmp< volSymmTensorFieldR () const
 
virtual void validate ()
 
- Public Member Functions inherited from linearViscousStress< LESModel< BasicTurbulenceModel > >
 linearViscousStress (const word &modelName, const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName)
 
virtual ~linearViscousStress ()=default
 
virtual tmp< volSymmTensorFielddevRhoReff () const
 
virtual tmp< volSymmTensorFielddevRhoReff (const volVectorField &U) const
 
virtual tmp< fvVectorMatrixdivDevRhoReff (volVectorField &U) const
 
virtual tmp< fvVectorMatrixdivDevRhoReff (const volScalarField &rho, volVectorField &U) const
 
- Public Member Functions inherited from LESModel< BasicTurbulenceModel >
 TypeName ("LES")
 
 declareRunTimeSelectionTable (autoPtr, LESModel, dictionary,(const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName),(alpha, rho, U, alphaRhoPhi, phi, transport, propertiesName))
 
 LESModel (const word &type, const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName)
 
virtual ~LESModel ()=default
 
virtual const dictionarycoeffDict () const
 
const dimensionedScalarCe () const noexcept
 
const dimensionedScalarkMin () const
 
dimensionedScalarkMin ()
 
const volScalarFielddelta () const
 
virtual tmp< volScalarFieldnuEff () const
 
virtual tmp< scalarFieldnuEff (const label patchi) const
 
virtual tmp< volScalarFieldepsilon () const
 
virtual tmp< volScalarFieldomega () const
 

Protected Member Functions

virtual void correctNut ()
 
- Protected Member Functions inherited from Smagorinsky< BasicTurbulenceModel >
tmp< volScalarFieldk (const tmp< volTensorField > &gradU) const
 
- Protected Member Functions inherited from LESModel< BasicTurbulenceModel >
virtual void printCoeffs (const word &type)
 
 LESModel (const LESModel &)=delete
 
void operator= (const LESModel &)=delete
 

Protected Attributes

dimensionedScalar Cmub_
 
- Protected Attributes inherited from Smagorinsky< BasicTurbulenceModel >
dimensionedScalar Ck_
 
- Protected Attributes inherited from eddyViscosity< LESModel< BasicTurbulenceModel > >
volScalarField nut_
 
- Protected Attributes inherited from LESModel< BasicTurbulenceModel >
dictionary LESDict_
 
Switch turbulence_
 
Switch printCoeffs_
 
dictionary coeffDict_
 
dimensionedScalar Ce_
 
dimensionedScalar kMin_
 
dimensionedScalar epsilonMin_
 
dimensionedScalar omegaMin_
 
autoPtr< Foam::LESdeltadelta_
 

Additional Inherited Members

- Static Public Member Functions inherited from LESModel< BasicTurbulenceModel >
static autoPtr< LESModelNew (const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName=turbulenceModel::propertiesName)
 

Detailed Description

template<class BasicTurbulenceModel>
class Foam::LESModels::SmagorinskyZhang< BasicTurbulenceModel >

The Smagorinsky SGS model including bubble-generated turbulence.

Reference:

    Zhang, D., Deen, N. G., & Kuipers, J. A. M. (2006).
    Numerical simulation of the dynamic flow behavior in a bubble column:
    a study of closures for turbulence and interface forces.
    Chemical Engineering Science, 61(23), 7593-7608.

The default model coefficients are

    SmagorinskyZhangCoeffs
    {
        Ck              0.094;
        Ce              1.048;
        Cmub            0.6;
    }
Source files

Definition at line 71 of file SmagorinskyZhang.H.

Member Typedef Documentation

◆ alphaField

typedef BasicTurbulenceModel::alphaField alphaField

Definition at line 115 of file SmagorinskyZhang.H.

◆ rhoField

typedef BasicTurbulenceModel::rhoField rhoField

Definition at line 116 of file SmagorinskyZhang.H.

◆ transportModel

typedef BasicTurbulenceModel::transportModel transportModel

Definition at line 117 of file SmagorinskyZhang.H.

Constructor & Destructor Documentation

◆ SmagorinskyZhang()

SmagorinskyZhang ( 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 36 of file SmagorinskyZhang.C.

References Foam::type().

Here is the call graph for this function:

◆ ~SmagorinskyZhang()

virtual ~SmagorinskyZhang ( )
virtualdefault

Member Function Documentation

◆ correctNut()

void correctNut
protectedvirtual

Reimplemented from Smagorinsky< BasicTurbulenceModel >.

Definition at line 127 of file SmagorinskyZhang.C.

References optionList::correct(), delta, Foam::fvc::grad(), k, Foam::mag(), options::New(), and Foam::sqrt().

Here is the call graph for this function:

◆ TypeName()

TypeName ( "SmagorinskyZhang< BasicTurbulenceModel >"  )

◆ read()

bool read
virtual

Reimplemented from Smagorinsky< BasicTurbulenceModel >.

Definition at line 81 of file SmagorinskyZhang.C.

Member Data Documentation

◆ Cmub_

dimensionedScalar Cmub_
protected

Definition at line 105 of file SmagorinskyZhang.H.


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