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

Detailed Description

Definition in file symmTransformField.C.

+ Include dependency graph for symmTransformField.C:

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 > &rtf, const symmTensor &t, const Field< Type > &tf)
template<class Type >
tmp< Field< Type > > transform (const symmTensor &t, const Field< Type > &tf)
template<class Type >
tmp< Field< Type > > transform (const symmTensor &t, const tmp< Field< Type > > &ttf)