Go to the source code of this file.
Namespaces | |
Foam | |
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) |
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 132 of file coordinateSystemTransform.C.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.