Go to the documentation of this file.
42 fixedValueFaPatchVectorField(
p, iF),
43 refValue_(
p.size(), 0)
56 fixedValueFaPatchVectorField(ptf,
p, iF, mapper),
57 refValue_(ptf.refValue_, mapper)
69 fixedValueFaPatchVectorField(
p, iF,
dict),
70 refValue_(
"refValue",
dict,
p.size())
80 fixedValueFaPatchVectorField(pivpvf),
81 refValue_(pivpvf.refValue_)
92 fixedValueFaPatchVectorField(pivpvf, iF),
93 refValue_(pivpvf.refValue_)
104 fixedValueFaPatchVectorField::autoMap(m);
115 fixedValueFaPatchVectorField::rmap(ptf, addr);
118 refCast<const edgeNormalFixedValueFaPatchVectorField>(ptf);
120 refValue_.rmap(tiptf.refValue_, addr);
138 refValue_.writeEntry(
"refValue",
os);
150 edgeNormalFixedValueFaPatchVectorField
faPatchField<Type> abstract base class. This class gives a fat-interface to all derived classes cover...
virtual void rmap(const faPatchVectorField &, const labelList &)
makeFaPatchTypeField(faPatchVectorField, edgeNormalFixedValueFaPatchVectorField)
void autoMap(const FieldMapper &map, const bool applyFlip=true)
virtual void write(Ostream &) const
faPatchField< vector > faPatchVectorField
tmp< faMatrix< Type > > operator==(const faMatrix< Type > &, const faMatrix< Type > &)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
Macros for easy insertion into run-time selection tables.
virtual void autoMap(const faPatchFieldMapper &)
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
void write(vtk::formatter &fmt, const Type &val, const label n=1)
Edge normal fixed value vector field finite area boundary condition.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Finite area patch class. Used for 2-D non-Euclidian finite area method.
edgeNormalFixedValueFaPatchVectorField(const faPatch &, const DimensionedField< vector, areaMesh > &)
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
virtual void updateCoeffs()