Namespaces | |
| namespace | LESModels |
| Namespace for incompressible LES models. | |
| namespace | RASModels |
| Namespace for incompressible RAS turbulence models. | |
| namespace | turbulenceModels |
| Namespace for incompressible turbulence turbulence models. | |
| Foam::incompressible::defineTypeNameAndDebug | ( | LESModel | , |
| 0 | |||
| ) |
| Foam::incompressible::defineRunTimeSelectionTable | ( | LESModel | , |
| dictionary | |||
| ) |
| Foam::incompressible::addToRunTimeSelectionTable | ( | turbulenceModel | , |
| LESModel | , | ||
| turbulenceModel | |||
| ) |
| tmp<volScalarField> Foam::incompressible::autoCreateNut | ( | const word & | fieldName, |
| const fvMesh & | mesh | ||
| ) |
nut
Definition at line 45 of file backwardsCompatibilityWallFunctions.C.
References fvMesh::boundary(), Foam::dimArea, Foam::dimTime, Foam::endl(), forAll, Foam::Info, mesh, IOobject::MUST_READ, IOobject::NO_READ, IOobject::NO_WRITE, PtrList< T >::size(), fvMesh::time(), and Time::timeName().
| tmp<volScalarField> Foam::incompressible::autoCreateLowReNut | ( | const word & | fieldName, |
| const fvMesh & | mesh | ||
| ) |
nut for Low-Reynolds number models
Definition at line 115 of file backwardsCompatibilityWallFunctions.C.
References fvMesh::boundary(), Foam::dimArea, Foam::dimTime, Foam::endl(), forAll, Foam::Info, mesh, IOobject::MUST_READ, IOobject::NO_READ, IOobject::NO_WRITE, PtrList< T >::size(), fvMesh::time(), and Time::timeName().
| tmp<volScalarField> Foam::incompressible::autoCreateEpsilon | ( | const word & | fieldName, |
| const fvMesh & | mesh | ||
| ) |
epsilon
Definition at line 185 of file backwardsCompatibilityWallFunctions.C.
References autoCreateWallFunctionField(), and mesh.
| tmp<volScalarField> Foam::incompressible::autoCreateOmega | ( | const word & | fieldName, |
| const fvMesh & | mesh | ||
| ) |
omega
Definition at line 204 of file backwardsCompatibilityWallFunctions.C.
References autoCreateWallFunctionField(), and mesh.
| tmp<volScalarField> Foam::incompressible::autoCreateK | ( | const word & | fieldName, |
| const fvMesh & | mesh | ||
| ) |
k
Definition at line 223 of file backwardsCompatibilityWallFunctions.C.
References autoCreateWallFunctionField(), and mesh.
| tmp<volScalarField> Foam::incompressible::autoCreateQ | ( | const word & | fieldName, |
| const fvMesh & | mesh | ||
| ) |
Q.
Definition at line 242 of file backwardsCompatibilityWallFunctions.C.
References autoCreateWallFunctionField(), and mesh.
| tmp<volSymmTensorField> Foam::incompressible::autoCreateR | ( | const word & | fieldName, |
| const fvMesh & | mesh | ||
| ) |
R.
Definition at line 261 of file backwardsCompatibilityWallFunctions.C.
References autoCreateWallFunctionField(), and mesh.
| tmp<GeometricField<Type, fvPatchField, volMesh> > Foam::incompressible::autoCreateWallFunctionField | ( | const word & | fieldName, |
| const fvMesh & | mesh | ||
| ) |
Helper function to create the new field.
Referenced by autoCreateEpsilon(), autoCreateK(), autoCreateOmega(), autoCreateQ(), and autoCreateR().
| Foam::incompressible::makePatchTypeField | ( | fvPatchScalarField | , |
| atmBoundaryLayerInletEpsilonFvPatchScalarField | |||
| ) |
| Foam::incompressible::makePatchTypeField | ( | fvPatchVectorField | , |
| atmBoundaryLayerInletVelocityFvPatchVectorField | |||
| ) |
| Foam::incompressible::makePatchTypeField | ( | fvPatchVectorField | , |
| fixedShearStressFvPatchVectorField | |||
| ) |
| Foam::incompressible::makePatchTypeField | ( | fvPatchScalarField | , |
| turbulentHeatFluxTemperatureFvPatchScalarField | |||
| ) |
| Foam::incompressible::makePatchTypeField | ( | fvPatchScalarField | , |
| turbulentMixingLengthDissipationRateInletFvPatchScalarField | |||
| ) |
| Foam::incompressible::makePatchTypeField | ( | fvPatchScalarField | , |
| turbulentMixingLengthFrequencyInletFvPatchScalarField | |||
| ) |
| Foam::incompressible::defineTypeNameAndDebug | ( | RASModel | , |
| 0 | |||
| ) |
| Foam::incompressible::defineRunTimeSelectionTable | ( | RASModel | , |
| dictionary | |||
| ) |
| Foam::incompressible::addToRunTimeSelectionTable | ( | turbulenceModel | , |
| RASModel | , | ||
| turbulenceModel | |||
| ) |
| Foam::incompressible::defineTypeNameAndDebug | ( | laminar | , |
| 0 | |||
| ) |
| Foam::incompressible::addToRunTimeSelectionTable | ( | turbulenceModel | , |
| laminar | , | ||
| turbulenceModel | |||
| ) |
| Foam::incompressible::defineTypeNameAndDebug | ( | turbulenceModel | , |
| 0 | |||
| ) |
| Foam::incompressible::defineRunTimeSelectionTable | ( | turbulenceModel | , |
| turbulenceModel | |||
| ) |