pressureInletVelocityFvPatchVectorField Class Reference

This velocity inlet boundary condition is applied to patches where the pressure is specified. The inflow velocity is obtained from the flux with a direction normal to the patch faces. More...

Inheritance diagram for pressureInletVelocityFvPatchVectorField:
Collaboration diagram for pressureInletVelocityFvPatchVectorField:

Public Member Functions

 TypeName ("pressureInletVelocity")
 Runtime type information. More...
 
 pressureInletVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &)
 Construct from patch and internal field. More...
 
 pressureInletVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary. More...
 
 pressureInletVelocityFvPatchVectorField (const pressureInletVelocityFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given pressureInletVelocityFvPatchVectorField. More...
 
 pressureInletVelocityFvPatchVectorField (const pressureInletVelocityFvPatchVectorField &)
 Copy constructor. More...
 
virtual tmp< fvPatchVectorFieldclone () const
 Construct and return a clone. More...
 
 pressureInletVelocityFvPatchVectorField (const pressureInletVelocityFvPatchVectorField &, 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 bool assignable () const
 Return true: this patch field is altered by assignment. 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 boundary condition is applied to patches where the pressure is specified. The inflow velocity is obtained from the flux with a direction normal to the patch faces.

Usage
Example of the boundary condition specification:
<patchName>
{
    type            pressureInletVelocity;
    phi             phi;
    rho             rho;
    value           uniform 0;
}
Note
If reverse flow is possible or expected use the pressureInletOutletVelocityFvPatchVectorField condition instead.
See also
Foam::fixedValueFvPatchField Foam::pressureInletOutletVelocityFvPatchVectorField
Source files

Definition at line 71 of file pressureInletVelocityFvPatchVectorField.H.

Constructor & Destructor Documentation

◆ pressureInletVelocityFvPatchVectorField() [1/5]

Construct from patch and internal field.

Definition at line 35 of file pressureInletVelocityFvPatchVectorField.C.

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

Here is the caller graph for this function:

◆ pressureInletVelocityFvPatchVectorField() [2/5]

pressureInletVelocityFvPatchVectorField ( const fvPatch p,
const DimensionedField< vector, volMesh > &  iF,
const dictionary dict 
)

Construct from patch, internal field and dictionary.

Definition at line 63 of file pressureInletVelocityFvPatchVectorField.C.

References pressureInletVelocityFvPatchVectorField::pressureInletVelocityFvPatchVectorField().

Here is the call graph for this function:

◆ pressureInletVelocityFvPatchVectorField() [3/5]

Construct by mapping given pressureInletVelocityFvPatchVectorField.

onto a new patch

Definition at line 48 of file pressureInletVelocityFvPatchVectorField.C.

References pressureInletVelocityFvPatchVectorField::pressureInletVelocityFvPatchVectorField().

Here is the call graph for this function:

◆ pressureInletVelocityFvPatchVectorField() [4/5]

◆ pressureInletVelocityFvPatchVectorField() [5/5]

Copy constructor setting internal field reference.

Definition at line 89 of file pressureInletVelocityFvPatchVectorField.C.

Member Function Documentation

◆ TypeName()

TypeName ( "pressureInletVelocity"  )

Runtime type information.

◆ clone() [1/2]

virtual tmp<fvPatchVectorField> clone ( ) const
inlinevirtual

Construct and return a clone.

Reimplemented in pressureInletUniformVelocityFvPatchVectorField.

Definition at line 124 of file pressureInletVelocityFvPatchVectorField.H.

References pressureInletVelocityFvPatchVectorField::pressureInletVelocityFvPatchVectorField().

Here is the call graph for this function:

◆ clone() [2/2]

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

Construct and return a clone setting internal field reference.

Reimplemented in pressureInletUniformVelocityFvPatchVectorField.

Definition at line 141 of file pressureInletVelocityFvPatchVectorField.H.

References pressureInletVelocityFvPatchVectorField::pressureInletVelocityFvPatchVectorField().

Here is the call graph for this function:

◆ assignable()

virtual bool assignable ( ) const
inlinevirtual

Return true: this patch field is altered by assignment.

Reimplemented in pressureInletUniformVelocityFvPatchVectorField.

Definition at line 157 of file pressureInletVelocityFvPatchVectorField.H.

◆ rhoName() [1/2]

const word& rhoName ( ) const
inline

Return the name of rho.

Definition at line 166 of file pressureInletVelocityFvPatchVectorField.H.

◆ rhoName() [2/2]

word& rhoName ( )
inline

Return reference to the name of rho to allow adjustment.

Definition at line 172 of file pressureInletVelocityFvPatchVectorField.H.

◆ phiName() [1/2]

const word& phiName ( ) const
inline

Return the name of phi.

Definition at line 178 of file pressureInletVelocityFvPatchVectorField.H.

◆ phiName() [2/2]

word& phiName ( )
inline

Return reference to the name of phi to allow adjustment.

Definition at line 184 of file pressureInletVelocityFvPatchVectorField.H.

References pressureInletVelocityFvPatchVectorField::operator=(), pressureInletVelocityFvPatchVectorField::updateCoeffs(), and pressureInletVelocityFvPatchVectorField::write().

Here is the call graph for this function:

◆ updateCoeffs()

void updateCoeffs ( )
virtual

Update the coefficients associated with the patch field.

Reimplemented in pressureInletUniformVelocityFvPatchVectorField.

Definition at line 102 of file pressureInletVelocityFvPatchVectorField.C.

References Foam::dimArea, Foam::dimDensity, DimensionedField< Type, GeoMesh >::dimensions(), Foam::dimVelocity, Foam::exit(), Foam::FatalError, FatalErrorInFunction, n, Foam::operator==(), and phi.

Referenced by pressureInletVelocityFvPatchVectorField::phiName(), and pressureInletUniformVelocityFvPatchVectorField::updateCoeffs().

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

◆ write()

void write ( Ostream os) const
virtual

Write.

Definition at line 143 of file pressureInletVelocityFvPatchVectorField.C.

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

Referenced by pressureInletVelocityFvPatchVectorField::phiName().

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

◆ operator=()

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

Reimplemented in pressureInletUniformVelocityFvPatchVectorField.

Definition at line 155 of file pressureInletVelocityFvPatchVectorField.C.

References Foam::makePatchTypeField(), and fvPatchField< Type >::operator=().

Referenced by pressureInletVelocityFvPatchVectorField::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: