|
| TypeName ("kOmegaSSTSAS") |
| Runtime type information. More...
|
|
| kOmegaSSTSAS (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. More...
|
|
virtual | ~kOmegaSSTSAS () |
| Destructor. More...
|
|
virtual bool | read () |
| Re-read model coefficients if they have changed. More...
|
|
const volScalarField & | delta () const |
| Access function to filter width. More...
|
|
| TypeName ("kOmegaSST") |
| Runtime type information. More...
|
|
| 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. More...
|
|
virtual | ~kOmegaSST () |
| Destructor. More...
|
|
| kOmegaSSTBase (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) |
| Construct from components. More...
|
|
virtual | ~kOmegaSSTBase () |
| Destructor. 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...
|
|
virtual void | correct () |
| Solve the turbulence equations and correct the turbulence viscosity. More...
|
|
| 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. More...
|
|
virtual | ~eddyViscosity () |
| Destructor. More...
|
|
volScalarField & | evNut () |
| Return non-const access to the turbulence viscosity. 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. More...
|
|
virtual void | validate () |
| Validate the turbulence fields after construction. More...
|
|
| 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. More...
|
|
virtual | ~linearViscousStress () |
| Destructor. More...
|
|
virtual tmp< volSymmTensorField > | devRhoReff () const |
| Return the effective stress tensor. More...
|
|
virtual tmp< fvVectorMatrix > | divDevRhoReff (volVectorField &U) const |
| Return the source term for the momentum equation. More...
|
|
virtual tmp< fvVectorMatrix > | divDevRhoReff (const volScalarField &rho, volVectorField &U) const |
| Return the source term for the momentum equation. More...
|
|
| TypeName ("RAS") |
| Runtime type information. More...
|
|
| declareRunTimeSelectionTable (autoPtr, RASModel, 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)) |
|
| RASModel (const word &type, const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName) |
| Construct from components. More...
|
|
virtual | ~RASModel () |
| Destructor. More...
|
|
const dimensionedScalar & | kMin () const |
| Return the lower allowable limit for k (default: SMALL) More...
|
|
const dimensionedScalar & | epsilonMin () const |
| Return the lower allowable limit for epsilon (default: SMALL) More...
|
|
const dimensionedScalar & | omegaMin () const |
| Return the lower allowable limit for omega (default: SMALL) More...
|
|
dimensionedScalar & | kMin () |
| Allow kMin to be changed. More...
|
|
dimensionedScalar & | epsilonMin () |
| Allow epsilonMin to be changed. More...
|
|
dimensionedScalar & | omegaMin () |
| Allow omegaMin to be changed. More...
|
|
virtual const dictionary & | coeffDict () const |
| Const access to the coefficients dictionary. More...
|
|
virtual tmp< volScalarField > | nuEff () const |
| Return the effective viscosity. More...
|
|
virtual tmp< scalarField > | nuEff (const label patchi) const |
| Return the effective viscosity on patch. More...
|
|
template<class BasicTurbulenceModel>
class Foam::RASModels::kOmegaSSTSAS< BasicTurbulenceModel >
Scale-adaptive URAS model based on the k-omega-SST RAS model.
References:
Egorov, Y., & Menter F.R. (2008).
Development and Application of SST-SAS Model in the DESIDER Project.
Advances in Hybrid RANS-LES Modelling,
Notes on Num. Fluid Mech. And Multidisciplinary Design,
Volume 97, 261-270.
The model coefficients are
kOmegaSSTSASCoeffs
{
// Default SST coefficients
alphaK1 0.85;
alphaK2 1.0;
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.0;
c1 10.0;
F3 no;
// Default SAS coefficients
Cs 0.11;
kappa 0.41;
zeta2 3.51;
sigmaPhi 2.0/3.0;
C 2;
// Delta must be specified for SAS e.g.
delta cubeRootVol;
cubeRootVolCoeffs
{}
}
- Source files
-
Definition at line 98 of file kOmegaSSTSAS.H.