Commit Graph

3537 Commits

Author SHA1 Message Date
b920bc2e1d Reverted change and moved the ThirdParty scripts back to ThirdParty. 2009-07-24 11:41:02 +01:00
35ba91be8e Reverted change and moved the ThirdParty scripts back to ThirdParty. 2009-07-24 11:40:19 +01:00
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
63dfefa5e8 Merge commit 'OpenCFD/master' into olesenm 2009-07-24 09:19:46 +02:00
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
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
a6997c257a allow baffles on coupled boundary faces 2009-07-23 20:52:19 +01:00
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
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
1482ee567f Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-07-24 11:04:07 +01:00
92d8f5789a Moved the ThirdParty build scripts to bin so that they are under the git. 2009-07-24 11:04:05 +01:00
7c3ab7620b 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
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
ffe3dbe65e Merge commit '6c9f2520e1423f6c765e94997eb7e5019bc6b94a' 2009-07-23 15:44:55 +01:00
01903e5e8f further updates to wall function calcs 2009-07-23 15:18:00 +01:00
6c9f2520e1 added another PackedListTest 2009-07-23 15:36:46 +02: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
76b25b20e7 update comment 2009-07-23 12:57:38 +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
2349fdaabe updated version numbers to 1.6 2009-07-23 12:22:48 +01:00
7acb2904f3 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-07-23 12:05:45 +01:00
1a1abf3544 updated yPlusRAS utility 2009-07-23 12:02:36 +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
d28cf0f242 update foamInstallationTest for 1.6 and new FOAM_SITE_{APPBIN,LIBBIN} 2009-07-23 10:59:10 +02:00
229c07e5fc added shared site configuration for bin/lib files
- useful location for sharing in-house solvers, libraries, etc
  for use at the entire site

- similar naming convention as ~OpenFOAM expansion:

  FOAM_SITE_APPBIN=
  $WM_PROJECT_INST_DIR/site/$WM_PROJECT_VERSION/bin/$WM_OPTIONS

  FOAM_SITE_LIBBIN=
  $WM_PROJECT_INST_DIR/site/$WM_PROJECT_VERSION/lib/$WM_OPTIONS
2009-07-23 10:13:50 +02:00
7e3601a08d Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-07-23 08:48:04 +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
711ef82589 updated yPlusRAS utility 2009-07-22 17:54:47 +01:00
040962d68d updates to incompressible wall functions + yPlus calc 2009-07-22 17:54:06 +01:00
f910a4db73 Ignore ReleaseNotes-?.?.html etc. 2009-07-22 17:44:01 +01:00
18330596bc Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-07-22 16:12:17 +01:00
6a144cd7a6 Corrected more Descriptions 2009-07-22 16:10:24 +01:00
74307b8a77 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-07-22 16:07:12 +01:00
150528e7bb Corrected to use alphaEff for b and ft to ensure Lewis number of 1. 2009-07-22 16:07:01 +01:00