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

Go to the source code of this file.

Namespaces

namespace  Foam
 Namespace for OpenFOAM.

Macros

#define fieldChecks(Type)

Functions

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

Detailed Description

Original source file volFields.C

Definition in file volFields.C.

Macro Definition Documentation

◆ fieldChecks

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

Definition at line 107 of file volFields.C.