Commit Graph

6504 Commits

Author SHA1 Message Date
77644def7a ENH: Silencing particle tracking warnings by default. 2011-03-04 14:06:07 +00:00
a9d0a6d02b ENH: Non-inertial reference frame particle force. 2011-03-04 13:45:25 +00:00
e710a48edb Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-03-03 18:32:02 +00:00
996b1bb5f5 BUG: fvMeshGeometry.C: not register fvMesh.Sf() ("S") 2011-03-03 18:31:23 +00:00
7b7edab949 ENH: triSurface: disable warning message if not verbose 2011-03-03 18:28:28 +00:00
9fcd3dd216 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-03-03 16:15:41 +00:00
d7ff7c8381 ENH: further updates to semi-implicit cloud source calcs 2011-03-03 15:19:12 +00:00
7ca8b24a0d STYLE: minor code cleanup for codeStream/codedFixedValueFvPatchScalarField 2011-03-03 14:16:00 +01:00
0f8b423a68 ENH: add dynamicCode::libraryBaseName() service function
- return the library basename without leading 'lib' or trailing '.so'
2011-03-03 13:58:07 +01:00
97da787c69 ENH: add fileName::name(bool) for returning basename without extension 2011-03-03 13:48:04 +01:00
41951c6f9f Merge branch 'master' of ssh://hunt//home/noisy3/OpenFOAM/OpenFOAM-dev 2011-03-03 11:19:57 +00:00
467eb90a71 BUG: mass multiples both terms in SRF. 2011-03-03 11:19:29 +00:00
2fcc1db960 Merge remote branch 'OpenCFD/master' into olesenm 2011-03-03 10:41:04 +01:00
7cd3c926bd ENH: discard codeProperties in favour of using sha1-encoded library names 2011-03-03 09:06:14 +01:00
e91bf26503 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-03-02 17:53:26 +00:00
4e381c0bdb ENH: include face blockage in cloud theta calc 2011-03-02 17:53:15 +00:00
af14c5a0bc Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2011-03-02 16:18:42 +00:00
4e1d711858 BUG: Problem with list combine gather for multiprocessor run 2011-03-02 16:17:50 +00:00
29dd2e5e77 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-03-02 16:14:12 +00:00
432f72a88a ENH: upadtes to semi-implicit cloud source calcs 2011-03-02 15:41:24 +00:00
73ef3c4dff ENH: #include clean-up 2011-03-02 15:40:58 +00:00
ffc74562f7 STYLE: shorten paths reported in dynamicCode 2011-03-02 15:36:02 +01:00
ce29cba31a ENH: use solution dt instead of time dt 2011-03-02 14:31:27 +00:00
a5ce23af33 ENH: Improvements to particle integration methods 2011-03-02 14:31:00 +00:00
3b72fc3e38 ENH: support default values in string expansion
- syntax as per Bourne/Korn shell
      ${parameter:-defValue}

  If parameter is unset or null, the \c defValue is substituted.
  Otherwise, the value of parameter is substituted.
2011-03-02 14:11:30 +01:00
01ea4623f9 BUG: string expand bombed out on first unknown construct
- eg,
       "$USER $(PWD) $USER"  ->  "username $(PWD) $USER"
  instead of
       "$USER $(PWD) $USER"  ->  "username $(PWD) username"

  this is noticable in some dynamicCode usages

STYLE: consolidate all string expand code into stringOps
2011-03-02 13:46:15 +01:00
b91eb061b2 ENH: Clouds - only read parcel fields when solution is active 2011-03-02 11:01:47 +00:00
cb38e02622 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-03-01 18:04:55 +00:00
1a3639371a ENH: radiationCoupledBase.C: FatalIOError instead of FatalError 2011-03-01 18:04:03 +00:00
9ae8019446 STYLE: directMappedPatchBase.C: date 2011-03-01 18:03:34 +00:00
7d1e727372 ENH: pass args by reference instead of copy 2011-03-01 17:52:10 +00:00
d3dc12967e Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-03-01 17:14:41 +00:00
9de87955cf BUG: correction to particle forces - still needs a better method... 2011-03-01 17:14:34 +00:00
075dee2fb8 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-03-01 17:00:32 +00:00
e694ee9ca5 BUG: corrected colliding cloud sub-cycling 2011-03-01 16:17:14 +00:00
cefb78fc6d ENH: moved maxCo out of loop 2011-03-01 16:16:56 +00:00
f182b725da STYLE: use 'static const' instead of 'const static' for consistency 2011-03-01 15:21:30 +01:00
a1d40dec77 Merge remote branch 'OpenCFD/master' into olesenm 2011-03-01 15:15:44 +01:00
97cd3af1ff ENH: cleanup codeStream - use dynamicCode, dynamicCodeContext encapsulation
Problems remain with codedFixedValueFvPatchScalarField:

- readIfModified() notices change on system/codeDict, but the
  codeProperties::setUnmodified() means that only a single entry will
  get processed

- it appears that while dlclose() may (or may not) be actually closing
  the library, there are probably still references about. This means
  that a subsequent reloading still points to the original functions
  and the lookup is not updated correctly.
2011-03-01 14:19:24 +01:00
2b241996df STYLE: info comment formatting 2011-03-01 09:54:31 +00:00
1f8a8535a0 ENH: Resolved build order in thermophysical model libs 2011-03-01 09:50:47 +00:00
72cba34850 ENH: Added particle fate output to standard interaction model 2011-02-28 18:18:19 +00:00
c4a4055d3a ENH: Updates to the lagrangian intermediate lib coupling terms 2011-02-28 16:25:11 +00:00
344a4500cb ENH: runTimeSelection with addRemovable 2011-02-28 16:39:35 +01:00
8c7e1e13af ENH: Updated kinematic and thermo cloud sources 2011-02-28 11:58:22 +00:00
da12c41f15 ENH: Added error msg if collisions used in steady state calcs 2011-02-28 10:40:46 +00:00
69f62abe26 ENH: Output cloud property dictionaries as ascii 2011-02-28 10:36:34 +00:00
5c5b82f289 BUG: codeProperties was masking regIOobject::modified()
- file changes were not getting noticed, made modified 'sticky'
2011-02-25 20:15:08 +01:00
eec0068e37 STYLE: corrected line length <= 80 chars 2011-02-25 17:46:56 +00:00
3da15e1cfd STYLE: code clean-up 2011-02-25 17:44:02 +00:00