Go to the documentation of this file.
43 procPatch_(refCast<const processorFvPatch>(
p))
56 procPatch_(refCast<const processorFvPatch>(
p))
71 procPatch_(refCast<const processorFvPatch>(
p))
73 if (!isType<processorFvPatch>(this->patch()))
76 <<
"Field type does not correspond to patch type for patch "
77 << this->patch().index() <<
"." <<
endl
78 <<
"Field type: " << typeName <<
endl
79 <<
"Patch type: " << this->patch().type()
94 procPatch_(refCast<const processorFvPatch>(
p))
96 if (!isType<processorFvPatch>(
p))
101 ) <<
"patch " << this->patch().index() <<
" not processor type. "
102 <<
"Patch type = " <<
p.type()
115 procPatch_(refCast<const processorFvPatch>(ptf.
patch()))
127 procPatch_(refCast<const processorFvPatch>(ptf.
patch()))
Ostream & endl(Ostream &os)
Add newline and flush stream.
processorFvsPatchField(const fvPatch &, const DimensionedField< Type, surfaceMesh > &)
Construct from patch and internal field.
virtual ~processorFvsPatchField()
Destructor.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
A list of keyword definitions, which are a keyword followed by any number of values (e....
errorManipArg< error, int > exit(error &err, const int errNo=1)
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
const fvPatch & patch() const
Return patch.
Foam::coupledFvsPatchField.
#define FatalIOErrorInFunction(ios)
Report an error message using Foam::FatalIOError.
Foam::fvPatchFieldMapper.
Foam::processorFvsPatchField.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...