86 #ifndef fixedNormalInletOutletVelocityFvPatchVectorField_H 87 #define fixedNormalInletOutletVelocityFvPatchVectorField_H 102 class fixedNormalInletOutletVelocityFvPatchVectorField
104 public directionMixedFvPatchVectorField
112 Switch fixTangentialInflow_;
115 tmp<fvPatchVectorField> normalVelocity_;
213 return fixTangentialInflow_;
219 return normalVelocity_();
virtual void rmap(const fvPatchVectorField &, const labelList &)
Reverse map the given fvPatchField onto this fvPatchField.
const word & phiName() const
Return the name of phi.
const fvPatchVectorField & normalVelocity() const
Return the BC which provides the normal component of velocity.
This velocity inlet/outlet boundary condition combines a fixed normal component obtained from the "no...
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.
A simple wrapper around bool so that it can be read as a word: true/false, on/off, yes/no, y/n, t/f, or none.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
virtual void autoMap(const fvPatchFieldMapper &)
Map (and resize as needed) from self given a mapping object.
TypeName("fixedNormalInletOutletVelocity")
Runtime type information.
virtual tmp< fvPatchVectorField > clone() const
Construct and return a clone.
A class for handling words, derived from string.
fixedNormalInletOutletVelocityFvPatchVectorField(const fvPatch &, const DimensionedField< vector, volMesh > &)
Construct from patch and internal field.
Foam::fvPatchFieldMapper.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
virtual bool assignable() const
Return true: this patch field is altered by assignment.
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...
A class for managing temporary objects.
virtual void write(Ostream &) const
Write.
Switch fixTangentialInflow() const
virtual void operator=(const fvPatchField< vector > &pvf)