Commit Graph

3550 Commits

Author SHA1 Message Date
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
4ada91067d Changed h to e in the fvSolvers file. 2009-07-24 17:01:15 +01:00
6543384bba Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-07-24 15:55:52 +01:00
34f758b9f7 Changed rhoCentralFoam to be e-based 2009-07-24 15:51:07 +01:00
263e25a9f6 Changed it back. 2009-07-24 14:50:13 +01:00
7b1e8fdca1 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-07-24 13:53:26 +01:00
13b92a6c99 updated - using classes to supply type names
- nasty utility - think about replacing/deleting altogether
2009-07-24 13:52:01 +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
9ff255962f added feedback in the case that no valid nut/mut BCs are identified 2009-07-24 12:07:50 +01:00
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