Go to the source code of this file.
|
| Foam |
| Namespace for OpenFOAM.
|
|
|
template<class Type > |
Ostream & | operator<< (Ostream &, const pointPatchField< Type > &) |
|
template<class Type > |
const pointPatchField< Type > & | operator+ (const pointPatchField< Type > &ppf, const Type &) |
|
Original source file pointPatchField.H
Definition in file pointPatchField.H.
◆ makePointPatchField
#define makePointPatchField |
( |
|
pointPatchTypeField | ) |
|
Value: template<> \
int pointPatchTypeField::disallowGenericPointPatchField \
); \
defineTemplateRunTimeSelectionTable(pointPatchTypeField, pointPatch); \
defineTemplateRunTimeSelectionTable(pointPatchTypeField, patchMapper); \
defineTemplateRunTimeSelectionTable(pointPatchTypeField, dictionary);
int debugSwitch(const char *name, const int defaultValue=0)
Lookup debug switch or add default value.
#define defineNamedTemplateTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information for templates.
Definition at line 516 of file pointPatchField.H.
◆ addToPointPatchFieldRunTimeSelection
#define addToPointPatchFieldRunTimeSelection |
( |
|
PatchTypeField, |
|
|
|
typePatchTypeField |
|
) |
| |
Value: ( \
PatchTypeField, \
typePatchTypeField, \
pointPatch \
); \
addToRunTimeSelectionTable \
( \
PatchTypeField, \
typePatchTypeField, \
patchMapper \
); \
addToRunTimeSelectionTable \
( \
PatchTypeField, \
typePatchTypeField, \
dictionary \
);
#define addToRunTimeSelectionTable(baseType, thisType, argNames)
Add to hash-table of functions with typename as the key.
Definition at line 529 of file pointPatchField.H.
◆ makePointPatchTypeField
#define makePointPatchTypeField |
( |
|
PatchTypeField, |
|
|
|
typePatchTypeField |
|
) |
| |
Value: addToPointPatchFieldRunTimeSelection(PatchTypeField, typePatchTypeField)
#define defineTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information.
Definition at line 551 of file pointPatchField.H.
◆ makeTemplatePointPatchTypeField
#define makeTemplatePointPatchTypeField |
( |
|
fieldType, |
|
|
|
type |
|
) |
| |
Value: ( \
0 \
); \
addToPointPatchFieldRunTimeSelection \
( \
)
#define CAPITALIZE(name)
Map 'name' to 'Name' via the predefined macro CAPITALIZE_name.
#define defineNamedTemplateTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information for templates.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
Definition at line 557 of file pointPatchField.H.
◆ makePointPatchFields
◆ makePointPatchFieldTypeName
#define makePointPatchFieldTypeName |
( |
|
fieldType, |
|
|
|
type |
|
) |
| |
Value: ( \
0 \
);
#define CAPITALIZE(name)
Map 'name' to 'Name' via the predefined macro CAPITALIZE_name.
#define defineNamedTemplateTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information for templates.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
Definition at line 574 of file pointPatchField.H.
◆ makePointPatchFieldTypeNames
◆ makePointPatchFieldTypedef
#define makePointPatchFieldTypedef |
( |
|
fieldType, |
|
|
|
type |
|
) |
| |
Value:#define CAPITALIZE(name)
Map 'name' to 'Name' via the predefined macro CAPITALIZE_name.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
Definition at line 586 of file pointPatchField.H.
◆ makePointPatchFieldTypedefs