FreeFOAM The Cross-Platform CFD Toolkit
symmTransformField.H File Reference

Detailed Description

Definition in file symmTransformField.H.

+ Include dependency graph for symmTransformField.H:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Functions

template<class Type >
void transform (Field< Type > &rtf, const symmTensorField &trf, const Field< Type > &tf)
template<class Type >
tmp< Field< Type > > transform (const symmTensorField &trf, const Field< Type > &tf)
template<class Type >
tmp< Field< Type > > transform (const symmTensorField &trf, const tmp< Field< Type > > &ttf)
template<class Type >
tmp< Field< Type > > transform (const tmp< symmTensorField > &ttrf, const Field< Type > &tf)
template<class Type >
tmp< Field< Type > > transform (const tmp< symmTensorField > &ttrf, const tmp< Field< Type > > &ttf)
template<class Type >
void transform (Field< Type > &, const tensor &, const Field< Type > &)
template<class Type >
tmp< Field< Type > > transform (const tensor &, const Field< Type > &)
template<class Type >
tmp< Field< Type > > transform (const tensor &, const tmp< Field< Type > > &)
template<>
tmp< Field< sphericalTensor > > transformFieldMask< sphericalTensor > (const tensorField &tf)
template<>
tmp< Field< sphericalTensor > > transformFieldMask< sphericalTensor > (const tmp< tensorField > &ttf)
template<>
tmp< Field< symmTensor > > transformFieldMask< symmTensor > (const tensorField &tf)
template<>
tmp< Field< symmTensor > > transformFieldMask< symmTensor > (const tmp< tensorField > &ttf)
template<>
tmp< Field< tensor > > transformFieldMask< tensor > (const symmTensorField &)
template<>
tmp< Field< tensor > > transformFieldMask< tensor > (const tmp< symmTensorField > &)