Commit Graph

8 Commits

Author SHA1 Message Date
287fd398e2 adding missed file from tutorial 2009-05-20 17:37:54 +01:00
69e2eefdb0 added new coalChemisryFoam tutorial 2009-05-20 17:30:21 +01:00
5ccff5ffca updated version in header to 1.5.x 2009-05-19 18:23:41 +01:00
30baccd509 adding reactingParcelFoam tutorial 2009-05-19 17:54:45 +01:00
4b60453cf1 use while (runTime.loop() { .. } where possible in solvers
- change system/controlDict to use functions {..} instead of functions (..);
  * This is internally more efficient
- fixed formatting of system/controlDict functions entry

- pedantic change: use 'return 0' instead of 'return(0)' in the applications,
  since return is a C/C++ keyword, not a function.
2009-02-18 08:57:10 +01:00
ab4d2e0f3e updated 2009-02-13 15:20:28 +00:00
a3b50aff9f further tutorial updates 2009-02-13 14:17:08 +00:00
12fba38d87 restructuring to reflect solver hierarchy 2009-02-12 18:59:59 +00:00