BUG: twoPhaseEulerFoam: fixed typo in GidaspowSchillerNaumann drag and stability issues in fludised bed cases

This commit is contained in:
william
2014-02-03 16:05:24 +00:00
parent 05a34f3dfa
commit a96e531f5c
3 changed files with 4 additions and 4 deletions

View File

@ -68,7 +68,7 @@ Foam::dragModels::GidaspowSchillerNaumann::CdRe() const
volScalarField Re(alpha2*pair_.Re()); volScalarField Re(alpha2*pair_.Re());
volScalarField CdsRe volScalarField CdsRe
( (
neg(Re - 1000)*24.0*(1.0 + 0.15*pow(Re, 0.687)) neg(Re - 1000)*24.0*(1.0 + 0.15*pow(Re, 0.687))/alpha2
+ pos(Re - 1000)*0.44*max(Re, residualRe_) + pos(Re - 1000)*0.44*max(Re, residualRe_)
); );

View File

@ -40,7 +40,7 @@ blending
default default
{ {
type none; type none;
residualAlpha 1e-6; residualAlpha 1e-3;
continuousPhase air; continuousPhase air;
} }
} }
@ -73,7 +73,7 @@ virtualMass
(particles in air) (particles in air)
{ {
type constantCoefficient; type constantCoefficient;
Cvm 0.5; Cvm 0;
} }
); );

View File

@ -40,7 +40,7 @@ blending
default default
{ {
type none; type none;
residualAlpha 1e-6; residualAlpha 1e-3;
continuousPhase air; continuousPhase air;
} }
} }