Go to the documentation of this file.
62 axialVelocity_(ptf.axialVelocity_.clone()),
63 radialVelocity_(ptf.radialVelocity_.clone()),
64 tangentialVelocity_(ptf.tangentialVelocity_.clone())
100 axialVelocity_(ptf.axialVelocity_.clone()),
101 radialVelocity_(ptf.radialVelocity_.clone()),
102 tangentialVelocity_(ptf.tangentialVelocity_.clone())
114 origin_(ptf.origin_),
116 axialVelocity_(ptf.axialVelocity_.clone()),
117 radialVelocity_(ptf.radialVelocity_.clone()),
118 tangentialVelocity_(ptf.tangentialVelocity_.clone())
135 r -= (axisHat & r)*axisHat;
139 const scalarField axialVelocity(axialVelocity_->value(magr));
140 const scalarField radialVelocity(radialVelocity_->value(magr));
141 const scalarField tangentialVelocity(tangentialVelocity_->value(magr));
145 axialVelocity*axisHat
146 + radialVelocity*rHat
147 + tangentialVelocity*(axisHat ^ rHat)
159 axialVelocity_->writeData(
os);
160 radialVelocity_->writeData(
os);
161 tangentialVelocity_->writeData(
os);
162 writeEntry(
"value",
os);
173 swirlInletVelocityFvPatchVectorField
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
virtual void write(Ostream &) const
Field< scalar > scalarField
Specialisation of Field<T> for scalar.
static constexpr const zero Zero
virtual void write(Ostream &) const
Top level data entry class for use in dictionaries. Provides a mechanism to specify a variable as a c...
This boundary condition supplies a fixed value constraint, and is the base class for a number of othe...
Field< vector > vectorField
Specialisation of Field<T> for vector.
virtual void updateCoeffs()
Generic templated field type.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
This boundary condition describes an inlet vector boundary condition in swirl coordinates given a cen...
Lookup type of boundary radiation properties.
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.
Vector< scalar > vector
A scalar version of the templated Vector.
virtual void updateCoeffs()
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)
swirlInletVelocityFvPatchVectorField(const fvPatch &, const DimensionedField< vector, volMesh > &)
fvPatchField< vector > fvPatchVectorField
dimensioned< typename typeOfMag< Type >::type > mag(const dimensioned< Type > &dt)
Ostream & writeEntry(const keyType &key, const T &value)
Foam::fvPatchFieldMapper.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
makePatchTypeField(fvPatchScalarField, atmBoundaryLayerInletEpsilonFvPatchScalarField)
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...