|
| 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 () |
|
| 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< volScalarField > | k () const |
|
virtual void | correct () |
|
| 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 |
|
| 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< volScalarField > | nut () const |
|
virtual tmp< scalarField > | nut (const label patchi) const |
|
virtual tmp< volScalarField > | k () const=0 |
|
virtual tmp< volSymmTensorField > | R () const |
|
virtual void | validate () |
|
| 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< volSymmTensorField > | devRhoReff () const |
|
virtual tmp< volSymmTensorField > | devRhoReff (const volVectorField &U) const |
|
virtual tmp< fvVectorMatrix > | divDevRhoReff (volVectorField &U) const |
|
virtual tmp< fvVectorMatrix > | divDevRhoReff (const volScalarField &rho, volVectorField &U) const |
|
| 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 dictionary & | coeffDict () const |
|
const dimensionedScalar & | Ce () const noexcept |
|
const dimensionedScalar & | kMin () const |
|
dimensionedScalar & | kMin () |
|
const volScalarField & | delta () const |
|
virtual tmp< volScalarField > | nuEff () const |
|
virtual tmp< scalarField > | nuEff (const label patchi) const |
|
virtual tmp< volScalarField > | epsilon () const |
|
virtual tmp< volScalarField > | omega () const |
|
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.