mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: twoPhaseEulerFoam: fixed typo in GidaspowSchillerNaumann drag and stability issues in fludised bed cases
This commit is contained in:
@ -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_)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@ -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;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@ -40,7 +40,7 @@ blending
|
|||||||
default
|
default
|
||||||
{
|
{
|
||||||
type none;
|
type none;
|
||||||
residualAlpha 1e-6;
|
residualAlpha 1e-3;
|
||||||
continuousPhase air;
|
continuousPhase air;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user