tutorials/combustion/reactingFoam/ras/counterFlowFlame2D: Improved

solver selection
This commit is contained in:
Henry
2013-09-26 22:41:44 +01:00
parent 5d7f39b60a
commit 3004606a5a

View File

@ -17,19 +17,9 @@ FoamFile
solvers
{
rho
"rho.*"
{
solver PCG;
preconditioner DIC;
tolerance 1e-06;
relTol 0.1;
}
rhoFinal
{
$rho;
tolerance 1e-06;
relTol 0;
solver diagonal;
}
p
@ -51,15 +41,13 @@ solvers
{
solver PBiCG;
preconditioner DILU;
tolerance 1e-06;
tolerance 1e-6;
relTol 0.1;
}
"(U|h|k|epsilon)Final"
{
solver PBiCG;
preconditioner DILU;
tolerance 1e-06;
$U;
relTol 0;
}