matchedFlowRateOutletVelocityFvPatchVectorField Class Reference

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

Inheritance diagram for matchedFlowRateOutletVelocityFvPatchVectorField:
Collaboration diagram for matchedFlowRateOutletVelocityFvPatchVectorField:

Public Member Functions

 TypeName ("matchedFlowRateOutletVelocity")
 Runtime type information. More...
 
 matchedFlowRateOutletVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary. More...
 
 matchedFlowRateOutletVelocityFvPatchVectorField (const matchedFlowRateOutletVelocityFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given. More...
 
 matchedFlowRateOutletVelocityFvPatchVectorField (const matchedFlowRateOutletVelocityFvPatchVectorField &)=delete
 Disallow copy without setting internal field reference. More...
 
 matchedFlowRateOutletVelocityFvPatchVectorField (const matchedFlowRateOutletVelocityFvPatchVectorField &, const DimensionedField< vector, volMesh > &)
 Copy constructor setting internal field reference. More...
 
virtual tmp< fvPatchVectorFieldclone (const DimensionedField< vector, volMesh > &iF) const
 Construct and return a clone setting internal field reference. More...
 
virtual void updateCoeffs ()
 Update the coefficients associated with the patch field. More...
 
virtual void write (Ostream &) const
 Write. More...
 

Detailed Description

Velocity outlet boundary condition which corrects the extrapolated velocity to match the flow rate of the specified corresponding inlet patch.

Usage
Property Description Required Default value
inletPatch Corresponding inlet patch name yes
volumetric Set volumetric or mass flow-rate no false
rho density field name no rho

Example of the boundary condition specification for a volumetric flow rate:

    <patchName>
    {
        type                matchedFlowRateOutletVelocity;
        inletPatch          inlet;
        value               uniform (0 0 0);
    }
See also
Foam::fixedValueFvPatchField
Source files

Definition at line 90 of file matchedFlowRateOutletVelocityFvPatchVectorField.H.

Constructor & Destructor Documentation

◆ matchedFlowRateOutletVelocityFvPatchVectorField() [1/4]

Construct from patch, internal field and dictionary.

Definition at line 33 of file matchedFlowRateOutletVelocityFvPatchVectorField.C.

References UPstream::blocking, dict, Foam::evaluate(), and p.

Referenced by matchedFlowRateOutletVelocityFvPatchVectorField::clone().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ matchedFlowRateOutletVelocityFvPatchVectorField() [2/4]

◆ matchedFlowRateOutletVelocityFvPatchVectorField() [3/4]

Disallow copy without setting internal field reference.

◆ matchedFlowRateOutletVelocityFvPatchVectorField() [4/4]

Copy constructor setting internal field reference.

Definition at line 85 of file matchedFlowRateOutletVelocityFvPatchVectorField.C.

Member Function Documentation

◆ TypeName()

TypeName ( "matchedFlowRateOutletVelocity"  )

Runtime type information.

◆ clone()

virtual tmp<fvPatchVectorField> clone ( const DimensionedField< vector, volMesh > &  iF) const
inlinevirtual

Construct and return a clone setting internal field reference.

Definition at line 159 of file matchedFlowRateOutletVelocityFvPatchVectorField.H.

References matchedFlowRateOutletVelocityFvPatchVectorField::matchedFlowRateOutletVelocityFvPatchVectorField().

Here is the call graph for this function:

◆ updateCoeffs()

void updateCoeffs ( )
virtual

Update the coefficients associated with the patch field.

Definition at line 164 of file matchedFlowRateOutletVelocityFvPatchVectorField.C.

References Foam::exit(), Foam::FatalError, FatalErrorInFunction, and rho.

Here is the call graph for this function:

◆ write()

void write ( Ostream os) const
virtual

Write.

Definition at line 214 of file matchedFlowRateOutletVelocityFvPatchVectorField.C.

References fvPatchField< Type >::write(), and Foam::writeEntry().

Here is the call graph for this function:

The documentation for this class was generated from the following files: