57 if (!isType<wedgePointPatch>(p))
61 "wedgePointPatchField<Type>::wedgePointPatchField\n"
63 " const pointPatch& p,\n"
64 " const Field<Type>& field,\n"
65 " const dictionary& dict\n"
68 ) <<
"patch " << this->patch().index() <<
" not wedge type. "
69 <<
"Patch type = " << p.type()
86 if (!isType<wedgePointPatch>(this->patch()))
90 "wedgePointPatchField<Type>::wedgePointPatchField\n"
92 " const wedgePointPatchField<Type>& ptf,\n"
93 " const pointPatch& p,\n"
94 " const DimensionedField<Type, pointMesh>& iF,\n"
95 " const pointPatchFieldMapper& mapper\n"
97 ) <<
"Field type does not correspond to patch type for patch "
98 << this->patch().index() <<
"." <<
endl
99 <<
"Field type: " << typeName <<
endl
100 <<
"Patch type: " << this->patch().type()
124 const vector& nHat = this->patch().pointNormals()[0];
127 transform(
I - nHat*nHat, this->patchInternalField());
132 setInInternalField(iF, tvalues());