openfoam/tutorials/incompressible
Mark Olesen 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
..
boundaryFoam updates 2009-02-13 16:14:44 +00:00
channelFoam/channel395 use while (runTime.loop() { .. } where possible in solvers 2009-02-18 08:57:10 +01:00
icoFoam updates 2009-02-13 16:14:44 +00:00
MRFSimpleFoam use while (runTime.loop() { .. } where possible in solvers 2009-02-18 08:57:10 +01:00
nonNewtonianIcoFoam/offsetCylinder further tutorial updates 2009-02-13 14:17:08 +00:00
pimpleDyMFoam/movingCone more updates... 2009-02-13 17:03:05 +00:00
pimpleFoam/t-junction use while (runTime.loop() { .. } where possible in solvers 2009-02-18 08:57:10 +01:00
pisoFoam use while (runTime.loop() { .. } where possible in solvers 2009-02-18 08:57:10 +01:00
shallowWaterFoam/squareBump Added shallowWaterFoam solver and tutorial case. 2009-02-17 17:07:09 +00:00
simpleFoam housekeeping 2009-02-16 11:32:34 +00:00
simpleSRFFoam use while (runTime.loop() { .. } where possible in solvers 2009-02-18 08:57:10 +01:00