52 if (!isType<internalFvPatch>(
p))
57 ) <<
"\n patch type '" <<
p.type()
58 <<
"' not constraint type '" <<
typeName <<
"'"
59 <<
"\n for patch " <<
p.name()
80 if (!isType<internalFvPatch>(
p))
83 <<
"' not constraint type '" <<
typeName <<
"'"
84 <<
"\n for patch " <<
p.name()
108 if (!this->updated())
110 this->updateCoeffs();
125 if (this->patch().size())
128 <<
"attempt to create matrix coefficients for field "
129 << this->internalField().name()
130 <<
" on non-empty '" << typeName <<
"' patch "
131 << this->patch().name()
146 if (this->patch().size())
149 <<
"attempt to create matrix coefficients for field "
150 << this->internalField().name()
151 <<
" on non-empty '" << typeName <<
"' patch "
152 << this->patch().name()
164 if (this->patch().size())
167 <<
"attempt to create matrix coefficients for field "
168 << this->internalField().name()
169 <<
" on non-empty '" << typeName <<
"' patch "
170 << this->patch().name()
182 if (this->patch().size())
185 <<
"attempt to create matrix coefficients for field "
186 << this->internalField().name()
187 <<
" on non-empty '" << typeName <<
"' patch "
188 << this->patch().name()
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
Pre-declare SubField and related Field type.
static const char *const typeName
commsTypes
Types of communications.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Abstract base class for field mapping.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
const DimensionedField< Type, volMesh > & internalField() const
Return dimensioned internal field reference.
virtual void evaluate(const Pstream::commsTypes commsType=Pstream::commsTypes::blocking)
Evaluate the patch field, sets Updated to false.
virtual void operator==(const fvPatchField< Type > &)
virtual tmp< Field< Type > > patchInternalField() const
Return internal field next to patch as patch field.
virtual void operator=(const UList< Type > &)
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
Constraint fvPatchField to hold values for internal face exposed by sub-setting.
virtual void evaluate(const Pstream::commsTypes commsType=Pstream::commsTypes::blocking)
Evaluate the patch field.
virtual tmp< Field< Type > > gradientInternalCoeffs() const
Return the matrix diagonal coefficients corresponding to the.
virtual tmp< Field< Type > > valueInternalCoeffs(const tmp< scalarField > &) const
Return the matrix diagonal coefficients corresponding to the.
virtual tmp< Field< Type > > gradientBoundaryCoeffs() const
Return the matrix source coefficients corresponding to the.
virtual tmp< Field< Type > > valueBoundaryCoeffs(const tmp< scalarField > &) const
Return the matrix source coefficients corresponding to the.
internalFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.
A class for managing temporary objects.
#define FatalIOErrorInFunction(ios)
Report an error message using Foam::FatalIOError.
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
errorManipArg< error, int > exit(error &err, const int errNo=1)