Loading...
Searching...
No Matches
areaFields.C File Reference
Include dependency graph for areaFields.C:

Go to the source code of this file.

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Macros

#define fieldChecks(Type)

Functions

 defineTemplateTypeNameAndDebug (areaScalarField::Internal, 0)
 defineTemplateTypeNameAndDebug (areaVectorField::Internal, 0)
 defineTemplateTypeNameAndDebug (areaSphericalTensorField::Internal, 0)
 defineTemplateTypeNameAndDebug (areaSymmTensorField::Internal, 0)
 defineTemplateTypeNameAndDebug (areaTensorField::Internal, 0)
 defineTemplateTypeNameAndDebug (areaScalarField, 0)
 defineTemplateDebugSwitchWithName (areaScalarField::Boundary, "areaScalarField::Boundary", 0)
 defineTemplateDebugSwitchWithName (areaVectorField::Boundary, "areaVectorField::Boundary", 0)
 defineTemplateDebugSwitchWithName (areaSphericalTensorField::Boundary, "areaSphericalTensorField::Boundary", 0)
 defineTemplateDebugSwitchWithName (areaSymmTensorField::Boundary, "areaSymmTensorField::Boundary", 0)
 defineTemplateDebugSwitchWithName (areaTensorField::Boundary, "areaTensorField::Boundary", 0)

Detailed Description

Original source file areaFields.C

Definition in file areaFields.C.

Macro Definition Documentation

◆ fieldChecks

#define fieldChecks ( Type)
Value:
template<> \
bool GeometricBoundaryField<Type, faPatchField, areaMesh>::check() const \
{ \
return checkConsistency<coupledFaPatchField<Type>> \
( \
FieldBase::localBoundaryTolerance_, \
!(debug&4) /* make into warning if debug&4 */ \
); \
}

Definition at line 107 of file areaFields.C.