57 if (!isType<symmetryFvPatch>(this->patch()))
61 "symmetryFvPatchField<Type>::symmetryFvPatchField\n"
63 " const symmetryFvPatchField<Type>& ptf,\n"
64 " const fvPatch& p,\n"
65 " const DimensionedField<Type, volMesh>& iF,\n"
66 " const fvPatchFieldMapper& mapper\n"
68 ) <<
"\n patch type '" << p.type()
69 <<
"' not constraint type '" << typeName <<
"'"
70 <<
"\n for patch " << p.
name()
71 <<
" of field " << this->dimensionedInternalField().name()
72 <<
" in file " << this->dimensionedInternalField().objectPath()
88 if (!isType<symmetryFvPatch>(p))
92 "symmetryFvPatchField<Type>::symmetryFvPatchField\n"
94 " const fvPatch& p,\n"
95 " const Field<Type>& field,\n"
96 " const dictionary& dict\n"
99 ) <<
"\n patch type '" << p.type()
100 <<
"' not constraint type '" << typeName <<
"'"
101 <<
"\n for patch " << p.
name()
102 <<
" of field " << this->dimensionedInternalField().name()
103 <<
" in file " << this->dimensionedInternalField().objectPath()