53 if (!isType<emptyFvPatch>(p))
58 ) <<
"patch " << this->patch().index() <<
" not empty type. " 59 <<
"Patch type = " << p.type()
76 if (!isType<emptyFvPatch>(this->patch()))
79 <<
"Field type does not correspond to patch type for patch " 80 << this->patch().index() <<
"." <<
endl 81 <<
"Field type: " << typeName <<
endl 82 <<
"Patch type: " << this->patch().type()
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.
Ostream & endl(Ostream &os)
Add newline and flush stream.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
emptyFvsPatchField(const fvPatch &, const DimensionedField< Type, surfaceMesh > &)
Construct from patch and internal field.
Pre-declare SubField and related Field type.
Foam::fvPatchFieldMapper.
const fvPatch & patch() const
Return patch.
Foam::emptyFvsPatchField.
#define FatalIOErrorInFunction(ios)
Report an error message using Foam::FatalIOError.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
An abstract base class with a fat-interface to all derived classes covering all possible ways in whic...