Go to the source code of this file.
|
| namespace | Foam |
| | Namespace for OpenFOAM.
|
|
| 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.
|
◆ makeTransform
| #define makeTransform |
( |
| Op, |
|
|
| Type ) |
◆ makeCoordinateSystemTransform
| #define makeCoordinateSystemTransform |
( |
| Op, |
|
|
| RetType, |
|
|
| Type ) |