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 18641f0649
commit 8ac20ef8dc
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;
}
);