38 cyclicPatch_(refCast<const cyclicFvPatch>(p))
51 cyclicPatch_(refCast<const cyclicFvPatch>(p))
53 if (!isA<cyclicFvPatch>(p))
58 ) <<
"patch " << this->patch().index() <<
" not cyclic type. " 59 <<
"Patch type = " << p.type()
75 cyclicPatch_(refCast<const cyclicFvPatch>(p))
77 if (!isA<cyclicFvPatch>(this->patch()))
80 <<
"Field type does not correspond to patch type for patch " 81 << this->patch().index() <<
"." <<
endl 82 <<
"Field type: " << typeName <<
endl 83 <<
"Patch type: " << this->patch().type()
96 cyclicPatch_(ptf.cyclicPatch_)
108 cyclicPatch_(ptf.cyclicPatch_)
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.
Foam::cyclicFvsPatchField.
Ostream & endl(Ostream &os)
Add newline and flush stream.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
Foam::fvPatchFieldMapper.
Foam::coupledFvsPatchField.
#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...
cyclicFvsPatchField(const fvPatch &, const DimensionedField< Type, surfaceMesh > &)
Construct from patch and internal field.