Go to the documentation of this file.
67 fixedValue_(
"fixedValue",
dict,
p.size())
105 fixedValue_.autoMap(m);
119 refCast<const fixedNormalSlipFvPatchField<Type> >(ptf);
134 (nHat*(nHat & fixedValue_) +
transform(
I -
sqr(nHat), pif)) - pif
135 )*this->patch().deltaCoeffs();
145 if (!this->updated())
147 this->updateCoeffs();
154 nHat*(nHat & fixedValue_)
181 fixedValue_.writeEntry(
"fixedValue", os);
virtual void write(Ostream &) const
Write.
virtual void rmap(const fvPatchField< Type > &, const labelList &)
Reverse map the given fvPatchField onto this fvPatchField.
A class for managing temporary objects.
virtual void autoMap(const fvPatchFieldMapper &)
Map (and resize as needed) from self given a mapping object.
virtual void evaluate(const Pstream::commsTypes commsType=Pstream::blocking)
Evaluate the patch field.
void diag(pointPatchField< vector > &, const pointPatchField< tensor > &)
dimensioned< scalar > mag(const dimensioned< Type > &)
dimensionSet transform(const dimensionSet &)
Pre-declare SubField and related Field type.
fixedNormalSlipFvPatchField(const fvPatch &, const DimensionedField< Type, volMesh > &)
Construct from patch and internal field.
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....
This boundary condition sets the patch-normal component to a fixed value.
tmp< Field< cmptType > > component(const direction) const
Return a component field of the field.
virtual tmp< Field< Type > > snGradTransformDiag() const
Return face-gradient transform diagonal.
commsTypes
Types of communications.
Field< Type > fixedValue_
Value the normal component of which the boundary is set to.
dimensionedSymmTensor sqr(const dimensionedVector &dv)
virtual tmp< Field< Type > > snGrad() const
Return gradient at boundary.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
Traits class for primitives.
Foam::fvPatchFieldMapper.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
PtrList< volScalarField > & Y
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...