53 if (!isType<emptyFvPatch>(p))
56 <<
"' not constraint type '" << typeName <<
"'" 57 <<
"\n for patch " << p.name()
58 <<
" of field " << this->internalField().name()
59 <<
" in file " << this->internalField().objectPath()
75 if (!isType<emptyFvPatch>(p))
80 ) <<
"\n patch type '" << p.type()
81 <<
"' not constraint type '" << typeName <<
"'" 82 <<
"\n for patch " << p.name()
83 <<
" of field " << this->internalField().name()
84 <<
" in file " << this->internalField().objectPath()
const fvPatch & patch() const
Return 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.
void updateCoeffs()
Update the coefficients associated with the patch 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...
Pre-declare SubField and related Field type.
emptyFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.
Foam::fvPatchFieldMapper.
#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 provides an 'empty' condition for reduced dimensions cases, i.e. 1- and 2-D geometries. Apply this condition to patches whose normal is aligned to geometric directions that do not constitue solution directions.
const DimensionedField< Type, volMesh > & internalField() const
Return dimensioned internal field reference.