Go to the documentation of this file.
43 symmetryPlanePatch_(refCast<const symmetryPlanePointPatch>(
p))
56 symmetryPlanePatch_(refCast<const symmetryPlanePointPatch>(
p))
58 if (!isType<symmetryPlanePointPatch>(
p))
63 ) <<
"patch " << this->patch().index() <<
" not symmetry type. "
64 <<
"Patch type = " <<
p.type()
80 symmetryPlanePatch_(refCast<const symmetryPlanePointPatch>(
p))
82 if (!isType<symmetryPlanePointPatch>(this->patch()))
85 <<
"Field type does not correspond to patch type for patch "
86 << this->patch().index() <<
"." <<
endl
87 <<
"Field type: " << typeName <<
endl
88 <<
"Patch type: " << this->patch().type()
114 vector nHat = symmetryPlanePatch_.n();
119 this->patchInternalField()
127 this->setInInternalField(iF, tvalues());
A class for managing temporary objects.
A symmetry-plane boundary condition for pointField.
virtual void evaluate(const Pstream::commsTypes commsType=Pstream::blocking)
Update the patch field.
Ostream & endl(Ostream &os)
Add newline and flush stream.
Basic pointPatch represents a set of points from the mesh.
A Symmetry boundary condition for pointField.
Foam::pointPatchFieldMapper.
dimensionSet transform(const dimensionSet &)
static const sphericalTensor I(1)
A list of keyword definitions, which are a keyword followed by any number of values (e....
errorManipArg< error, int > exit(error &err, const int errNo=1)
conserve internalField()+
commsTypes
Types of communications.
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
dimensionedSymmTensor sqr(const dimensionedVector &dv)
const symmetryPlanePointPatch & symmetryPlanePatch_
Local reference cast into the symmetryPlane patch.
#define FatalIOErrorInFunction(ios)
Report an error message using Foam::FatalIOError.
symmetryPlanePointPatchField(const pointPatch &, const DimensionedField< Type, pointMesh > &)
Construct from patch and internal field.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...