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

transformList.H File Reference

Spatial transformation functions for primitive fields. More...


Detailed Description

Spatial transformation functions for primitive fields.

InClass Foam

Source files

Definition in file transformList.H.

#include "src/OpenFOAM/primitives/transform/transform.H"
#include "src/OpenFOAM/containers/Lists/List/List.H"
#include "src/OpenFOAM/containers/HashTables/Map/Map.H"
#include "src/OpenFOAM/meshes/meshShapes/edge/EdgeMap.H"
#include "src/OpenFOAM/fields/Fields/tensorField/tensorField.H"
Include dependency graph for transformList.H:

Go to the source code of this file.

Namespaces

namespace  Foam
 

Namespace for OpenFOAM.


Functions

template<class T >
List< T >  transform (const tensor &rotTensor, const UList< T > &field)
 Extend transform to work on list.
template<class T >
void  transformList (const tensorField &, UList< T > &)
 Apply transformation to list. Either single transformation tensor.
template<class T >
void  transformList (const tensorField &, Map< T > &)
template<class T >
void  transformList (const tensorField &, EdgeMap< T > &)
template<>
void  transformList (const tensorField &, UList< label > &)
template<>
void  transformList (const tensorField &, Map< label > &)
template<>
void  transformList (const tensorField &, EdgeMap< label > &)
template<>
void  transformList (const tensorField &, UList< scalar > &)
template<>
void  transformList (const tensorField &, Map< scalar > &)
template<>
void  transformList (const tensorField &, EdgeMap< scalar > &)