Commit Graph

10204 Commits

Author SHA1 Message Date
60e3918be8 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2009-08-03 12:06:51 +01:00
ab4c4840b4 Adding warning msgs to RAS S-A models if requesting k or eps - not defined 2009-08-03 11:57:03 +01:00
138e54af76 do not check files when subcycling 2009-08-03 11:48:09 +01:00
87d36bf3db Refactoring mut wall functions to mirror incompressible form 2009-08-03 11:38:45 +01:00
d320fab4ab Refactoring of nut wall function BCs
- names updated to reflect what they are based on, e.g. either k
   or U
2009-08-03 11:10:13 +01:00
54a8b6a152 define values for standardCmu, standardKappa, standardE in turbulenceModel.H 2009-08-01 09:36:34 +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
9c04f3118c The #remove directive can now take a wordRe type 2009-07-31 12:50:03 +02:00
69d7f2e57a Storing initial points and building an indexedOctree with them. Storing
associated cell sizes and alignments to be looked up during iterations.
2009-07-30 18:16:26 +01:00
cccb6aee3f Fixed seg fault when no cellSizeFunctions. 2009-07-30 17:27:34 +01: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
4557bb66d4 Commenting out Info messages for displacement limits 2009-07-30 10:17:10 +01:00
002c0b4e2a Error in logic for cell size function handling, giving wrong results. 2009-07-29 18:42:49 +01:00
8e46fdf2d3 Error in rampHoldFall, wrong order of subtraction 2009-07-29 16:52:50 +01:00
86c0b1444b Fixed missing sqr() from cell size lookup in uniformGrid and pointsFile.
Added report of number of location attempts and success rate for
densityWeightedStochastic.
2009-07-29 15:15:32 +01:00
9d1fc15616 Merge branch 'master' into dsmc 2009-07-29 14:16:27 +01:00
60a59da975 Merge branch 'master' into cvm 2009-07-29 14:13:35 +01:00
29ec60b51d Added densityWeightedStochastic initial points method which places random points
with a density corresponding to that of the desired mesh.  Added and
restructured queries to make this possible.

Also, for all initialPointsMethods, made the minimumSurfaceDistance into
minimumSurfaceDistanceCoeff so that the guard distance for the surface is a
function of the local cell size.
2009-07-29 14:05:57 +01:00
2d58cdf8ca Added a consistency check for the location of the installation. 2009-07-29 12:52:06 +01:00
2d2c8cf8bc Merge branch 'master' into cvm 2009-07-28 10:40:50 +01:00
3e39ba2dda Merge commit 'OpenCFD/master' into olesenm 2009-07-27 09:27:20 +02:00
5ab9eca915 Changed to compile single-precision. 2009-07-27 07:52:38 +01: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
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