6dbb672b01
updating tutorial cases to use new nut/mut wall function names
2009-08-03 12:04:40 +01:00
2349fdaabe
updated version numbers to 1.6
2009-07-23 12:22:48 +01:00
b3d455de80
Removed turbulence model coefficients from the dictionaries to allow them to default.
2009-07-21 19:05:30 +01:00
6f48a922d0
Further corrections to tutorials following a complete Allrun.
2009-07-14 21:16:33 +01:00
caff5576b1
Reinstated "application" entry in controlDict.
...
Upgraded 1.4 cases to 1.5.
2009-07-09 13:23:55 +01:00
950c77117b
comment
2009-03-24 18:02:42 +00:00
fe55f58d46
new turbulence setup
2009-03-23 16:35:53 +00:00
507ad1e643
Merge commit 'OpenCFD/master' into olesenm
2009-02-25 10:50:26 +01:00
dee5fee4db
tutorial updates
2009-02-18 12:29:22 +00: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
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