Commit Graph

2075 Commits

Author SHA1 Message Date
c5bb3f5d1d fixed bashrc mistake 2009-01-12 13:43:22 +01:00
e934450b03 partial revert for b85c9a7487
- HashTableName + StaticHashTableName continue to use debug switch
  regardless of FULLDEBUG setting
2009-01-12 12:42:10 +01:00
d7f99e3db6 cosmetics 2009-01-12 08:47:25 +01:00
9d9aea380a Merge commit 'OpenCFD/master' into olesenm 2009-01-12 08:45:15 +01:00
1d27233343 className.H - remove old macro versions (were surrounded by #if 0 ... #endif) 2009-01-12 08:41:43 +01:00
c2ac216eaf HashTable::erase from list of keys or the keys from another HashTable
- the parameter HashTable can hold arbitrary data .. just the type of keys
  needs to match
2009-01-11 20:01:53 +01:00
a53b47355a rename Foam::size() -> Foam::fileSize() for carity 2009-01-11 16:44:11 +01:00
179ef86b26 JobInfo : reduced some variables, perhaps detect bad $FOAM_JOB_DIR 2009-01-11 01:38:57 +01:00
c826865f92 using .xfer() method instead of xferMoveTo<...> in a few places 2009-01-11 00:35:40 +01: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
16aaf5b54e autoPtr gets "empty()" method that can be used instead of "! ...valid()" 2009-01-10 10:38:53 +01:00
5ba68da75b wmake script cosmetics 2009-01-10 08:25:31 +01:00
7f9f091f42 Removing size specification for OPstream and IPstream for neighbour face centre and area exchanges, as per email from Mattijs re buffer alignment. 2009-01-09 17:37:25 +00:00
e16553c68b Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-01-09 16:33:01 +00:00
496747d207 adding file missed during commit 5160b81e74 2009-01-09 16:28:21 +00:00
67ee945ad3 updating to new turbulence framework and injection specifications 2009-01-09 16:26:55 +00:00
5160b81e74 restructuring so that injection is handled by injection model and not cloud 2009-01-09 16:25:17 +00:00
b85c9a7487 avoided some unneeded conversions of string::npos, minor cleanup of className
- string doesn't use any debug info, remove it
- restructured the macros to add in NoDebug macro versions to className,
  typeInfo.  Might be helpful with tackling the globals bootstrapping issue.
- HashTableName + StaticHashTableName - avoid lookup of debug switch when
  FULLDEBUG is not defined
2009-01-09 15:15:21 +01:00
f0341171ff renamed 'empty' class to 'nil', added missing empty() member to some containers 2009-01-09 13:10:10 +01:00
89a261ac0c resolve merge conflict in header file descriptions 2009-01-09 11:25:40 +00:00
036a1cd504 output FOAMbuild info in argList, but only emit FOAMversion in writeBanner 2009-01-09 11:28:08 +01:00
e6bfb2687d Merge commit 'OpenCFD/master' into olesenm 2009-01-09 10:01:37 +01:00
413f3fd903 Pstream::master fixed, see
http://openfoam.cfd-online.com/cgi-bin/forum/show.cgi?126/10427
2009-01-09 08:46:26 +00:00
990a9e7f57 added HashTable::erase(const HashTable&) method 2009-01-09 09:35:53 +01:00
92c88521c4 bugfix Pstream::master used as a bool 2009-01-09 09:32:33 +01:00
0061e9ed03 added Foam::FOAMbuild to Foam::FOAMversion
- avoids problems with finding files based on FOAMversion
  (reported by Mattijs)
2009-01-09 09:11:50 +01:00
f0f7ea9539 Merge commit 'OpenCFD/master' into olesenm 2009-01-09 08:21:48 +01:00
7f8e6e6077 etc/bashrc tweak to cleanse env vars, even from a different WM_PROJECT_INST_DIR
- Problem: changing between OpenFOAM versions with different
  WM_PROJECT_INST_DIR paths would leave the old paths in the env vars.

- TODO: etc/cshrc is rougned out, but needs work on the corresponding
  if-statement
2009-01-08 22:34:54 +01:00
3c2e85bac9 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-01-08 20:19:11 +00:00
fcdcf55610 Added support for "pFinal". 2009-01-08 20:05:46 +00:00
e255f36114 Merge commit 'bundle/olesenm' into home 2009-01-08 20:29:17 +01:00
59261a9556 hash overflow 2009-01-08 18:13:52 +00:00
f4093656d9 added unsigned label uLabel 2009-01-08 18:13:43 +00:00
ef42bea66f added region 2009-01-08 18:13:04 +00:00
50bd904e0a corrected typo in comment 2009-01-08 17:08:19 +00:00
7ae9a0d0d9 added tiny applications/test/foamVersion/foamVersionString.C 2009-01-08 14:48:48 +01:00
de70ab343c Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-01-08 13:40:30 +00:00
822b516852 csh syntax 2009-01-08 13:40:00 +00:00
5a8072e9f1 added clean restart option - defaults to false to recapture original behaviour 2009-01-08 12:54:10 +00:00
1cd18ce0b5 added wmakeLnIncludeAll - can be quite useful after a wcleanLnIncludeAll 2009-01-07 21:06:08 +01:00
98f01a33dd Debug message remove. Info message tweaked. 2009-01-07 16:36:03 +00:00
d61af129f1 Finished lattice generation and molecule creation. Functions added to set the sizes of the sitePositions_ and siteForces_ members after construction from disk. 2009-01-07 15:33:16 +00:00
e5205c8676 minor docu change 2009-01-07 10:52:31 +01:00
eb2e37b296 SiCortex port 2009-01-06 21:41:20 +00:00
bbed85ab94 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-01-06 20:54:19 +00:00
421a14488e problem cell removal 2009-01-06 20:54:08 +00:00
8827ef2bd7 sicortex unaligned access 2009-01-06 19:40:26 +00:00
30b62fb3c1 duplicate elements in zones 2009-01-06 19:39:55 +00:00
7db79b0439 wrong application 2009-01-06 18:33:38 +00:00
23e1c04cca Making potential energy limit absolute value. Created all lattice generation variables. 2009-01-06 17:38:48 +00:00