Go to the documentation of this file.
41 fixedValueFvPatchVectorField(
p, iF),
42 inletVelocity_(
p.size(), vector::zero),
56 fixedValueFvPatchVectorField(ptf,
p, iF, mapper),
70 fixedValueFvPatchVectorField(
p, iF,
dict),
71 inletVelocity_(
"inletVelocity",
dict,
p.size()),
72 alphaName_(
dict.lookupOrDefault<
word>(
"alpha",
"alpha"))
82 fixedValueFvPatchVectorField(ptf),
95 fixedValueFvPatchVectorField(ptf, iF),
108 fixedValueFvPatchVectorField::autoMap(m);
109 inletVelocity_.autoMap(m);
119 fixedValueFvPatchVectorField::rmap(ptf, addr);
122 refCast<const interstitialInletVelocityFvPatchVectorField>(ptf);
139 fixedValueFvPatchVectorField::updateCoeffs();
146 writeEntryIfDifferent<word>(os,
"alpha",
"alpha", alphaName_);
147 inletVelocity_.writeEntry(
"inletVelocity", os);
148 writeEntry(
"value", 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.
vectorField inletVelocity_
Inlet velocity.
A class for handling words, derived from string.
tmp< fvMatrix< Type > > operator==(const fvMatrix< Type > &, const fvMatrix< Type > &)
virtual void rmap(const fvPatchVectorField &, const labelList &)
Reverse map the given fvPatchField onto this fvPatchField.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
word alphaName_
Name of the flux transporting the field.
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual void autoMap(const fvPatchFieldMapper &)
Map (and resize as needed) from self given a mapping object.
Macros for easy insertion into run-time selection tables.
Inlet velocity in which the actual interstitial velocity is calculated by dividing the specified inle...
makePatchTypeField(fvPatchVectorField, SRFFreestreamVelocityFvPatchVectorField)
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
Foam::fvPatchFieldMapper.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
virtual void write(Ostream &) const
Write.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
interstitialInletVelocityFvPatchVectorField(const fvPatch &, const DimensionedField< vector, volMesh > &)
Construct from patch and internal field.