1f317a6f43
Merge branch 'master' into cvm
2009-10-21 14:44:13 +01:00
b783a210e8
Removing the cached deltaT from the cloud, using the new deltaTValue
...
access memeber instead - no longer expensive to obtain.
2009-10-21 14:40:20 +01:00
e9cdaf6106
Merge branch 'master' into dsmc
2009-10-21 14:12:36 +01:00
b356b57952
Commenting out tet mesh and pointField generation.
2009-10-21 12:35:09 +01:00
8b4b531357
Adding a pointField write to the writeTargetCellSize function to allow
...
comparision of the isoSurfaces created from the interpolated cell
centre values on the polyhedral dual mesh and the directly calculated
point values on the tetMesh (i.e. the raw Delaunay).
2009-10-21 11:30:16 +01:00
d6a278f2b2
Introduced the new file unitConversion.H to hold degToRad, radToDeg
...
and other unit conversion functions as they are required e.g. slug <-> kg.
2009-10-21 10:55:00 +01:00
942d3344d7
Moved the "cache" dictionary to solution because the concept is general.
2009-10-20 22:19:03 +01:00
427bbd8174
Changed the interface for the upToDate check to avoid unnecessary object lookups
...
by providing the independent objects directly.
2009-10-20 22:17:37 +01:00
10dd3ea2a4
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2009-10-20 22:15:23 +01:00
32e2edb94b
degrees to radians conversion
2009-10-20 22:15:18 +01:00
481852be9a
Merge branch 'master' into cvm
2009-10-20 20:32:19 +01:00
8488977784
Merge branch 'master' into particleInteractions
2009-10-20 20:16:38 +01:00
e926815739
Added calcTetMesh function to write the Delaunay tet mesh out as a
...
proper polyMesh. This is in preparation for using the tet mesh for
post-processing.
Note that calcTetMesh must be called before calcDualMesh, as the later
destroys the indexing of the vertices. Call commented out for now.
Also: Changed all facei celli to faceI cellI.
2009-10-20 20:12:02 +01:00
dfd82248e2
First level of support for cached temporary fields.
2009-10-20 18:30:55 +01:00
327168307d
Devirtualised functions which should not be overridden and so than some functions can be inlined for efficiency.
2009-10-20 18:30:10 +01:00
913eba05f8
Adding harmonic (commented) and geometric means of cell sizes to
...
reduce the impact of large step changes in cell size.
2009-10-20 13:35:57 +01:00
9ac6f64c5c
Indentation tidying
2009-10-20 13:35:43 +01:00
8565a6d7b8
Turning timeChecks on
2009-10-20 13:35:19 +01:00
0aef45c88d
cosmetics
2009-10-20 11:49:34 +01:00
1ec5913100
Changing "math" back to "mathematical" and incorporating degToRad and
...
radToDeg.
2009-10-20 11:02:56 +01:00
aa94ddf384
Changing boost thread library name, boost 1.40
2009-10-20 11:00:52 +01:00
3c788010fb
Merge commit 'bundle/olesenm' into home
2009-10-19 19:47:45 +02:00
93a97bc0e5
Merge branch 'master' into cvm
2009-10-19 18:28:21 +01:00
ec65aa3472
Revert "Reducing compilation time by removing items from Make/files, temporary"
...
This reverts commit 37d84af453 .
2009-10-19 17:05:55 +01:00
41b0812ce7
Corrected build order to reflect new dependency on the forces library:
...
http://www.cfd-online.com/Forums/openfoam-bugs/69141-compilation-order-single-precision-issues.html
2009-10-19 16:03:23 +01:00
1e3e3d3439
Merge branch 'sixDofPatch'
2009-10-19 15:59:05 +01:00
f14d76738b
Adding floatingObject tutorial case.
2009-10-19 15:58:40 +01:00
81f20b5fb2
Merge branch 'sixDofPatch'
2009-10-19 15:54:05 +01:00
f7becf36bc
Merge branch 'master' into sixDofPatch
2009-10-19 15:51:05 +01:00
21e6d23674
Tidy up of comments and names. Changing back to mathematical from math.
2009-10-19 15:50:05 +01:00
ebe1bda491
cosmetics
2009-10-19 14:56:02 +01:00
ef350447b1
Merge commit 'OpenCFD/master' into olesenm
2009-10-19 14:21:12 +02:00
ffc9d0d97b
find/replace pi/180.0 -> degToRad() and 180.0/pi -> radToDeg()
...
- note left utilities/mesh/advanced/collapseEdges/collapseEdges.C as-is.
It looks suspicious, but the change was recent, so maybe it means something
2009-10-19 13:53:25 +02:00
61a577c860
minor cleanup on constants/
...
- removed/renamed one level of directories, not all constants are dimensioned
global/dimensionedConstants -> global/constants/
global/dimensionedConstants/constants/* -> global/constants/
- formatting and doxygen cleanup
- added degToRad() and radToDeg() inline functions (in mathematicalConstants)
removed equivalent degToRad() from engineTime
2009-10-19 13:00:33 +02:00
2125ba00de
Merge branch 'master' into particleInteractions
2009-10-19 11:37:48 +01:00
61ad54ec03
skip group type 7 (nodes) as output by salome
2009-10-18 21:14:15 +01:00
1ef88a2aef
blockMesh reader fix, start refactoring of PV3Readers
...
- apply scaleFactor (eg, mm->m) in PV3 reader - this looks better when
overlaying with other objects
- stop segfault when paraview exits without deleting readers first
2009-10-18 17:50:41 +02:00
c57262c2a0
Cleanup/fixup paraview readers
...
- remove patch/point text labels upon deletion
- combined client/server plugin instead of separate .so files
first experiment with adding panel decorations
- directory reorganization
2009-10-18 16:23:41 +02:00
822019bb6a
assign pointers to NULL after deletion
2009-10-13 17:43:14 +01:00
a8f7488e0f
Merge branch 'olesenm'
2009-10-13 12:39:35 +01:00
e63d133192
Merge branch 'concaveTrackingByCell' into particleInteractions
2009-10-12 16:12:01 +01:00
0e5b1affdb
Removing the 'intrudes into owner/neighbour' data members.
2009-10-12 15:06:48 +01:00
2ff47b7909
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2009-10-12 13:04:02 +01:00
e9af73e39c
Removing unnecessary mathConstant.H include
2009-10-12 12:41:21 +01:00
f87d36f34c
Rename sixDof to sixDoF
2009-10-12 11:22:41 +01:00
fdc1ccac19
Merge branch 'master' into sixDofPatch
2009-10-12 11:09:18 +01:00
a213537563
Adding -lrt for decomposition methods.
2009-10-11 14:21:33 +01:00
00fe187f77
Adding constraint of tracking motion in reduced dimension cases. Not
...
altering the dsmc particle's velocity - that was the problem before,
as the tracking modifies it on patch collision. Creating a local
velocity used only for the tracking destination.
2009-10-11 14:17:45 +01:00
51ebdc5e80
Merge branch 'master' into dsmc
2009-10-11 11:16:56 +01:00
0cbddca2c8
Neater handling of non-patch face crossing. Not applying a small
...
tracking increase to patch interactions.
2009-10-11 00:02:36 +01:00