Public Member Functions | List of all members
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:
Inheritance graph
[legend]
Collaboration diagram for matchedFlowRateOutletVelocityFvPatchVectorField:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("matchedFlowRateOutletVelocity")
 Runtime type information. More...
 
 matchedFlowRateOutletVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &)
 Construct from patch and internal field. 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 &)
 Construct as copy. More...
 
virtual tmp< fvPatchVectorFieldclone () const
 Construct and return a clone. More...
 
 matchedFlowRateOutletVelocityFvPatchVectorField (const matchedFlowRateOutletVelocityFvPatchVectorField &, const DimensionedField< vector, volMesh > &)
 Construct as copy 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/5]

Construct from patch and internal field.

Definition at line 35 of file matchedFlowRateOutletVelocityFvPatchVectorField.C.

Referenced by matchedFlowRateOutletVelocityFvPatchVectorField::clone(), and matchedFlowRateOutletVelocityFvPatchVectorField::matchedFlowRateOutletVelocityFvPatchVectorField().

Here is the caller graph for this function:

◆ matchedFlowRateOutletVelocityFvPatchVectorField() [2/5]

Construct from patch, internal field and dictionary.

Definition at line 49 of file matchedFlowRateOutletVelocityFvPatchVectorField.C.

References matchedFlowRateOutletVelocityFvPatchVectorField::matchedFlowRateOutletVelocityFvPatchVectorField(), List< Type >::size(), and vectorField().

Here is the call graph for this function:

◆ matchedFlowRateOutletVelocityFvPatchVectorField() [3/5]

Construct by mapping given.

matchedFlowRateOutletVelocityFvPatchVectorField onto a new patch

Definition at line 85 of file matchedFlowRateOutletVelocityFvPatchVectorField.C.

References matchedFlowRateOutletVelocityFvPatchVectorField::matchedFlowRateOutletVelocityFvPatchVectorField().

Here is the call graph for this function:

◆ matchedFlowRateOutletVelocityFvPatchVectorField() [4/5]

Construct as copy.

Definition at line 101 of file matchedFlowRateOutletVelocityFvPatchVectorField.C.

References matchedFlowRateOutletVelocityFvPatchVectorField::matchedFlowRateOutletVelocityFvPatchVectorField().

Here is the call graph for this function:

◆ matchedFlowRateOutletVelocityFvPatchVectorField() [5/5]

Member Function Documentation

◆ TypeName()

TypeName ( "matchedFlowRateOutletVelocity"  )

Runtime type information.

◆ clone() [1/2]

virtual tmp<fvPatchVectorField> clone ( ) const
inlinevirtual

Construct and return a clone.

Definition at line 159 of file matchedFlowRateOutletVelocityFvPatchVectorField.H.

References matchedFlowRateOutletVelocityFvPatchVectorField::matchedFlowRateOutletVelocityFvPatchVectorField().

Here is the call graph for this function:

◆ clone() [2/2]

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

◆ updateCoeffs()

void updateCoeffs ( )
virtual

Update the coefficients associated with the patch field.

Definition at line 191 of file matchedFlowRateOutletVelocityFvPatchVectorField.C.

References GeometricField< Type, PatchField, GeoMesh >::boundaryField(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, rho, and matchedFlowRateOutletVelocityFvPatchVectorField::write().

Referenced by matchedFlowRateOutletVelocityFvPatchVectorField::clone().

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

◆ write()

void write ( Ostream os) const
virtual

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