Spatial transformation functions for FieldFields. More...


Go to the source code of this file.
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Functions | |
| template<class Type , class GeoMesh > | |
| void | transform (GeometricField< Type, GeoMesh > &rtf, const GeometricField< tensor, GeoMesh > &trf, const GeometricField< Type, GeoMesh > &tf) |
| template<class Type , class GeoMesh > | |
| tmp< GeometricField< Type, GeoMesh > > | transform (const GeometricField< tensor, GeoMesh > &trf, const GeometricField< Type, GeoMesh > &tf) |
| template<class Type , class GeoMesh > | |
| tmp< GeometricField< Type, GeoMesh > > | transform (const GeometricField< tensor, GeoMesh > &trf, const tmp< GeometricField< Type, GeoMesh >> &ttf) |
| template<class Type , class GeoMesh > | |
| tmp< GeometricField< Type, GeoMesh > > | transform (const tmp< GeometricField< tensor, GeoMesh >> &ttrf, const GeometricField< Type, GeoMesh > &tf) |
| template<class Type , class GeoMesh > | |
| tmp< GeometricField< Type, GeoMesh > > | transform (const tmp< GeometricField< tensor, GeoMesh >> &ttrf, const tmp< GeometricField< Type, GeoMesh >> &ttf) |
| template<class Type , class GeoMesh > | |
| void | transform (GeometricField< Type, GeoMesh > &rtf, const dimensionedTensor &t, const GeometricField< Type, GeoMesh > &tf) |
| template<class Type , class GeoMesh > | |
| tmp< GeometricField< Type, GeoMesh > > | transform (const dimensionedTensor &t, const GeometricField< Type, GeoMesh > &tf) |
| template<class Type , class GeoMesh > | |
| tmp< GeometricField< Type, GeoMesh > > | transform (const dimensionedTensor &t, const tmp< GeometricField< Type, GeoMesh >> &ttf) |
Spatial transformation functions for FieldFields.
Original source file transformGeometricField.H
InClass Foam::transformGeometricField
Definition in file transformGeometricField.H.