

Go to the source code of this file.
Namespaces | |
| namespace | 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 &) |
| template<> | |
| tmp< Field< sphericalTensor > > | transformFieldMask< sphericalTensor > (const tmp< symmTensorField > &) |
| template<> | |
| tmp< Field< symmTensor > > | transformFieldMask< symmTensor > (const symmTensorField &) |
| template<> | |
| tmp< Field< symmTensor > > | transformFieldMask< symmTensor > (const tmp< symmTensorField > &) |
| template<> | |
| tmp< Field< tensor > > | transformFieldMask< tensor > (const symmTensorField &) |
| template<> | |
| tmp< Field< tensor > > | transformFieldMask< tensor > (const tmp< symmTensorField > &) |
Original source file symmTransformField.H
Definition in file symmTransformField.H.