Public Member Functions | List of all members
blended Class Reference

Blends two drag models based on the phase fractions to handle phase-inversion. More...

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

Public Member Functions

 TypeName ("blended")
 
 blended (const dictionary &interfaceDict, const phaseModel &phase1, const phaseModel &phase2)
 
virtual ~blended ()=default
 
tmp< volScalarFieldK (const volScalarField &Ur) const
 
- Public Member Functions inherited from dragModel
 TypeName ("dragModel")
 
 declareRunTimeSelectionTable (autoPtr, dragModel, dictionary,(const dictionary &interfaceDict, const phaseModel &phase1, const phaseModel &phase2),(interfaceDict, phase1, phase2))
 
 dragModel (const dictionary &dict, const phaseModel &phase1, const phaseModel &phase2)
 
virtual ~dragModel ()=default
 
const phaseModelphase1 () const
 
const phaseModelphase2 () const
 
const dimensionedScalarresidualPhaseFraction () const
 
const dimensionedScalarresidualSlip () const
 
 TypeName ("dragModel")
 
 declareRunTimeSelectionTable (autoPtr, dragModel, dictionary,(const dictionary &dict, const phasePair &pair, const bool registerObject),(dict, pair, registerObject))
 
 dragModel (const phasePair &pair, const bool registerObject)
 
 dragModel (const dictionary &dict, const phasePair &pair, const bool registerObject)
 
virtual ~dragModel ()
 
virtual tmp< volScalarFieldCdRe () const =0
 
virtual tmp< volScalarFieldKi () const
 
virtual tmp< volScalarFieldK () const
 
virtual tmp< surfaceScalarFieldKf () const
 
bool writeData (Ostream &os) const
 
 TypeName ("dragModel")
 
 declareRunTimeSelectionTable (autoPtr, dragModel, dictionary,(const dictionary &dict, const phasePair &pair, const bool registerObject),(dict, pair, registerObject))
 
 dragModel (const phasePair &pair, const bool registerObject)
 
 dragModel (const dictionary &dict, const phasePair &pair, const bool registerObject)
 
virtual ~dragModel ()
 
virtual tmp< volScalarFieldCdRe () const =0
 
virtual tmp< volScalarFieldKi () const
 
virtual tmp< volScalarFieldK () const
 
virtual tmp< surfaceScalarFieldKf () const
 
bool writeData (Ostream &os) const
 

Additional Inherited Members

- Static Public Member Functions inherited from dragModel
static autoPtr< dragModelNew (const dictionary &dict, const phaseModel &phase1, const phaseModel &phase2)
 
static autoPtr< dragModelNew (const dictionary &dict, const phasePair &pair)
 
static autoPtr< dragModelNew (const dictionary &dict, const phasePair &pair)
 
- Static Public Attributes inherited from dragModel
static const dimensionSet dimK
 
- Protected Attributes inherited from dragModel
const dictionaryinterfaceDict_
 
const phaseModelphase1_
 
const phaseModelphase2_
 
dimensionedScalar residualPhaseFraction_
 
dimensionedScalar residualSlip_
 
const phasePairpair_
 
autoPtr< swarmCorrectionswarmCorrection_
 

Detailed Description

Blends two drag models based on the phase fractions to handle phase-inversion.

Source files

Definition at line 50 of file blended.H.

Constructor & Destructor Documentation

◆ blended()

blended ( const dictionary interfaceDict,
const phaseModel phase1,
const phaseModel phase2 
)

Definition at line 46 of file blended.C.

◆ ~blended()

virtual ~blended ( )
virtualdefault

Member Function Documentation

◆ TypeName()

TypeName ( "blended"  )

◆ K()

Foam::tmp< Foam::volScalarField > K ( const volScalarField Ur) const
virtual

Implements dragModel.

Definition at line 61 of file blended.C.

References phase1, and phase2.


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