40 fixedValueFvPatchVectorField(p, iF),
53 fixedValueFvPatchVectorField(p, iF, dict,
false),
54 refValue_(
"refValue", dict, p.
size())
56 fvPatchVectorField::operator=(refValue_*patch().nf());
69 fixedValueFvPatchVectorField(p, iF),
70 refValue_(mapper(ptf.refValue_))
74 fvPatchVectorField::operator=
76 mapper(ptf.refValue_*ptf.patch().nf())
88 fixedValueFvPatchVectorField(pivpvf, iF),
89 refValue_(pivpvf.refValue_)
100 fixedValueFvPatchVectorField::autoMap(m);
101 m(refValue_, refValue_);
111 fixedValueFvPatchVectorField::rmap(ptf, addr);
114 refCast<const surfaceNormalFixedValueFvPatchVectorField>(ptf);
116 refValue_.
rmap(tiptf.refValue_, addr);
surfaceNormalFixedValueFvPatchVectorField(const fvPatch &, const DimensionedField< vector, volMesh > &)
Construct from patch and internal field.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual void rmap(const fvPatchVectorField &, const labelList &)
Reverse map the given fvPatchField onto this fvPatchField.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
virtual void write(Ostream &) const
Write.
Macros for easy insertion into run-time selection tables.
Surface-normal fixed value vector boundary condition.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
virtual void write(Ostream &) const
Write.
Foam::fvPatchFieldMapper.
virtual label size() const
Return size.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
void writeEntry(Ostream &os, const HashTable< T, Key, Hash > &ht)
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
virtual void operator=(const UList< Type > &)
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
virtual void autoMap(const fvPatchFieldMapper &)
Map (and resize as needed) from self given a mapping object.
makePatchTypeField(fvPatchScalarField, atmBoundaryLayerInletEpsilonFvPatchScalarField)