Public Member Functions | List of all members
pressureNormalInletOutletVelocityFvPatchVectorField Class Reference

This velocity inlet/outlet boundary condition is applied to patches where the pressure is specified. A zero-gradient condition is applied for outflow (as defined by the flux); for inflow, the velocity is obtained from the flux with a direction normal to the patch faces. More...

Inheritance diagram for pressureNormalInletOutletVelocityFvPatchVectorField:
Inheritance graph
[legend]
Collaboration diagram for pressureNormalInletOutletVelocityFvPatchVectorField:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("pressureNormalInletOutletVelocity")
 Runtime type information. More...
 
 pressureNormalInletOutletVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &)
 Construct from patch and internal field. More...
 
 pressureNormalInletOutletVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary. More...
 
 pressureNormalInletOutletVelocityFvPatchVectorField (const pressureNormalInletOutletVelocityFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given. More...
 
 pressureNormalInletOutletVelocityFvPatchVectorField (const pressureNormalInletOutletVelocityFvPatchVectorField &)
 Construct as copy. More...
 
virtual tmp< fvPatchVectorFieldclone () const
 Construct and return a clone. More...
 
 pressureNormalInletOutletVelocityFvPatchVectorField (const pressureNormalInletOutletVelocityFvPatchVectorField &, 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...
 
const wordrhoName () const
 Return the name of rho. More...
 
wordrhoName ()
 Return reference to the name of rho to allow adjustment. More...
 
const wordphiName () const
 Return the name of phi. More...
 
wordphiName ()
 Return reference to the name of phi to allow adjustment. More...
 
virtual void updateCoeffs ()
 Update the coefficients associated with the patch field. More...
 
virtual void write (Ostream &) const
 Write. More...
 
virtual void operator= (const fvPatchField< vector > &pvf)
 

Detailed Description

This velocity inlet/outlet boundary condition is applied to patches where the pressure is specified. A zero-gradient condition is applied for outflow (as defined by the flux); for inflow, the velocity is obtained from the flux with a direction normal to the patch faces.


Patch usage

Property Description Required Default value
phi flux field name no phi
rho density field name no rho

Example of the boundary condition specification:

    myPatch
    {
        type            pressureNormalInletOutletVelocity;
        phi             phi;
        rho             rho;
        value           uniform 0;
    }
Note
Sign conventions:
  • positive flux (out of domain): apply zero-gradient condition
  • negative flux (into of domain): derive from the flux and patch-normal direction
See also
Foam::mixedFvPatchVectorField
Source files

Definition at line 98 of file pressureNormalInletOutletVelocityFvPatchVectorField.H.

Constructor & Destructor Documentation

Construct from patch, internal field and dictionary.

Definition at line 69 of file pressureNormalInletOutletVelocityFvPatchVectorField.C.

References pressureNormalInletOutletVelocityFvPatchVectorField::pressureNormalInletOutletVelocityFvPatchVectorField(), fvPatch::size(), and vectorField().

Here is the call graph for this function:

Construct as copy setting internal field reference.

Definition at line 100 of file pressureNormalInletOutletVelocityFvPatchVectorField.C.

Member Function Documentation

TypeName ( "pressureNormalInletOutletVelocity"  )

Runtime type information.

virtual tmp<fvPatchVectorField> clone ( ) const
inlinevirtual

Construct and return a clone.

Definition at line 152 of file pressureNormalInletOutletVelocityFvPatchVectorField.H.

References pressureNormalInletOutletVelocityFvPatchVectorField::pressureNormalInletOutletVelocityFvPatchVectorField().

Here is the call graph for this function:

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

Construct and return a clone setting internal field reference.

Definition at line 172 of file pressureNormalInletOutletVelocityFvPatchVectorField.H.

References pressureNormalInletOutletVelocityFvPatchVectorField::pressureNormalInletOutletVelocityFvPatchVectorField().

Here is the call graph for this function:

const word& rhoName ( ) const
inline

Return the name of rho.

Definition at line 192 of file pressureNormalInletOutletVelocityFvPatchVectorField.H.

word& rhoName ( )
inline

Return reference to the name of rho to allow adjustment.

Definition at line 198 of file pressureNormalInletOutletVelocityFvPatchVectorField.H.

const word& phiName ( ) const
inline

Return the name of phi.

Definition at line 204 of file pressureNormalInletOutletVelocityFvPatchVectorField.H.

word& phiName ( )
inline
void updateCoeffs ( )
virtual
void write ( Ostream os) const
virtual
void operator= ( const fvPatchField< vector > &  pvf)
virtual

Definition at line 174 of file pressureNormalInletOutletVelocityFvPatchVectorField.C.

References Foam::makePatchTypeField().

Referenced by pressureNormalInletOutletVelocityFvPatchVectorField::phiName().

Here is the call graph for this function:

Here is the caller graph for this function:


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