51 if (!isType<nonConformalCyclicPointPatch>(
p))
56 ) <<
"patch " << this->
patch().
index() <<
" not "
57 << nonConformalCyclicPointPatch::typeName <<
" type. "
58 <<
"Patch type = " <<
p.type()
75 if (!isType<nonConformalCyclicPointPatch>(this->
patch()))
78 <<
"Field type does not correspond to patch type for patch "
80 <<
"Field type: " << typeName <<
endl
81 <<
"Patch type: " << this->
patch().type()
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
A list of keyword definitions, which are a keyword followed by any number of values (e....
Abstract base class for field mapping.
Abstract base class for point-mesh patch fields.
const pointPatch & patch() const
Return patch.
Basic pointPatch represents a set of points from the mesh.
virtual label index() const =0
Return the index of this patch in the pointBoundaryMesh.
#define FatalIOErrorInFunction(ios)
Report an error message using Foam::FatalIOError.
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
errorManipArg< error, int > exit(error &err, const int errNo=1)
Ostream & endl(Ostream &os)
Add newline and flush stream.