Commit Graph

25 Commits

Author SHA1 Message Date
791b5aaeaa replacing isType with isA to enable directMappedWall to work 2009-09-15 17:51:59 +01:00
bcb1fc5ea8 Removed spurious "compressible::". 2009-08-18 22:03:34 +01:00
8bad166975 updated version number dev->1.6 2009-08-03 16:38:20 +01:00
ecb8d29b83 Merge commit 'OpenCFD/master' into olesenm 2009-08-03 16:20:24 +02:00
6dbb672b01 updating tutorial cases to use new nut/mut wall function names 2009-08-03 12:04:40 +01:00
d749aac04d adjust tutorial fvSolution to use regular expressions and $variable 2009-08-01 14:51:59 +02: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
9f46545159 Get the application from the controlDict where necessary. 2009-07-09 17:44:50 +01:00
caff5576b1 Reinstated "application" entry in controlDict.
Upgraded 1.4 cases to 1.5.
2009-07-09 13:23:55 +01:00
cd3b5808df Corrected class. 2009-07-08 22:45:05 +01:00
d76820dc57 Changed g from being read from environmentalProperties to being read directly as a
uniformDimensionedVectorField.
2009-07-08 17:09:51 +01:00
4439183d96 Corrected handling of the wall BCs of p for buoyant flows. 2009-07-07 22:56:02 +01:00
ac02c60442 Changed Boussinesq solvers to use p rather than pd and added hotRoom tutorial cases for them. 2009-06-26 17:19:09 +01:00
9418392975 Changed by setFields. 2009-06-23 12:12:39 +01:00
3393036e8f rhoPisoFoam tutorial update 2009-06-18 15:56:51 +01:00
4465d20ac6 Changed pd -> p. 2009-06-11 22:48:05 +01:00
2c31daa167 allow mut to be generated 2009-04-23 15:02:44 +01:00
c0f131eab5 added scoping 2009-04-23 14:54:04 +01:00
4f1f94ad83 update tutorial
modified:   ../../../compressible/rhoPisoFoam/ras/cavity/constant/polyMesh/boundary
	modified:   ../../buoyantPisoFoam/hotRoom/constant/polyMesh/boundary
	modified:   ../../buoyantPisoFoam/hotRoom/system/controlDict
	modified:   ../../buoyantPisoFoam/hotRoom/system/fvSchemes
	deleted:    ../../buoyantPisoFoam/hotRoom/0/mut
	modified:   constant/polyMesh/boundary
	deleted:    ../../buoyantSimpleRadiationFoam/hotRadiationRoom/0/mut
	deleted:    ../../chtMultiRegionFoam/multiRegionHeater/0/mut
2009-04-17 12:35:47 +01:00
507ad1e643 Merge commit 'OpenCFD/master' into olesenm 2009-02-25 10:50:26 +01:00
181f252245 updates 2009-02-18 18:05:54 +00: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
c799fb0014 renamed to be consistent with new solver naming convention 2009-02-17 12:27:38 +00:00