52 if (!isType<internalFvPatch>(p))
57 ) <<
"\n patch type '" << p.type()
58 <<
"' not constraint type '" << typeName <<
"'" 59 <<
"\n for patch " << p.name()
60 <<
" of field " << this->internalField().name()
61 <<
" in file " << this->internalField().objectPath()
80 if (!isType<internalFvPatch>(p))
83 <<
"' not constraint type '" << typeName <<
"'" 84 <<
"\n for patch " << p.name()
85 <<
" of field " << this->internalField().name()
86 <<
" in file " << this->internalField().objectPath()
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()
virtual tmp< Field< Type > > gradientBoundaryCoeffs() const
Return the matrix source coefficients corresponding to the.
errorManipArg< error, int > exit(error &err, const int errNo=1)
void evaluate(GeometricField< Type, PatchField, GeoMesh > &result, const Function1< Type > &func, const GeometricField< Type, PatchField, GeoMesh > &x)
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.
commsTypes
Types of communications.
internalFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
virtual tmp< Field< Type > > valueInternalCoeffs(const tmp< scalarField > &) const
Return the matrix diagonal coefficients corresponding to the.
virtual void evaluate(const Pstream::commsTypes commsType=Pstream::commsTypes::blocking)
Evaluate the patch field.
Pre-declare SubField and related Field type.
tmp< fvMatrix< Type > > operator==(const fvMatrix< Type > &, const fvMatrix< Type > &)
Foam::fvPatchFieldMapper.
virtual tmp< Field< Type > > valueBoundaryCoeffs(const tmp< scalarField > &) const
Return the matrix source coefficients corresponding to the.
virtual tmp< Field< Type > > gradientInternalCoeffs() const
Return the matrix diagonal coefficients corresponding to the.
#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...
A class for managing temporary objects.
Constraint fvPatchField to hold values for internal face exposed by sub-setting.