Low Reynolds-number k-kl-omega turbulence model for incompressible flows. More...
Public Member Functions | |
TypeName ("kkLOmega") | |
kkLOmega (const geometricOneField &alpha, const geometricOneField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName=turbulenceModel::propertiesName, const word &type=typeName) | |
virtual | ~kkLOmega ()=default |
virtual bool | read () |
tmp< volScalarField > | DkEff (const volScalarField &alphaT) const |
tmp< volScalarField > | DomegaEff (const volScalarField &alphaT) const |
virtual tmp< volScalarField > | kl () const |
virtual tmp< volScalarField > | kt () const |
virtual tmp< volScalarField > | omega () const |
virtual tmp< volScalarField > | k () const |
virtual tmp< volScalarField > | epsilon () const |
virtual void | validate () |
virtual void | correct () |
![]() | |
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 |
![]() | |
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 |
Protected Member Functions | |
virtual void | correctNut () |
Additional Inherited Members | |
![]() | |
typedef incompressible::RASModel ::alphaField | alphaField |
typedef incompressible::RASModel ::rhoField | rhoField |
typedef incompressible::RASModel ::transportModel | transportModel |
![]() | |
typedef incompressible::RASModel ::alphaField | alphaField |
typedef incompressible::RASModel ::rhoField | rhoField |
typedef incompressible::RASModel ::transportModel | transportModel |
Low Reynolds-number k-kl-omega turbulence model for incompressible flows.
Standard model: Walters, D. K., & Cokljat, D. (2008). A three-equation eddy-viscosity model for Reynolds-averaged Navier–Stokes simulations of transitional flow. Journal of Fluids Engineering, 130(12), 121401. DOI:10.1115/1.2979230 Typo corrections: Furst, J. (2013). Numerical simulation of transitional flows with laminar kinetic energy. Engineering MECHANICS, 20(5), 379-388.
The default model coefficients are
kkLOmegaCoeffs { A0 4.04 As 2.12 Av 6.75 Abp 0.6 Anat 200 Ats 200 CbpCrit 1.2 Cnc 0.1 CnatCrit 1250 Cint 0.75 CtsCrit 1000 CrNat 0.02 C11 3.4e-6 C12 1.0e-10 CR 0.12 CalphaTheta 0.035 Css 1.5 CtauL 4360 Cw1 0.44 Cw2 0.92 Cw3 0.3 CwR 1.5 Clambda 2.495 CmuStd 0.09 Prtheta 0.85 Sigmak 1 Sigmaw 1.17 }
Definition at line 106 of file kkLOmega.H.
kkLOmega | ( | const geometricOneField & | alpha, |
const geometricOneField & | 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 219 of file kkLOmega.C.
References Foam::bound(), and Foam::type().
|
virtualdefault |
|
protectedvirtual |
Implements eddyViscosity< incompressible::RASModel >.
Definition at line 208 of file kkLOmega.C.
References NotImplemented.
TypeName | ( | "kkLOmega" | ) |
|
virtual |
Implements eddyViscosity< incompressible::RASModel >.
Definition at line 550 of file kkLOmega.C.
References kkLOmega::A0_, kkLOmega::Abp_, kkLOmega::Anat_, kkLOmega::As_, kkLOmega::Ats_, kkLOmega::Av_, kkLOmega::C11_, kkLOmega::C12_, kkLOmega::CalphaTheta_, kkLOmega::CbpCrit_, kkLOmega::Cint_, kkLOmega::Clambda_, kkLOmega::CmuStd_, kkLOmega::CnatCrit_, kkLOmega::Cnc_, kkLOmega::CR_, kkLOmega::CrNat_, kkLOmega::Css_, kkLOmega::CtauL_, kkLOmega::CtsCrit_, kkLOmega::Cw1_, kkLOmega::Cw2_, kkLOmega::Cw3_, kkLOmega::CwR_, kkLOmega::Prtheta_, dimensioned::readIfPresent(), kkLOmega::Sigmak_, and kkLOmega::Sigmaw_.
|
inline |
Definition at line 238 of file kkLOmega.H.
References nu, and kkLOmega::Sigmak_.
Referenced by kkLOmega::correct().
|
inline |
Definition at line 247 of file kkLOmega.H.
References nu, and kkLOmega::Sigmaw_.
Referenced by kkLOmega::correct().
|
inlinevirtual |
Definition at line 256 of file kkLOmega.H.
References kkLOmega::kl_.
|
inlinevirtual |
Definition at line 262 of file kkLOmega.H.
References kkLOmega::kt_.
|
inlinevirtual |
Definition at line 268 of file kkLOmega.H.
References kkLOmega::omega_.
|
inlinevirtual |
Definition at line 274 of file kkLOmega.H.
References GeometricField::boundaryField(), kkLOmega::kl_, kkLOmega::kt_, kkLOmega::omega_, and GeometricField::Boundary::types().
|
inlinevirtual |
Definition at line 293 of file kkLOmega.H.
References kkLOmega::epsilon_.
|
virtual |
Reimplemented from eddyViscosity< incompressible::RASModel >.
Definition at line 590 of file kkLOmega.C.
|
virtual |
Implements eddyViscosity< incompressible::RASModel >.
Definition at line 594 of file kkLOmega.C.
References kkLOmega::Abp_, kkLOmega::Anat_, Foam::bound(), GeometricField::boundaryFieldRef(), kkLOmega::C11_, kkLOmega::C12_, kkLOmega::Clambda_, kkLOmega::Cnc_, eddyViscosity< BasicTurbulenceModel >::correct(), GeometricField::correctBoundaryConditions(), kkLOmega::CR_, kkLOmega::CrNat_, kkLOmega::Cw1_, kkLOmega::Cw2_, kkLOmega::Cw3_, kkLOmega::CwR_, Foam::fvm::ddt(), Foam::dev(), Foam::dimLength, Foam::dimless, Foam::fvm::div(), kkLOmega::DkEff(), kkLOmega::DomegaEff(), kkLOmega::epsilon_, Foam::exp(), fv(), Foam::fvc::grad(), kkLOmega::kl_, kkLOmega::kt_, Foam::fvm::laplacian(), Foam::mag(), Foam::magSqr(), Foam::min(), nu, eddyViscosity< incompressible::RASModel >::nut_, kkLOmega::omega_, Foam::pow(), Foam::pow3(), tmp::ref(), Foam::skew(), Foam::solve(), Foam::fvm::Sp(), Foam::sqr(), Foam::sqrt(), Foam::fvm::SuSp(), Foam::symm(), GeometricField::Boundary::updateCoeffs(), and kkLOmega::y_.
|
protected |
Definition at line 159 of file kkLOmega.H.
Referenced by kkLOmega::read().
|
protected |
Definition at line 160 of file kkLOmega.H.
Referenced by kkLOmega::read().
|
protected |
Definition at line 161 of file kkLOmega.H.
Referenced by kkLOmega::read().
|
protected |
Definition at line 162 of file kkLOmega.H.
Referenced by kkLOmega::correct(), and kkLOmega::read().
|
protected |
Definition at line 163 of file kkLOmega.H.
Referenced by kkLOmega::correct(), and kkLOmega::read().
|
protected |
Definition at line 164 of file kkLOmega.H.
Referenced by kkLOmega::read().
|
protected |
Definition at line 165 of file kkLOmega.H.
Referenced by kkLOmega::read().
|
protected |
Definition at line 166 of file kkLOmega.H.
Referenced by kkLOmega::correct(), and kkLOmega::read().
|
protected |
Definition at line 167 of file kkLOmega.H.
Referenced by kkLOmega::read().
|
protected |
Definition at line 168 of file kkLOmega.H.
Referenced by kkLOmega::read().
|
protected |
Definition at line 169 of file kkLOmega.H.
Referenced by kkLOmega::read().
|
protected |
Definition at line 170 of file kkLOmega.H.
Referenced by kkLOmega::correct(), and kkLOmega::read().
|
protected |
Definition at line 171 of file kkLOmega.H.
Referenced by kkLOmega::correct(), and kkLOmega::read().
|
protected |
Definition at line 172 of file kkLOmega.H.
Referenced by kkLOmega::correct(), and kkLOmega::read().
|
protected |
Definition at line 173 of file kkLOmega.H.
Referenced by kkLOmega::correct(), and kkLOmega::read().
|
protected |
Definition at line 174 of file kkLOmega.H.
Referenced by kkLOmega::read().
|
protected |
Definition at line 175 of file kkLOmega.H.
Referenced by kkLOmega::read().
|
protected |
Definition at line 176 of file kkLOmega.H.
Referenced by kkLOmega::read().
|
protected |
Definition at line 177 of file kkLOmega.H.
Referenced by kkLOmega::correct(), and kkLOmega::read().
|
protected |
Definition at line 178 of file kkLOmega.H.
Referenced by kkLOmega::correct(), and kkLOmega::read().
|
protected |
Definition at line 179 of file kkLOmega.H.
Referenced by kkLOmega::correct(), and kkLOmega::read().
|
protected |
Definition at line 180 of file kkLOmega.H.
Referenced by kkLOmega::correct(), and kkLOmega::read().
|
protected |
Definition at line 181 of file kkLOmega.H.
Referenced by kkLOmega::correct(), and kkLOmega::read().
|
protected |
Definition at line 182 of file kkLOmega.H.
Referenced by kkLOmega::read().
|
protected |
Definition at line 183 of file kkLOmega.H.
Referenced by kkLOmega::read().
|
protected |
Definition at line 184 of file kkLOmega.H.
Referenced by kkLOmega::DkEff(), and kkLOmega::read().
|
protected |
Definition at line 185 of file kkLOmega.H.
Referenced by kkLOmega::DomegaEff(), and kkLOmega::read().
|
protected |
Definition at line 190 of file kkLOmega.H.
Referenced by kkLOmega::correct(), kkLOmega::k(), and kkLOmega::kt().
|
protected |
Definition at line 191 of file kkLOmega.H.
Referenced by kkLOmega::correct(), kkLOmega::k(), and kkLOmega::kl().
|
protected |
Definition at line 192 of file kkLOmega.H.
Referenced by kkLOmega::correct(), kkLOmega::k(), and kkLOmega::omega().
|
protected |
Definition at line 193 of file kkLOmega.H.
Referenced by kkLOmega::correct(), and kkLOmega::epsilon().
|
protected |
Definition at line 198 of file kkLOmega.H.
Referenced by kkLOmega::correct().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.