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 |
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.
scalar Cd | ( | const scalar | ReynoldsNumber, |
const scalar | deviation | ||
) | const [virtual]
|
Implements dragModel.
Definition at line 67 of file noDragModel.C.
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 77 of file noDragModel.C.