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

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Macros

#define fieldChecks(Type)
 

Functions

 defineTemplateTypeNameAndDebug (areaScalarField::Internal, 0)
 
 defineTemplateTypeNameAndDebug (volScalarField, 0)
 
 defineTemplateTypeNameAndDebug (volVectorField, 0)
 
 defineTemplateTypeNameAndDebug (areaScalarField, 0)
 
 defineTemplateDebugSwitchWithName (areaScalarField::Boundary, "areaScalarField::Boundary", 0)
 

Detailed Description

Original source file volFields.C

Definition in file volFields.C.

Macro Definition Documentation

◆ fieldChecks

#define fieldChecks (   Type)
Value:
template<> \
{ \
return checkConsistency<coupledFvPatchField<Type>> \
( \
FieldBase::localBoundaryTolerance_, \
!(debug&4) /* make into warning if debug&4 */ \
); \
}
int debug
Static debugging option.
static void check(const int retVal, const char *what)

Definition at line 107 of file volFields.C.