Commit Graph

3936 Commits

Author SHA1 Message Date
655608678e Merge commit 'OpenCFD/master' into olesenm 2009-07-27 08:31:06 +02:00
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
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
4d788e0c17 updates to copyright dates 2009-07-24 18:09:27 +01:00
75d5ebea52 typos: epsilon->omega 2009-07-24 18:03:10 +01:00
90b50529ae Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-07-24 17:41:23 +01:00
d7f5c905c2 updates to copyright dates 2009-07-24 17:36:32 +01:00
5df9bfbe2a removing redundant files 2009-07-24 17:17:49 +01:00
5a3eeb732e update copyright dates 2009-07-24 17:16:09 +01:00
8960e13fea removing redundant files 2009-07-24 17:15:39 +01:00
072b7a6321 better header descriptions 2009-07-24 17:03:42 +01:00
3389652a7e corrected typo: ordinary->ordinates 2009-07-24 17:03:19 +01:00
816f6b3488 Updated the headers. 2009-07-24 17:01:31 +01:00
34f758b9f7 Changed rhoCentralFoam to be e-based 2009-07-24 15:51:07 +01:00
af0d324075 scoping #ifdefs to avoid clash when loading both incompressible and compressible 2009-07-24 13:48:46 +01:00
ebdbc76f24 alphaNut->sigmaNut 2009-07-24 12:08:14 +01:00
63dfefa5e8 Merge commit 'OpenCFD/master' into olesenm 2009-07-24 09:19:46 +02:00
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
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
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
2ee961c502 line-length overrun 2009-07-23 20:53:01 +01:00
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
70562ebf80 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-07-24 11:16:04 +01:00
481fd3e2e1 caching yPlusLam locally 2009-07-24 11:15:41 +01:00
76ca0da080 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-07-23 17:17:45 +01:00
b01fc1d7e3 check on size being even 2009-07-23 17:17:41 +01:00
be65512449 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-07-23 17:09:22 +01:00
1ce132fb2a code clean-up 2009-07-23 17:07:42 +01:00
85b9b3e38a adding yPlus calcs for compressible S-A models + other small fixes 2009-07-23 16:40:50 +01:00
01903e5e8f further updates to wall function calcs 2009-07-23 15:18:00 +01:00
f57bfe7c05 adding yPlus calcs for incompressible S-A models 2009-07-23 14:22:05 +01:00
5cda312edc Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-07-23 13:08:30 +01:00
bd6e0d3425 unused functionality 2009-07-23 12:57:18 +01:00
c1993c92fa Merge branch 'olesenm' 2009-07-23 12:42:52 +01:00
d7f3143a91 Revert "bugfix for extra RASModel::yPlus() parameters"
This reverts commit 82e59fa112.
2009-07-23 12:37:12 +01:00
1d72a035d7 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-07-23 12:28:10 +01:00
a98fe1c74f updates to compressible wall functions 2009-07-23 11:17:28 +01:00
3ee3750f99 scoped #ifdef to avoid conflict with incompressible form 2009-07-23 11:16:25 +01:00
f6ec1cdc64 updates to incompressible wall functions 2009-07-23 10:31:03 +01:00
7b321cb6d3 initialisation errors 2009-07-23 08:46:50 +01:00
0b7832e37c qualify exported FOAM_CASE
- avoid ambiguities caused by relative paths
2009-07-23 09:43:05 +02:00
040962d68d updates to incompressible wall functions + yPlus calc 2009-07-22 17:54:06 +01:00
82e59fa112 bugfix for extra RASModel::yPlus() parameters 2009-07-22 12:54:24 +02:00
bda95a48fd Export new environment variable FOAM_CASENAME
- contains the name part of the FOAM_CASE environment variable
2009-07-22 11:30:03 +02:00
140574889a selecting common kappa=0.41 and E=9.8 (ref. Verst+Malal) 2009-07-21 19:31:52 +01:00
8ffb366209 merge with master + fix conflicts 2009-07-21 19:16:01 +01:00
6f28a1199f further updates to turbulence models 2009-07-21 19:10:19 +01:00
70f453b435 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-07-21 19:06:59 +01:00
7787fd6c99 Renamed for consistency with the name of q. 2009-07-21 19:06:54 +01:00
07fccdd7db Changed kQR to kqR. 2009-07-21 19:06:35 +01:00