Namespace for LES SGS models. More...
Classes | |
| class | continuousGasKEqn |
| One-equation SGS model for the gas-phase in a two-phase system supporting phase-inversion. More... | |
| class | NicenoKEqn |
| One-equation SGS model for the continuous phase in a two-phase system including bubble-generated turbulence. More... | |
| class | SmagorinskyZhang |
| The Smagorinsky SGS model including bubble-generated turbulence. More... | |
| class | DESModel |
| Templated abstract base class for DES models. More... | |
| class | kOmegaSSTDDES |
| k-omega-SST DDES turbulence model for incompressible and compressible flows. More... | |
| class | kOmegaSSTDES |
| k-omega-SST DES turbulence model for incompressible and compressible flows. More... | |
| class | kOmegaSSTIDDES |
| k-omega-SST IDDES turbulence model for incompressible and compressible flows. More... | |
| class | SpalartAllmarasDDES |
| SpalartAllmaras DDES turbulence model for incompressible and compressible flows. More... | |
| class | SpalartAllmarasDES |
| SpalartAllmarasDES DES turbulence model for incompressible and compressible flows. More... | |
| class | SpalartAllmarasIDDES |
| SpalartAllmaras IDDES turbulence model for incompressible and compressible flows. More... | |
| class | DeardorffDiffStress |
| Differential SGS Stress Equation Model for incompressible and compressible flows. More... | |
| class | dynamicKEqn |
| Dynamic one equation eddy-viscosity model. More... | |
| class | dynamicLagrangian |
| Dynamic SGS model with Lagrangian averaging. More... | |
| class | kEqn |
| One equation eddy-viscosity model. More... | |
| class | cubeRootVolDelta |
| class | DeltaOmegaTildeDelta |
| Delta formulation that accounts for the orientation of the vorticity vector. In "2D-regions" (i.e. xy-plane), delta is of the order max(delta_x,delta_y), so that the influence of delta_z is discarded. This can help to accelerate the transition from RANS to LES in hybrid RANS/LES simulations. More... | |
| class | IDDESDelta |
| class | maxDeltaxyz |
| class | maxDeltaxyzCubeRootLESDelta |
| class | PrandtlDelta |
| class | SLADelta |
| Delta formulation that accounts for the orientation of the vorticity vector and a flow-sensitised function to detect 2D flow regions. Delta value is strongly reduced in these regions to accelerate the transition from RANS to LES in hybrid RANS/LES simulations. More... | |
| class | smoothDelta |
| class | vanDriestDelta |
| class | LESeddyViscosity |
| Eddy viscosity LES SGS model base class. More... | |
| class | sigma |
| The sigma SGS model. More... | |
| class | Smagorinsky |
| The Smagorinsky SGS model. More... | |
| class | WALE |
| The Wall-adapting local eddy-viscosity (WALE) SGS model. More... | |
| typedef Smagorinsky<EddyDiffusivity<fluidThermoCompressibleTurbulenceModel> > SmagorinskyLESfluidThermoCompressibleTurbulenceModel |
Definition at line 113 of file turbulentFluidThermoModels.C.
| typedef WALE<EddyDiffusivity<fluidThermoCompressibleTurbulenceModel> > WALELESfluidThermoCompressibleTurbulenceModel |
Definition at line 116 of file turbulentFluidThermoModels.C.
| typedef kEqn<EddyDiffusivity<fluidThermoCompressibleTurbulenceModel> > kEqnLESfluidThermoCompressibleTurbulenceModel |
Definition at line 119 of file turbulentFluidThermoModels.C.
| typedef dynamicKEqn<EddyDiffusivity<fluidThermoCompressibleTurbulenceModel> > dynamicKEqnLESfluidThermoCompressibleTurbulenceModel |
Definition at line 122 of file turbulentFluidThermoModels.C.
| typedef dynamicLagrangian<EddyDiffusivity<fluidThermoCompressibleTurbulenceModel> > dynamicLagrangianLESfluidThermoCompressibleTurbulenceModel |
Definition at line 125 of file turbulentFluidThermoModels.C.
| typedef sigma<EddyDiffusivity<fluidThermoCompressibleTurbulenceModel> > sigmaLESfluidThermoCompressibleTurbulenceModel |
Definition at line 128 of file turbulentFluidThermoModels.C.
| typedef SpalartAllmarasDES<EddyDiffusivity<fluidThermoCompressibleTurbulenceModel> > SpalartAllmarasDESLESfluidThermoCompressibleTurbulenceModel |
Definition at line 131 of file turbulentFluidThermoModels.C.
| typedef SpalartAllmarasDDES<EddyDiffusivity<fluidThermoCompressibleTurbulenceModel> > SpalartAllmarasDDESLESfluidThermoCompressibleTurbulenceModel |
Definition at line 134 of file turbulentFluidThermoModels.C.
| typedef SpalartAllmarasIDDES<EddyDiffusivity<fluidThermoCompressibleTurbulenceModel> > SpalartAllmarasIDDESLESfluidThermoCompressibleTurbulenceModel |
Definition at line 137 of file turbulentFluidThermoModels.C.
| typedef DeardorffDiffStress<EddyDiffusivity<fluidThermoCompressibleTurbulenceModel> > DeardorffDiffStressLESfluidThermoCompressibleTurbulenceModel |
Definition at line 140 of file turbulentFluidThermoModels.C.
| typedef kOmegaSSTDES<EddyDiffusivity<fluidThermoCompressibleTurbulenceModel> > kOmegaSSTDESLESfluidThermoCompressibleTurbulenceModel |
Definition at line 143 of file turbulentFluidThermoModels.C.
| typedef kOmegaSSTDDES<EddyDiffusivity<fluidThermoCompressibleTurbulenceModel> > kOmegaSSTDDESLESfluidThermoCompressibleTurbulenceModel |
Definition at line 146 of file turbulentFluidThermoModels.C.
| typedef kOmegaSSTIDDES<EddyDiffusivity<fluidThermoCompressibleTurbulenceModel> > kOmegaSSTIDDESLESfluidThermoCompressibleTurbulenceModel |
Definition at line 149 of file turbulentFluidThermoModels.C.
| addToRunTimeSelectionTable | ( | LESfluidThermoCompressibleTurbulenceModel | , |
| SmagorinskyLESfluidThermoCompressibleTurbulenceModel | , | ||
| dictionary | ) |
| addToRunTimeSelectionTable | ( | LESfluidThermoCompressibleTurbulenceModel | , |
| WALELESfluidThermoCompressibleTurbulenceModel | , | ||
| dictionary | ) |
| addToRunTimeSelectionTable | ( | LESfluidThermoCompressibleTurbulenceModel | , |
| kEqnLESfluidThermoCompressibleTurbulenceModel | , | ||
| dictionary | ) |
| addToRunTimeSelectionTable | ( | LESfluidThermoCompressibleTurbulenceModel | , |
| dynamicKEqnLESfluidThermoCompressibleTurbulenceModel | , | ||
| dictionary | ) |
| addToRunTimeSelectionTable | ( | LESfluidThermoCompressibleTurbulenceModel | , |
| dynamicLagrangianLESfluidThermoCompressibleTurbulenceModel | , | ||
| dictionary | ) |
| addToRunTimeSelectionTable | ( | LESfluidThermoCompressibleTurbulenceModel | , |
| sigmaLESfluidThermoCompressibleTurbulenceModel | , | ||
| dictionary | ) |
| addToRunTimeSelectionTable | ( | LESfluidThermoCompressibleTurbulenceModel | , |
| SpalartAllmarasDESLESfluidThermoCompressibleTurbulenceModel | , | ||
| dictionary | ) |
| addToRunTimeSelectionTable | ( | LESfluidThermoCompressibleTurbulenceModel | , |
| SpalartAllmarasDDESLESfluidThermoCompressibleTurbulenceModel | , | ||
| dictionary | ) |
| addToRunTimeSelectionTable | ( | LESfluidThermoCompressibleTurbulenceModel | , |
| SpalartAllmarasIDDESLESfluidThermoCompressibleTurbulenceModel | , | ||
| dictionary | ) |
| addToRunTimeSelectionTable | ( | LESfluidThermoCompressibleTurbulenceModel | , |
| DeardorffDiffStressLESfluidThermoCompressibleTurbulenceModel | , | ||
| dictionary | ) |
| addToRunTimeSelectionTable | ( | LESfluidThermoCompressibleTurbulenceModel | , |
| kOmegaSSTDESLESfluidThermoCompressibleTurbulenceModel | , | ||
| dictionary | ) |
| addToRunTimeSelectionTable | ( | LESfluidThermoCompressibleTurbulenceModel | , |
| kOmegaSSTDDESLESfluidThermoCompressibleTurbulenceModel | , | ||
| dictionary | ) |
| addToRunTimeSelectionTable | ( | LESfluidThermoCompressibleTurbulenceModel | , |
| kOmegaSSTIDDESLESfluidThermoCompressibleTurbulenceModel | , | ||
| dictionary | ) |
| defineTypeNameAndDebug | ( | cubeRootVolDelta | , |
| 0 | ) |
| addToRunTimeSelectionTable | ( | LESdelta | , |
| cubeRootVolDelta | , | ||
| dictionary | ) |
| defineTypeNameAndDebug | ( | DeltaOmegaTildeDelta | , |
| 0 | ) |
| addToRunTimeSelectionTable | ( | LESdelta | , |
| DeltaOmegaTildeDelta | , | ||
| dictionary | ) |
| defineTypeNameAndDebug | ( | IDDESDelta | , |
| 0 | ) |
| addToRunTimeSelectionTable | ( | LESdelta | , |
| IDDESDelta | , | ||
| dictionary | ) |
| defineTypeNameAndDebug | ( | maxDeltaxyz | , |
| 0 | ) |
| addToRunTimeSelectionTable | ( | LESdelta | , |
| maxDeltaxyz | , | ||
| dictionary | ) |
| defineTypeNameAndDebug | ( | maxDeltaxyzCubeRootLESDelta | , |
| 0 | ) |
| addToRunTimeSelectionTable | ( | LESdelta | , |
| maxDeltaxyzCubeRootLESDelta | , | ||
| dictionary | ) |
| defineTypeNameAndDebug | ( | PrandtlDelta | , |
| 0 | ) |
| addToRunTimeSelectionTable | ( | LESdelta | , |
| PrandtlDelta | , | ||
| dictionary | ) |
| defineTypeNameAndDebug | ( | SLADelta | , |
| 0 | ) |
| addToRunTimeSelectionTable | ( | LESdelta | , |
| SLADelta | , | ||
| dictionary | ) |
| defineTypeNameAndDebug | ( | smoothDelta | , |
| 0 | ) |
| addToRunTimeSelectionTable | ( | LESdelta | , |
| smoothDelta | , | ||
| dictionary | ) |
| defineTypeNameAndDebug | ( | vanDriestDelta | , |
| 0 | ) |
| addToRunTimeSelectionTable | ( | LESdelta | , |
| vanDriestDelta | , | ||
| dictionary | ) |