mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
twoPhaseEulerFoam fluidisedBed tutorials: increase residualAlpha for phase heat transfer
to improve stability of the thermal system
This commit is contained in:
@ -78,7 +78,7 @@ heatTransfer
|
|||||||
(particles in air)
|
(particles in air)
|
||||||
{
|
{
|
||||||
type RanzMarshall;
|
type RanzMarshall;
|
||||||
residualAlpha 1e-4;
|
residualAlpha 1e-3;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@ -83,7 +83,7 @@ heatTransfer
|
|||||||
(particles in air)
|
(particles in air)
|
||||||
{
|
{
|
||||||
type RanzMarshall;
|
type RanzMarshall;
|
||||||
residualAlpha 1e-4;
|
residualAlpha 1e-3;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user