Commit Graph

77 Commits

Author SHA1 Message Date
af3ca86e0d indentation; comments 2009-03-18 11:46:08 +00:00
a760a63411 outside orientation 2009-03-16 10:46:48 +00:00
b60fc2b971 extraneous include files 2009-03-16 10:46:21 +00:00
0128b2be68 UIndirectList 2009-03-12 19:25:21 +00:00
11d9c0f279 rename snappy parameter 2009-03-05 17:01:31 +00:00
aa7be71de3 problem cell deletion 2009-03-05 13:11:28 +00:00
4b623e594c wildcards in dictionary 2009-02-20 16:47:33 +00:00
0034aca478 removed unused code 2009-02-09 10:03:35 +00:00
510a35b852 distribution of triSurfaces 2009-02-06 13:12:05 +00:00
908e8fd36f allow hangling facezone faces 2009-01-28 13:55:41 +00:00
bdb532e0f3 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-01-27 20:25:19 +00:00
0bab1aa068 face surface data consistent with cell 2009-01-27 20:25:05 +00:00
326a2e501d face surface data consistent with cell 2009-01-27 20:19:07 +00:00
42c04b8505 Merge commit 'OpenCFD/master' into olesenm 2009-01-23 12:51:45 +01:00
41c1239a74 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-01-23 08:59:39 +00:00
45bfb91afb thisDb to get at objectRegistry 2009-01-23 08:46:54 +00:00
6d57bb4e7b added PackedBoolList typedef (used everywhere) and improved PackedList
- new members:  capacity(), two-argument resize()/setSize(), const storage()
- new static members: max_value(), packing(), etc.
2009-01-21 11:30:10 +01:00
f69806b9d2 optional perpendicular reading 2009-01-14 12:24:27 +00:00
95dcb6ded7 Simplify checking of container (List/HashTable, strings) sizes
- can use 'XX.empty()' instead of 'XX.size() == 0', 'XX.size() < 1' or
  'XX.size() <= 0' or for simpler coding.
  It also has the same number of characters as '!XX.size()' and /might/ be
  more readable

- many size checking had 'XX.size() > 0', 'XX.size() != 0', or 'XX.size() >= 1'
  when a simple 'XX.size()' suffices
2009-01-10 20:28:06 +01:00
c5b38a7232 update copyrights for 2009 2008-12-31 19:01:56 +01:00
cdd2266467 Merge commit 'OpenCFD/master' into olesenm
Conflicts:

	src/OpenFOAM/db/IOstreams/Pstreams/IPstream.C
	src/OpenFOAM/db/IOstreams/Pstreams/OPstream.C
2009-01-07 09:39:17 +01:00
421a14488e problem cell removal 2009-01-06 20:54:08 +00:00
28b200bcd9 update copyrights for 2009 2008-12-31 19:01:56 +01:00
dcc82bf77b boundingBox has mag() and span() methods - use them 2008-12-31 17:58:23 +01:00
1d450fbe11 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2008-12-30 22:00:52 +00:00
57af4614ca small porting warnings 2008-12-29 13:20:04 +00:00
c65a40d57d don't need shrink before List::transfer(DynamicList&) anymore 2008-12-12 14:20:56 +01:00
e9d5f929bc synchronisation of zones 2008-12-11 15:50:50 +00:00
d6b247a3b1 added static data boundBox::greatBox and boundBox::invertedBox
- boundBox::invertedBox is useful for initializing our own calculations
- NOTE treeBoundBox::greatBox is still in place, since it uses GREAT
  instead of VGREAT. If this is only historical, we can drop it.
2008-11-22 11:15:20 +01:00
4b90cc4c11 extending zoned faces after zonifying cells 2008-10-29 12:57:03 +00:00
8c950850ba proper parallellisation of patch smoothing 2008-10-29 12:56:25 +00:00
105f09b69f meshPhi writing 2008-10-23 12:53:04 +01:00
f294ca468c initialisation of normal 2008-10-22 16:18:57 +01:00
805b45e88a dumping redistributed surfaces 2008-10-21 21:38:43 +01:00
99e8bf7516 volPointInterpolation, pointMesh now MeshObject 2008-10-21 15:02:04 +01:00
0c00070155 disabling incorrect debug code 2008-10-16 12:32:13 +01:00
242e53ed6e distributed regions 2008-10-16 12:31:59 +01:00
cd41c7d07d allowing wildcards 2008-10-13 09:34:29 +01:00
ce88985738 have two hits 2008-10-02 08:42:21 +01:00
9473b70895 snap to nearest 2008-09-25 12:00:20 +01:00
bdec40f49b on-the-fly addressing 2008-09-25 09:43:38 +01:00
00e865c8d5 distributed surfaces 2008-09-15 12:17:19 +01:00
5726847dda moved oriented surface out of refinementSurfaces 2008-09-03 10:59:50 +01:00
3ab793b050 additional test for repatching 2008-08-19 13:53:26 +01:00
d136bf4e81 passing motionDict; geometric test on problem cells 2008-08-19 13:52:44 +01:00
99daecd39e repatching after snapping 2008-08-19 13:52:14 +01:00
7fd0b8d9f8 passing motionDict; geometric test on problem cells 2008-08-19 13:51:52 +01:00
64bc136106 overflow bug 2008-08-14 09:25:57 +01:00
38870e3256 no curvature refinement if no different maxLevel 2008-08-08 11:01:07 +01:00
57949f8e82 status was not cleared 2008-08-01 17:56:48 +01:00