FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

transformGeometricField.C File Reference

Spatial transformation functions for FieldFields. More...


Detailed Description

Spatial transformation functions for FieldFields.

Definition in file transformGeometricField.C.

#include "src/OpenFOAM/fields/GeometricFields/transformGeometricField/transformGeometricField.H"
#include "src/OpenFOAM/fields/Fields/transformField/transformField.H"
#include "src/OpenFOAM/fields/FieldFields/transformFieldField/transformFieldField.H"
Include dependency graph for transformGeometricField.C:

Go to the source code of this file.

Namespaces

namespace  Foam
 

Namespace for OpenFOAM.


Functions

template<class Type , template< class > class PatchField, class GeoMesh >
void  transform (GeometricField< Type, PatchField, GeoMesh > &rtf, const GeometricField< tensor, PatchField, GeoMesh > &trf, const GeometricField< Type, PatchField, GeoMesh > &tf)
template<class Type , template< class > class PatchField, class GeoMesh >
tmp< GeometricField< Type,
PatchField, GeoMesh > >  
transform (const GeometricField< tensor, PatchField, GeoMesh > &trf, const GeometricField< Type, PatchField, GeoMesh > &tf)
template<class Type , template< class > class PatchField, class GeoMesh >
tmp< GeometricField< Type,
PatchField, GeoMesh > >  
transform (const GeometricField< tensor, PatchField, GeoMesh > &trf, const tmp< GeometricField< Type, PatchField, GeoMesh > > &ttf)
template<class Type , template< class > class PatchField, class GeoMesh >
tmp< GeometricField< Type,
PatchField, GeoMesh > >  
transform (const tmp< GeometricField< tensor, PatchField, GeoMesh > > &ttrf, const GeometricField< Type, PatchField, GeoMesh > &tf)
template<class Type , template< class > class PatchField, class GeoMesh >
tmp< GeometricField< Type,
PatchField, GeoMesh > >  
transform (const tmp< GeometricField< tensor, PatchField, GeoMesh > > &ttrf, const tmp< GeometricField< Type, PatchField, GeoMesh > > &ttf)
template<class Type , template< class > class PatchField, class GeoMesh >
void  transform (GeometricField< Type, PatchField, GeoMesh > &rtf, const dimensionedTensor &t, const GeometricField< Type, PatchField, GeoMesh > &tf)
template<class Type , template< class > class PatchField, class GeoMesh >
tmp< GeometricField< Type,
PatchField, GeoMesh > >  
transform (const dimensionedTensor &t, const GeometricField< Type, PatchField, GeoMesh > &tf)
template<class Type , template< class > class PatchField, class GeoMesh >
tmp< GeometricField< Type,
PatchField, GeoMesh > >  
transform (const dimensionedTensor &t, const tmp< GeometricField< Type, PatchField, GeoMesh > > &ttf)