Go to the documentation of this file.
44 fixedValueFvPatchVectorField(
p, iF),
59 fixedValueFvPatchVectorField(ptf,
p, iF, mapper),
60 inletVelocity_(ptf.inletVelocity_, mapper),
61 alphaName_(ptf.alphaName_)
73 fixedValueFvPatchVectorField(
p, iF,
dict),
74 inletVelocity_(
"inletVelocity",
dict,
p.size()),
75 alphaName_(
dict.getOrDefault<
word>(
"alpha",
"alpha"))
85 fixedValueFvPatchVectorField(ptf),
86 inletVelocity_(ptf.inletVelocity_),
87 alphaName_(ptf.alphaName_)
98 fixedValueFvPatchVectorField(ptf, iF),
99 inletVelocity_(ptf.inletVelocity_),
100 alphaName_(ptf.alphaName_)
111 fixedValueFvPatchVectorField::autoMap(m);
122 fixedValueFvPatchVectorField::rmap(ptf, addr);
125 refCast<const interstitialInletVelocityFvPatchVectorField>(ptf);
127 inletVelocity_.rmap(tiptf.inletVelocity_, addr);
138 const fvPatchField<scalar>& alphap =
142 fixedValueFvPatchVectorField::updateCoeffs();
150 inletVelocity_.writeEntry(
"inletVelocity",
os);
151 writeEntry(
"value",
os);
162 interstitialInletVelocityFvPatchVectorField
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
virtual void write(Ostream &) const
Ostream & writeEntryIfDifferent(const word &key, const T &value1, const T &value2)
A class for handling words, derived from Foam::string.
void autoMap(const FieldMapper &map, const bool applyFlip=true)
static constexpr const zero Zero
virtual void rmap(const fvPatchVectorField &, const labelList &)
tmp< faMatrix< Type > > operator==(const faMatrix< Type > &, const faMatrix< Type > &)
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
virtual void autoMap(const fvPatchFieldMapper &)
OBJstream os(runTime.globalPath()/outputName)
Macros for easy insertion into run-time selection tables.
Inlet velocity in which the actual interstitial velocity is calculated by dividing the specified inle...
fvPatchField< vector > fvPatchVectorField
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()
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
virtual void write(Ostream &) const
makePatchTypeField(fvPatchScalarField, atmBoundaryLayerInletEpsilonFvPatchScalarField)
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 > &)