ENH: new basicSolidThermo, solid -> pointSolid and solidMixture ->

pointSolidMixture. chtMultiRegion tutorials and solvers
This commit is contained in:
sergio
2010-12-08 16:20:43 +00:00
parent fbcda2af93
commit 262e6be2f8
130 changed files with 9045 additions and 1000 deletions

View File

@ -18,6 +18,8 @@ if (finalIter)
Info<< "Min/max T:" << min(T) << ' ' << max(T) << endl;
}
thermo.correct();
if (finalIter)
{
mesh.data::remove("finalIteration");