Langtry-Menter 4-equation transitional SST model based on the k-omega-SST RAS model. More...


Public Types | |
| typedef BasicMomentumTransportModel::alphaField | alphaField |
| typedef BasicMomentumTransportModel::rhoField | rhoField |
Public Types inherited from kOmegaSST< BasicMomentumTransportModel > | |
| typedef BasicMomentumTransportModel::alphaField | alphaField |
| typedef BasicMomentumTransportModel::rhoField | rhoField |
Public Types inherited from kOmegaSST< eddyViscosity< RASModel< BasicMomentumTransportModel > >, BasicMomentumTransportModel > | |
| typedef BasicMomentumTransportModel::alphaField | alphaField |
| typedef BasicMomentumTransportModel::rhoField | rhoField |
Public Types inherited from eddyViscosity< RASModel< BasicMomentumTransportModel > > | |
| typedef BasicMomentumTransportModel::alphaField | alphaField |
| typedef BasicMomentumTransportModel::rhoField | rhoField |
Public Types inherited from linearViscousStress< BasicMomentumTransportModel > | |
| typedef BasicMomentumTransportModel::alphaField | alphaField |
| typedef BasicMomentumTransportModel::rhoField | rhoField |
Public Member Functions | |
| TypeName ("kOmegaSSTLM") | |
| Runtime type information. More... | |
| kOmegaSSTLM (const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const viscosity &viscosity, const word &type=typeName) | |
| Construct from components. More... | |
| kOmegaSSTLM (const kOmegaSSTLM &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~kOmegaSSTLM () |
| Destructor. More... | |
| virtual bool | read () |
| Re-read model coefficients if they have changed. More... | |
| const volScalarField & | ReThetat () const |
| Access function transition onset momentum-thickness Reynolds number. More... | |
| const volScalarField & | gammaInt () const |
| Access function to intermittency. More... | |
| tmp< volScalarField > | DReThetatEff () const |
| Return the effective diffusivity for transition onset. More... | |
| tmp< volScalarField > | DgammaIntEff () const |
| Return the effective diffusivity for intermittency. More... | |
| virtual void | correct () |
| Solve the turbulence equations and correct the turbulence viscosity. More... | |
| void | operator= (const kOmegaSSTLM &)=delete |
| Disallow default bitwise assignment. More... | |
Public Member Functions inherited from kOmegaSST< BasicMomentumTransportModel > | |
| TypeName ("kOmegaSST") | |
| Runtime type information. More... | |
| kOmegaSST (const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const viscosity &viscosity, const word &type=typeName) | |
| Construct from components. More... | |
| virtual | ~kOmegaSST () |
| Destructor. More... | |
Public Member Functions inherited from kOmegaSST< eddyViscosity< RASModel< BasicMomentumTransportModel > >, BasicMomentumTransportModel > | |
| kOmegaSST (const word &type, const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const viscosity &viscosity) | |
| Construct from components. More... | |
| kOmegaSST (const kOmegaSST &)=delete | |
| Disallow default bitwise copy construction. More... | |
| tmp< volScalarField > | DkEff (const volScalarField &F1) const |
| Return the effective diffusivity for k. More... | |
| tmp< volScalarField > | DomegaEff (const volScalarField &F1) const |
| Return the effective diffusivity for omega. More... | |
| virtual tmp< volScalarField > | k () const |
| Return the turbulence kinetic energy. More... | |
| virtual tmp< volScalarField > | epsilon () const |
| Return the turbulence kinetic energy dissipation rate. More... | |
| virtual tmp< volScalarField > | omega () const |
| Return the turbulence kinetic energy dissipation rate. More... | |
| void | operator= (const kOmegaSST &)=delete |
| Disallow default bitwise assignment. More... | |
Public Member Functions inherited from eddyViscosity< RASModel< BasicMomentumTransportModel > > | |
| eddyViscosity (const word &modelName, const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const viscosity &viscosity) | |
| Construct from components. More... | |
| virtual | ~eddyViscosity () |
| Destructor. More... | |
| virtual tmp< volScalarField > | nut () const |
| Return the turbulence viscosity. More... | |
| virtual tmp< scalarField > | nut (const label patchi) const |
| Return the turbulence viscosity on patch. More... | |
| virtual tmp< volSymmTensorField > | R () const |
| Return the Reynolds stress tensor [m^2/s^2]. More... | |
| virtual void | validate () |
| Validate the turbulence fields after construction. More... | |
Public Member Functions inherited from linearViscousStress< BasicMomentumTransportModel > | |
| linearViscousStress (const word &modelName, const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const viscosity &viscosity) | |
| Construct from components. More... | |
| virtual | ~linearViscousStress () |
| Destructor. More... | |
| virtual tmp< surfaceVectorField > | devTau () const |
| Return the effective surface stress. More... | |
| virtual tmp< fvVectorMatrix > | divDevTau (volVectorField &U) const |
| Return the source term for the momentum equation. More... | |
| virtual tmp< fvVectorMatrix > | divDevTau (const volScalarField &rho, volVectorField &U) const |
| Return the source term for the momentum equation. More... | |
| template<class RhoFieldType > | |
| Foam::tmp< Foam::fvVectorMatrix > | DivDevTau (const RhoFieldType &rho, volVectorField &U) 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 101 of file kOmegaSSTLM.H.
| typedef BasicMomentumTransportModel::alphaField alphaField |
Definition at line 202 of file kOmegaSSTLM.H.
| typedef BasicMomentumTransportModel::rhoField rhoField |
Definition at line 203 of file kOmegaSSTLM.H.
| kOmegaSSTLM | ( | const alphaField & | alpha, |
| const rhoField & | rho, | ||
| const volVectorField & | U, | ||
| const surfaceScalarField & | alphaRhoPhi, | ||
| const surfaceScalarField & | phi, | ||
| const viscosity & | viscosity, | ||
| const word & | type = typeName |
||
| ) |
Construct from components.
Definition at line 337 of file kOmegaSSTLM.C.
|
delete |
Disallow default bitwise copy construction.
|
inlinevirtual |
Destructor.
Definition at line 229 of file kOmegaSSTLM.H.
|
protectedvirtual |
Modified form of the k-omega SST F1 function.
Reimplemented from kOmegaSST< eddyViscosity< RASModel< BasicMomentumTransportModel > >, BasicMomentumTransportModel >.
Definition at line 38 of file kOmegaSSTLM.C.
References Foam::exp(), F3, Foam::max(), Foam::pow(), Foam::Ry(), Foam::sqrt(), and y.

|
protectedvirtual |
Modified form of the k-omega SST k production rate.
Reimplemented from kOmegaSST< eddyViscosity< RASModel< BasicMomentumTransportModel > >, BasicMomentumTransportModel >.
Definition at line 51 of file kOmegaSSTLM.C.
References Foam::constant::universal::G, and kOmegaSST< eddyViscosity< RASModel< BasicMomentumTransportModel > >, BasicMomentumTransportModel >::Pk().

|
protectedvirtual |
Modified form of the k-omega SST epsilon/k.
Reimplemented from kOmegaSST< eddyViscosity< RASModel< BasicMomentumTransportModel > >, BasicMomentumTransportModel >.
Definition at line 62 of file kOmegaSSTLM.C.
References kOmegaSST< eddyViscosity< RASModel< BasicMomentumTransportModel > >, BasicMomentumTransportModel >::epsilonByk(), F1, F2, Foam::max(), and Foam::min().

|
protected |
Freestream blending-function.
Definition at line 75 of file kOmegaSSTLM.C.
References delta, Foam::exp(), Foam::max(), Foam::min(), DimensionedField< Type, GeoMesh, PrimitiveField >::New(), Foam::pow4(), Foam::sqr(), and y.

|
protected |
Empirical correlation for critical Reynolds number where the.
intermittency first starts to increase in the boundary layer
Definition at line 107 of file kOmegaSSTLM.C.
References Foam::dimless, forAll, DimensionedField< Type, GeoMesh, PrimitiveField >::New(), Foam::pow3(), Foam::pow4(), tmp< T >::ref(), and Foam::sqr().

|
protected |
Empirical correlation that controls the length of the.
transition region
Definition at line 142 of file kOmegaSSTLM.C.
References Foam::dimless, Foam::e, Foam::exp(), forAll, DimensionedField< Type, GeoMesh, PrimitiveField >::New(), Foam::pow3(), tmp< T >::ref(), Foam::sqr(), and y.

|
protected |
Transition onset location control function.
Definition at line 310 of file kOmegaSSTLM.C.
References Foam::max(), Foam::min(), DimensionedField< Type, GeoMesh, PrimitiveField >::New(), Foam::pow3(), and Foam::pow4().

|
protected |
Return the transition onset momentum-thickness Reynolds number.
(based on freestream conditions)
Definition at line 201 of file kOmegaSSTLM.C.
References Foam::dimless, Foam::endl(), Foam::exp(), forAll, k, lambda(), Foam::mag(), Foam::max(), Foam::min(), DimensionedField< Type, GeoMesh, PrimitiveField >::New(), Foam::pow(), Foam::pow3(), tmp< T >::ref(), Foam::sqr(), Foam::sqrt(), and WarningInFunction.

|
protected |
Solve the turbulence equations and correct the turbulence viscosity.
Definition at line 434 of file kOmegaSSTLM.C.
References alpha(), Foam::bound(), tmp< T >::clear(), fvConstraints::constrain(), Foam::fvm::ddt(), Foam::fvm::div(), Foam::exp(), fvConstraints(), fvModels(), Foam::fvc::grad(), k, Foam::fvm::laplacian(), Foam::mag(), Foam::magSqr(), Foam::max(), Foam::min(), dictionary::New(), omega, Foam::pow4(), tmp< T >::ref(), rho, Foam::fvm::S(), Foam::skew(), Foam::solve(), fvModels::source(), Foam::fvm::Sp(), Foam::sqr(), Foam::sqrt(), Foam::symm(), U, and y.

| TypeName | ( | "kOmegaSSTLM< BasicMomentumTransportModel >" | ) |
Runtime type information.
|
virtual |
Re-read model coefficients if they have changed.
Reimplemented from kOmegaSST< eddyViscosity< RASModel< BasicMomentumTransportModel > >, BasicMomentumTransportModel >.
Definition at line 411 of file kOmegaSSTLM.C.
|
inline |
Access function transition onset momentum-thickness Reynolds number.
Definition at line 239 of file kOmegaSSTLM.H.
References kOmegaSSTLM< BasicMomentumTransportModel >::ReThetat_.
|
inline |
Access function to intermittency.
Definition at line 245 of file kOmegaSSTLM.H.
References kOmegaSSTLM< BasicMomentumTransportModel >::gammaInt_.
|
inline |
Return the effective diffusivity for transition onset.
momentum-thickness Reynolds number
Definition at line 252 of file kOmegaSSTLM.H.
|
inline |
Return the effective diffusivity for intermittency.
Definition at line 262 of file kOmegaSSTLM.H.
References GeometricField< Type, GeoMesh, PrimitiveField >::New(), and eddyViscosity< RASModel< BasicMomentumTransportModel > >::nut_.

|
virtual |
Solve the turbulence equations and correct the turbulence viscosity.
Reimplemented from kOmegaSST< eddyViscosity< RASModel< BasicMomentumTransportModel > >, BasicMomentumTransportModel >.
Definition at line 536 of file kOmegaSSTLM.C.

|
delete |
Disallow default bitwise assignment.
|
protected |
Definition at line 111 of file kOmegaSSTLM.H.
|
protected |
Definition at line 112 of file kOmegaSSTLM.H.
|
protected |
Definition at line 114 of file kOmegaSSTLM.H.
|
protected |
Definition at line 115 of file kOmegaSSTLM.H.
|
protected |
Definition at line 117 of file kOmegaSSTLM.H.
|
protected |
Definition at line 118 of file kOmegaSSTLM.H.
|
protected |
Convergence criterion for the lambda/thetat loop.
Definition at line 121 of file kOmegaSSTLM.H.
|
protected |
Maximum number of iterations to converge the lambda/thetat loop.
Definition at line 124 of file kOmegaSSTLM.H.
|
protected |
Stabilisation for division by the magnitude of the velocity.
Definition at line 127 of file kOmegaSSTLM.H.
|
protected |
Transition onset momentum-thickness Reynolds number.
Definition at line 133 of file kOmegaSSTLM.H.
Referenced by kOmegaSSTLM< BasicMomentumTransportModel >::ReThetat().
|
protected |
Intermittency.
Definition at line 136 of file kOmegaSSTLM.H.
Referenced by kOmegaSSTLM< BasicMomentumTransportModel >::gammaInt().
|
protected |
Effective intermittency.
Definition at line 139 of file kOmegaSSTLM.H.