41 procPatch_(refCast<const processorCyclicFvPatch>(p))
54 procPatch_(refCast<const processorCyclicFvPatch>(p))
56 if (!isA<processorCyclicFvPatch>(p))
61 ) <<
"\n patch type '" << p.type()
62 <<
"' not constraint type '" << typeName <<
"'" 63 <<
"\n for patch " << p.name()
64 <<
" of field " << this->internalField().name()
65 <<
" in file " << this->internalField().objectPath()
69 if (Pstream::defaultCommsType == Pstream::commsTypes::scheduled)
72 <<
"Scheduled communication with split cyclics not supported." 87 procPatch_(refCast<const processorCyclicFvPatch>(p))
101 procPatch_(refCast<const processorCyclicFvPatch>(p))
103 if (!isA<processorCyclicFvPatch>(this->patch()))
106 <<
"' not constraint type '" << typeName <<
"'" 107 <<
"\n for patch " << p.name()
108 <<
" of field " << this->internalField().name()
109 <<
" in file " << this->internalField().objectPath()
123 procPatch_(refCast<const processorCyclicFvPatch>(ptf.
patch()))
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.
Pre-declare SubField and related Field type.
Foam::fvPatchFieldMapper.
const fvPatch & patch() const
Return patch.
virtual ~processorCyclicFvPatchField()
Destructor.
This boundary condition enables processor communication across cyclic patches.
Template functions to aid in the implementation of demand driven data.
#define WarningInFunction
Report a warning using Foam::Warning.
#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...
This boundary condition enables processor communication across patches.
processorCyclicFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.