|
| TypeName ("slurry") |
| Runtime type information. More...
|
|
| slurry (const word &name, const dictionary &viscosityProperties, const volVectorField &U, const surfaceScalarField &phi, const word modelName=typeName) |
| Construct from components. More...
|
|
| ~slurry () |
| Destructor. More...
|
|
tmp< volScalarField > | mu (const volScalarField &muc) const |
| Return the mixture viscosity. More...
|
|
bool | read (const dictionary &viscosityProperties) |
| Read transportProperties dictionary. More...
|
|
| TypeName ("mixtureViscosityModel") |
| Runtime type information. More...
|
|
| declareRunTimeSelectionTable (autoPtr, mixtureViscosityModel, dictionary,(const word &name, const dictionary &viscosityProperties, const volVectorField &U, const surfaceScalarField &phi),(name, viscosityProperties, U, phi)) |
|
| mixtureViscosityModel (const word &name, const dictionary &viscosityProperties, const volVectorField &U, const surfaceScalarField &phi) |
| Construct from components. More...
|
|
virtual | ~mixtureViscosityModel () |
| Destructor. More...
|
|
const dictionary & | viscosityProperties () const |
| Return the phase transport properties dictionary. More...
|
|
Thomas' viscosity correction for slurry.
References:
"Transport characteristics of suspension:
VIII. A note on the viscosity of Newtonian suspensions
of uniform spherical particles".
D.G. Thomas,
J. Colloid Sci. 20 (3), 1965, p267.
- Source files
-
Definition at line 64 of file slurry.H.