56 <<
"patch " << this->
patch().
index() <<
" not empty type. "
57 <<
"Patch type = " << p.type()
66 const emptyPointPatchField<Type>& ptf,
68 const DimensionedField<Type, pointMesh>& iF,
69 const pointPatchFieldMapper& mapper
72 pointPatchField<Type>(ptf,
p, iF, mapper)
77 <<
"Field type does not correspond to patch type for patch "
80 <<
"Patch type: " << this->
patch().type()
89 const emptyPointPatchField<Type>& ptf,
90 const DimensionedField<Type, pointMesh>& iF
93 pointPatchField<Type>(ptf, iF)
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 a number of values (eg,...
emptyPointPatchField(const pointPatch &, const DimensionedField< Type, pointMesh > &)
Construct from patch and internal field.
label index() const noexcept
The index of this patch in the boundaryMesh.
const pointPatch & patch() const noexcept
Return the patch.
Foam::pointPatchFieldMapper.
Abstract base class for point-mesh patch fields.
pointPatchField(const pointPatch &, const DimensionedField< Type, pointMesh > &)
Construct from patch and internal field.
Basic pointPatch represents a set of points from the mesh.
#define FatalIOErrorInFunction(ios)
Report an error message using Foam::FatalIOError.
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
const word GlobalIOList< Tuple2< scalar, vector > >::typeName("scalarVectorTable")
Ostream & endl(Ostream &os)
Add newline and flush stream.
IOerror FatalIOError
Error stream (stdout output on all processes), with additional 'FOAM FATAL IO ERROR' header text and ...
bool isType(const U &obj)
Check if typeid of the object and Type are identical.
error FatalError
Error stream (stdout output on all processes), with additional 'FOAM FATAL ERROR' header text and sta...
errorManipArg< error, int > exit(error &err, const int errNo=1)