57 if (!isType<wedgeFvPatch>(this->patch()))
60 <<
"' not constraint type '" << typeName <<
"'" 61 <<
"\n for patch " << p.name()
62 <<
" of field " << this->internalField().name()
63 <<
" in file " << this->internalField().objectPath()
79 if (!isType<wedgeFvPatch>(p))
84 ) <<
"\n patch type '" << p.type()
85 <<
"' not constraint type '" << typeName <<
"'" 86 <<
"\n for patch " << p.name()
87 <<
" of field " << this->internalField().name()
88 <<
" in file " << this->internalField().objectPath()
126 transform(refCast<const wedgeFvPatch>(this->patch()).cellT(), pif) - pif
127 )*(0.5*this->patch().deltaCoeffs());
134 if (!this->updated())
136 this->updateCoeffs();
143 refCast<const wedgeFvPatch>(this->patch()).faceT(),
144 this->patchInternalField()
155 0.5*
diag(
I - refCast<const wedgeFvPatch>(this->patch()).cellT());
virtual void evaluate(const Pstream::commsTypes commsType=Pstream::commsTypes::blocking)
Evaluate the patch field.
errorManipArg< error, int > exit(error &err, const int errNo=1)
A list of keyword definitions, which are a keyword followed by any number of values (e...
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
commsTypes
Types of communications.
virtual tmp< Field< Type > > snGradTransformDiag() const
Return face-gradient transform diagonal.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
Traits class for primitives.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
virtual tmp< Field< Type > > snGrad() const
Return gradient at boundary.
wedgeFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.
void diag(pointPatchField< vector > &, const pointPatchField< tensor > &)
static const Identity< scalar > I
Pre-declare SubField and related Field type.
Foam::fvPatchFieldMapper.
This boundary condition is similar to the cyclic condition, except that it is applied to 2-D geometri...
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
#define FatalIOErrorInFunction(ios)
Report an error message using Foam::FatalIOError.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
A class representing the concept of 0 used to avoid unnecessary manipulations for objects that are kn...
A class for managing temporary objects.
dimensionSet transform(const dimensionSet &)