openfoam/tutorials/multiphase
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
..
bubbleFoam/bubbleColumn further tutorial updates 2009-02-13 14:17:08 +00:00
cavitatingFoam use while (runTime.loop() { .. } where possible in solvers 2009-02-18 08:57:10 +01:00
compressibleInterFoam further tutorial updates 2009-02-13 14:17:08 +00:00
interDyMFoam use while (runTime.loop() { .. } where possible in solvers 2009-02-18 08:57:10 +01:00
interFoam Bug fix for the change in directory structure. 2009-02-17 22:01:40 +00:00
multiphaseInterFoam more updates... 2009-02-13 18:31:15 +00:00
settlingFoam further tutorial updates 2009-02-13 14:17:08 +00:00
twoPhaseEulerFoam use while (runTime.loop() { .. } where possible in solvers 2009-02-18 08:57:10 +01:00