Commit Graph

3625 Commits

Author SHA1 Message Date
henry
fcd8fa9c77 Minor clarification of Qt version. 2009-07-27 13:15:41 +01:00
Chris Greenshields
f9809900cf Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-07-27 12:38:32 +01:00
Chris Greenshields
2d1fd0444b Updated ParaView information in README 2009-07-27 12:38:05 +01:00
henry
e2a74e59d9 Corrected gcc version test.
Removed network tests.
2009-07-27 12:32:20 +01:00
Mark Olesen
04fabaade0 Merge commit 'OpenCFD/master' into olesenm 2009-07-27 12:24:58 +02:00
henry
0ce7570777 Two new BCs. 2009-07-27 11:03:30 +01:00
henry
3e1f753522 Restructured. 2009-07-27 10:36:46 +01:00
Mark Olesen
3e39ba2dda Merge commit 'OpenCFD/master' into olesenm 2009-07-27 09:27:20 +02:00
henry
a034711c39 Additions. 2009-07-27 07:52:54 +01:00
henry
5ab9eca915 Changed to compile single-precision. 2009-07-27 07:52:38 +01:00
henry
5297267a5f Use new patch-based wall-functions. 2009-07-27 07:52:14 +01:00
Mark Olesen
7fd14818e9 drop 'set -x' from top-level Allwmake - it's in the subordinate ones anyhow
- also gives better isolation between scripts
2009-07-27 08:46:43 +02:00
Mark Olesen
655608678e Merge commit 'OpenCFD/master' into olesenm 2009-07-27 08:31:06 +02:00
Mark Olesen
4ebca29890 argList: avoid relative cases ending in '..' - makes for very ugly names
- this stop problems caused by a "-case .." specification

  Previously  args.globalCaseName() + ".Ext"  resulted in silly names
  eg, "...png", or "surface-...stl"
2009-07-26 13:04:03 +02:00
Mark Olesen
35986a3972 implement fileName::clean() method
* remove repeated slashes
      /abc////def        -->   /abc/def

* remove '/./'
      /abc/def/./ghi/.   -->   /abc/def/./ghi
      abc/def/./         -->   abc/def

* remove '/../'
      /abc/def/../ghi/jkl/nmo/..   -->   /abc/ghi/jkl
      abc/../def/ghi/../jkl        -->   abc/../def/jkl

* remove trailing '/'
2009-07-25 20:40:52 +02:00
Mark Olesen
f8d87e2ab4 first implementation of filename clean method
- test as independent application first
2009-07-25 20:32:29 +02:00
Mark Olesen
91157af10c All ThirdParty build-related stuff moved there. 2009-07-24 23:10:15 +02:00
andy
4d788e0c17 updates to copyright dates 2009-07-24 18:09:27 +01:00
andy
75d5ebea52 typos: epsilon->omega 2009-07-24 18:03:10 +01:00
andy
930477f0f1 updating verion dev->1.6 2009-07-24 17:49:15 +01:00
andy
90b50529ae Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-07-24 17:41:23 +01:00
andy
d7f5c905c2 updates to copyright dates 2009-07-24 17:36:32 +01:00
andy
f4afbc3163 updates - QT info needs to be checked 2009-07-24 17:36:11 +01:00
andy
5df9bfbe2a removing redundant files 2009-07-24 17:17:49 +01:00
andy
5a3eeb732e update copyright dates 2009-07-24 17:16:09 +01:00
andy
8960e13fea removing redundant files 2009-07-24 17:15:39 +01:00
andy
072b7a6321 better header descriptions 2009-07-24 17:03:42 +01:00
andy
3389652a7e corrected typo: ordinary->ordinates 2009-07-24 17:03:19 +01:00
henry
816f6b3488 Updated the headers. 2009-07-24 17:01:31 +01:00
henry
4ada91067d Changed h to e in the fvSolvers file. 2009-07-24 17:01:15 +01:00
henry
6543384bba Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-07-24 15:55:52 +01:00
Chris Greenshields
34f758b9f7 Changed rhoCentralFoam to be e-based 2009-07-24 15:51:07 +01:00
henry
263e25a9f6 Changed it back. 2009-07-24 14:50:13 +01:00
andy
7b1e8fdca1 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-07-24 13:53:26 +01:00
andy
13b92a6c99 updated - using classes to supply type names
- nasty utility - think about replacing/deleting altogether
2009-07-24 13:52:01 +01:00
andy
af0d324075 scoping #ifdefs to avoid clash when loading both incompressible and compressible 2009-07-24 13:48:46 +01:00
andy
ebdbc76f24 alphaNut->sigmaNut 2009-07-24 12:08:14 +01:00
andy
9ff255962f added feedback in the case that no valid nut/mut BCs are identified 2009-07-24 12:07:50 +01:00
henry
b920bc2e1d Reverted change and moved the ThirdParty scripts back to ThirdParty. 2009-07-24 11:41:02 +01:00
henry
35ba91be8e Reverted change and moved the ThirdParty scripts back to ThirdParty. 2009-07-24 11:40:19 +01:00
Mark Olesen
b1a3bcc9a9 take control of Allwmake scripts for third-party sources
- this improves the chances of having a current version
2009-07-24 11:01:29 +02:00
Mark Olesen
63dfefa5e8 Merge commit 'OpenCFD/master' into olesenm 2009-07-24 09:19:46 +02:00
Mark Olesen
b095d78496 drop bin/tools/foamThirdParty (unused) in favour of straight text form
- doc/THIRD_PARTY lists where various third party sources can be found
2009-07-24 08:46:32 +02:00
Mark Olesen
567453c7a9 introduce fileName::clean() method
- still needs more fleshing out, but introduce the method for now and
  add more code later (without recompiling everything else).
2009-07-23 23:53:32 +02:00
Mark Olesen
ab918fba9b introduce fileName::clean() method
- still needs more fleshing out, but introduce the method for now and
  add more code later (without recompiling everything else).
2009-07-23 23:53:32 +02:00
Mark Olesen
2ec8908377 bugfix PackedList for non-optimized compilation
- use shift-right instead of shift-left formulation to avoid wrong behaviour
  with non-optimized compilation when the packed items fit exactly in the
  available number of bits.
2009-07-23 22:46:52 +02:00
mattijs
2ee961c502 line-length overrun 2009-07-23 20:53:01 +01:00
mattijs
a6997c257a allow baffles on coupled boundary faces 2009-07-23 20:52:19 +01:00
Mark Olesen
dfd42b6b4a new script - foamEtcFile
- Locate user/site/shipped file with the semantics used in the
  ~OpenFOAM/fileName expansion
2009-07-23 20:26:40 +02:00
Mark Olesen
ceaaabab56 bugfix PackedList for non-optimized compilation
- use shift-right instead of shift-left formulation to avoid wrong behaviour
  with non-optimized compilation when the packed items fit exactly in the
  available number of bits.
2009-07-23 22:46:52 +02:00