Loading...
Searching...
No Matches
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...

#include <pressurePermeableAlphaInletOutletVelocityFvPatchVectorField.H>

Inheritance diagram for pressurePermeableAlphaInletOutletVelocityFvPatchVectorField:
Collaboration diagram for pressurePermeableAlphaInletOutletVelocityFvPatchVectorField:

Public Member Functions

 TypeName ("permeableAlphaPressureInletOutletVelocity")
 Runtime type information.
 pressurePermeableAlphaInletOutletVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &)
 Construct from patch and internal field.
 pressurePermeableAlphaInletOutletVelocityFvPatchVectorField (const fvPatch &, const DimensionedField< vector, volMesh > &, const dictionary &)
 Construct from patch, internal field and dictionary.
 pressurePermeableAlphaInletOutletVelocityFvPatchVectorField (const pressurePermeableAlphaInletOutletVelocityFvPatchVectorField &, const fvPatch &, const DimensionedField< vector, volMesh > &, const fvPatchFieldMapper &)
 Construct by mapping given pressurePermeableAlphaInletOutletVelocityFvPatchVectorField onto a new patch.
 pressurePermeableAlphaInletOutletVelocityFvPatchVectorField (const pressurePermeableAlphaInletOutletVelocityFvPatchVectorField &)
 Construct as copy.
 pressurePermeableAlphaInletOutletVelocityFvPatchVectorField (const pressurePermeableAlphaInletOutletVelocityFvPatchVectorField &, const DimensionedField< vector, volMesh > &)
 Construct as copy setting internal field reference.
virtual tmp< fvPatchField< vector > > clone () const
 Return a clone.
virtual tmp< fvPatchField< vector > > clone (const DimensionedField< vector, volMesh > &iF) const
 Clone with an internal field reference.
virtual bool assignable () const
 True: this patch field is altered by assignment.
const wordrhoName () const noexcept
 Return the name of rho.
wordrhoName ()
 Return reference to the name of rho to allow adjustment.
const wordphiName () const noexcept
 Return the name of phi.
wordphiName ()
 Return reference to the name of phi to allow adjustment.
virtual void updateCoeffs ()
 Update the coefficients associated with the patch field.
virtual void write (Ostream &) const
 Write.
virtual void operator= (const fvPatchField< vector > &pvf)
 Copy assignment.

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]

pressurePermeableAlphaInletOutletVelocityFvPatchVectorField ( const fvPatch & p,
const DimensionedField< vector, volMesh > & iF )

◆ pressurePermeableAlphaInletOutletVelocityFvPatchVectorField() [2/5]

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

Construct from patch, internal field and dictionary.

Definition at line 65 of file pressurePermeableAlphaInletOutletVelocityFvPatchVectorField.C.

References dict, IOobjectOption::MUST_READ, p, fvPatchFieldBase::readDict(), and Foam::Zero.

Here is the call graph for this function:

◆ pressurePermeableAlphaInletOutletVelocityFvPatchVectorField() [3/5]

pressurePermeableAlphaInletOutletVelocityFvPatchVectorField ( const pressurePermeableAlphaInletOutletVelocityFvPatchVectorField & ptf,
const fvPatch & p,
const DimensionedField< vector, volMesh > & iF,
const fvPatchFieldMapper & mapper )

Construct by mapping given pressurePermeableAlphaInletOutletVelocityFvPatchVectorField onto a new patch.

Definition at line 48 of file pressurePermeableAlphaInletOutletVelocityFvPatchVectorField.C.

References p, and pressurePermeableAlphaInletOutletVelocityFvPatchVectorField().

Here is the call graph for this function:

◆ pressurePermeableAlphaInletOutletVelocityFvPatchVectorField() [4/5]

pressurePermeableAlphaInletOutletVelocityFvPatchVectorField ( const pressurePermeableAlphaInletOutletVelocityFvPatchVectorField & pivpvf)

Construct as copy.

Definition at line 87 of file pressurePermeableAlphaInletOutletVelocityFvPatchVectorField.C.

References pressurePermeableAlphaInletOutletVelocityFvPatchVectorField().

Here is the call graph for this function:

◆ pressurePermeableAlphaInletOutletVelocityFvPatchVectorField() [5/5]

pressurePermeableAlphaInletOutletVelocityFvPatchVectorField ( const pressurePermeableAlphaInletOutletVelocityFvPatchVectorField & pivpvf,
const DimensionedField< vector, volMesh > & iF )

Construct as copy setting internal field reference.

Definition at line 101 of file pressurePermeableAlphaInletOutletVelocityFvPatchVectorField.C.

References pressurePermeableAlphaInletOutletVelocityFvPatchVectorField().

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "permeableAlphaPressureInletOutletVelocity" )

Runtime type information.

References pressurePermeableAlphaInletOutletVelocityFvPatchVectorField().

Here is the call graph for this function:

◆ clone() [1/2]

virtual tmp< fvPatchField< vector > > clone ( ) const
inlinevirtual

Return a clone.

Definition at line 214 of file pressurePermeableAlphaInletOutletVelocityFvPatchVectorField.H.

References fvPatchField< Type >::Clone().

Here is the call graph for this function:

◆ clone() [2/2]

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

Clone with an internal field reference.

Definition at line 222 of file pressurePermeableAlphaInletOutletVelocityFvPatchVectorField.H.

References fvPatchField< Type >::Clone().

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

◆ rhoName() [1/2]

const word & rhoName ( ) const
inlinenoexcept

Return the name of rho.

Definition at line 244 of file pressurePermeableAlphaInletOutletVelocityFvPatchVectorField.H.

References Foam::noexcept.

◆ rhoName() [2/2]

word & rhoName ( )
inline

Return reference to the name of rho to allow adjustment.

Definition at line 252 of file pressurePermeableAlphaInletOutletVelocityFvPatchVectorField.H.

◆ phiName() [1/2]

const word & phiName ( ) const
inlinenoexcept

Return the name of phi.

Definition at line 260 of file pressurePermeableAlphaInletOutletVelocityFvPatchVectorField.H.

References Foam::noexcept.

◆ phiName() [2/2]

word & phiName ( )
inline

Return reference to the name of phi to allow adjustment.

Definition at line 268 of file pressurePermeableAlphaInletOutletVelocityFvPatchVectorField.H.

◆ updateCoeffs()

void updateCoeffs ( )
virtual

Update the coefficients associated with the patch field.

Definition at line 119 of file pressurePermeableAlphaInletOutletVelocityFvPatchVectorField.C.

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

Here is the call graph for this function:

◆ write()

void write ( Ostream & os) const
virtual

Write.

Definition at line 173 of file pressurePermeableAlphaInletOutletVelocityFvPatchVectorField.C.

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

Here is the call graph for this function:

◆ operator=()

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

Copy assignment.

Definition at line 188 of file pressurePermeableAlphaInletOutletVelocityFvPatchVectorField.C.

References Foam::lerp(), and n.

Here is the call graph for this function:

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