Go to the documentation of this file.
41 procPatch_(refCast<const processorCyclicFvPatch>(
p))
55 procPatch_(refCast<const processorCyclicFvPatch>(
p))
71 procPatch_(refCast<const processorCyclicFvPatch>(
p))
73 if (!isType<processorCyclicFvPatch>(this->patch()))
76 <<
"' not constraint type '" << typeName <<
"'"
77 <<
"\n for patch " <<
p.name()
95 procPatch_(refCast<const processorCyclicFvPatch>(
p))
97 if (!isType<processorCyclicFvPatch>(
p))
102 ) <<
"\n patch type '" <<
p.type()
103 <<
"' not constraint type '" << typeName <<
"'"
104 <<
"\n for patch " <<
p.name()
110 if (Pstream::defaultCommsType == Pstream::scheduled)
113 <<
"Scheduled communication with split cyclics not supported."
128 procPatch_(refCast<const processorCyclicFvPatch>(ptf.
patch()))
141 procPatch_(refCast<const processorCyclicFvPatch>(ptf.
patch()))
This boundary condition enables processor communication across patches.
Template functions to aid in the implementation of demand driven data.
rDeltaT dimensionedInternalField()
Ostream & endl(Ostream &os)
Add newline and flush stream.
This boundary condition enables processor communication across cyclic patches.
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.
processorCyclicFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.
#define FatalIOErrorInFunction(ios)
Report an error message using Foam::FatalIOError.
Foam::fvPatchFieldMapper.
const fvPatch & patch() const
Return patch.
virtual ~processorCyclicFvPatchField()
Destructor.
#define WarningInFunction
Report a warning using Foam::Warning.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...