standard drag law model with a lower limit on the Cd-value More...
#include <dieselSpray/noDragModel.H>
standard drag law model with a lower limit on the Cd-value
Definition at line 46 of file noDragModel.H.
Public Member Functions | |
TypeName ("noDragModel") | |
Runtime type information. | |
noDragModel (const dictionary &dict) | |
Construct from components. | |
~noDragModel () | |
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 |
![]() | |
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 autoPtr< dragModel > | New (const dictionary &dict) |
static autoPtr< dragModel > | New (const dictionary &interfaceDict, const volScalarField &alpha, const phaseModel &phasea, const phaseModel &phaseb) |
![]() | |
const dictionary & | dict_ |
const dictionary & | interfaceDict_ |
const volScalarField & | alpha_ |
const phaseModel & | phasea_ |
const phaseModel & | phaseb_ |
noDragModel | ( | const dictionary & | dict | ) |
Construct from components.
Definition at line 51 of file noDragModel.C.
~noDragModel | ( | ) |
Definition at line 60 of file noDragModel.C.
TypeName | ( | "noDragModel" | ) |
Runtime type information.
|
virtual |
Implements dragModel.
Definition at line 67 of file noDragModel.C.
|
virtual |
Implements dragModel.
Definition at line 77 of file noDragModel.C.