Public Member Functions | List of all members
segregated Class Reference

Segregated drag model for use in regions with no obvious dispersed phase. More...

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

Public Member Functions

 TypeName ("segregated")
 
 segregated (const dictionary &dict, const phasePair &pair, const bool registerObject)
 
virtual ~segregated ()
 
virtual tmp< volScalarFieldCdRe () const
 
virtual tmp< volScalarFieldK () const
 
virtual tmp< surfaceScalarFieldKf () const
 
 TypeName ("segregated")
 
 segregated (const dictionary &dict, const phasePair &pair, const bool registerObject)
 
virtual ~segregated ()
 
virtual tmp< volScalarFieldCdRe () const
 
virtual tmp< volScalarFieldK () const
 
virtual tmp< surfaceScalarFieldKf () 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
 
virtual tmp< volScalarFieldK (const volScalarField &Ur) const =0
 
 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< volScalarFieldKi () 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< volScalarFieldKi () 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

Segregated drag model for use in regions with no obvious dispersed phase.

Reference:

    Marschall, H. (2011).
    Towards the numerical simulation of multi-scale two-phase flows.
    PhD Thesis, TU München.
Source files

Reference:

    "Towards the Numerical Simulation of Multi-scale Two-phase Flows",
    Marschall, H.,
    PhD Thesis, TU München, 2011
Source files

Definition at line 58 of file segregated.H.

Constructor & Destructor Documentation

◆ segregated() [1/2]

segregated ( const dictionary dict,
const phasePair pair,
const bool  registerObject 
)

Definition at line 43 of file segregated.C.

◆ ~segregated() [1/2]

~segregated ( )
virtual

Definition at line 57 of file segregated.C.

◆ segregated() [2/2]

segregated ( const dictionary dict,
const phasePair pair,
const bool  registerObject 
)

◆ ~segregated() [2/2]

virtual ~segregated ( )
virtual

Member Function Documentation

◆ TypeName() [1/2]

TypeName ( "segregated"  )

◆ CdRe() [1/2]

Foam::tmp< Foam::volScalarField > CdRe ( ) const
virtual

Implements dragModel.

Definition at line 63 of file segregated.C.

References Foam::exit(), Foam::FatalError, and FatalErrorInFunction.

Here is the call graph for this function:

◆ K() [1/2]

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

Reimplemented from dragModel.

Definition at line 74 of file segregated.C.

References alpha1, alpha2, Foam::cbrt(), Foam::dimLength, Foam::fvc::grad(), Foam::I, L(), lambda(), Foam::mag(), Foam::max(), mesh, rho1, rho2, and Foam::sqr().

Here is the call graph for this function:

◆ Kf() [1/2]

Foam::tmp< Foam::surfaceScalarField > Kf ( ) const
virtual

Reimplemented from dragModel.

Definition at line 158 of file segregated.C.

References Foam::fvc::interpolate().

Here is the call graph for this function:

◆ TypeName() [2/2]

TypeName ( "segregated"  )

◆ CdRe() [2/2]

virtual tmp<volScalarField> CdRe ( ) const
virtual

Implements dragModel.

◆ K() [2/2]

virtual tmp<volScalarField> K ( ) const
virtual

Reimplemented from dragModel.

◆ Kf() [2/2]

virtual tmp<surfaceScalarField> Kf ( ) const
virtual

Reimplemented from dragModel.


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