Commit Graph

3556 Commits

Author SHA1 Message Date
b5616b4ea4 consistency fix for scripts: foamCheckJobs, foamPrintJobs, foamLog
- drop reference to license directory
- check -help before checking directories

- search for foamLog.db is more consistent with foamEtcFile
    $HOME/.OpenFOAM/$WM_PROJECT_VERSION
    $HOME/.OpenFOAM
    $WM_PROJECT_INST_DIR/site/$WM_PROJECT_VERSION
    $WM_PROJECT_INST_DIR/site
    $WM_PROJECT_DIR/etc
    $PROGDIR/tools
2009-08-02 11:08:33 +02:00
7fb61ed941 wmakePrintBuild - cd first, so we get the correct git information 2009-08-02 11:06:26 +02:00
41b196ffeb drop support for paraview 2.x reader 2009-08-02 10:04:17 +02:00
ff5137e459 more consistent naming convention for aliases
- old-style (left untouched for now):
  app, lib, run, sol, tut, util

- new-style:
  foamApps, foamLib, foamRun, foamSol, foamTut, foamUtils

- additional aliases:
  userApps, whichFoam

NB: ideally we'd have 'foamSrc' instead of 'src'.
    Do we really need 'foamsrc' and 'foamfv' anyhow?
2009-08-02 09:44:00 +02:00
d749aac04d adjust tutorial fvSolution to use regular expressions and $variable 2009-08-01 14:51:59 +02:00
8d78978645 fixed bad fvSolution entries for tutorial cases
- rhoCentralFoam
2009-08-01 13:31:50 +02:00
b8c4e1f49e added proof-of-concept test/fvSolutionCombine
- could also move to utilities/miscellaneous

- the dictionary compare contents might be useful enough to move
  into dictionary code.

- usage example (w/o -rewrite):

      for i in $(find -name fvSolution)
      do
          fvSolutionCombine -case "${i%/system/fvSolution}"
      done
2009-08-01 13:03:49 +02:00
54a8b6a152 define values for standardCmu, standardKappa, standardE in turbulenceModel.H 2009-08-01 09:36:34 +02:00
827e3659b9 consistency update: kappa=0.41, E=9.8
- this would be an argument for providing default values at the top-level
  compressible/incompressible turbulenceModel
2009-07-31 18:15:54 +02:00
e2968b6a36 file-scoped (static const) variables for default turbulence parameters
- avoids raw values sprinkled about the code
  eg, 'defaultKappa_'  vs. '0.41'
2009-07-31 17:34:49 +02:00
ad287d9d17 skip writing default values of Cmu/Prt etc for turbulent bcs 2009-07-31 16:57:59 +02:00
598630b40d Merge commit 'OpenCFD/master' into olesenm 2009-07-31 15:10:42 +02:00
8f95d4ea3d Changed to correspond to Mark's changes to the scripts in ThirdParty. 2009-07-31 12:51:40 +01:00
9c04f3118c The #remove directive can now take a wordRe type 2009-07-31 12:50:03 +02:00
54a734670e Change to the ThirdParty directory before building. 2009-07-30 15:59:30 +01:00
e38822ad1a expandDictionary - write as top-level dictionary 2009-07-30 15:25:32 +02:00
4e6dbf5730 Force construction of mesh.deltaCoeffs() which may be needed for the wall-function BCs. 2009-07-30 12:58:03 +01:00
c33e084d09 added file/line diagnostics when functionEntry fails
- got hit by spacing error and it took too long to pinpoint the problem:

  #include "XXX"   <- okay
  # include "XXX"  <- wrong!
2009-07-30 13:56:30 +02:00
f763b00d08 spelling/grammar in Allwmake consistency checks 2009-07-30 11:51:58 +02:00
ea8d14cccb Merge commit 'OpenCFD/master' into olesenm 2009-07-29 16:17:37 +02:00
2d58cdf8ca Added a consistency check for the location of the installation. 2009-07-29 12:52:06 +01:00
1089bbc69c Corrected omega wall-function BCs. 2009-07-29 11:52:42 +01:00
efce737693 Add provisioning for gcc-4.4.1
- compile into linux64Gcc44, linuxGcc44 to avoid clashes during testing
- continue to use gmp-4.2.4 since gmp-4.3.x might be miscompiled with
  a system gcc-4.3.2
2009-07-29 09:59:16 +02:00
35500b5dc3 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-07-28 14:32:16 +01:00
548f67f4cd Merge branch 'olesenm' 2009-07-28 12:42:31 +01:00
1ec00de14c and back to dev..... 2009-07-28 12:35:26 +01:00
33a13e6827 fixed up .gitignore
- partial revert for
  commit 9557f2cb6e
2009-07-28 13:14:42 +02:00
81705a6d21 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-07-28 09:38:47 +01:00
1afd00c63b Merge commit 'OpenCFD/master' into olesenm
Conflicts:
	README
2009-07-28 09:05:03 +02:00
1313dc091b fixing typo in injection specs 2009-07-27 18:17:57 +01:00
39d336d038 cshrc consistent with bashrc 2009-07-27 16:47:37 +01:00
fcd8fa9c77 Minor clarification of Qt version. 2009-07-27 13:15:41 +01:00
f9809900cf Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-07-27 12:38:32 +01:00
2d1fd0444b Updated ParaView information in README 2009-07-27 12:38:05 +01:00
e2a74e59d9 Corrected gcc version test.
Removed network tests.
2009-07-27 12:32:20 +01:00
04fabaade0 Merge commit 'OpenCFD/master' into olesenm 2009-07-27 12:24:58 +02:00
0ce7570777 Two new BCs. 2009-07-27 11:03:30 +01:00
3e1f753522 Restructured. 2009-07-27 10:36:46 +01:00
3e39ba2dda Merge commit 'OpenCFD/master' into olesenm 2009-07-27 09:27:20 +02:00
a034711c39 Additions. 2009-07-27 07:52:54 +01:00
5ab9eca915 Changed to compile single-precision. 2009-07-27 07:52:38 +01:00
5297267a5f Use new patch-based wall-functions. 2009-07-27 07:52:14 +01:00
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
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
f8d87e2ab4 first implementation of filename clean method
- test as independent application first
2009-07-25 20:32:29 +02:00
91157af10c All ThirdParty build-related stuff moved there. 2009-07-24 23:10:15 +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