101 template<
class BasicMomentumTransportModel>
104 public kOmegaSST<BasicMomentumTransportModel>
203 typedef typename BasicMomentumTransportModel::alphaField
alphaField;
204 typedef typename BasicMomentumTransportModel::rhoField
rhoField;
268 this->
nut_ + this->nu()
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
Generic GeometricField class.
static tmp< GeometricField< Type, PatchField, GeoMesh > > New(const word &name, const Internal &, const PtrList< PatchField< Type >> &, const HashPtrTable< Source > &=HashPtrTable< Source >())
Return a temporary field constructed from name,.
Langtry-Menter 4-equation transitional SST model based on the k-omega-SST RAS model.
BasicMomentumTransportModel::alphaField alphaField
label maxLambdaIter_
Maximum number of iterations to converge the lambda/thetat loop.
void operator=(const kOmegaSSTLM &)=delete
Disallow default bitwise assignment.
volScalarField gammaInt_
Intermittency.
tmp< volScalarField::Internal > Flength(const volScalarField::Internal &nu) const
Empirical correlation that controls the length of the.
virtual tmp< volScalarField > F1(const volScalarField &CDkOmega) const
Modified form of the k-omega SST F1 function.
volScalarField::Internal gammaIntEff_
Effective intermittency.
virtual void correct()
Solve the turbulence equations and correct the turbulence viscosity.
virtual tmp< volScalarField::Internal > epsilonByk(const volScalarField::Internal &F1, const volScalarField::Internal &F2) 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.
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.
void correctReThetatGammaInt()
Solve the turbulence equations and correct the turbulence viscosity.
const dimensionedScalar deltaU_
Stabilisation for division by the magnitude of the velocity.
tmp< volScalarField > DReThetatEff() const
Return the effective diffusivity for transition onset.
const volScalarField & gammaInt() const
Access function to intermittency.
tmp< volScalarField::Internal > ReThetac() const
Empirical correlation for critical Reynolds number where the.
volScalarField ReThetat_
Transition onset momentum-thickness Reynolds number.
virtual tmp< volScalarField::Internal > Pk(const volScalarField::Internal &G) const
Modified form of the k-omega SST k production rate.
tmp< volScalarField > DgammaIntEff() const
Return the effective diffusivity for intermittency.
scalar lambdaErr_
Convergence criterion for the lambda/thetat loop.
tmp< volScalarField::Internal > Fonset(const volScalarField::Internal &Rev, const volScalarField::Internal &ReThetac, const volScalarField::Internal &RT) const
Transition onset location control function.
dimensionedScalar cThetat_
dimensionedScalar sigmaThetat_
virtual ~kOmegaSSTLM()
Destructor.
const volScalarField & ReThetat() const
Access function transition onset momentum-thickness Reynolds number.
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.
virtual bool read()
Re-read model coefficients if they have changed.
TypeName("kOmegaSSTLM")
Runtime type information.
BasicMomentumTransportModel::rhoField rhoField
Specialisation for RAS of the generic kOmegaSSTBase base class. For more information,...
virtual tmp< volScalarField > F2() const
BasicMomentumTransportModel::alphaField alphaField
BasicMomentumTransportModel::rhoField rhoField
A class for managing temporary objects.
Abstract base class for all fluid physical properties.
A class for handling words, derived from string.
volScalarField alpha(IOobject("alpha", runTime.name(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
const dimensionedScalar G
Newtonian constant of gravitation.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.