56 <<
"\n patch type '" <<
p.type()
57 <<
"' not constraint type '" <<
typeName <<
"'"
58 <<
"\n for patch " <<
p.name()
69 const symmetryFvPatchField<Type>& ptf,
71 const DimensionedField<Type, volMesh>& iF,
72 const fvPatchFieldMapper& mapper
75 basicSymmetryFvPatchField<Type>(ptf,
p, iF, mapper)
80 <<
"\n patch type '" <<
p.type()
81 <<
"' not constraint type '" <<
typeName <<
"'"
82 <<
"\n for patch " <<
p.name()
93 const symmetryFvPatchField<Type>& ptf
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
const word & name() const noexcept
Return the object name.
fileName objectPath() const
The complete path + object name.
A symmetry patch. The "value" entry is NO_READ, NO_WRITE.
basicSymmetryFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const fvPatch & patch() const noexcept
Return the patch.
A FieldMapper for finite-volume patch fields.
const DimensionedField< Type, volMesh > & internalField() const noexcept
Return const-reference to the dimensioned internal field.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
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.
const word GlobalIOList< Tuple2< scalar, vector > >::typeName("scalarVectorTable")
IOerror FatalIOError
Error stream (stdout output on all processes), with additional 'FOAM FATAL IO ERROR' header text and ...
bool isType(const U &obj)
Check if typeid of the object and Type are identical.
error FatalError
Error stream (stdout output on all processes), with additional 'FOAM FATAL ERROR' header text and sta...
errorManipArg< error, int > exit(error &err, const int errNo=1)