Commit Graph

3936 Commits

Author SHA1 Message Date
bbb88e330c ENH: Adding operator== and operator!= to Particle. Basing equality on
the origProc and origId or the particle only.
2010-04-07 17:23:17 +01:00
e80a27de36 Merge remote branch 'OpenCFD/master' into olesenm 2010-04-07 18:01:55 +02:00
c22fce2006 ENH: Creating nonBlocking comms to exchange referredParticles.
Currently operating within one function call and not doing local comms
separately.

Using inplaceSubset instead of inplaceReorder and setSize.
2010-04-07 16:29:29 +01:00
0177458406 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-04-07 16:13:52 +01:00
9feda061e3 ENH: Update to sampleSets so that distance outputs cumulative distance
along sample path

STYLE: Minor code formatting
2010-04-07 16:12:55 +01:00
9a22d7fa77 fvData: should have been part of the last commit. 2010-04-07 15:42:19 +01:00
ba390cee89 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-04-07 15:40:56 +01:00
d4d0b88988 fvData: New database (dictionary) held on the fvMesh to store residual information etc.
This data can be used for convergence testing e.g. by a functionObject.
Other data could also be stored, e.g. global continuity errors and other reduced results.
2010-04-07 15:40:52 +01:00
496cfa2c68 Merge remote branch 'OpenCFD/master' into olesenm 2010-04-07 14:24:33 +02:00
ec284e3818 BUG: DynamicList copy constructor was explicit 2010-04-07 14:24:18 +02:00
e273893a50 ENH: add separate printNotes() method to argList 2010-04-07 14:19:11 +02:00
c141866d11 STYLE: Updated copyright dates and GPL to v3. 2010-04-07 12:52:10 +01:00
357ff92e8d Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-04-07 11:42:32 +01:00
149a190e22 ENH: Added readFields function object
- function object to read fields and register them on the mesh database
  for further post-processing
2010-04-07 11:40:57 +01:00
0a746b6a82 STYLE: Corrected incorrect comment and minor formatting 2010-04-07 11:40:28 +01:00
ccb65ef390 ENH: Removing old InteractionList classes.
Current InteractionList class will compile on its own, but does not
supply all of the interface required by PairCollision, so this model
won't compile.
2010-04-07 11:39:24 +01:00
43435f7df3 Merge branch 'master' into particleInteractions 2010-04-07 10:22:51 +01:00
90189b35d4 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-04-07 10:18:07 +01:00
2064e7daf1 Merge branch 'master' into particleInteractions 2010-04-07 09:59:20 +01:00
90cb1973fa Merge remote branch 'OpenCFD/master' into olesenm 2010-04-07 08:28:24 +02:00
a85b221bf7 BUG: offsets not initialised consistently with offset. 2010-04-06 18:45:29 +01:00
eb8e622772 ENH: Adding globalIndexAndTransform, introducing basic indexedOctree
and boundBox based interaction identification.
2010-04-06 18:26:15 +01:00
111061e1ac ENH: Changing read of interactionDiatance to remove sqr. 2010-04-06 18:24:38 +01:00
645ba8e612 ENH: Split exchange into two step process (send+receive) so we can intersperse calculations. 2010-04-06 16:30:35 +01:00
7783e806d8 BUG: Was not crossing into unnamed cellZone regions 2010-04-06 16:30:08 +01:00
95d34464a2 Merge remote branch 'OpenCFD/master' into olesenm 2010-04-06 16:35:58 +02:00
25e7d800bb BUG: fix inconsistent ListOps behaviour with DynamicList 2010-04-06 13:46:37 +02:00
67b2a9665f Merge branch 'master' into particleInteractions 2010-04-02 11:04:29 +01:00
3f2b57f0f3 BUG: Always do topological walking to correct cellZones. 2010-04-01 14:23:58 +01:00
9b71c70335 STYLE: partial revert of naming change from commit f99a145143 2010-04-01 12:50:00 +01:00
5a6f5a83ca ENH: Renamed volumeFlowRate to flowRateProfile in injection models 2010-04-01 12:37:17 +01:00
f99a145143 ENH: Renamed curveSet to polyLineSet to better represent sampling method 2010-04-01 12:35:41 +01:00
50fe627a39 BUG: Missing GAMG files
Exactly the same as processorGAMG versions
2010-04-01 12:23:55 +01:00
39ea47af82 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-04-01 09:06:56 +01:00
bb1a2476fd ENH: Change concave cell checking to be based on face centres and face
planes, rather than a vertex-by-vertex check.  Assesses concavity as
relevant to the tracking.
2010-03-31 18:10:05 +01:00
cf5ae6d629 ENH: Use concavity check based on face planes.
A cell is concave if there is a face whose face-centre is outside the plane of any other face on the cell.
Another option is to check for any vertices being         outside      ,,    ,,
but this is not consistent with current tracking.
2010-03-31 15:53:07 +01:00
3cf4d721eb Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-03-31 14:36:13 +01:00
0dd8a2b8a4 kOmega model: Corrected date of publication containing the description of the model. 2010-03-31 14:36:09 +01:00
94bab707d3 Merge branch 'master' into particleInteractions 2010-03-31 11:48:58 +01:00
76188b7136 BUG: Agglomeration not correct. Corrected getting oppositite site field. 2010-03-30 21:58:59 +01:00
022e4cc6a2 BUG: geometry calculation not implemented. 2010-03-30 21:58:28 +01:00
d947aa9c9e Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-03-30 21:54:08 +01:00
1b46e05158 BUG: allowed sliver triangle to be collapsed down to illegal 2 vertex face.
Added simple check to disable collapsing faces to <3 vertices.
2010-03-30 21:52:48 +01:00
0b1fc8e0cd ENH: Changed behaviour of surfaces with zones.
- if allowFreeStanding = false it also disables faceZones on boundaries.
- can have surfaces with faceZone but no cellZone.
2010-03-30 21:50:40 +01:00
d8c1aa3afd BUG: nGrow of layer disabling not handled correctly.
Now also moved to within layer iteration loop.
2010-03-30 21:49:37 +01:00
883dbc2e2d ENH: Add concave cell checking 2010-03-30 21:48:57 +01:00
3060d2a048 BUG: Corrected erroneous string replacements (option) 2010-03-30 11:43:28 +01:00
6adf0cbca8 Merge remote branch 'OpenCFD/master' into olesenm 2010-03-30 11:42:19 +02:00
c508b2fe17 STYLE: consistent capitalization of Private/Protected Member Functions in comments 2010-03-30 11:33:42 +02:00
635fd464ec BUG/STYLE: cleanup turbulence models
- eg, pure virtual correct() and read() methods declarations but
  real implementations.

- unused yPlusLam_ member
2010-03-30 09:53:06 +02:00