Go to the documentation of this file.
39 symmetryPlanePatch_(refCast<const symmetryPlaneFvPatch>(
p))
53 symmetryPlanePatch_(refCast<const symmetryPlaneFvPatch>(
p))
55 if (!isType<symmetryPlaneFvPatch>(this->patch()))
58 <<
"' not constraint type '" << typeName <<
"'"
59 <<
"\n for patch " <<
p.name()
76 symmetryPlanePatch_(refCast<const symmetryPlaneFvPatch>(
p))
78 if (!isType<symmetryPlaneFvPatch>(
p))
83 ) <<
"\n patch type '" <<
p.type()
84 <<
"' not constraint type '" << typeName <<
"'"
85 <<
"\n for patch " <<
p.name()
122 vector nHat(symmetryPlanePatch_.n());
128 *(this->patch().deltaCoeffs()/2.0);
135 if (!this->updated())
137 this->updateCoeffs();
140 vector nHat(symmetryPlanePatch_.n());
157 vector nHat(symmetryPlanePatch_.n());
symmetryPlaneFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.
virtual tmp< Field< Type > > snGrad() const
Return gradient at boundary.
A class for managing temporary objects.
void diag(pointPatchField< vector > &, const pointPatchField< tensor > &)
virtual void evaluate(const Pstream::commsTypes commsType=Pstream::blocking)
Evaluate the patch field.
rDeltaT dimensionedInternalField()
const symmetryPlaneFvPatch & symmetryPlanePatch_
Local reference cast into the symmetryPlane patch.
const Cmpt & component(const direction) const
virtual tmp< Field< Type > > snGradTransformDiag() const
Return face-gradient transform diagonal.
dimensioned< scalar > mag(const dimensioned< Type > &)
dimensionSet transform(const dimensionSet &)
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
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)
commsTypes
Types of communications.
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
dimensionedSymmTensor sqr(const dimensionedVector &dv)
Traits class for primitives.
#define FatalIOErrorInFunction(ios)
Report an error message using Foam::FatalIOError.
Foam::fvPatchFieldMapper.
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
This boundary condition enforces a symmetryPlane constraint.
PtrList< volScalarField > & Y
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
A class representing the concept of 0 used to avoid unnecessary manipulations for objects that are kn...