FreeFOAM The Cross-Platform CFD Toolkit
standardDragModel Class Reference

standard drag law model with a lower limit on the Cd-value More...

#include <dieselSpray/standardDragModel.H>


Detailed Description

standard drag law model with a lower limit on the Cd-value

Definition at line 46 of file standardDragModel.H.

+ Inheritance diagram for standardDragModel:
+ Collaboration diagram for standardDragModel:

List of all members.

Public Member Functions

 TypeName ("standardDragModel")
 Runtime type information.
 standardDragModel (const dictionary &dict)
 Construct from components.
 ~standardDragModel ()
scalar Cd (const scalar ReynoldsNumber, const scalar deviation) const
scalar relaxationTime (const vector &URel, const scalar diameter, const scalar rho, const scalar liquidDensity, const scalar nu, const scalar deviation) const
- Public Member Functions inherited from dragModel
 TypeName ("dragModel")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, dragModel, dictionary,(const dictionary &dict),(dict))
 dragModel (const dictionary &dict)
 Construct from components.
virtual ~dragModel ()
 TypeName ("dragModel")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, dragModel, dictionary,(const dictionary &interfaceDict, const volScalarField &alpha, const phaseModel &phasea, const phaseModel &phaseb),(interfaceDict, alpha, phasea, phaseb))
 dragModel (const dictionary &interfaceDict, const volScalarField &alpha, const phaseModel &phasea, const phaseModel &phaseb)
virtual ~dragModel ()
 Destructor.
virtual tmp< volScalarFieldK (const volScalarField &Ur) const =0
 the dragfunction K used in the momentum eq.

Additional Inherited Members

- Static Public Member Functions inherited from dragModel
static autoPtr< dragModelNew (const dictionary &dict)
static autoPtr< dragModelNew (const dictionary &interfaceDict, const volScalarField &alpha, const phaseModel &phasea, const phaseModel &phaseb)
- Protected Attributes inherited from dragModel
const dictionarydict_
const dictionaryinterfaceDict_
const volScalarFieldalpha_
const phaseModelphasea_
const phaseModelphaseb_

Constructor & Destructor Documentation

standardDragModel ( const dictionary dict)

Construct from components.

Definition at line 51 of file standardDragModel.C.

Definition at line 66 of file standardDragModel.C.


Member Function Documentation

TypeName ( "standardDragModel"  )

Runtime type information.

scalar Cd ( const scalar  ReynoldsNumber,
const scalar  deviation 
) const
virtual

Implements dragModel.

Definition at line 73 of file standardDragModel.C.

References Foam::dev(), drag, and Foam::pow().

scalar relaxationTime ( const vector URel,
const scalar  diameter,
const scalar  rho,
const scalar  liquidDensity,
const scalar  nu,
const scalar  deviation 
) const
virtual

Implements dragModel.

Definition at line 94 of file standardDragModel.C.

References Foam::dev(), Foam::mag(), and nu.


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