Go to the documentation of this file.
40 fixedValueFvPatchVectorField(
p, iF),
54 fixedValueFvPatchVectorField(
p, iF),
59 fixedValueFvPatchVectorField::operator=
78 fixedValueFvPatchVectorField(
p, iF),
79 refValue_(
"refValue",
dict,
p.size())
81 fvPatchVectorField::operator=(refValue_*patch().nf());
91 fixedValueFvPatchVectorField(pivpvf),
103 fixedValueFvPatchVectorField(pivpvf, iF),
115 fixedValueFvPatchVectorField::autoMap(m);
116 refValue_.autoMap(m);
126 fixedValueFvPatchVectorField::rmap(ptf, addr);
129 refCast<const surfaceNormalFixedValueFvPatchVectorField>(ptf);
150 refValue_.writeEntry(
"refValue", os);
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
virtual void write(Ostream &) const
Write.
virtual void operator=(const UList< Type > &)
virtual void write(Ostream &) const
Write.
virtual void autoMap(const fvPatchFieldMapper &)
Map (and resize as needed) from self given a mapping object.
surfaceNormalFixedValueFvPatchVectorField(const fvPatch &, const DimensionedField< vector, volMesh > &)
Construct from patch and internal field.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
volVectorField vectorField(fieldObject, mesh)
A list of keyword definitions, which are a keyword followed by any number of values (e....
Macros for easy insertion into run-time selection tables.
makePatchTypeField(fvPatchVectorField, SRFFreestreamVelocityFvPatchVectorField)
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
This boundary condition provides a surface-normal vector boundary condition by its magnitude.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
Foam::fvPatchFieldMapper.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
virtual void rmap(const fvPatchVectorField &, const labelList &)
Reverse map the given fvPatchField onto this fvPatchField.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...