63 if (!this->readValueEntry(
dict))
74 const rotatingWallVelocityFvPatchVectorField& ptf,
76 const DimensionedField<vector, volMesh>& iF,
77 const fvPatchFieldMapper& mapper
83 omega_(ptf.omega_.
clone())
94 origin_(rwvpvf.origin_),
96 omega_(rwvpvf.omega_.
clone())
108 origin_(rwvpvf.origin_),
110 omega_(rwvpvf.omega_.
clone())
123 const scalar t = this->db().time().timeOutputValue();
124 scalar
om = omega_->value(t);
129 (-
om)*((patch().Cf() - origin_) ^ (axis_/
mag(axis_)))
137 fixedValueFvPatchVectorField::updateCoeffs();
144 os.writeEntry(
"origin", origin_);
145 os.writeEntry(
"axis", axis_);
146 omega_->writeData(
os);
158 rotatingWallVelocityFvPatchVectorField
Macros for easy insertion into run-time selection tables.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
void operator=(const Field< vector > &)
Top level data entry class for use in dictionaries. Provides a mechanism to specify a variable as a c...
A simple container of IOobject preferences. Can also be used for general handling of read/no-read/rea...
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
This boundary condition supplies a fixed value constraint, and is the base class for a number of othe...
A FieldMapper for finite-volume patch fields.
virtual void write(Ostream &) const
Write.
void writeValueEntry(Ostream &os) const
Write *this field as a "value" entry.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
This boundary condition provides a rotational velocity condition.
virtual void write(Ostream &) const
Write.
virtual tmp< fvPatchField< vector > > clone() const
Return a clone.
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
rotatingWallVelocityFvPatchVectorField(const fvPatch &, const DimensionedField< vector, volMesh > &)
Construct from patch and internal field.
OBJstream os(runTime.globalPath()/outputName)
#define makePatchTypeField(PatchTypeField, typePatchTypeField)
Define a concrete fvPatchField type and add to run-time tables Example, (fvPatchScalarField,...
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh > > &tf1, const word &name, const dimensionSet &dimensions, const bool initCopy=false)
Global function forwards to reuseTmpDimensionedField::New.
dimensioned< typename typeOfMag< Type >::type > mag(const dimensioned< Type > &dt)
Field< vector > vectorField
Specialisation of Field<T> for vector.
static constexpr const zero Zero
Global zero (0).
fvPatchField< vector > fvPatchVectorField