Commit Graph

5610 Commits

Author SHA1 Message Date
2eab4044f6 COMP: cellSource compilation 2010-06-02 11:08:52 +01:00
3deb2cb4e3 Merge branch 'particleInteractions' 2010-06-02 10:31:23 +01:00
3643df09b7 ENH. Adding desciptive comments and removing labelList() wrapping
around DynamicList.
2010-06-02 10:27:46 +01:00
f1ee573aa0 Merge branch 'inotify'
Conflicts:
	TODO
2010-06-02 10:10:52 +01:00
c51a2b0f63 ENH: have MUST_READ_IF_MODIFIED on IOdictionary construction 2010-06-02 09:48:07 +01:00
0ca515e3b1 Merge remote branch 'OpenCFD/master' into olesenm 2010-06-02 10:46:45 +02:00
0b6d0300c9 ENH: cellSource postprocessing : allow all to select all cells 2010-06-01 17:23:47 +01:00
62b980f203 BUG: Fixing multiple processor patch problems in parallel transfer of
particles.
2010-06-01 16:09:08 +01:00
dd475e3c6b BUG: paraview3/cshrc : do not check non-existing vars 2010-06-01 15:49:32 +01:00
6f34c75d92 update 2010-06-01 15:49:00 +01:00
45db8fa4e3 resolve local conflict 2010-06-01 15:30:57 +01:00
4d60414377 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-06-01 15:29:13 +01:00
1b152b6902 BUG: paraview3/cshrc : using non-existing variable is illegal in csh. 2010-06-01 15:28:27 +01:00
ad18857c8b STYLE: minor code formatting 2010-06-01 15:27:40 +01:00
81189ebd4c ENH: wallHeatFlux utility - using basicPsiThermo instead of hCombustionThermo 2010-06-01 15:26:56 +01:00
67cf9ca660 STYLE: use of notImplemented() 2010-06-01 15:26:04 +01:00
8aaac0d5e2 BUG: Preserve face zone orientation (fvMeshSubset, removeCels, addPatchCellLayer) 2010-06-01 15:22:40 +01:00
96a3de7a43 ENH: work with processors with 0 cells. polyMesh::directions, checkMesh. 2010-06-01 14:35:55 +01:00
a0769d3dc6 Merge branch 'master' into particleInteractions 2010-06-01 13:30:25 +01:00
1c1c6df615 BUG: Double definition of vectorIOFieldField.
Definition in streamLine now redundant.
2010-06-01 13:16:40 +01:00
f6dfb54b8a Merge branch 'master' into particleInteractions 2010-05-31 12:05:13 +01:00
c1f565a186 STYLE: rename tutorial from wingFlutter to wingMotion. Not
necessarily a flutter.
2010-05-31 12:02:03 +01:00
ed6041eb50 ENH: Adding more useful information to sixDoFRigidBodyMotion restraint
reporting.

Making sixDoFRigidBodyMotionConstraints less verbose by default, now
requires debug switch to be set.
2010-05-31 12:00:53 +01:00
0531475578 ENH: IO Improvements, seg fault in parallel needing found. 2010-05-28 16:12:54 +01:00
18925e6ee0 ENH: added fileMonitor class (uses inotify) 2010-05-28 15:20:55 +01:00
0f7a124152 ENH. Adding more IOFieldFields, using them in decomposePar and
reconstructPar to decompose and reconstruct lagrangian FieldField
data.
2010-05-27 19:10:55 +01:00
81a0568a3f Merge branch 'master' into particleInteractions 2010-05-27 16:12:53 +01:00
9c69403419 ENH. Adding IOFieldField and IOListList class and type definitions. 2010-05-27 16:08:45 +01:00
2eee1666c0 BUG: extrudeToRegionMesh : make it work again
- constrain multiple normals per point
- introduce special cyclic type nonuniformTransformCyclic inbetween zones
2010-05-26 16:09:02 +01:00
b8f7c84329 COMP: unused file processorPolyPatchTemplates.C 2010-05-26 16:01:37 +01:00
efe058844c STYLE: updated licence header to version 3 2010-05-26 15:47:38 +01:00
c29c7bdc89 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-05-26 15:28:25 +01:00
85bfc58d2e ENH: cyclicPolyPatch : improve debug messages 2010-05-26 15:27:54 +01:00
3ac46054b6 ENH: timeVaryingMapped : use furthest away points to span coord system. 2010-05-26 15:27:03 +01:00
ef19832a78 ENH. Looser tolerance on wall match error trigger. 2010-05-26 10:44:45 +01:00
f4fd4c00dc ENH: Adding per-patch wall interaction.
Rearranged data storage in existing wall model.  Improved stability.
2010-05-25 19:46:58 +01:00
068b6b1d14 Resolved unexpected merge problem. 2010-05-25 18:49:10 +01:00
361b153343 Final iteration information now available in mesh::data (used to be mesh::fvData)
Relaxation and solution parameters for the final iteration in PIMPLE loops are
now selected according to the value of the "finalIteration" entry in the
mesh::data dictionary.

rhoPimpleFoam significantly updates and now replaces rhoPisoFoam.
2010-05-25 18:45:25 +01:00
bcdc6291ca ENH. Making equivalent size collisions switchable. 2010-05-25 11:53:52 +01:00
d7cade2b6b ENH. Removing cbrt - very expensive - this will need to be switchable
or in a different model.
2010-05-24 18:12:12 +01:00
fed2e54dfa ENH: collisionRecord IO. 2010-05-24 13:50:24 +01:00
619d3e24fc Merge branch 'particleInteractions' 2010-05-21 19:21:44 +01:00
619784414d ENH. Adding collision records to wall collisions to record tangential
overlap.

Matching wall collision records by storing and comparing location of
wall impact relative to paticle centre.
2010-05-21 19:11:57 +01:00
8e7d6507dd BUG. Forgot to initialise pointer to NULL. 2010-05-21 18:46:23 +01:00
1a2973c4f4 ENH: added to splitCyclic.txt changes file. 2010-05-21 16:54:55 +01:00
0aeca6f226 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-05-21 16:51:14 +01:00
63262b80d3 BUG: processorCyclic was using incorrect message tag.
Both sides need to use the same tag so it is now calculated as
    nProcs*(max(myProcNo,neighProcNo) + min(myProcNo,neighProcNo)
which is
- commutative
- does not interfere with normal message tag 1
2010-05-21 16:19:51 +01:00
11c5c74410 STYLE: corrected debug printing for temperature coupled bc. 2010-05-21 16:18:34 +01:00
51c8c307eb ENH: Adding actve flag to dsmc binary collision submodels to allow
collision step to be skipped for the NoBinaryCollision model.
2010-05-20 17:34:01 +01:00
0368f38a7c ENH. Update dsmc submodels to allow models with no coeffs dictionary.
Updated dsmc and md tuts, including new cyclic handling.
2010-05-20 16:49:03 +01:00