
Go to the source code of this file.
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Macros | |
| #define | makeTransform(Op, Type) |
| #define | makeCoordinateSystemTransform(Op, RetType, Type) |
Functions | |
| static scalar | transform_scalar (const tensor &tt, const scalar &in) |
| static vector | transform_vector (const tensor &tt, const vector &in) |
| static sphericalTensor | transform_sphericalTensor (const tensor &tt, const sphericalTensor &in) |
| static symmTensor | transform_symmTensor (const tensor &tt, const symmTensor &in) |
| static tensor | transform_tensor (const tensor &tt, const tensor &in) |
| static scalar | invTransform_scalar (const tensor &tt, const scalar &in) |
| static vector | invTransform_vector (const tensor &tt, const vector &in) |
| static sphericalTensor | invTransform_sphericalTensor (const tensor &tt, const sphericalTensor &in) |
| static symmTensor | invTransform_symmTensor (const tensor &tt, const symmTensor &in) |
| static tensor | invTransform_tensor (const tensor &tt, const tensor &in) |
| static symmTensor | transformPrincipal_vector (const tensor &tt, const vector &v) |
| Transform principal. More... | |
Original source file coordinateSystemTransform.C
Definition in file coordinateSystemTransform.C.
| #define makeTransform | ( | Op, | |
| Type | |||
| ) |
Definition at line 33 of file coordinateSystemTransform.C.
| #define makeCoordinateSystemTransform | ( | Op, | |
| RetType, | |||
| Type | |||
| ) |
Definition at line 134 of file coordinateSystemTransform.C.