Velocity outlet boundary condition which corrects the extrapolated velocity to match the specified flow rate. More...


Public Member Functions | |
| TypeName ("flowRateOutletVelocity") | |
| Runtime type information. More... | |
| flowRateOutletVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &) | |
| Construct from patch and internal field. More... | |
| flowRateOutletVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &) | |
| Construct from patch, internal field and dictionary. More... | |
| flowRateOutletVelocityFvPatchVectorField (const this_bctype &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &) | |
| Construct by mapping onto a new patch. More... | |
| flowRateOutletVelocityFvPatchVectorField (const this_bctype &, const DimensionedField< vector, volMesh > &) | |
| Construct as copy setting internal field reference. More... | |
| flowRateOutletVelocityFvPatchVectorField (const this_bctype &)=delete | |
| No copy without an internal field. More... | |
| virtual tmp< fvPatchField< vector > > | clone (const DimensionedField< vector, volMesh > &iF) const |
| Clone with an internal field reference. More... | |
| virtual void | updateCoeffs () |
| Update the coefficients associated with the patch field. More... | |
| virtual void | write (Ostream &) const |
| Write. More... | |
Velocity outlet boundary condition which corrects the extrapolated velocity to match the specified flow rate.
rho is "none" the flow rate is in m^3/srho should correspond to the name of the density fieldrhoOutlet entryFor a volumetric-based flux:
| Property | Description | Required | Default value |
|---|---|---|---|
massFlowRate | mass flow rate [kg/s] | no | |
volumetricFlowRate | volumetric flow rate [m^3/s] | no | |
rho | density field name | no | rho |
rhoOutlet | outlet density | no |
Example of the boundary condition specification for a volumetric flow rate:
<patchName>
{
type flowRateOutletVelocity;
volumetricFlowRate 0.2;
value uniform (0 0 0);
}Example of the boundary condition specification for a mass flow rate:
<patchName>
{
type flowRateOutletVelocity;
massFlowRate 0.2;
rhoOutlet 1.0;
value uniform (0 0 0);
}The flowRate entry is a Function1 of time, see Foam::Function1Types.
rhoOutlet is required for the case of a mass flow rate, where the density field is not available at start-upDefinition at line 130 of file flowRateOutletVelocityFvPatchVectorField.H.
| flowRateOutletVelocityFvPatchVectorField | ( | const fvPatch & | , |
| const DimensionedField< vector, volMesh > & | |||
| ) |
Construct from patch and internal field.
| flowRateOutletVelocityFvPatchVectorField | ( | const fvPatch & | , |
| const DimensionedField< vector, volMesh > & | , | ||
| const dictionary & | |||
| ) |
Construct from patch, internal field and dictionary.
| flowRateOutletVelocityFvPatchVectorField | ( | const this_bctype & | , |
| const fvPatch & | , | ||
| const DimensionedField< vector, volMesh > & | , | ||
| const fvPatchFieldMapper & | |||
| ) |
Construct by mapping onto a new patch.
| flowRateOutletVelocityFvPatchVectorField | ( | const this_bctype & | , |
| const DimensionedField< vector, volMesh > & | |||
| ) |
Construct as copy setting internal field reference.
|
delete |
No copy without an internal field.
| TypeName | ( | "flowRateOutletVelocity" | ) |
Runtime type information.
|
inlinevirtual |
Clone with an internal field reference.
Definition at line 227 of file flowRateOutletVelocityFvPatchVectorField.H.
References fvPatchField< Type >::Clone().

|
virtual |
Update the coefficients associated with the patch field.
|
virtual |
Write.