Go to the documentation of this file.
69 #ifndef pressureInletOutletVelocityFvPatchVectorField_H
70 #define pressureInletOutletVelocityFvPatchVectorField_H
84 class pressureInletOutletVelocityFvPatchVectorField
86 public directionMixedFvPatchVectorField
100 TypeName(
"pressureInletOutletVelocity");
193 return tangentialVelocity_;
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
virtual bool assignable() const
A class for handling words, derived from Foam::string.
A class for managing temporary objects.
virtual tmp< fvPatchVectorField > clone() const
virtual void write(Ostream &) const
const vectorField & tangentialVelocity() const
pressureInletOutletVelocityFvPatchVectorField(const fvPatch &, const DimensionedField< vector, volMesh > &)
virtual void updateCoeffs()
const word & phiName() const
Generic templated field type.
TypeName("pressureInletOutletVelocity")
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
virtual void rmap(const fvPatchVectorField &, const labelList &)
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
virtual void autoMap(const fvPatchFieldMapper &)
virtual void operator=(const fvPatchField< vector > &pvf)
Foam::fvPatchFieldMapper.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
void setTangentialVelocity(const vectorField &tangentialVelocity)
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
This velocity inlet/outlet boundary condition is applied to velocity boundaries where the pressure is...