Loading...
Searching...
No Matches
Frank Class Reference

Wall lubrication model of Frank. More...

#include <Frank.H>

Inheritance diagram for Frank:
Collaboration diagram for Frank:

Public Member Functions

 TypeName ("Frank")
 Runtime type information.
 Frank (const dictionary &dict, const phasePair &pair)
 Construct from components.
virtual ~Frank ()
 Destructor.
tmp< volVectorFieldFi () const
 Return phase-intensive wall lubrication force.
 TypeName ("Frank")
 Runtime type information.
 Frank (const dictionary &dict, const phasePair &pair)
 Construct from components.
virtual ~Frank ()
 Destructor.
tmp< volVectorFieldFi () const
 Return phase-intensive wall lubrication force.
Public Member Functions inherited from wallLubricationModel
 TypeName ("wallLubricationModel")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, wallLubricationModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair))
 wallLubricationModel (const dictionary &dict, const phasePair &pair)
 Construct from components.
virtual ~wallLubricationModel ()=default
 Destructor.
virtual tmp< volVectorFieldF () const
 Return wall lubrication force.
virtual tmp< surfaceScalarFieldFf () const
 Return face wall lubrication force.
 TypeName ("wallLubricationModel")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, wallLubricationModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair))
 wallLubricationModel (const dictionary &dict, const phasePair &pair)
 Construct from components.
virtual ~wallLubricationModel ()=default
 Destructor.
virtual tmp< volVectorFieldF () const
 Return wall lubrication force.
virtual tmp< surfaceScalarFieldFf () const
 Return face wall lubrication force.
Public Member Functions inherited from wallDependentModel
 wallDependentModel (const fvMesh &mesh)
 Construct from a mesh.
virtual ~wallDependentModel ()
 Destructor.
const volScalarFieldyWall () const
const volVectorFieldnWall () const
 wallDependentModel (const fvMesh &mesh)
 Construct from a mesh.
virtual ~wallDependentModel ()
 Destructor.
const volScalarFieldyWall () const
const volVectorFieldnWall () const

Additional Inherited Members

Static Public Member Functions inherited from wallLubricationModel
static autoPtr< wallLubricationModelNew (const dictionary &dict, const phasePair &pair)
static autoPtr< wallLubricationModelNew (const dictionary &dict, const phasePair &pair)
Static Public Attributes inherited from wallLubricationModel
static const dimensionSet dimF
 Coefficient dimensions.
Protected Member Functions inherited from wallLubricationModel
tmp< volVectorFieldzeroGradWalls (tmp< volVectorField >) const
 Zero-gradient wall-lubrication force at walls.
Protected Attributes inherited from wallLubricationModel
const phasePairpair_
 Phase pair.

Detailed Description

Wall lubrication model of Frank.

References:

    Otromke, M. (2013).
    Implementation and Comparison of Correlations for interfacial Forces in
    a Gas-Liquid System within an Euler-Euler Framework.
    PhD Thesis.
    Frank, T. (2005, April).
    Advances in computational fluid dynamics (CFD) of 3-dimensional
    gas-liquid multiphase flows.
    In NAFEMS Seminar: Simulation of Complex Flows (CFD)-Applications and
    Trends, Wiesbaden, Germany (pp. 1-18).
Source files

References:

    "Implementation and Comparison of Correlations for interfacial Forces
     in a Gas-Liquid System within an Euler-Euler Framework"
    Otromke, M.
    PhD Thesis
    April 2013
    "Advances in Computational Fluid Dynamics (CFD) of 3-dimensional Gas-
     Liquid Multiphase Flows"
    Frank, T.
    NAFEMS Seminar: Simulation of Complex Flows (CFD), April 2005, pp. 1-18
Source files

Definition at line 67 of file Frank.H.

Constructor & Destructor Documentation

◆ Frank() [1/2]

Frank ( const dictionary & dict,
const phasePair & pair )

Construct from components.

Definition at line 45 of file Frank.C.

References dict, Foam::dimless, and wallLubricationModel::wallLubricationModel().

Here is the call graph for this function:

◆ ~Frank() [1/2]

~Frank ( )
virtual

Destructor.

Definition at line 60 of file Frank.C.

◆ Frank() [2/2]

Frank ( const dictionary & dict,
const phasePair & pair )

Construct from components.

References dict.

◆ ~Frank() [2/2]

virtual ~Frank ( )
virtual

Destructor.

Member Function Documentation

◆ TypeName() [1/2]

TypeName ( "Frank" )

Runtime type information.

References dict.

◆ Fi() [1/2]

Foam::tmp< Foam::volVectorField > Fi ( ) const
virtual

Return phase-intensive wall lubrication force.

Implements wallLubricationModel.

Definition at line 66 of file Frank.C.

References Foam::dimLength, Foam::dimless, Foam::exp(), Foam::magSqr(), Foam::max(), n, Foam::neg(), wallDependentModel::nWall(), wallLubricationModel::pair_, Foam::pos0(), Foam::pow(), y, wallDependentModel::yWall(), and wallLubricationModel::zeroGradWalls().

Here is the call graph for this function:

◆ TypeName() [2/2]

TypeName ( "Frank" )

Runtime type information.

◆ Fi() [2/2]

tmp< volVectorField > Fi ( ) const
virtual

Return phase-intensive wall lubrication force.

Implements wallLubricationModel.


The documentation for this class was generated from the following files:
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/interfacialModels/wallLubricationModels/Frank/Frank.H
  • src/phaseSystemModels/twoPhaseEuler/twoPhaseSystem/interfacialModels/wallLubricationModels/Frank/Frank.H
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/interfacialModels/wallLubricationModels/Frank/Frank.C
  • src/phaseSystemModels/twoPhaseEuler/twoPhaseSystem/interfacialModels/wallLubricationModels/Frank/Frank.C