openfoam/tutorials
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
..
basic use while (runTime.loop() { .. } where possible in solvers 2009-02-18 08:57:10 +01:00
combustion use while (runTime.loop() { .. } where possible in solvers 2009-02-18 08:57:10 +01:00
compressible use while (runTime.loop() { .. } where possible in solvers 2009-02-18 08:57:10 +01:00
DNS/dnsFoam/boxTurb16 further tutorial updates 2009-02-13 14:17:08 +00:00
electromagnetics further tutorial updates 2009-02-13 14:17:08 +00:00
financial/financialFoam/europeanCall further tutorial updates 2009-02-13 14:17:08 +00:00
heatTransfer use while (runTime.loop() { .. } where possible in solvers 2009-02-18 08:57:10 +01:00
incompressible use while (runTime.loop() { .. } where possible in solvers 2009-02-18 08:57:10 +01:00
Lagrangian/rhoPisoTwinParcelFoam use while (runTime.loop() { .. } where possible in solvers 2009-02-18 08:57:10 +01:00
mesh/snappyHexMesh further tutorial updates 2009-02-13 14:17:08 +00:00
molecularDynamics further tutorial updates 2009-02-13 14:17:08 +00:00
multiphase use while (runTime.loop() { .. } where possible in solvers 2009-02-18 08:57:10 +01:00
stressAnalysis further tutorial updates 2009-02-13 14:17:08 +00:00
Allclean update copyrights for 2009 2008-12-31 19:01:56 +01:00
Allrun update copyrights for 2009 2008-12-31 19:01:56 +01:00
Alltest update copyrights for 2009 2008-12-31 19:01:56 +01:00