Go to the source code of this file.
|
| Foam |
| Namespace for OpenFOAM.
|
|
|
template<class Type > |
Ostream & | operator<< (Ostream &, const fvsPatchField< Type > &) |
|
Original source file fvsPatchField.H
Definition in file fvsPatchField.H.
◆ makeFvsPatchField
#define makeFvsPatchField |
( |
|
fvsPatchTypeField | ) |
|
Value: template<> \
int fvsPatchTypeField::disallowGenericFvsPatchField \
); \
defineTemplateRunTimeSelectionTable(fvsPatchTypeField, patch); \
defineTemplateRunTimeSelectionTable(fvsPatchTypeField, patchMapper); \
defineTemplateRunTimeSelectionTable(fvsPatchTypeField, 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 453 of file fvsPatchField.H.
◆ addToFvsPatchFieldRunTimeSelection
#define addToFvsPatchFieldRunTimeSelection |
( |
|
PatchTypeField, |
|
|
|
typePatchTypeField |
|
) |
| |
Value: ( \
PatchTypeField, \
typePatchTypeField, \
patch \
); \
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 465 of file fvsPatchField.H.
◆ makeFvsPatchTypeField
#define makeFvsPatchTypeField |
( |
|
PatchTypeField, |
|
|
|
typePatchTypeField |
|
) |
| |
Value: addToFvsPatchFieldRunTimeSelection(PatchTypeField, typePatchTypeField)
#define defineTypeNameAndDebug(Type, DebugSwitch)
Define the typeName and debug information.
Definition at line 487 of file fvsPatchField.H.
◆ makeTemplateFvsPatchTypeField
#define makeTemplateFvsPatchTypeField |
( |
|
fieldType, |
|
|
|
type |
|
) |
| |
Value: ( \
0 \
); \
addToFvsPatchFieldRunTimeSelection \
( \
)
#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 493 of file fvsPatchField.H.
◆ makeFvsPatchFields
◆ makeFvsPatchFieldTypeName
#define makeFvsPatchFieldTypeName |
( |
|
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 510 of file fvsPatchField.H.
◆ makeFvsPatchFieldTypeNames
◆ makeFvsPatchTypeFieldTypedef
#define makeFvsPatchTypeFieldTypedef |
( |
|
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 522 of file fvsPatchField.H.
◆ makeFvsPatchTypeFieldTypedefs