Scale-adaptive URAS 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 ("kOmegaSSTSAS") | |
| Runtime type information. More... | |
| kOmegaSSTSAS (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... | |
| kOmegaSSTSAS (const kOmegaSSTSAS &)=delete | |
| Disallow default bitwise copy construction. 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... | |
| void | operator= (const kOmegaSSTSAS &)=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... | |
| virtual void | correct () |
| Solve the turbulence equations and correct the turbulence viscosity. 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 |
Protected Attributes | |
| dimensionedScalar | Cs_ |
| dimensionedScalar | kappa_ |
| dimensionedScalar | zeta2_ |
| dimensionedScalar | sigmaPhi_ |
| dimensionedScalar | C_ |
| autoPtr< Foam::LESdelta > | delta_ |
| Run-time selectable delta model. More... | |
Protected Attributes inherited from kOmegaSST< eddyViscosity< RASModel< BasicMomentumTransportModel > >, BasicMomentumTransportModel > | |
| dimensionedScalar | alphaK1_ |
| dimensionedScalar | alphaK2_ |
| dimensionedScalar | alphaOmega1_ |
| dimensionedScalar | alphaOmega2_ |
| dimensionedScalar | gamma1_ |
| dimensionedScalar | gamma2_ |
| dimensionedScalar | beta1_ |
| dimensionedScalar | beta2_ |
| dimensionedScalar | betaStar_ |
| dimensionedScalar | a1_ |
| dimensionedScalar | b1_ |
| dimensionedScalar | c1_ |
| Switch | F3_ |
| volScalarField | k_ |
| volScalarField | omega_ |
Protected Attributes inherited from eddyViscosity< RASModel< BasicMomentumTransportModel > > | |
| volScalarField | nut_ |
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
{}
}
Definition at line 95 of file kOmegaSSTSAS.H.
| typedef BasicMomentumTransportModel::alphaField alphaField |
Definition at line 131 of file kOmegaSSTSAS.H.
| typedef BasicMomentumTransportModel::rhoField rhoField |
Definition at line 132 of file kOmegaSSTSAS.H.
| kOmegaSSTSAS | ( | 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 97 of file kOmegaSSTSAS.C.
|
delete |
Disallow default bitwise copy construction.
|
inlinevirtual |
Destructor.
Definition at line 158 of file kOmegaSSTSAS.H.
|
protectedvirtual |
SAS omega source.
Reimplemented from kOmegaSST< eddyViscosity< RASModel< BasicMomentumTransportModel > >, BasicMomentumTransportModel >.
Definition at line 39 of file kOmegaSSTSAS.C.
References delta, Foam::fvc::grad(), Foam::fvc::laplacian(), Foam::mag(), Foam::magSqr(), Foam::max(), Foam::min(), Foam::pow025(), Foam::sqr(), Foam::sqrt(), and Foam::fvm::Su().

| TypeName | ( | "kOmegaSSTSAS< BasicMomentumTransportModel >" | ) |
Runtime type information.
|
virtual |
Re-read model coefficients if they have changed.
Reimplemented from kOmegaSST< eddyViscosity< RASModel< BasicMomentumTransportModel > >, BasicMomentumTransportModel >.
Definition at line 139 of file kOmegaSSTSAS.C.
|
inline |
Access function to filter width.
Definition at line 168 of file kOmegaSSTSAS.H.
References kOmegaSSTSAS< BasicMomentumTransportModel >::delta_.
|
delete |
Disallow default bitwise assignment.
|
protected |
Definition at line 105 of file kOmegaSSTSAS.H.
|
protected |
Definition at line 106 of file kOmegaSSTSAS.H.
|
protected |
Definition at line 107 of file kOmegaSSTSAS.H.
|
protected |
Definition at line 108 of file kOmegaSSTSAS.H.
|
protected |
Definition at line 109 of file kOmegaSSTSAS.H.
|
protected |
Run-time selectable delta model.
Definition at line 115 of file kOmegaSSTSAS.H.
Referenced by kOmegaSSTSAS< BasicMomentumTransportModel >::delta().