Classes | |
| class | AtmosphericBoundaryLayerTurbulentEpsilon |
| Runtime selectable DimensionedFieldFunction to set the turbulent dissipation rate, | |
| class | AtmosphericBoundaryLayerTurbulentKineticEnergy |
| Runtime selectable DimensionedFieldFunction to set the turbulent kinetic energy, | |
| class | AtmosphericBoundaryLayerVelocity |
| Runtime selectable DimensionedFieldFunction to set the velocity for an atmospheric boundary layer. More... | |
| class | Coded |
| Coded internal and patch field initialisation, evaluation and update with dimension checking. More... | |
| class | DistanceFunction |
| Distance function internal and patch field initialisation function. More... | |
| class | FieldFunction |
| Field function which looks up another field and uses it as the argument to evaluate a given Foam::Function1. The user must specify both the name of the looked-up field and the function1. More... | |
| class | Surfaces |
| Dimensioned field function which sets constant values inside a set of surfaces, and a default value elsewhere. Cutting is used to set fractional values in elements that intersect the surfaces. Foam::searchableSurface is used to define the surface geometry, so triangulated surface files can be used, as well as a list of simple predefined shapes (box, cylinder, ...). More... | |
| class | TimeFunction |
| Time dependent internal and patch field initialisation and update function. More... | |
| class | Zonal |
| Zonal internal and patch field initialisation function. More... | |
| class | externalWallLayersHeatTransferCoefficient |
| Runtime selectable DimensionedFieldFunction providing the heat transfer coefficient for a number of layers of conductive materials. More... | |
| class | wallLayersHeatTransferCoefficient |
| Runtime selectable DimensionedFieldFunction providing the heat transfer coefficient for a number of layers of conductive materials. More... | |
| class | waveAlpha |
| Initialises the phase fraction to that specified by a superposition of wave models. All the wave modelling parameters are obtained from a centrally registered waveSuperposition class. More... | |
| class | waveVelocity |
| Initialises the velocity to that specified by a superposition of wave models. All the wave modelling parameters are obtained from a centrally registered waveSuperposition class. More... | |
| class | displacementGapHeatTransferCoefficient |
| Runtime selectable DimensionedFieldFunction providing the heat transfer coefficient for a gap caused by surface displacement. More... | |
Typedefs | |
| typedef DimensionedFieldFunction< DimensionedField< scalar, fvPatch > > | DimensionedFieldFunctionScalarFvPatch |
| typedef DimensionedFieldFunction< DimensionedField< scalar, fvMesh > > | DimensionedFieldFunctionScalarFvMesh |
| typedef DimensionedFieldFunction< DimensionedField< vector, fvMesh > > | DimensionedFieldFunctionvectorFvMesh |
| typedef DimensionedFieldFunction< DimensionedField< scalar, fvPatch > > DimensionedFieldFunctionScalarFvPatch |
Definition at line 43 of file externalWallLayersHeatTransferCoefficient_DimensionedFieldFunction.C.
| typedef DimensionedFieldFunction<DimensionedField<scalar, fvMesh> > DimensionedFieldFunctionScalarFvMesh |
Definition at line 45 of file waveAlpha_DimensionedFieldFunction.C.
| typedef DimensionedFieldFunction<DimensionedField<vector, fvMesh> > DimensionedFieldFunctionvectorFvMesh |
Definition at line 45 of file waveVelocity_DimensionedFieldFunction.C.
| Foam::DimensionedFieldFunctions::addDimensionedFieldFunction | ( | AtmosphericBoundaryLayerVelocity | , |
| DimensionedFieldvectorfvMeshField | |||
| ) |
| Foam::DimensionedFieldFunctions::addDimensionedFieldFunction | ( | AtmosphericBoundaryLayerTurbulentKineticEnergy | , |
| DimensionedFieldscalarfvMeshField | |||
| ) |
| Foam::DimensionedFieldFunctions::addDimensionedFieldFunction | ( | AtmosphericBoundaryLayerTurbulentEpsilon | , |
| DimensionedFieldscalarfvMeshField | |||
| ) |
| Foam::DimensionedFieldFunctions::addDimensionedFieldFunction | ( | AtmosphericBoundaryLayerVelocity | , |
| DimensionedFieldvectorfvPatchField | |||
| ) |
| Foam::DimensionedFieldFunctions::addDimensionedFieldFunction | ( | AtmosphericBoundaryLayerTurbulentKineticEnergy | , |
| DimensionedFieldscalarfvPatchField | |||
| ) |
| Foam::DimensionedFieldFunctions::addDimensionedFieldFunction | ( | AtmosphericBoundaryLayerTurbulentEpsilon | , |
| DimensionedFieldscalarfvPatchField | |||
| ) |
| void Foam::DimensionedFieldFunctions::ignore | ( | const T & | ) |
Dummy function to call on a variable to avoid "unused variable" warnings.
Definition at line 179 of file DimensionedFieldFunction.H.
| Foam::DimensionedFieldFunctions::addDimensionedFieldFunction | ( | TimeFunction | , |
| DimensionedFieldlabelsurfaceMeshField | |||
| ) |
| Foam::DimensionedFieldFunctions::addDimensionedFieldFunction | ( | Zonal | , |
| DimensionedFieldlabelsurfaceMeshField | |||
| ) |
| Foam::DimensionedFieldFunctions::defineTypeNameAndDebug | ( | externalWallLayersHeatTransferCoefficient | , |
| 0 | |||
| ) |
| Foam::DimensionedFieldFunctions::addToRunTimeSelectionTable | ( | DimensionedFieldFunctionScalarFvPatch | , |
| externalWallLayersHeatTransferCoefficient | , | ||
| dictionary | |||
| ) |
| Foam::DimensionedFieldFunctions::defineTypeNameAndDebug | ( | wallLayersHeatTransferCoefficient | , |
| 0 | |||
| ) |
| Foam::DimensionedFieldFunctions::addToRunTimeSelectionTable | ( | DimensionedFieldFunctionScalarFvPatch | , |
| wallLayersHeatTransferCoefficient | , | ||
| dictionary | |||
| ) |
| Foam::DimensionedFieldFunctions::defineTypeNameAndDebug | ( | waveAlpha | , |
| 0 | |||
| ) |
| Foam::DimensionedFieldFunctions::addToRunTimeSelectionTable | ( | DimensionedFieldFunctionScalarFvMesh | , |
| waveAlpha | , | ||
| dictionary | |||
| ) |
| Foam::DimensionedFieldFunctions::defineTypeNameAndDebug | ( | waveVelocity | , |
| 0 | |||
| ) |
| Foam::DimensionedFieldFunctions::addToRunTimeSelectionTable | ( | DimensionedFieldFunctionvectorFvMesh | , |
| waveVelocity | , | ||
| dictionary | |||
| ) |
| Foam::DimensionedFieldFunctions::defineTypeNameAndDebug | ( | displacementGapHeatTransferCoefficient | , |
| 0 | |||
| ) |
| Foam::DimensionedFieldFunctions::addToRunTimeSelectionTable | ( | DimensionedFieldFunctionScalarFvPatch | , |
| displacementGapHeatTransferCoefficient | , | ||
| dictionary | |||
| ) |