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) (particles in air)
{ {
type RanzMarshall; type RanzMarshall;
residualAlpha 1e-4; residualAlpha 1e-3;
} }
); );

View File

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