Commit Graph

3936 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
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
f9ddde87ea new noInteraction pair potential 2008-10-08 17:24:30 +01:00
c8098a13d1 Reading individual sites from moleculeProperties dictionary entries, finished. 2008-10-08 17:17:32 +01:00
12bec33d04 translation vector on cyclicPolyPatch; adapted createPatch 2008-10-08 11:42:23 +01:00
8a96347c9a Minor formatting 2008-10-07 20:17:14 +01:00
69ab38bc8f Reading individual sites from moleculeProperties dictionary entries, WIP. 2008-10-07 20:14:10 +01:00
0bbc8fd2c4 parallel checkMesh 2008-10-07 18:24:56 +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
4a6fc137c2 Merge branch 'master' into molecularDynamics 2008-10-07 10:26:03 +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
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
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
6437f3dbad UList cosmetic change 2008-10-06 09:09:30 +02:00
0f579e4073 wildcards in dictionaries 2008-10-02 17:28:33 +01:00
bac9f1e1b7 wildcards in dictionaries 2008-10-02 17:28:17 +01:00
c15ceeb6ed Merge branch 'master' of /home/hunt2/OpenFOAM/OpenFOAM-dev 2008-10-02 08:43:39 +01:00
ce88985738 have two hits 2008-10-02 08:42:21 +01:00
3a394556ef adding option to specify name of compressibility field - defaults to psi 2008-10-01 13:17:10 +01:00
cd7fe7c89d Merge branch 'master' of ssh://hunt/home/hunt2/OpenFOAM/OpenFOAM-dev 2008-10-01 12:17:37 +01:00
83d33e425a Merge branch 'master' of /home/hunt2/OpenFOAM/OpenFOAM-dev 2008-10-01 12:13:55 +01:00
911c461699 triSurface Nastran reader: bugfix and enhancement
- handle long format (GRID*), even when fields are not separated by spaces
  - added support for Hypermesh "$HMNAME COMP" extension
2008-10-01 12:20:42 +02:00
e6f81d2c20 consistency update - nu/muSgsWallFunction to nu/muSgsSpalartAllmarasWallFunction 2008-10-01 11:14:06 +01:00
736a04cf5f new regex wrapper requires wmakeLnInclude OSspecific/.. before making Pstream 2008-09-30 19:42:09 +02:00
2ee25f427c Merge commit 'OpenCFD/master' into olesenm 2008-09-30 19:16:07 +02:00
4c159d306f use -f option wherever wmakeLnInclude is explicitly called in Allwmake scripts 2008-09-30 19:08:00 +02:00
f8aa06d1f3 Merge branch 'master' of ssh://hunt/home/hunt2/OpenFOAM/OpenFOAM-dev 2008-09-30 17:38:03 +01:00
3ac92339f1 Changed the SquareMatrix construction from initial size and value and corrected usages of it. 2008-09-30 17:35:58 +01:00
d1f908df2c correcting y[] in updateCoeffs() 2008-09-30 16:55:44 +01:00
071b8ffe89 adding run-time selectable thermal wall function capability to compressible RAS models 2008-09-30 14:26:46 +01:00
2b163418bc Merge branch 'master' of ssh://hunt/~OpenFOAM/OpenFOAM-dev 2008-09-29 10:14:50 +01:00
5a9cfc954b == assignments for nut/mut 2008-09-29 10:14:41 +01:00
318b71e206 Made Matrix generic base-class for SquareMatrix and RectangularMatrix by introducing
the type it will become as a template argument.

Brought everything into line with this change.
2008-09-28 22:50:57 +01:00
7d56dcf45f Merge branch 'master' of /home/hunt2/OpenFOAM/OpenFOAM-dev 2008-09-28 19:27:13 +01:00