Public Member Functions | List of all members
pressurePermeableAlphaInletOutletVelocityFvPatchVectorField Class Reference

The pressurePermeableAlphaInletOutletVelocity is a velocity inlet-outlet boundary condition which can be applied to velocity boundaries for multiphase flows when the pressure boundary condition is specified. More...

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

Public Member Functions

 TypeName ("permeableAlphaPressureInletOutletVelocity")
 Runtime type information. More...
 
 pressurePermeableAlphaInletOutletVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &)
 Construct from patch and internal field. More...
 
 pressurePermeableAlphaInletOutletVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary. More...
 
 pressurePermeableAlphaInletOutletVelocityFvPatchVectorField (const pressurePermeableAlphaInletOutletVelocityFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given pressurePermeableAlphaInletOutletVelocityFvPatchVectorField onto a new patch. More...
 
 pressurePermeableAlphaInletOutletVelocityFvPatchVectorField (const pressurePermeableAlphaInletOutletVelocityFvPatchVectorField &)
 Construct as copy. More...
 
virtual tmp< fvPatchVectorFieldclone () const
 Construct and return a clone. More...
 
 pressurePermeableAlphaInletOutletVelocityFvPatchVectorField (const pressurePermeableAlphaInletOutletVelocityFvPatchVectorField &, 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 bool assignable () const
 True: this patch field is altered by assignment. More...
 
const wordrhoName () const noexcept
 Return the name of rho. More...
 
wordrhoName ()
 Return reference to the name of rho to allow adjustment. More...
 
const wordphiName () const noexcept
 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)
 Copy assignment. More...
 

Detailed Description

The pressurePermeableAlphaInletOutletVelocity is a velocity inlet-outlet boundary condition which can be applied to velocity boundaries for multiphase flows when the pressure boundary condition is specified.

In the pressurePermeableAlphaInletOutletVelocity, an open condition is applied when alpha is under a user-defined alphaMin value and a wall condition is applied when alpha is larger than the alphaMin.

This boundary condition can be used in conjunction with prghPermeableAlphaTotalPressure for the p_rgh variable.

Usage
Example of the boundary condition specification:
<patchName>
{
    // Mandatory entries
    type            pressurePermeableAlphaInletOutletVelocity;

    // Optional entries
    phi             phi;
    rho             rho;
    alpha           alpha.water;
    alphaMin        0.01;

    // Inherited entries
    value           uniform (0 0 0);
    ...
}

where the entries mean:

Property Description Type Reqd Deflt
phi Name of flux field word no phi
rho Name of density field word no rho
alpha Name of mixture field word no none
alphaMin Minimum alpha scalar no 1

The inherited entries are elaborated in:

See also
Source files

Definition at line 125 of file pressurePermeableAlphaInletOutletVelocityFvPatchVectorField.H.

Constructor & Destructor Documentation

◆ pressurePermeableAlphaInletOutletVelocityFvPatchVectorField() [1/5]

Construct from patch and internal field.

Definition at line 31 of file pressurePermeableAlphaInletOutletVelocityFvPatchVectorField.C.

References Foam::Zero.

Referenced by pressurePermeableAlphaInletOutletVelocityFvPatchVectorField::clone().

Here is the caller graph for this function:

◆ pressurePermeableAlphaInletOutletVelocityFvPatchVectorField() [2/5]

Construct from patch, internal field and dictionary.

Definition at line 67 of file pressurePermeableAlphaInletOutletVelocityFvPatchVectorField.C.

References dict, and Foam::Zero.

◆ pressurePermeableAlphaInletOutletVelocityFvPatchVectorField() [3/5]

◆ pressurePermeableAlphaInletOutletVelocityFvPatchVectorField() [4/5]

Construct as copy.

Definition at line 89 of file pressurePermeableAlphaInletOutletVelocityFvPatchVectorField.C.

◆ pressurePermeableAlphaInletOutletVelocityFvPatchVectorField() [5/5]

Construct as copy setting internal field reference.

Definition at line 103 of file pressurePermeableAlphaInletOutletVelocityFvPatchVectorField.C.

Member Function Documentation

◆ TypeName()

TypeName ( "permeableAlphaPressureInletOutletVelocity"  )

Runtime type information.

◆ clone() [1/2]

virtual tmp<fvPatchVectorField> clone ( ) const
inlinevirtual

◆ 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 229 of file pressurePermeableAlphaInletOutletVelocityFvPatchVectorField.H.

References pressurePermeableAlphaInletOutletVelocityFvPatchVectorField::pressurePermeableAlphaInletOutletVelocityFvPatchVectorField().

Here is the call graph for this function:

◆ assignable()

virtual bool assignable ( ) const
inlinevirtual

True: this patch field is altered by assignment.

Definition at line 249 of file pressurePermeableAlphaInletOutletVelocityFvPatchVectorField.H.

◆ rhoName() [1/2]

const word& rhoName ( ) const
inlinenoexcept

Return the name of rho.

Definition at line 257 of file pressurePermeableAlphaInletOutletVelocityFvPatchVectorField.H.

◆ rhoName() [2/2]

word& rhoName ( )
inline

Return reference to the name of rho to allow adjustment.

Definition at line 265 of file pressurePermeableAlphaInletOutletVelocityFvPatchVectorField.H.

◆ phiName() [1/2]

const word& phiName ( ) const
inlinenoexcept

Return the name of phi.

Definition at line 273 of file pressurePermeableAlphaInletOutletVelocityFvPatchVectorField.H.

◆ phiName() [2/2]

word& phiName ( )
inline

Return reference to the name of phi to allow adjustment.

Definition at line 281 of file pressurePermeableAlphaInletOutletVelocityFvPatchVectorField.H.

◆ updateCoeffs()

void updateCoeffs ( )
virtual

Update the coefficients associated with the patch field.

Definition at line 120 of file pressurePermeableAlphaInletOutletVelocityFvPatchVectorField.C.

References Foam::dimMass, Foam::dimTime, Foam::dimVolume, Foam::exit(), Foam::FatalError, FatalErrorInFunction, forAll, Foam::max(), n, Foam::neg(), Foam::foamVersion::patch, Foam::pos(), and Foam::Zero.

Here is the call graph for this function:

◆ write()

void write ( Ostream os) const
virtual

Write.

Definition at line 174 of file pressurePermeableAlphaInletOutletVelocityFvPatchVectorField.C.

References os(), mixedFvPatchField< Type >::write(), and Ostream::writeEntryIfDifferent().

Here is the call graph for this function:

◆ operator=()

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

Copy assignment.

Definition at line 190 of file pressurePermeableAlphaInletOutletVelocityFvPatchVectorField.C.

References Foam::lerp(), n, and Foam::foamVersion::patch.

Here is the call graph for this function:

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