fvFieldSourcesFwd.H File Reference
Include dependency graph for fvFieldSourcesFwd.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 makeFieldSourceTypedef(fieldType, dummy)
 

Typedefs

typedef fvFieldSource< label > fvLabelFieldSource
 

Functions

 FOR_ALL_FIELD_TYPES (makeFieldSourceTypedef)
 

Detailed Description

Original source file fvFieldSourcesFwd.H

Definition in file fvFieldSourcesFwd.H.

Macro Definition Documentation

◆ makeFieldSourceTypedef

#define makeFieldSourceTypedef (   fieldType,
  dummy 
)
Value:
CAT3(fv, CAPITALIZE(fieldType), FieldSource);
#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
labelList fv(nPoints)

Definition at line 42 of file fvFieldSourcesFwd.H.