standard drag law model with a lower limit on the Cd-value More...
#include <dieselSpray/standardDragModel.H>
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: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< volScalarField > | K (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< dragModel > | New (const dictionary &dict) |
| static autoPtr< dragModel > | New (const dictionary &interfaceDict, const volScalarField &alpha, const phaseModel &phasea, const phaseModel &phaseb) |
Protected Attributes inherited from dragModel | |
| const dictionary & | dict_ |
| const dictionary & | interfaceDict_ |
| const volScalarField & | alpha_ |
| const phaseModel & | phasea_ |
| const phaseModel & | phaseb_ |
| standardDragModel | ( | const dictionary & | dict | ) |
Construct from components.
Definition at line 51 of file standardDragModel.C.
| ~standardDragModel | ( | ) |
Definition at line 66 of file standardDragModel.C.
| TypeName | ( | "standardDragModel" | ) |
Runtime type information.
|
virtual |
Implements dragModel.
Definition at line 73 of file standardDragModel.C.
References Foam::dev(), drag, and Foam::pow().
|
virtual |
Implements dragModel.
Definition at line 94 of file standardDragModel.C.
References Foam::dev(), Foam::mag(), and nu.