57 #ifndef matchedFlowRateOutletVelocityFvPatchVectorField_H 58 #define matchedFlowRateOutletVelocityFvPatchVectorField_H 71 class matchedFlowRateOutletVelocityFvPatchVectorField
73 public fixedValueFvPatchVectorField
90 template<
class RhoType>
93 const label inletPatchID,
94 const RhoType& rhoOutlet,
95 const RhoType& rhoInlet
102 TypeName(
"matchedFlowRateOutletVelocity");
virtual tmp< fvPatchVectorField > clone(const DimensionedField< vector, volMesh > &iF) const
Construct and return a clone setting internal field reference.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
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.
matchedFlowRateOutletVelocityFvPatchVectorField(const fvPatch &, const DimensionedField< vector, volMesh > &)
Construct from patch and internal field.
Velocity outlet boundary condition which corrects the extrapolated velocity to match the flow rate of...
virtual void updateCoeffs()
Update the coefficients associated with the patch field.
virtual void write(Ostream &) const
Write.
Foam::fvPatchFieldMapper.
TypeName("matchedFlowRateOutletVelocity")
Runtime type information.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
A class for managing temporary objects.