BUG: twoPhaseEulerFoam: removed multiple of the continuous phase fraction from force and heat transfer models

This commit is contained in:
william
2014-03-17 16:34:32 +00:00
committed by Andrew Heather
parent 354197bf33
commit 37c75a8b18
20 changed files with 34 additions and 48 deletions

View File

@ -41,7 +41,6 @@ blending
default
{
type linear;
residualAlpha 1e-6;
maxFullyDispersedAlpha.air 0.3;
maxPartlyDispersedAlpha.air 0.5;
maxFullyDispersedAlpha.water 0.3;
@ -126,11 +125,13 @@ heatTransfer
(air in water)
{
type RanzMarshall;
residualAlpha 1e-6;
}
(water in air)
{
type RanzMarshall;
residualAlpha 1e-6;
}
);