LagrangianPatchFieldsFwd.H File Reference
Include dependency graph for LagrangianPatchFieldsFwd.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Macros

#define makeLagrangianPatchFieldTypedef(fieldType, dummy)
 
#define makeLagrangianPatchTypeFieldTypedef(fieldType, type)
 
#define makeLagrangianPatchFieldTypedefs(type)    FOR_ALL_FIELD_TYPES(makeLagrangianPatchTypeFieldTypedef, type)
 

Functions

 FOR_ALL_FIELD_TYPES (makeLagrangianPatchFieldTypedef)
 

Detailed Description

Original source file LagrangianPatchFieldsFwd.H

Definition in file LagrangianPatchFieldsFwd.H.

Macro Definition Documentation

◆ makeLagrangianPatchFieldTypedef

#define makeLagrangianPatchFieldTypedef (   fieldType,
  dummy 
)
Value:
CAT3(LagrangianPatch, CAPITALIZE(fieldType), Field);
#define CAT3(a, b, c)
Definition: macros.H:40
#define CAPITALIZE(name)
Map 'name' to 'Name' via the predefined macro CAPITALIZE_name.
Definition: macros.H:54

Definition at line 33 of file LagrangianPatchFieldsFwd.H.

◆ makeLagrangianPatchTypeFieldTypedef

#define makeLagrangianPatchTypeFieldTypedef (   fieldType,
  type 
)
Value:
CAT4(type, LagrangianPatch, CAPITALIZE(fieldType), Field);
#define CAT4(a, b, c, d)
Definition: macros.H:44
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
Definition: POSIX.C:488

Definition at line 38 of file LagrangianPatchFieldsFwd.H.

◆ makeLagrangianPatchFieldTypedefs

#define makeLagrangianPatchFieldTypedefs (   type)     FOR_ALL_FIELD_TYPES(makeLagrangianPatchTypeFieldTypedef, type)

Definition at line 43 of file LagrangianPatchFieldsFwd.H.