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

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Macros

#define DEFINE_DIMENSIONED_FVPATCH_CAPTALIZED_TYPE_FIELDS_(Type)    defineTemplateTypeNameAndDebug(DimensionedFvPatch##Type##Field, 0);
 
#define DEFINE_DIMENSIONED_FVPATCH_CAPTALIZED_TYPE_FIELDS(Type)    DEFINE_DIMENSIONED_FVPATCH_CAPTALIZED_TYPE_FIELDS_(Type)
 
#define DEFINE_DIMENSIONED_FVPATCH_TYPE_FIELDS(Type, nullArg)    DEFINE_DIMENSIONED_FVPATCH_CAPTALIZED_TYPE_FIELDS(CAPITALIZE(Type))
 

Functions

 FOR_ALL_FIELD_TYPES (DEFINE_DIMENSIONED_FVPATCH_TYPE_FIELDS)
 

Detailed Description

Original source file DimensionedFvPatchFields.C

Definition in file DimensionedFvPatchFields.C.

Macro Definition Documentation

◆ DEFINE_DIMENSIONED_FVPATCH_CAPTALIZED_TYPE_FIELDS_

#define DEFINE_DIMENSIONED_FVPATCH_CAPTALIZED_TYPE_FIELDS_ (   Type)     defineTemplateTypeNameAndDebug(DimensionedFvPatch##Type##Field, 0);

Definition at line 33 of file DimensionedFvPatchFields.C.

◆ DEFINE_DIMENSIONED_FVPATCH_CAPTALIZED_TYPE_FIELDS

#define DEFINE_DIMENSIONED_FVPATCH_CAPTALIZED_TYPE_FIELDS (   Type)     DEFINE_DIMENSIONED_FVPATCH_CAPTALIZED_TYPE_FIELDS_(Type)

Definition at line 36 of file DimensionedFvPatchFields.C.

◆ DEFINE_DIMENSIONED_FVPATCH_TYPE_FIELDS

#define DEFINE_DIMENSIONED_FVPATCH_TYPE_FIELDS (   Type,
  nullArg 
)     DEFINE_DIMENSIONED_FVPATCH_CAPTALIZED_TYPE_FIELDS(CAPITALIZE(Type))

Definition at line 39 of file DimensionedFvPatchFields.C.