41 procPatch_(refCast<const processorCyclicFvPatch>(p))
55 procPatch_(refCast<const processorCyclicFvPatch>(p))
71 procPatch_(refCast<const processorCyclicFvPatch>(p))
73 if (!isType<processorCyclicFvPatch>(this->patch()))
77 "processorCyclicFvPatchField<Type>::processorCyclicFvPatchField\n" 79 " const processorCyclicFvPatchField<Type>& ptf,\n" 80 " const fvPatch& p,\n" 81 " const DimensionedField<Type, volMesh>& iF,\n" 82 " const fvPatchFieldMapper& mapper\n" 84 ) <<
"\n patch type '" << p.type()
85 <<
"' not constraint type '" << typeName <<
"'" 86 <<
"\n for patch " << p.name()
104 procPatch_(refCast<const processorCyclicFvPatch>(p))
106 if (!isType<processorCyclicFvPatch>(p))
110 "processorCyclicFvPatchField<Type>::processorCyclicFvPatchField\n" 112 " const fvPatch& p,\n" 113 " const Field<Type>& field,\n" 114 " const dictionary& dict\n" 117 ) <<
"\n patch type '" << p.type()
118 <<
"' not constraint type '" << typeName <<
"'" 119 <<
"\n for patch " << p.name()
125 if (Pstream::defaultCommsType == Pstream::scheduled)
129 "processorCyclicFvPatchField<Type>::processorCyclicFvPatchField\n" 131 " const fvPatch& p,\n" 132 " const DimensionedField<Type, volMesh>& iF,\n" 133 " const dictionary& dict\n" 135 ) <<
"Scheduled communication with split cyclics not supported." 150 procPatch_(refCast<const processorCyclicFvPatch>(ptf.
patch()))
163 procPatch_(refCast<const processorCyclicFvPatch>(ptf.
patch()))
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.
errorManipArg< error, int > exit(error &err, const int errNo=1)
Foam::fvPatchFieldMapper.
A list of keyword definitions, which are a keyword followed by any number of values (e...
This boundary condition enables processor communication across cyclic patches.
virtual ~processorCyclicFvPatchField()
Destructor.
Ostream & endl(Ostream &os)
Add newline and flush stream.
#define WarningIn(functionName)
Report a warning using Foam::Warning.
Spatial transformation functions for primitive fields.
Template functions to aid in the implementation of demand driven data.
Pre-declare SubField and related Field type.
#define FatalErrorIn(functionName)
Report an error message using Foam::FatalError.
rDeltaT dimensionedInternalField()
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
const fvPatch & patch() const
Return patch.
#define FatalIOErrorIn(functionName, ios)
Report an error message using Foam::FatalIOError.
processorCyclicFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.