Commit Graph

1667 Commits

Author SHA1 Message Date
8b446b1ec1 unnecessary clear 2008-12-16 22:30:38 +00:00
a1c8a6c24c handling uniform fields 2008-12-16 22:30:13 +00:00
c7a0f553ef include file position 2008-12-11 18:54:43 +00:00
7fda35da9c dynamicList setSize change 2008-12-11 18:53:49 +00:00
5e7a1f7ea9 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2008-12-11 15:51:31 +00:00
e9d5f929bc synchronisation of zones 2008-12-11 15:50:50 +00:00
987b894e68 hpmpi 2008-12-11 15:50:29 +00:00
ffa75238a6 comment 2008-12-11 15:49:29 +00:00
d3dde21aff Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2008-12-11 12:06:06 +00:00
fd7ec69cc3 Added documentation to PDRFoam. 2008-12-11 12:05:56 +00:00
7f22e3104a Added correctPhi to compressibleInterDyMFoam. 2008-12-11 12:05:21 +00:00
599c1c5976 Merge commit 'OpenCFD/master' into olesenm 2008-12-10 15:47:37 +01:00
533c49101c dictionary: potential leak/odd behaviour - regexps cleared in the wrong place 2008-12-10 14:54:52 +01:00
c6cf2e539a - dropped regularExpression in favour of regExp
- moved findStrings from stringList to new stringListOps
  (helps reduce the influence on dependencies)
- findStrings can also do partial matches
2008-12-10 14:29:19 +01:00
4aaa07cc14 cosmetic changes 2008-12-10 13:34:52 +01:00
d017697b04 regExp class added - enhanced and with minor bugfixes 2008-12-10 12:44:12 +01:00
b94c3fb8a1 paraFoam - check for region-specific fvSchemes, fvSolution 2008-12-10 09:47:24 +01:00
e2d140fa94 timeSelector: improved functionality
- the improved side-effect of enabling -zeroTimea alters default selection
  behaviour and -latestTime selection behaviour for utilities in which
  accidentally using the 0/ directory can cause damage (eg, reconstructPar)
- can combine -time ranges and -latestTime
2008-12-10 09:14:00 +01:00
31e1b1ba0e timeSelector : added -latestTime0 to allow 0/ in the latest time selection 2008-12-09 19:02:25 +01:00
9a0a0d051e a few tests targeted to FOAM_APPBIN instead of FOAM_USER_APPBIN 2008-12-09 18:59:48 +01:00
f7f2d1672a extend fvSolution re-write to also include the 'smooth' entry 2008-12-09 17:04:05 +01:00
8f48c008d7 parallel fix 2008-12-09 15:59:00 +00:00
d0795abc51 Merge commit 'bundle/home' into olesenm 2008-12-09 09:11:26 +01:00
394fcb56b0 Merge commit 'OpenCFD/master' into olesenm 2008-12-09 09:11:12 +01:00
3d68952258 argList tweaks
- allow banner to be disabled (for easier parsing of utils output)
- amalgamate distributed/non-distributed code chunks
2008-12-08 21:55:12 +01:00
cabb079f56 small changes to dictionaryTest to test regexs 2008-12-08 20:46:56 +01:00
4f1bb8345f lduMatrix now takes a dictionary instead of an Istream for the solver controls
- can now use dictionary substitutions and regular expressions in
    system/fvSolution

  - foamUpgradeFvSolution application to convert system/fvSolution
    (with -test option)

motion solver syntax left as-is.
2008-12-08 17:22:01 +01:00
f5b23d5065 missing patch selection 2008-12-03 11:19:40 +00:00
881c6451a5 latestTime handlind 2008-12-03 11:19:26 +00:00
928a283a6a Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2008-12-02 15:37:11 +00:00
5722298f64 no local segments 2008-12-02 15:36:52 +00:00
d01b1f44e0 zero-size mapping 2008-12-02 15:34:55 +00:00
fd32d652c7 Merge commit 'OpenCFD/master' into olesenm 2008-12-02 16:02:08 +01:00
a13f97d59d timeSelector - handle cases with missing constant/ or 0/ directories 2008-12-02 15:55:51 +01:00
a2c058d553 Added OpenCFD copyright. 2008-12-02 12:19:24 +00:00
6912299aaf Corrected layout and indentation. 2008-12-02 12:01:46 +00:00
507e7a1b98 missing include for turbulenceModel in lagrangian Make/options 2008-12-01 15:40:46 +01:00
dee34f2775 DynamicList: cosmetics
- using SizeInc to define the granularity in the SizeMult=0 needed?
2008-11-29 13:11:52 +01:00
8b02802696 renamed bin/foamCheckSourceDeps -> bin/rmdepold and cleaned up 2008-11-29 12:26:54 +01:00
523d061737 Merge commit 'OpenCFD/master' into olesenm 2008-12-01 12:55:30 +01:00
7c326218a8 Local Macros for Doxygen 2008-12-01 10:32:53 +00:00
3712ca92e6 Local macros settings for Doxygen 2008-12-01 10:31:43 +00:00
b30a6faf2c Merge commit 'OpenCFD/master' into olesenm 2008-11-28 18:06:40 +01:00
093305d324 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2008-11-28 12:14:09 +00:00
008858010e Added RAS and LES models to the turbulenceModel selection table. 2008-11-28 12:14:02 +00:00
61cbf11d0a Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2008-11-27 17:17:32 +00:00
9eb5d198bb multiple isosurfaces from unregistered samplefield 2008-11-27 17:17:24 +00:00
75e7defd60 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2008-11-27 16:58:35 +00:00
21117b467b PDRkEpsilon.H Documentation 2008-11-27 16:54:30 +00:00
c98e404f45 Corrected HPMPI case. 2008-11-27 16:46:06 +00:00