Commit Graph

1403 Commits

Author SHA1 Message Date
c713c814e3 make output compatible with dictionary entries 2008-10-10 12:34:16 +01:00
8207cf0e47 more consistent behaviour for DynamicList::setSize()
- in most places this can now be used instead of label& List<T>::size(),
   and should also be much safer
2008-10-10 13:30:54 +02:00
8d63073b08 Add protected member List::size(const label) and removed some of the old
usage of the public 'label& List::size()'.

IMO this method is much too dangerous to leave public - the different
signature is needed to avoid confusing the compiler.
2008-10-10 10:20:18 +02:00
a82aa515b5 docu cosmetics 2008-10-10 10:34:56 +02:00
8c23f5423c add xfer constructors to cell/face/point Zone and (Static)HashTable 2008-10-10 10:22:08 +02:00
56702ea99d xfer class improvements
- Allow xfer to assume control of a pointer
  - Added xferCopy macro
  - Doxygen
2008-10-10 10:11:57 +02:00
26450bdc7e modified xfer class make transfer optional 2008-10-09 16:37:09 +02:00
4caaeaef14 added test/xfer with lists 2008-10-09 16:15:38 +02:00
7a77e7ad3e Merge commit 'OpenCFD/master' into olesenm 2008-10-09 16:13:41 +02:00
a60a620b80 updated xfer class 2008-10-09 16:12:55 +02:00
b4263cca93 Added more aggressive limiting of the quadratic correction. 2008-10-09 14:19:24 +01:00
f86db703c3 Merge branch 'master' of ssh://hunt/home/hunt2/OpenFOAM/OpenFOAM-dev 2008-10-09 14:18:23 +01:00
45422cda59 Changed the access to derived properties to ensure the old-time level values are stored if required. 2008-10-09 11:23:05 +01:00
7b5f45b459 ListLoop.s deleted 2008-10-09 11:21:16 +02:00
d6bad4c556 new dictionary feature 2008-10-09 09:45:31 +01:00
12bec33d04 translation vector on cyclicPolyPatch; adapted createPatch 2008-10-08 11:42:23 +01:00
3feae1f3f6 extraneous copy 2008-10-08 11:41:38 +01:00
9891d37172 parallel postChannel 2008-10-08 07:55:07 +01:00
ab5c014a69 tweaked tutorial run scripts, avoid some bashisms 2008-10-08 08:39:16 +02:00
0bbc8fd2c4 parallel checkMesh 2008-10-07 18:24:56 +01:00
69c567167d intel compiler messages 2008-10-07 18:02:50 +01:00
e70ba80286 Merge branch 'master' of /home/hunt2/OpenFOAM/OpenFOAM-dev 2008-10-07 13:10:21 +01:00
3c69749b47 intel compiler from Ayad 2008-10-07 13:10:16 +01:00
81f08283f4 Added momentum equation relaxation to allow forcing diagonal-dominance. 2008-10-07 10:07:43 +01:00
e9e2c1036f Merge branch 'master' of ssh://hunt/home/hunt2/OpenFOAM/OpenFOAM-dev 2008-10-07 08:29:51 +01:00
ea2b087db9 Upgraded to the new improved SVD weighting. 2008-10-07 08:28:55 +01:00
28696e51ab Use LIB_SRC instead of FOAM_SRC in Make/options files 2008-10-07 09:18:18 +02:00
b1360b7671 etc/settings.{csh,sh} - streamline
- avoid mkdir except for a few directories
  - grouped settings and added comments
  - minor bugfix: $FOAM_INST_DIR/linux64/bin was in path (pre OpenFOAM-1.5)
  - local (non-exported) variables in lowercase
2008-10-06 17:38:29 +02:00
7895a413a7 Merge commit 'OpenCFD/master' into olesenm 2008-10-06 16:45:47 +02:00
de2ac5afd2 new systemCall function object, and added -lsampling to options files 2008-10-06 15:25:57 +01:00
6943d2fb6f mark changes 2008-10-06 14:42:32 +01:00
a819078614 multi-dir path handling 2008-10-06 14:42:22 +01:00
2bc4f64450 multi-dir path handling 2008-10-06 14:41:49 +01:00
34b727e098 addLib for multidir paths 2008-10-06 14:32:17 +01:00
dbd773a8aa using default comms type 2008-10-06 11:28:55 +01:00
aea5c0876f intel compiler warning 2008-10-06 11:14:50 +01:00
eb73c6925b Added xfer<T> constructors for the various list-types 2008-10-06 11:08:53 +02:00
27fce4fa4e added draft of xfer<T> class
- A simple container for objects of type \<T\> that can be used for
    transferring the contents rather than copying them.
  - The wrapped object of type \<T\> must implement a transfer() method.
2008-10-06 11:06:44 +02:00
1da63f2237 update to gmp-4.2.4 2008-10-06 10:33:33 +02:00
9f107b6a01 settings.sh - bugfix
- let _foamAddPath and _foamAddLib handle ':'-separated variables
    This unfortunately gets the order backwards, but at least doesn't
    try making really stupid directory names

  TODO:
  - settings.csh still has the same bug
  - perhaps _foamAddExistingLib function (or with a switch) to avoid the mkdir
2008-10-06 10:05:02 +02:00
6437f3dbad UList cosmetic change 2008-10-06 09:09:30 +02:00
24c6a08542 Merge commit 'OpenCFD/master' into olesenm 2008-10-06 09:06:43 +02:00
94b633ea84 Merge branch 'master' of /home/hunt2/OpenFOAM/OpenFOAM-dev 2008-10-03 10:58:59 +01:00
0f579e4073 wildcards in dictionaries 2008-10-02 17:28:33 +01:00
480a3c6ea2 wildcards in dictionaries 2008-10-02 17:28:33 +01:00
bac9f1e1b7 wildcards in dictionaries 2008-10-02 17:28:17 +01:00
1b33f69e79 new option for normal running 2008-10-02 13:23:13 +01:00
905b6ebfb2 wmakeScheduler: prefix non-coloured output with hostname; cosmetic changes 2008-10-02 12:20:08 +02:00
c15ceeb6ed Merge branch 'master' of /home/hunt2/OpenFOAM/OpenFOAM-dev 2008-10-02 08:43:39 +01:00
ce41e4596d sample consistent with tutorial 2008-10-02 08:43:32 +01:00