Loading...
Searching...
No Matches
coordinateSystemTransform.C File Reference
Include dependency graph for coordinateSystemTransform.C:

Go to the source code of this file.

Namespaces

namespace  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.

Detailed Description

Original source file coordinateSystemTransform.C

Definition in file coordinateSystemTransform.C.

Macro Definition Documentation

◆ makeTransform

#define makeTransform ( Op,
Type )
Value:
static inline Type Op##_##Type(const tensor& tt, const Type& in) \
{ \
return Op(tt, in); \
}
Tensor of scalars, i.e. Tensor<scalar>.
#define Op(opName, op)
Definition ops.H:99

Definition at line 33 of file coordinateSystemTransform.C.

◆ makeCoordinateSystemTransform

#define makeCoordinateSystemTransform ( Op,
RetType,
Type )

Definition at line 134 of file coordinateSystemTransform.C.