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

symmTransformField.C File Reference


Detailed Description

Definition in file symmTransformField.C.

#include "src/OpenFOAM/fields/Fields/symmTransformField/symmTransformField.H"
#include "src/OpenFOAM/fields/Fields/Field/FieldM.H"
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)