56 origin_(dict.
lookup(
"origin")),
57 axis_(dict.
lookup(
"axis")),
76 axialVelocity_(ptf.axialVelocity_,
false),
77 radialVelocity_(ptf.radialVelocity_,
false),
78 tangentialVelocity_(ptf.tangentialVelocity_,
false)
92 axialVelocity_(ptf.axialVelocity_,
false),
93 radialVelocity_(ptf.radialVelocity_,
false),
94 tangentialVelocity_(ptf.tangentialVelocity_,
false)
111 r -= (axisHat & r)*axisHat;
115 const scalarField axialVelocity(axialVelocity_->value(magr));
116 const scalarField radialVelocity(radialVelocity_->value(magr));
117 const scalarField tangentialVelocity(tangentialVelocity_->value(magr));
121 axialVelocity*axisHat
122 + radialVelocity*rHat
123 + tangentialVelocity*(axisHat ^ rHat)
Run-time selectable general function of one variable.
This boundary condition supplies a fixed value constraint, and is the base class for a number of othe...
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
swirlInletVelocityFvPatchVectorField(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...
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...
This boundary condition describes an inlet vector boundary condition in swirl co-ordinates given a ce...
virtual void write(Ostream &) const
Write.
Macros for easy insertion into run-time selection tables.
Foam::fvPatchFieldMapper.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
virtual void write(Ostream &) const
Write.
void writeEntry(Ostream &os, const HashTable< T, Key, Hash > &ht)
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
dimensioned< scalar > mag(const dimensioned< Type > &)
makePatchTypeField(fvPatchScalarField, atmBoundaryLayerInletEpsilonFvPatchScalarField)
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.