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...
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Abstract base class for field mapping.
const DimensionedField< Type, fvMesh > & internalField() const
Return dimensioned internal field reference.
const fvPatch & patch() const
Return patch.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
This boundary condition enforces a symmetry constraint.
symmetryFvPatchField(const fvPatch &, const DimensionedField< Type, fvMesh > &)
Construct from patch and internal field.
Template function which returns the un-mangled name of a given type. Useful for types which do not ha...
#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)