Go to the documentation of this file.
73 #ifndef cylindricalInletVelocityFvPatchVectorField_H
74 #define cylindricalInletVelocityFvPatchVectorField_H
87 class cylindricalInletVelocityFvPatchVectorField
89 public fixedValueFvPatchVectorField
106 autoPtr<DataEntry<scalar> >
rpm_;
112 TypeName(
"cylindricalInletVelocity");
TypeName("cylindricalInletVelocity")
Runtime type information.
autoPtr< DataEntry< scalar > > radialVelocity_
Radial velocity.
A class for managing temporary objects.
virtual tmp< fvPatchVectorField > clone() const
Construct and return a clone.
autoPtr< DataEntry< scalar > > axialVelocity_
Axial velocity.
const vector centre_
Central point.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
cylindricalInletVelocityFvPatchVectorField(const fvPatch &, const DimensionedField< vector, volMesh > &)
Construct from patch and internal field.
autoPtr< DataEntry< scalar > > rpm_
RPM.
A list of keyword definitions, which are a keyword followed by any number of values (e....
This boundary condition describes an inlet vector boundary condition in cylindrical co-ordinates give...
Vector< scalar > vector
A scalar version of the templated Vector.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Foam::fvPatchFieldMapper.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
virtual void write(Ostream &) const
Write.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...