twoPhaseEulerFoam fluidisedBed tutorials: increase residualAlpha for phase heat transfer

to improve stability of the thermal system
This commit is contained in:
Henry 2015-05-09 23:46:28 +01:00
parent bfb726aba3
commit ca07af4e64
2 changed files with 2 additions and 2 deletions

View file

@ -78,7 +78,7 @@ heatTransfer
(particles in air)
{
type RanzMarshall;
residualAlpha 1e-4;
residualAlpha 1e-3;
}
);

View file

@ -83,7 +83,7 @@ heatTransfer
(particles in air)
{
type RanzMarshall;
residualAlpha 1e-4;
residualAlpha 1e-3;
}
);