ENH: correcting new thermo type for reactingParcelFoam tutorials.

Correcting thermoSingleLayer.C mask field alpha to avoid heat sources where there is no film.
Tunning fvSolution for alpha for twoPhasePachuka tutorial
This commit is contained in:
sergio
2017-09-22 16:45:45 -07:00
parent b55ab4b0c3
commit 823ba60cae
13 changed files with 17 additions and 18 deletions

View File

@ -24,7 +24,7 @@ solvers
cAlpha 1;
MULESCorr yes;
nLimiterIter 2;
nLimiterIter 10;
solver smoothSolver;
smoother symGaussSeidel;
@ -45,7 +45,7 @@ solvers
{
solver PCG;
preconditioner DIC;
tolerance 1e-07;
tolerance 1e-08;
relTol 0.05;
}