Tutorial Updates

This commit is contained in:
sergio
2011-04-21 10:00:53 +01:00
parent a67f9d70e4
commit a038c90f21
28 changed files with 56 additions and 33 deletions

View File

@ -76,8 +76,8 @@ ignitionSites
location (0.005 -0.02 0);
diameter 0.003;
start 0;
duration 0.05;
strength 20;
duration 0.1;
strength 100;
}
);

View File

@ -23,13 +23,13 @@ startTime 0;
stopAt endTime;
endTime 0.5;
endTime 3.0;//0.5;
deltaT 5e-06;
writeControl adjustableRunTime;
writeInterval 0.01;
writeInterval 0.1;
purgeWrite 0;

View File

@ -36,7 +36,7 @@ solvers
{
solver PBiCG;
preconditioner DILU;
tolerance 1e-05;
tolerance 1e-06;
relTol 0.1;
}