Commit Graph

1962 Commits

Author SHA1 Message Date
3adf0f5c8e minor cleanup for reverted string changes (commit 4f5f66e759)
- put back debug switch (even although it is never used)
- remove stringsGlobals.C, since it is now never used
2009-01-16 12:27:03 +01:00
be9051d375 Merge commit 'OpenCFD/master' into HEAD 2009-01-16 12:26:11 +01:00
b6b5eb17d7 dimensionedType gets plain lookupOrDefault() static method 2009-01-16 12:17:02 +01:00
246d569c4d consistency update for null pointers
- uniform use of reinterpret_cast<foo*>(0) instead of
  reinterpret_cast<foo*>(NULL)

- make all static null() members inline since they are really only a cast:
      "*reinterpret_cast<foo*>(0)"
2009-01-16 10:15:49 +01:00
4395170915 Put back
static const char* const typeName;
        static int debug;

which had disappeared.
2009-01-15 16:57:01 +00:00
bd04dc7b59 Some stuff 2009-01-15 16:45:44 +00:00
851a5f1c81 Many corrections and improvements. 2009-01-15 16:41:31 +00:00
4f5f66e759 Reverted change concerning the location of the construction of the "null" strings.
Changed dotFoam function to use null-constructed strings rather that the "null" strings.
2009-01-15 16:41:08 +00:00
a2b24d07a8 draft for having a resizing granularity in DynamicList
- nice idea, but need to convince compiler that division by zero doesn't occur
2009-01-15 10:03:23 +01:00
81184573c8 added regExp::empty() method 2009-01-14 14:45:25 +01:00
f679bd5003 Merge commit 'OpenCFD/master' into olesenm 2009-01-14 14:32:01 +01:00
dde4ca5bf7 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-01-14 12:36:22 +00:00
782bd24fb1 unsynchronised looping 2009-01-14 12:24:42 +00:00
f69806b9d2 optional perpendicular reading 2009-01-14 12:24:27 +00:00
9a1d3aec1d debug printing 2009-01-14 12:24:09 +00:00
03c7baf787 adding kinematic->dynamic pressure function object 2009-01-14 11:58:03 +00:00
ee416e8105 promoting MESA paths to top level 2009-01-14 11:57:05 +00:00
e16a7676cb minor updates + removed old FoamX cfg option 2009-01-14 10:21:59 +00:00
e059870ad2 typo 2009-01-14 10:21:16 +00:00
9bce583063 SortableList, sortedOrder - micro-optimization 2009-01-14 10:15:01 +01:00
1bd5737782 remove spurious references to INTERFOAM 2009-01-13 18:44:27 +00:00
45bf07beaa Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-01-13 18:05:03 +00:00
4cc5ec39ea applying update from Graham 2009-01-13 18:03:18 +00:00
95010f7b47 minor typo 2009-01-13 17:45:05 +00:00
8152f4f8d1 Removing two older solvers. 2009-01-13 17:44:42 +00:00
be789cf9a3 consistency update 2009-01-13 17:39:00 +00:00
654f844386 moved field-related function objects to field subfolder 2009-01-13 17:29:54 +00:00
44eeb27b52 Dealing with molecules that do not have all 3 diagonal components of the principal axis inertia tensor, i.e. point masses (mono-atomics) and linear molecules (diatomics and CO2 for example). 2009-01-13 16:50:11 +00:00
fe1f5ebec0 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-01-13 16:35:50 +00:00
bc3600f528 const reference to thermo 2009-01-13 16:35:45 +00:00
34c3702f1e Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-01-13 15:51:09 +00:00
4b8e8e3ecb adding basic add functionality 2009-01-13 15:50:01 +00:00
c1a32fa8f1 made gradient dimensioned 2009-01-13 15:47:57 +00:00
30964be5c2 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-01-13 12:14:43 +00:00
fa8f316ecc Adding pressure measurement via r dot f and temperature measurement and control including rotational energy. Adding random orientation on initialisation. Modifying constantProperties construction to detect point masses. Tidy up hitWallPatch function to remove commented out stochastic wall code. 2009-01-12 17:35:57 +00:00
b8c8c685bc -latestTime fix 2009-01-12 16:39:39 +00:00
b74f109639 wildcards in selection 2009-01-12 16:39:20 +00:00
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