openfoam/applications/utilities/preProcessing
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
..
applyBoundaryLayer use while (runTime.loop() { .. } where possible in solvers 2009-02-18 08:57:10 +01:00
applyWallFunctionBounaryConditions updaing to include compressible case 2008-09-23 15:13:53 +01:00
boxTurb use while (runTime.loop() { .. } where possible in solvers 2009-02-18 08:57:10 +01:00
changeDictionary update copyrights for 2009 2008-12-31 19:01:56 +01:00
engineSwirl use while (runTime.loop() { .. } where possible in solvers 2009-02-18 08:57:10 +01:00
foamUpgradeFvSolution update copyrights for 2009 2008-12-31 19:01:56 +01:00
mapFields Simplify checking of container (List/HashTable, strings) sizes 2009-01-10 20:28:06 +01:00
mdInitialise Merge commit 'OpenCFD/master' into olesenm 2009-01-14 14:32:01 +01:00
setFields update copyrights for 2009 2008-12-31 19:01:56 +01:00