Commit Graph

98 Commits

Author SHA1 Message Date
4d870512a6 Merge branch 'master' of ssh://graham@hunt//home/noisy3/OpenFOAM/OpenFOAM-dev 2010-07-28 14:05:18 +01:00
d79237597e STYLE: Fixing code style requirements for all src. 2010-07-28 13:31:46 +01:00
9c5ecc1a90 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-07-27 18:11:37 +01:00
dd488c26c2 BUG: corrected path to setHotRoom util for heat transfer tuts 2010-07-27 18:11:25 +01:00
49a853116a STYLE: copyright and 80 char line fixes. 2010-07-27 15:45:43 +01:00
67136c25ee STYLE: Remove tabs. 2010-07-27 12:24:27 +01:00
3ef7831a1e STYLE: correct header format (as per ccfb6e32a6) 2010-06-24 09:04:39 +02:00
bfbab34491 Corrected merge conflicts from header changes. 2010-06-23 17:03:41 +01:00
6574570ba0 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
Conflicts:
	tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/constant/polyMesh/boundary
	tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/0/rho
	tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/polyMesh/boundary
	tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/topAir/RASProperties
	tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/topAir/thermophysicalProperties
	tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/topAir/turbulenceProperties
	tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/0/cp
	tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/0/rho
	tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/constant/polyMesh/boundary
	tutorials/incompressible/simpleFoam/windTurbineTerrain/0/include/fixedInlet
	tutorials/incompressible/simpleFoam/windTurbineTerrain/0/include/sideAndTopPatches
	tutorials/incompressible/simpleFoam/windTurbineTerrain/0/nut
	tutorials/incompressible/simpleFoam/windTurbineTerrain/0/p
	tutorials/incompressible/simpleFoam/windTurbineTerrain/constant/RASProperties
	tutorials/incompressible/simpleFoam/windTurbineTerrain/system/decomposeParDict
2010-06-23 16:56:45 +01:00
ccfb6e32a6 Corrected headers. 2010-06-23 16:54:54 +01:00
245e31adef Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-06-11 17:00:31 +01:00
8b46d0cc68 BUG: chtMultiRegionFoam : adapt for basicSolidThermo 2010-06-11 16:55:32 +01:00
4c3021ba61 ENH: chtMulti* : adapted to use solidBasicThermo 2010-06-11 16:38:22 +01:00
cf1fa7115f Tutorial updates -- incomplete.
These changes are pushed to avoid continuous merge conflicts caused by scripted
changes to all the tutorial files.
2010-06-10 13:01:14 +01:00
460faa33ed buoyantSimpleFoam buoyantCavity tutorial: Updated
Update not complete.
2010-06-10 12:59:34 +01:00
895a077cb1 STYLE: fixup some dictionary headers 2010-05-18 11:38:07 +02:00
361b153343 Final iteration information now available in mesh::data (used to be mesh::fvData)
Relaxation and solution parameters for the final iteration in PIMPLE loops are
now selected according to the value of the "finalIteration" entry in the
mesh::data dictionary.

rhoPimpleFoam significantly updates and now replaces rhoPisoFoam.
2010-05-25 18:45:25 +01:00
78e5ef9dbd ENH: specification of selection of cellZone in snappyHexMeshDict.
Now allows specification of inside point to help leaky surfaces.
2010-05-17 11:45:01 +01:00
d036af2921 Corrected multiRegionHeater tutorial. 2010-04-29 14:21:11 +01:00
a6d35185ad multiRegionHeater: chtMultiRegionSimpleFoam tutorial 2010-04-29 14:15:01 +01:00
68c7b16d5a ENH: Steady-state version of multiRegionHeater 2010-04-27 14:56:00 +01:00
defea5836e Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
Conflicts:
	src/OpenFOAM/containers/Lists/DynamicList/DynamicList.H
	src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSource.C
	src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSource.C
2010-04-13 11:07:19 +01:00
3fef72510e STYLE: use switch value for 'writeCompression' in controlDict's
- simpler/clearer to use "on/off" instead of "compressed/uncompressed"
2010-04-09 13:12:35 +02:00
5e8903726d ENH: explicitly include libraries that contain boundary conditions. 2010-04-08 21:05:14 +01:00
d29c438657 STYLE: use url for FSF license instead of postal address, switch to GPL v3 2010-03-29 14:07:56 +02:00
d01adb74e3 ENH: Added tet volume check to checkMesh and snappyHexMesh 2010-03-26 13:39:51 +00:00
6b6dd51a27 STYLE: more consistent shell style in tutorial run/clean scripts 2010-03-10 10:55:42 +01:00
c1e7fd9ef6 multiRegionHeater tutorial: Changed to generate the split-mesh and fields at time 0 rather th
an 0.001.
2010-02-18 16:16:37 +00:00
36346ec1a2 ENH: Do a weighted balance before refinement and layer addition.
Have weight=7 on cells to be refined and balance. Then after refinement
there will be perfect balancing. Similar for layer addition.
2010-02-03 06:18:30 +00:00
3295abef5c Correction of version in tutorial chtMultiRegionFoam 2010-01-28 12:48:52 +00:00
0b96ae5409 chtMultiRegionFoam files update 2010-01-28 12:28:18 +00:00
40710872fc chtMultiRegion tutorial modification 2010-01-28 11:10:31 +00:00
cb5f5cb71c chtMultiregion tutorial 2010-01-27 17:24:39 +00:00
011bbf46bc ENH: splitMeshRegions now fills in coupling information in directMapped patch.
- added directMapped*Patch constructors with uniform offset
- changed splitMeshRegions to use it
- adapted chtMultiRegionFoam tutorials
2010-01-27 13:24:06 +00:00
e5ef060734 Update to heat transfer tutorial case
- Re-setting initial T fields to unitialised values prior to running
  setFields utility
2010-01-11 13:07:32 +00:00
b877323a33 Added baffle option and corrected default setting
When faceZones are present one has to decide whether to have zone faces
only on the edge of cellZones or also freestanding.
The setting for minMedialAxisAngle was corrected since the calculation
has also been corrected.
2009-12-15 15:56:35 +00:00
960c192d25 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
Conflicts:
	applications/utilities/mesh/manipulation/transformPoints/transformPoints.C
2009-12-08 11:49:13 +00:00
3c6befa360 updated tutorial for wildcards in changeDictionaryDict 2009-12-07 17:03:32 +00:00
b83e69818b update some old dictionary headers - even found mention of Nabla! 2009-12-04 12:39:14 +01:00
4f08a18800 moved temperature coupled baffle into compressible 2009-10-06 14:48:31 +01:00
ebe5735d5b renamed b.c. 2009-09-15 18:37:48 +01:00
0408d571a0 renamed b.c. 2009-09-15 18:37:34 +01:00
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
248eb8b51e README for buoyantCavity tutorial case 2009-08-13 11:56:05 +01:00
920fa49e7e minor change to tutorial 2009-08-11 13:21:50 +01:00
511ceab01c adding buoyantCavity validation/test case 2009-08-11 12:36:43 +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