Commit Graph

2143 Commits

Author SHA1 Message Date
00fbaf627a more updates... 2009-02-13 18:31:15 +00:00
a5b039b4ca updates 2009-02-13 17:28:21 +00:00
4b81f44378 more updates... 2009-02-13 17:03:05 +00:00
ef874be0b9 updates 2009-02-13 16:14:44 +00:00
ab4d2e0f3e updated 2009-02-13 15:20:28 +00:00
a3b50aff9f further tutorial updates 2009-02-13 14:17:08 +00:00
d21869b580 cosmetics 2009-02-13 14:13:51 +00:00
485d821477 updated basic 2009-02-12 19:07:02 +00:00
12fba38d87 restructuring to reflect solver hierarchy 2009-02-12 18:59:59 +00:00
b1f65a8254 new BC for compressible density 2009-02-12 18:34:17 +00:00
68965204f9 resolve conflict 2009-02-12 10:15:28 +00:00
2d8ec16d6c update 2009-02-12 10:11:57 +00:00
8741d3079f update 2009-02-12 10:11:57 +00:00
dfe1df4c61 new solver 2009-02-11 19:49:38 +00:00
a7f68e85ef restructuring 2009-02-11 18:49:54 +00:00
d12bf72ddc output min/max T as scalar 2009-02-11 18:39:34 +00:00
c39c135b64 general update + enabled absolute/specific option 2009-02-11 15:25:27 +00:00
33caf9f6a7 general update 2009-02-11 14:33:18 +00:00
ac084b840b Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-02-11 12:45:17 +00:00
3d126aca51 Merge commit 'OpenCFD/master' into olesenm 2009-02-11 10:37:22 +01:00
28872c4432 moved SHA1::Digest class to SHA1Digest to allow forward declarations 2009-02-11 10:34:45 +01:00
adfd825441 SHA1, dictionary improvements
- added class OSHA1stream for a stream-based calculation method
- dictionary gets digest() method
- dictionaryEntry tweak: avoid trailing space after dictionary keyword
2009-02-11 00:46:01 +01:00
9eaaff14c4 included subtract method 2009-02-10 18:38:01 +00:00
5235d41622 single operations only 2009-02-10 17:39:00 +00:00
5f82861d41 meshTools dependency on decomposition lib 2009-02-10 17:38:09 +00:00
f8c1396426 syntax changes 2009-02-10 17:37:40 +00:00
c3cf5fd7e5 separate mpi-dependent build files 2009-02-10 16:49:30 +00:00
7bc85824aa typos 2009-02-10 16:49:03 +00:00
e96264ad9e typo 2009-02-10 14:33:56 +00:00
c4ddbe1b59 improved error message 2009-02-10 14:33:43 +00:00
8e3b458231 added SHA1 class 2009-02-10 13:58:00 +01:00
03f950341f added output of geometric boundary type 2009-02-10 11:37:40 +00:00
096b9f3bc1 typo 2009-02-09 16:53:19 +00:00
b7e06b2c33 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-02-09 16:11:31 +00:00
f29b065ea7 cyclics handling 2009-02-09 15:58:41 +00:00
f4d1f6fa09 added dimEnergy 2009-02-09 13:19:39 +00:00
6a908364c2 added cylinderToCell and sphereToCell options 2009-02-09 11:59:31 +00:00
39f60a32a8 added dimEnergy 2009-02-09 11:58:58 +00:00
0034aca478 removed unused code 2009-02-09 10:03:35 +00:00
844211a940 Merge commit 'OpenCFD/master' into olesenm 2009-02-06 21:19:42 +01:00
69918f23c5 consistency update
- OSspecific: chmod() -> chMod(), even although it's not used anywhere

- ListOps get subset() and inplaceSubset() templated on BoolListType

- added UList<bool>::operator[](..) const specialization.
  Returns false (actually pTraits<bool>::zero) for out-of-range elements.
  This lets us use List<bool> with lazy evaluation and no noticeable
  change in performance.

- use rcIndex() and fcIndex() wherever possible.
  Could check if branching or modulus is faster for fcIndex().

- UList and FixedList get 'const T* cdata() const' and 'T* data()' members.
  Similar to the STL front() and std::string::data() methods, they return a
  pointer to the first element without needing to write '&myList[0]', recast
  begin() or violate const-ness.
2009-02-06 20:43:09 +01:00
9b0bebec00 making overwrite work 2009-02-06 15:12:24 +00:00
603364e1e3 Merge commit 'OpenCFD/master' into olesenm 2009-02-06 14:47:48 +01:00
285a04a56f Merge commit 'd7b321bf864eb8ac0b771c4a5d94121470d46f9f' into olesenm
Conflicts:
	src/OpenFOAM/db/Time/findInstance.C
2009-02-06 14:44:44 +01:00
510a35b852 distribution of triSurfaces 2009-02-06 13:12:05 +00:00
d7b321bf86 findInstance for directories 2009-02-06 13:11:30 +00:00
d3ec38f0aa Merge commit 'OpenCFD/master' into olesenm 2009-02-06 10:40:19 +01:00
ffd9bb08a8 OSspecific: altered file tests
- removed the previously added fileName type(), isDir(), isFile() methods.

- added optional bool parameter to isFile() function to explicitly
  enable/disable the check for gzip files.

- fixed minor bugginess where the default usage of isFile() would result in
  false positive matches.

- be slightly more stringent and use isDir() and isFile() instead of
  exists() function when we actually know the expected type.
2009-02-06 10:25:41 +01:00
fb29e08539 Merge commit 'bundle/home' into olesenm 2009-02-06 08:34:43 +01:00
8c3ef65485 misc. cosmetic changes 2009-02-06 00:43:57 +01:00