A namespace for various resolutionIndex model implementations.
More...
Classes | |
| class | CelikEtaIndex |
| Computes a single-mesh resolution index according to Celik et al.'s index using Kolmogorov length scale, which is used as a LES/DES quality/post verification metric that does not require any experimental or DNS data. More... | |
| class | CelikNuIndex |
| Computes a single-mesh resolution index according to Celik et al.'s index using effective viscosity, which is used as a LES/DES quality/post verification metric that does not require any experimental or DNS data. More... | |
| class | PopeIndex |
| Computes a single-mesh resolution index according to Pope's index, which is used as a LES/DES quality/post-verification metric that does not require any experimental or DNS data. More... | |
| defineTypeNameAndDebug | ( | CelikEtaIndex | , |
| 0 | ) |
| addToRunTimeSelectionTable | ( | resolutionIndexModel | , |
| CelikEtaIndex | , | ||
| dictionary | ) |
| defineTypeNameAndDebug | ( | CelikNuIndex | , |
| 0 | ) |
| addToRunTimeSelectionTable | ( | resolutionIndexModel | , |
| CelikNuIndex | , | ||
| dictionary | ) |
| defineTypeNameAndDebug | ( | PopeIndex | , |
| 0 | ) |
| addToRunTimeSelectionTable | ( | resolutionIndexModel | , |
| PopeIndex | , | ||
| dictionary | ) |