uniformGeometricFields.C File Reference
Include dependency graph for uniformGeometricFields.C:

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Macros

#define defineUniformGeometricTypeField_(Field)    defineTemplateTypeNameAndDebug(Field, 0)
 
#define defineUniformGeometricTypeField(Type, nullArg)
 

Functions

 FOR_ALL_FIELD_TYPES (defineUniformGeometricTypeField)
 

Detailed Description

Original source file uniformGeometricFields.C

Definition in file uniformGeometricFields.C.

Macro Definition Documentation

◆ defineUniformGeometricTypeField_

#define defineUniformGeometricTypeField_ (   Field)     defineTemplateTypeNameAndDebug(Field, 0)

Definition at line 35 of file uniformGeometricFields.C.

◆ defineUniformGeometricTypeField

#define defineUniformGeometricTypeField (   Type,
  nullArg 
)
Value:
( \
CAT3(uniformGeometric, CAPITALIZE(Type), Field) \
);
#define CAPITALIZE(name)
Map 'name' to 'Name' via the predefined macro CAPITALIZE_name.
Definition: macros.H:54
#define defineUniformGeometricTypeField_(Field)

Definition at line 38 of file uniformGeometricFields.C.