symmTransformField.H File Reference
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

 Foam
 Namespace for OpenFOAM.
 

Functions

template<class Type >
void transform (Field< Type > &result, const symmTensor &rot, const Field< Type > &fld)
 
template<class Type >
void transform (Field< Type > &result, const symmTensorField &rot, const Field< Type > &fld)
 
template<class Type >
tmp< Field< Type > > transform (const symmTensorField &rot, const Field< Type > &fld)
 
template<class Type >
tmp< Field< Type > > transform (const symmTensorField &rot, const tmp< Field< Type >> &tfld)
 
template<class Type >
tmp< Field< Type > > transform (const tmp< symmTensorField > &trot, const Field< Type > &tfld)
 
template<class Type >
tmp< Field< Type > > transform (const tmp< symmTensorField > &trot, const tmp< Field< Type >> &tfld)
 
template<class Type >
tmp< Field< Type > > transform (const symmTensor &rot, const Field< Type > &fld)
 
template<class Type >
tmp< Field< Type > > transform (const symmTensor &rot, const tmp< Field< Type >> &tfld)
 
template<>
tmp< Field< sphericalTensor > > transformFieldMask< sphericalTensor > (const symmTensorField &stf)
 
template<>
tmp< Field< sphericalTensor > > transformFieldMask< sphericalTensor > (const tmp< symmTensorField > &tstf)
 
template<>
tmp< Field< symmTensor > > transformFieldMask< symmTensor > (const symmTensorField &stf)
 
template<>
tmp< Field< symmTensor > > transformFieldMask< symmTensor > (const tmp< symmTensorField > &tstf)
 
template<>
tmp< Field< tensor > > transformFieldMask< tensor > (const symmTensorField &)
 
template<>
tmp< Field< tensor > > transformFieldMask< tensor > (const tmp< symmTensorField > &)
 

Detailed Description

Original source file symmTransformField.H

Definition in file symmTransformField.H.