51 if (!isType<symmetryFvPatch>(
p))
56 ) <<
"\n patch type '" <<
p.type()
57 <<
"' not constraint type '" <<
typeName <<
"'"
58 <<
"\n for patch " <<
p.name()
77 if (!isType<symmetryFvPatch>(this->
patch()))
80 <<
"' not constraint type '" <<
typeName <<
"'"
81 <<
"\n for patch " << p.
name()
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
static const char *const typeName
A list of keyword definitions, which are a keyword followed by any number of values (e....
Abstract base class for field mapping.
const DimensionedField< Type, volMesh > & internalField() const
Return dimensioned internal field reference.
const fvPatch & patch() const
Return patch.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
virtual const word & name() const
Return name.
This boundary condition enforces a symmetry constraint.
symmetryFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.
#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)