driftFluxFoam::relativeVelocityModels::MichaelsBolger: alphaMax in now obtain from phaseProperties
This commit is contained in:
@ -55,7 +55,6 @@ Foam::relativeVelocityModels::MichaelsBolger::MichaelsBolger
|
||||
relativeVelocityModel(dict, mixture, g),
|
||||
a0_("a0", dimless, dict),
|
||||
a1_("a1", dimless, dict),
|
||||
alphaMax_("alphaMax", dimless, dict),
|
||||
Vc_("Vc", dimTime, dict)
|
||||
{}
|
||||
|
||||
|
||||
@ -44,9 +44,6 @@ Usage
|
||||
{
|
||||
a0 0; // Extended Michaels & Bolger coefficient,
|
||||
a1 4.65; // Exponent
|
||||
|
||||
alphaMax 0.6; // Maximum dispersed phase-fraction
|
||||
// (packing fraction)
|
||||
}
|
||||
\endverbatim
|
||||
|
||||
@ -83,9 +80,6 @@ class MichaelsBolger
|
||||
//- Exponent, defaults to 4.65
|
||||
dimensionedScalar a1_;
|
||||
|
||||
//- alphaMax coefficient
|
||||
dimensionedScalar alphaMax_;
|
||||
|
||||
//- Drift velocity coefficient
|
||||
dimensionedScalar Vc_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user