FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

GeometricFieldFunctionsM.C File Reference


Detailed Description

Definition in file GeometricFieldFunctionsM.C.

#include "src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldReuseFunctions.H"
Include dependency graph for GeometricFieldFunctionsM.C:

Go to the source code of this file.

Namespaces

namespace  Foam
 

Namespace for OpenFOAM.


Defines

#define  UNARY_FUNCTION(ReturnType, Type1, Func, Dfunc)
#define  UNARY_OPERATOR(ReturnType, Type1, Op, OpFunc, Dfunc)
#define  BINARY_FUNCTION(ReturnType, Type1, Type2, Func)
#define  BINARY_TYPE_FUNCTION_SF(ReturnType, Type1, Type2, Func)
#define  BINARY_TYPE_FUNCTION_FS(ReturnType, Type1, Type2, Func)
#define  BINARY_TYPE_FUNCTION(ReturnType, Type1, Type2, Func)
#define  BINARY_OPERATOR(ReturnType, Type1, Type2, Op, OpName, OpFunc)
#define  BINARY_TYPE_OPERATOR_SF(ReturnType, Type1, Type2, Op, OpName, OpFunc)
#define  BINARY_TYPE_OPERATOR_FS(ReturnType, Type1, Type2, Op, OpName, OpFunc)
#define  BINARY_TYPE_OPERATOR(ReturnType, Type1, Type2, Op, OpName, OpFunc)

Define Documentation

#define UNARY_FUNCTION (   ReturnType,
  Type1,
  Func,
  Dfunc  
)

Definition at line 35 of file GeometricFieldFunctionsM.C.

#define UNARY_OPERATOR (   ReturnType,
  Type1,
  Op,
  OpFunc,
  Dfunc  
)

Definition at line 105 of file GeometricFieldFunctionsM.C.

#define BINARY_FUNCTION (   ReturnType,
  Type1,
  Type2,
  Func  
)

Definition at line 175 of file GeometricFieldFunctionsM.C.

#define BINARY_TYPE_FUNCTION_SF (   ReturnType,
  Type1,
  Type2,
  Func  
)

Definition at line 306 of file GeometricFieldFunctionsM.C.

#define BINARY_TYPE_FUNCTION_FS (   ReturnType,
  Type1,
  Type2,
  Func  
)

Definition at line 398 of file GeometricFieldFunctionsM.C.

#define BINARY_TYPE_FUNCTION (   ReturnType,
  Type1,
  Type2,
  Func  
)
Value:
BINARY_TYPE_FUNCTION_SF(ReturnType, Type1, Type2, Func)                   \
    BINARY_TYPE_FUNCTION_FS(ReturnType, Type1, Type2, Func)

Definition at line 490 of file GeometricFieldFunctionsM.C.

#define BINARY_OPERATOR (   ReturnType,
  Type1,
  Type2,
  Op,
  OpName,
  OpFunc  
)

Definition at line 497 of file GeometricFieldFunctionsM.C.

#define BINARY_TYPE_OPERATOR_SF (   ReturnType,
  Type1,
  Type2,
  Op,
  OpName,
  OpFunc  
)

Definition at line 630 of file GeometricFieldFunctionsM.C.

#define BINARY_TYPE_OPERATOR_FS (   ReturnType,
  Type1,
  Type2,
  Op,
  OpName,
  OpFunc  
)

Definition at line 722 of file GeometricFieldFunctionsM.C.

#define BINARY_TYPE_OPERATOR (   ReturnType,
  Type1,
  Type2,
  Op,
  OpName,
  OpFunc  
)
Value:
BINARY_TYPE_OPERATOR_SF(ReturnType, Type1, Type2, Op, OpName, OpFunc)     \
    BINARY_TYPE_OPERATOR_FS(ReturnType, Type1, Type2, Op, OpName, OpFunc)

Definition at line 814 of file GeometricFieldFunctionsM.C.