Namespace for incompressible LES models. More...
Classes | |
| class | DeardorffDiffStress |
| Differential SGS Stress Equation Model for incompressible flows. More... | |
| class | nuSgsWallFunctionFvPatchScalarField |
| Spalart Allmaras wall function boundary condition for incompressible flows. More... | |
| class | dynOneEqEddy |
| One Equation Eddy Viscosity Model for incompressible flows. More... | |
| class | GenEddyVisc |
| General base class for all incompressible models that can be implemented as an eddy viscosity, i.e. algebraic and one-equation models. More... | |
| class | GenSGSStress |
| General base class for all incompressible models that directly solve for the SGS stress tensor B. More... | |
| class | homogeneousDynSmagorinsky |
| The Isochoric homogeneous dynamic Smagorinsky Model for incompressible flows. More... | |
| class | kOmegaSSTSAS |
| class | laminar |
| LES model for laminar incompressible flow. It simply returns laminar properties. More... | |
| class | locDynOneEqEddy |
| Localised Dynamic One Equation Eddy Viscosity Model for incompressible flows. More... | |
| class | LRRDiffStress |
| Differential SGS Stress Equation Model for incompressible flows. More... | |
| class | mixedSmagorinsky |
| The mixed Isochoric Smagorinsky Model for incompressible flows. More... | |
| class | oneEqEddy |
| One Equation Eddy Viscosity Model for incompressible flows. More... | |
| class | scaleSimilarity |
| General base class for all scale similarity models for incompressible flows. More... | |
| class | Smagorinsky |
| The Isochoric Smagorinsky Model for incompressible flows. More... | |
| class | Smagorinsky2 |
| The Isochoric Smagorinsky Model for incompressible flows. More... | |
| class | SpalartAllmaras |
| class | SpalartAllmarasDDES |
| class | SpalartAllmarasIDDES |
| class | spectEddyVisc |
| The Isochoric spectral Eddy Viscosity Model for incompressible flows. More... | |
| class | vanDriestDelta |
| Simple cube-root of cell volume delta used in incompressible LES models. More... | |
| Foam::incompressible::LESModels::defineTypeNameAndDebug | ( | DeardorffDiffStress | , |
| 0 | |||
| ) |
| Foam::incompressible::LESModels::addToRunTimeSelectionTable | ( | LESModel | , |
| DeardorffDiffStress | , | ||
| dictionary | |||
| ) |
| Foam::incompressible::LESModels::makePatchTypeField | ( | fvPatchScalarField | , |
| nuSgsWallFunctionFvPatchScalarField | |||
| ) |
| Foam::incompressible::LESModels::defineTypeNameAndDebug | ( | dynOneEqEddy | , |
| 0 | |||
| ) |
| Foam::incompressible::LESModels::addToRunTimeSelectionTable | ( | LESModel | , |
| dynOneEqEddy | , | ||
| dictionary | |||
| ) |
| Foam::incompressible::LESModels::defineTypeNameAndDebug | ( | homogeneousDynSmagorinsky | , |
| 0 | |||
| ) |
| Foam::incompressible::LESModels::addToRunTimeSelectionTable | ( | LESModel | , |
| homogeneousDynSmagorinsky | , | ||
| dictionary | |||
| ) |
| Foam::incompressible::LESModels::defineTypeNameAndDebug | ( | kOmegaSSTSAS | , |
| 0 | |||
| ) |
| Foam::incompressible::LESModels::addToRunTimeSelectionTable | ( | LESModel | , |
| kOmegaSSTSAS | , | ||
| dictionary | |||
| ) |
| Foam::incompressible::LESModels::defineTypeNameAndDebug | ( | laminar | , |
| 0 | |||
| ) |
| Foam::incompressible::LESModels::addToRunTimeSelectionTable | ( | LESModel | , |
| laminar | , | ||
| dictionary | |||
| ) |
| Foam::incompressible::LESModels::defineTypeNameAndDebug | ( | locDynOneEqEddy | , |
| 0 | |||
| ) |
| Foam::incompressible::LESModels::addToRunTimeSelectionTable | ( | LESModel | , |
| locDynOneEqEddy | , | ||
| dictionary | |||
| ) |
| Foam::incompressible::LESModels::defineTypeNameAndDebug | ( | LRRDiffStress | , |
| 0 | |||
| ) |
| Foam::incompressible::LESModels::addToRunTimeSelectionTable | ( | LESModel | , |
| LRRDiffStress | , | ||
| dictionary | |||
| ) |
| Foam::incompressible::LESModels::defineTypeNameAndDebug | ( | mixedSmagorinsky | , |
| 0 | |||
| ) |
| Foam::incompressible::LESModels::addToRunTimeSelectionTable | ( | LESModel | , |
| mixedSmagorinsky | , | ||
| dictionary | |||
| ) |
| Foam::incompressible::LESModels::defineTypeNameAndDebug | ( | oneEqEddy | , |
| 0 | |||
| ) |
| Foam::incompressible::LESModels::addToRunTimeSelectionTable | ( | LESModel | , |
| oneEqEddy | , | ||
| dictionary | |||
| ) |
| Foam::incompressible::LESModels::defineTypeNameAndDebug | ( | scaleSimilarity | , |
| 0 | |||
| ) |
| Foam::incompressible::LESModels::defineTypeNameAndDebug | ( | Smagorinsky | , |
| 0 | |||
| ) |
| Foam::incompressible::LESModels::addToRunTimeSelectionTable | ( | LESModel | , |
| Smagorinsky | , | ||
| dictionary | |||
| ) |
| Foam::incompressible::LESModels::defineTypeNameAndDebug | ( | Smagorinsky2 | , |
| 0 | |||
| ) |
| Foam::incompressible::LESModels::addToRunTimeSelectionTable | ( | LESModel | , |
| Smagorinsky2 | , | ||
| dictionary | |||
| ) |
| Foam::incompressible::LESModels::defineTypeNameAndDebug | ( | SpalartAllmaras | , |
| 0 | |||
| ) |
| Foam::incompressible::LESModels::addToRunTimeSelectionTable | ( | LESModel | , |
| SpalartAllmaras | , | ||
| dictionary | |||
| ) |
| Foam::incompressible::LESModels::defineTypeNameAndDebug | ( | SpalartAllmarasDDES | , |
| 0 | |||
| ) |
| Foam::incompressible::LESModels::addToRunTimeSelectionTable | ( | LESModel | , |
| SpalartAllmarasDDES | , | ||
| dictionary | |||
| ) |
| Foam::incompressible::LESModels::defineTypeNameAndDebug | ( | SpalartAllmarasIDDES | , |
| 0 | |||
| ) |
| Foam::incompressible::LESModels::addToRunTimeSelectionTable | ( | LESModel | , |
| SpalartAllmarasIDDES | , | ||
| dictionary | |||
| ) |
| Foam::incompressible::LESModels::defineTypeNameAndDebug | ( | spectEddyVisc | , |
| 0 | |||
| ) |
| Foam::incompressible::LESModels::addToRunTimeSelectionTable | ( | LESModel | , |
| spectEddyVisc | , | ||
| dictionary | |||
| ) |
| Foam::incompressible::LESModels::defineTypeNameAndDebug | ( | vanDriestDelta | , |
| 0 | |||
| ) |
| Foam::incompressible::LESModels::addToRunTimeSelectionTable | ( | LESdelta | , |
| vanDriestDelta | , | ||
| dictionary | |||
| ) |