Public Member Functions | List of all members
AttouFerschneider Class Reference

Attou and Ferschneider's Drag model for film flow through packed beds. The implementation follows the description of Gunjal and Ranade, who, in the reference below, formulate the model in more convenient terms. More...

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

Public Member Functions

 TypeName ("AttouFerschneider")
 
 AttouFerschneider (const dictionary &dict, const phasePair &pair, const bool registerObject)
 
virtual ~AttouFerschneider ()=default
 
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

Attou and Ferschneider's Drag model for film flow through packed beds. The implementation follows the description of Gunjal and Ranade, who, in the reference below, formulate the model in more convenient terms.

Reference:

    Gunjal, P. R., & Ranade, V. V. (2007).
    Modeling of laboratory and commercial scale hydro-processing reactors
    using CFD.
    Chemical Engineering Science, 62(18-20), 5512-5526.
Source files

Definition at line 63 of file AttouFerschneider.H.

Constructor & Destructor Documentation

◆ AttouFerschneider()

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

Definition at line 102 of file AttouFerschneider.C.

◆ ~AttouFerschneider()

virtual ~AttouFerschneider ( )
virtualdefault

Member Function Documentation

◆ TypeName()

TypeName ( "AttouFerschneider"  )

◆ CdRe()

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

Implements dragModel.

Definition at line 120 of file AttouFerschneider.C.

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

Here is the call graph for this function:

◆ K()

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

Reimplemented from dragModel.

Definition at line 132 of file AttouFerschneider.C.

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

Here is the call graph for this function:

◆ Kf()

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

Reimplemented from dragModel.

Definition at line 168 of file AttouFerschneider.C.

References Foam::fvc::interpolate().

Here is the call graph for this function:

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