Public Member Functions | Private Attributes
pressureInletOutletParSlipVelocityFvPatchVectorField Class Reference

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

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

Public Member Functions

 TypeName ("pressureInletOutletParSlipVelocity")
 Runtime type information. More...
 
 pressureInletOutletParSlipVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &)
 Construct from patch and internal field. More...
 
 pressureInletOutletParSlipVelocityFvPatchVectorField (const pressureInletOutletParSlipVelocityFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given. More...
 
 pressureInletOutletParSlipVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary. More...
 
 pressureInletOutletParSlipVelocityFvPatchVectorField (const pressureInletOutletParSlipVelocityFvPatchVectorField &)
 Construct as copy. More...
 
virtual tmp< fvPatchVectorFieldclone () const
 Construct and return a clone. More...
 
 pressureInletOutletParSlipVelocityFvPatchVectorField (const pressureInletOutletParSlipVelocityFvPatchVectorField &, 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)
 

Private Attributes

word phiName_
 Flux field name. More...
 
word rhoName_
 Density field name. More...
 

Detailed Description

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

A slip condition is applied tangential to the patch.


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            pressureInletOutletParSlipVelocity;
        value           uniform 0;
    }
Note
Sign conventions:
  • positive flux (out of domain): apply zero-gradient condition
  • negative flux (into of domain): derive from the flux with specified direction
See also
Foam::mixedFvPatchVectorField Foam::pressureDirectedInletOutletVelocityFvPatchVectorField
Source files

Definition at line 99 of file pressureInletOutletParSlipVelocityFvPatchVectorField.H.

Constructor & Destructor Documentation

◆ pressureInletOutletParSlipVelocityFvPatchVectorField() [1/5]

Construct from patch and internal field.

Definition at line 37 of file pressureInletOutletParSlipVelocityFvPatchVectorField.C.

◆ pressureInletOutletParSlipVelocityFvPatchVectorField() [2/5]

Construct by mapping given.

pressureInletOutletParSlipVelocityFvPatchVectorField onto a new patch

Definition at line 54 of file pressureInletOutletParSlipVelocityFvPatchVectorField.C.

◆ pressureInletOutletParSlipVelocityFvPatchVectorField() [3/5]

Construct from patch, internal field and dictionary.

Definition at line 69 of file pressureInletOutletParSlipVelocityFvPatchVectorField.C.

References dict, p, and vectorField().

Here is the call graph for this function:

◆ pressureInletOutletParSlipVelocityFvPatchVectorField() [4/5]

Construct as copy.

Definition at line 88 of file pressureInletOutletParSlipVelocityFvPatchVectorField.C.

◆ pressureInletOutletParSlipVelocityFvPatchVectorField() [5/5]

Construct as copy setting internal field reference.

Definition at line 100 of file pressureInletOutletParSlipVelocityFvPatchVectorField.C.

Member Function Documentation

◆ TypeName()

TypeName ( "pressureInletOutletParSlipVelocity"  )

Runtime type information.

◆ clone() [1/2]

virtual tmp<fvPatchVectorField> clone ( ) const
inlinevirtual

Construct and return a clone.

Definition at line 153 of file pressureInletOutletParSlipVelocityFvPatchVectorField.H.

◆ clone() [2/2]

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

Construct and return a clone setting internal field reference.

Definition at line 173 of file pressureInletOutletParSlipVelocityFvPatchVectorField.H.

◆ rhoName() [1/2]

const word& rhoName ( ) const
inline

◆ rhoName() [2/2]

word& rhoName ( )
inline

Return reference to the name of rho to allow adjustment.

Definition at line 199 of file pressureInletOutletParSlipVelocityFvPatchVectorField.H.

References pressureInletOutletParSlipVelocityFvPatchVectorField::rhoName_.

◆ phiName() [1/2]

const word& phiName ( ) const
inline

◆ phiName() [2/2]

word& phiName ( )
inline

Return reference to the name of phi to allow adjustment.

Definition at line 211 of file pressureInletOutletParSlipVelocityFvPatchVectorField.H.

References pressureInletOutletParSlipVelocityFvPatchVectorField::phiName_.

◆ updateCoeffs()

void updateCoeffs ( )
virtual

◆ write()

void write ( Ostream os) const
virtual

Write.

Definition at line 161 of file pressureInletOutletParSlipVelocityFvPatchVectorField.C.

References fvPatchField::write().

Here is the call graph for this function:

◆ operator=()

void operator= ( const fvPatchField< vector > &  pvf)
virtual

Definition at line 175 of file pressureInletOutletParSlipVelocityFvPatchVectorField.C.

References fvPatchField::operator=().

Here is the call graph for this function:

Field Documentation

◆ phiName_

word phiName_
private

◆ rhoName_

word rhoName_
private

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