Langtry-Menter 4-equation transitional SST model based on the k-omega-SST RAS model. More...
#include <kOmegaSSTLM.H>


Public Types | |
| typedef BasicTurbulenceModel::alphaField | alphaField |
| typedef BasicTurbulenceModel::rhoField | rhoField |
| typedef BasicTurbulenceModel::transportModel | transportModel |
| Public Types inherited from kOmegaSST< BasicTurbulenceModel > | |
| typedef BasicTurbulenceModel::alphaField | alphaField |
| typedef BasicTurbulenceModel::rhoField | rhoField |
| typedef BasicTurbulenceModel::transportModel | transportModel |
| Public Types inherited from kOmegaSSTBase< eddyViscosity< RASModel< BasicTurbulenceModel > > > | |
| typedef eddyViscosity< RASModel< BasicTurbulenceModel > >::alphaField | alphaField |
| typedef eddyViscosity< RASModel< BasicTurbulenceModel > >::rhoField | rhoField |
| typedef eddyViscosity< RASModel< BasicTurbulenceModel > >::transportModel | transportModel |
| Public Types inherited from eddyViscosity< RASModel< BasicTurbulenceModel > > | |
| typedef BasicTurbulenceModel::alphaField | alphaField |
| typedef BasicTurbulenceModel::rhoField | rhoField |
| typedef BasicTurbulenceModel::transportModel | transportModel |
| Public Types inherited from linearViscousStress< BasicTurbulenceModel > | |
| typedef BasicTurbulenceModel::alphaField | alphaField |
| typedef BasicTurbulenceModel::rhoField | rhoField |
| typedef BasicTurbulenceModel::transportModel | transportModel |
Public Member Functions | |
| TypeName ("kOmegaSSTLM") | |
| Runtime type information. | |
| kOmegaSSTLM (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) | |
| Construct from components. | |
| virtual | ~kOmegaSSTLM ()=default |
| Destructor. | |
| virtual bool | read () |
| Re-read model coefficients if they have changed. | |
| const volScalarField & | ReThetat () const |
| Access function transition onset momentum-thickness Reynolds number. | |
| const volScalarField & | gammaInt () const |
| Access function to intermittency. | |
| tmp< volScalarField > | DReThetatEff () const |
| Return the effective diffusivity for transition onset. | |
| tmp< volScalarField > | DgammaIntEff () const |
| Return the effective diffusivity for intermittency. | |
| virtual void | correct () |
| Solve the turbulence equations and correct the turbulence viscosity. | |
| Public Member Functions inherited from kOmegaSST< BasicTurbulenceModel > | |
| TypeName ("kOmegaSST") | |
| Runtime type information. | |
| kOmegaSST (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) | |
| Construct from components. | |
| virtual | ~kOmegaSST ()=default |
| Destructor. | |
| Public Member Functions inherited from kOmegaSSTBase< eddyViscosity< RASModel< BasicTurbulenceModel > > > | |
| kOmegaSSTBase (const kOmegaSSTBase &)=delete | |
| No copy construct. | |
| void | operator= (const kOmegaSSTBase &)=delete |
| No copy assignment. | |
| virtual | ~kOmegaSSTBase ()=default |
| Destructor. | |
| tmp< volScalarField > | DkEff (const volScalarField &F1) const |
| Return the effective diffusivity for k. | |
| tmp< volScalarField > | DomegaEff (const volScalarField &F1) const |
| Return the effective diffusivity for omega. | |
| virtual tmp< volScalarField > | k () const |
| Return the turbulence kinetic energy. | |
| virtual tmp< volScalarField > | omega () const |
| Return the turbulence kinetic energy dissipation rate. | |
| Public Member Functions inherited from eddyViscosity< RASModel< 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) | |
| Construct from components. | |
| virtual | ~eddyViscosity ()=default |
| Destructor. | |
| virtual tmp< volScalarField > | nut () const |
| Return the turbulence viscosity. | |
| virtual tmp< volSymmTensorField > | R () const |
| Return the Reynolds stress tensor. | |
| virtual void | validate () |
| Validate the turbulence fields after construction. | |
| Public Member Functions inherited from linearViscousStress< 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) | |
| Construct from components. | |
| virtual | ~linearViscousStress ()=default |
| Destructor. | |
| virtual tmp< volSymmTensorField > | devRhoReff () const |
| Return the effective stress tensor. | |
| virtual tmp< volSymmTensorField > | devRhoReff (const volVectorField &U) const |
| Return the effective stress tensor based on a given velocity field. | |
| virtual tmp< fvVectorMatrix > | divDevRhoReff (volVectorField &U) const |
| Return the source term for the momentum equation. | |
| virtual tmp< fvVectorMatrix > | divDevRhoReff (const volScalarField &rho, volVectorField &U) const |
| Return the source term for the momentum equation. | |
Protected Member Functions | |
| virtual tmp< volScalarField > | F1 (const volScalarField &CDkOmega) const |
| Modified form of the k-omega SST F1 function. | |
| virtual tmp< volScalarField::Internal > | Pk (const volScalarField::Internal &G) const |
| Modified form of the k-omega SST k production rate. | |
| virtual tmp< volScalarField::Internal > | epsilonByk (const volScalarField &F1, const volTensorField &gradU) const |
| Modified form of the k-omega SST epsilon/k. | |
| tmp< volScalarField::Internal > | Fthetat (const volScalarField::Internal &Us, const volScalarField::Internal &Omega, const volScalarField::Internal &nu) const |
| Freestream blending-function. | |
| tmp< volScalarField::Internal > | ReThetac () const |
| Empirical correlation for critical Reynolds number where the. | |
| tmp< volScalarField::Internal > | Flength (const volScalarField::Internal &nu) const |
| Empirical correlation that controls the length of the. | |
| tmp< volScalarField::Internal > | Fonset (const volScalarField::Internal &Rev, const volScalarField::Internal &ReThetac, const volScalarField::Internal &RT) const |
| Transition onset location control function. | |
| tmp< volScalarField::Internal > | ReThetat0 (const volScalarField::Internal &Us, const volScalarField::Internal &dUsds, const volScalarField::Internal &nu) const |
| Return the transition onset momentum-thickness Reynolds number. | |
| void | correctReThetatGammaInt () |
| Solve the turbulence equations and correct the turbulence viscosity. | |
| Protected Member Functions inherited from kOmegaSST< BasicTurbulenceModel > | |
| virtual void | correctNut (const volScalarField &S2) |
| virtual void | correctNut () |
| Protected Member Functions inherited from kOmegaSSTBase< eddyViscosity< RASModel< BasicTurbulenceModel > > > | |
| void | setDecayControl (const dictionary &dict) |
| Set decay control with kInf and omegaInf. | |
| virtual tmp< volScalarField > | F2 () const |
| virtual tmp< volScalarField > | F3 () const |
| virtual tmp< volScalarField > | F23 () const |
| tmp< volScalarField > | blend (const volScalarField &F1, const dimensionedScalar &psi1, const dimensionedScalar &psi2) const |
| Return the blended field. | |
| tmp< volScalarField > | alphaK (const volScalarField &F1) const |
| tmp< volScalarField > | alphaOmega (const volScalarField &F1) const |
| tmp< volScalarField::Internal > | beta (const volScalarField::Internal &F1) const |
| tmp< volScalarField::Internal > | gamma (const volScalarField::Internal &F1) const |
| virtual tmp< volScalarField > | S2 (const volTensorField &gradU) const |
| Return square of strain rate. | |
| virtual tmp< volScalarField::Internal > | GbyNu0 (const volTensorField &gradU, const volScalarField &S2) const |
| Return (G/nu)_0. | |
| virtual tmp< volScalarField::Internal > | GbyNu (const volScalarField::Internal &GbyNu0, const volScalarField::Internal &F2, const volScalarField::Internal &S2) const |
| Return G/nu. | |
| virtual tmp< fvScalarMatrix > | kSource () const |
| virtual tmp< fvScalarMatrix > | omegaSource () const |
| virtual tmp< fvScalarMatrix > | Qsas (const volScalarField::Internal &S2, const volScalarField::Internal &gamma, const volScalarField::Internal &beta) const |
Langtry-Menter 4-equation transitional SST model based on the k-omega-SST RAS model.
References:
Langtry, R. B., & Menter, F. R. (2009).
Correlation-based transition modeling for unstructured parallelized
computational fluid dynamics codes.
AIAA journal, 47(12), 2894-2906.
Menter, F. R., Langtry, R., & Volker, S. (2006).
Transition modelling for general purpose CFD codes.
Flow, turbulence and combustion, 77(1-4), 277-303.
Langtry, R. B. (2006).
A correlation-based transition model using local variables for
unstructured parallelized CFD codes.
Phd. Thesis, Universität Stuttgart.
The model coefficients are
kOmegaSSTCoeffs
{
// Default SST coefficients
alphaK1 0.85;
alphaK2 1;
alphaOmega1 0.5;
alphaOmega2 0.856;
beta1 0.075;
beta2 0.0828;
betaStar 0.09;
gamma1 5/9;
gamma2 0.44;
a1 0.31;
b1 1;
c1 10;
F3 no;
// Default LM coefficients
ca1 2;
ca2 0.06;
ce1 1;
ce2 50;
cThetat 0.03;
sigmaThetat 2;
lambdaErr 1e-6;
maxLambdaIter 10;
}
Definition at line 103 of file kOmegaSSTLM.H.
| typedef BasicTurbulenceModel::alphaField alphaField |
Definition at line 250 of file kOmegaSSTLM.H.
| typedef BasicTurbulenceModel::rhoField rhoField |
Definition at line 251 of file kOmegaSSTLM.H.
| typedef BasicTurbulenceModel::transportModel transportModel |
Definition at line 252 of file kOmegaSSTLM.H.
| kOmegaSSTLM | ( | 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 ) |
Construct from components.
Definition at line 336 of file kOmegaSSTLM.C.
References alpha, ca1_, ca2_, ce1_, ce2_, cThetat_, deltaU_, Foam::dimless, Foam::dimVelocity, e, gammaInt_, gammaIntEff_, Foam::GlobalIOList< Tuple2< scalar, vector > >::typeName, lambdaErr_, maxLambdaIter_, phi, ReThetat_, rho, sigmaThetat_, timeName, U, and Foam::Zero.
|
virtualdefault |
Destructor.
|
protectedvirtual |
Modified form of the k-omega SST F1 function.
Reimplemented from kOmegaSSTBase< eddyViscosity< RASModel< BasicTurbulenceModel > > >.
Definition at line 36 of file kOmegaSSTLM.C.
References Foam::exp(), kOmegaSSTBase< eddyViscosity< RASModel< BasicTurbulenceModel > > >::F1(), F3, kOmegaSSTBase< eddyViscosity< RASModel< BasicTurbulenceModel > > >::F3(), kOmegaSSTBase< eddyViscosity< RASModel< BasicTurbulenceModel > > >::k_, Foam::max(), nu, Foam::pow(), Foam::Ry(), Foam::sqrt(), and kOmegaSSTBase< eddyViscosity< RASModel< BasicTurbulenceModel > > >::y_.
Referenced by epsilonByk().


|
protectedvirtual |
Modified form of the k-omega SST k production rate.
Reimplemented from kOmegaSSTBase< eddyViscosity< RASModel< BasicTurbulenceModel > > >.
Definition at line 49 of file kOmegaSSTLM.C.
References gammaIntEff_, and kOmegaSSTBase< eddyViscosity< RASModel< BasicTurbulenceModel > > >::Pk().

|
protectedvirtual |
Modified form of the k-omega SST epsilon/k.
Reimplemented from kOmegaSSTBase< eddyViscosity< RASModel< BasicTurbulenceModel > > >.
Definition at line 59 of file kOmegaSSTLM.C.
References Foam::clamp(), kOmegaSSTBase< eddyViscosity< RASModel< BasicTurbulenceModel > > >::epsilonByk(), F1(), and gammaIntEff_.

|
protected |
Freestream blending-function.
Definition at line 72 of file kOmegaSSTLM.C.
References ce2_, delta, Foam::dimLength, Foam::exp(), gammaInt_, IOobject::groupName(), Foam::max(), Foam::min(), GeometricField< scalar, fvPatchField, volMesh >::New(), IOobjectOption::NO_REGISTER, nu, kOmegaSSTBase< eddyViscosity< RASModel< BasicTurbulenceModel > > >::omega(), kOmegaSSTBase< eddyViscosity< RASModel< BasicTurbulenceModel > > >::omega_, Foam::pow4(), ReThetat_, Foam::sqr(), Us, y, and kOmegaSSTBase< eddyViscosity< RASModel< BasicTurbulenceModel > > >::y_.
Referenced by correctReThetatGammaInt().


|
protected |
Empirical correlation for critical Reynolds number where the.
intermittency first starts to increase in the boundary layer
Definition at line 112 of file kOmegaSSTLM.C.
References Foam::dimless, forAll, IOobject::groupName(), GeometricField< scalar, fvPatchField, volMesh >::New(), IOobjectOption::NO_REGISTER, Foam::pow3(), Foam::pow4(), ReThetac(), ReThetat(), ReThetat_, and Foam::sqr().
Referenced by correctReThetatGammaInt(), Fonset(), and ReThetac().


|
protected |
Empirical correlation that controls the length of the.
transition region
Definition at line 145 of file kOmegaSSTLM.C.
References Foam::dimless, e, Foam::exp(), Flength(), forAll, IOobject::groupName(), GeometricField< scalar, fvPatchField, volMesh >::New(), IOobjectOption::NO_REGISTER, nu, kOmegaSSTBase< eddyViscosity< RASModel< BasicTurbulenceModel > > >::omega(), kOmegaSSTBase< eddyViscosity< RASModel< BasicTurbulenceModel > > >::omega_, Foam::pow3(), ReThetat(), ReThetat_, Foam::sqr(), y, and kOmegaSSTBase< eddyViscosity< RASModel< BasicTurbulenceModel > > >::y_.
Referenced by correctReThetatGammaInt(), and Flength().


|
protected |
Transition onset location control function.
Definition at line 308 of file kOmegaSSTLM.C.
References IOobject::groupName(), Foam::max(), Foam::min(), GeometricField< scalar, fvPatchField, volMesh >::New(), IOobjectOption::NO_REGISTER, Foam::pow3(), Foam::pow4(), and ReThetac().
Referenced by correctReThetatGammaInt().


|
protected |
Return the transition onset momentum-thickness Reynolds number.
(based on freestream conditions)
Definition at line 201 of file kOmegaSSTLM.C.
References Foam::clamp(), Foam::dimless, Foam::endl(), Foam::exp(), forAll, IOobject::groupName(), kOmegaSSTBase< eddyViscosity< RASModel< BasicTurbulenceModel > > >::k(), kOmegaSSTBase< eddyViscosity< RASModel< BasicTurbulenceModel > > >::k_, lambda(), lambdaErr_, Foam::mag(), Foam::max(), maxLambdaIter_, GeometricField< scalar, fvPatchField, volMesh >::New(), IOobjectOption::NO_REGISTER, nu, Foam::pow(), Foam::pow3(), ReThetat0(), Foam::sqr(), Foam::sqrt(), Us, and WarningInFunction.
Referenced by correctReThetatGammaInt(), and ReThetat0().


|
protected |
Solve the turbulence equations and correct the turbulence viscosity.
Definition at line 495 of file kOmegaSSTLM.C.
References alpha, Foam::bound(), ca1_, ca2_, ce1_, ce2_, tmp< T >::clear(), cThetat_, Foam::fvm::ddt(), deltaU_, DgammaIntEff(), Foam::fvm::div(), DReThetatEff(), Foam::exp(), Flength(), Fonset(), Fthetat(), fvOptions, gammaInt_, gammaIntEff_, Foam::fvc::grad(), kOmegaSSTBase< eddyViscosity< RASModel< BasicTurbulenceModel > > >::k(), k, kOmegaSSTBase< eddyViscosity< RASModel< BasicTurbulenceModel > > >::k_, Foam::fvm::laplacian(), Foam::mag(), Foam::magSqr(), Foam::max(), Foam::min(), options::New(), nu, kOmegaSSTBase< eddyViscosity< RASModel< BasicTurbulenceModel > > >::omega(), kOmegaSSTBase< eddyViscosity< RASModel< BasicTurbulenceModel > > >::omega_, Foam::pow4(), tmp< T >::ref(), ReThetac(), ReThetat0(), ReThetat_, rho, Foam::skew(), solve(), Foam::fvm::Sp(), Foam::sqr(), Foam::sqrt(), Foam::symm(), U, Us, y, and kOmegaSSTBase< eddyViscosity< RASModel< BasicTurbulenceModel > > >::y_.
Referenced by correct().


| TypeName | ( | "kOmegaSSTLM< BasicTurbulenceModel >" | ) |
Runtime type information.
|
virtual |
Re-read model coefficients if they have changed.
Reimplemented from kOmegaSSTBase< eddyViscosity< RASModel< BasicTurbulenceModel > > >.
Definition at line 474 of file kOmegaSSTLM.C.
References ca1_, ca2_, ce1_, ce2_, cThetat_, lambdaErr_, maxLambdaIter_, linearViscousStress< BasicTurbulenceModel >::read(), and sigmaThetat_.

|
inline |
Access function transition onset momentum-thickness Reynolds number.
Definition at line 295 of file kOmegaSSTLM.H.
Referenced by Flength(), and ReThetac().

|
inline |
Access function to intermittency.
Definition at line 303 of file kOmegaSSTLM.H.
|
inline |
Return the effective diffusivity for transition onset.
momentum-thickness Reynolds number
Definition at line 313 of file kOmegaSSTLM.H.
Referenced by correctReThetatGammaInt().

|
inline |
Return the effective diffusivity for intermittency.
Definition at line 328 of file kOmegaSSTLM.H.
Referenced by correctReThetatGammaInt().

|
virtual |
Solve the turbulence equations and correct the turbulence viscosity.
Reimplemented from kOmegaSSTBase< eddyViscosity< RASModel< BasicTurbulenceModel > > >.
Definition at line 593 of file kOmegaSSTLM.C.
References linearViscousStress< BasicTurbulenceModel >::correct(), and correctReThetatGammaInt().

|
protected |
Definition at line 126 of file kOmegaSSTLM.H.
Referenced by correctReThetatGammaInt(), kOmegaSSTLM(), and read().
|
protected |
Definition at line 127 of file kOmegaSSTLM.H.
Referenced by correctReThetatGammaInt(), kOmegaSSTLM(), and read().
|
protected |
Definition at line 129 of file kOmegaSSTLM.H.
Referenced by correctReThetatGammaInt(), kOmegaSSTLM(), and read().
|
protected |
Definition at line 130 of file kOmegaSSTLM.H.
Referenced by correctReThetatGammaInt(), Fthetat(), kOmegaSSTLM(), and read().
|
protected |
Definition at line 132 of file kOmegaSSTLM.H.
Referenced by correctReThetatGammaInt(), kOmegaSSTLM(), and read().
|
protected |
Definition at line 133 of file kOmegaSSTLM.H.
Referenced by kOmegaSSTLM(), and read().
|
protected |
Convergence criterion for the lambda/thetat loop.
Definition at line 138 of file kOmegaSSTLM.H.
Referenced by kOmegaSSTLM(), read(), and ReThetat0().
|
protected |
Maximum number of iterations to converge the lambda/thetat loop.
Definition at line 143 of file kOmegaSSTLM.H.
Referenced by kOmegaSSTLM(), read(), and ReThetat0().
|
protected |
Stabilization for division by the magnitude of the velocity.
Definition at line 148 of file kOmegaSSTLM.H.
Referenced by correctReThetatGammaInt(), and kOmegaSSTLM().
|
protected |
Transition onset momentum-thickness Reynolds number.
Definition at line 156 of file kOmegaSSTLM.H.
Referenced by correctReThetatGammaInt(), Flength(), Fthetat(), kOmegaSSTLM(), and ReThetac().
|
protected |
Intermittency.
Definition at line 161 of file kOmegaSSTLM.H.
Referenced by correctReThetatGammaInt(), Fthetat(), and kOmegaSSTLM().
|
protected |
Effective intermittency.
Definition at line 166 of file kOmegaSSTLM.H.
Referenced by correctReThetatGammaInt(), epsilonByk(), kOmegaSSTLM(), and Pk().