Commit Graph

4218 Commits

Author SHA1 Message Date
3c788010fb Merge commit 'bundle/olesenm' into home 2009-10-19 19:47:45 +02: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
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
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
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
e9da288118 Reverted the Americanism "math" back to the original "mathematical" and reverted name of
the include file back to mathematicalConstants.H to make upgrading code slightly easier.
2009-10-10 22:58:58 +01:00
d416664301 Renamed to a more descriptive and generic name. 2009-10-10 22:56:46 +01:00
08fb4d5833 avoid spurious warnings on rm log.* 2009-10-09 19:46:08 +02:00
680c3272aa extraneous libs 2009-10-09 17:17:09 +01:00
24479b6102 use prfValue 2009-10-09 17:16:37 +01:00
b3624de7a3 named regIOobject for dictionary 2009-10-09 15:11:58 +01:00
9b89dd125c renaming of solidBodyMotionFunctions 2009-10-09 13:45:40 +01:00
4ed11a6c23 renaming of solidBodyMotionFunctions 2009-10-09 13:43:37 +01:00
29f40776ed Fixing bug in faceIntersection where the sign of the distance was
being discarded on return from the triPointRef intersecion test.  Was
only appearing when using FULL_RAY tests.
2009-10-09 10:39:06 +01:00
5ecde8d92e new solidBodyMotionFunctions 2009-10-08 17:55:26 +01:00
f7d9174738 Merge commit 'OpenCFD/master' into olesenm 2009-10-08 16:50:34 +02:00
98c3d099fd new solidBodyMotionFunctions 2009-10-08 15:15:42 +01:00
dfe5fb4aa9 name nut and G 2009-10-08 15:12:33 +01:00
88e0887a47 fix indentation 2009-10-08 15:09:47 +01:00
84be998ebc Merge commit 'OpenCFD/master' into olesenm 2009-10-08 12:07:04 +02:00
5e852915f5 Merge commit 'bundle/home' into olesenm
Conflicts:
	src/autoMesh/autoHexMesh/trackedParticle/trackedParticle.H
	src/mesh/autoMesh/autoHexMesh/trackedParticle/trackedParticle.H
	src/mesh/blockMesh/blockMesh/blockMeshMerge.C
	src/postProcessing/functionObjects/field/streamLine/streamLineParticle.H
2009-10-08 12:03:35 +02:00
c45ea2c4f1 reworked stringListOps to improve the flexibility
- added subsetStrings and inplaceSubsetString

- added class wordReListMatcher to wrap a match() for a UList<wordRe>
2009-10-08 11:32:26 +02:00
33156d98dd blockMesh/curvedEdges misc. cleanup
- also sifted through code to find out why polySplineEdge is going wrong

  It doesn't seem to be a virtual/non-virtual issue, but appears to
  be an issue with how BSpline is solving for the new points.
2009-10-08 01:02:53 +02:00
e003b5207a PV3blockMeshReader - added display of curvedEdges 2009-10-07 22:42:41 +02:00
4bc523b593 added curvedEdges::compare(const edge&) 2009-10-07 21:16:21 +02:00
d2b1861ca3 mpich2 support 2009-10-07 15:08:53 +01:00
ebfe8de6f4 ../etc/settings.csh 2009-10-07 15:08:34 +01:00
86af21c833 radiation fixes 2009-10-06 14:52:20 +01:00
e5b647ed87 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2009-10-06 14:48:41 +01:00
4f08a18800 moved temperature coupled baffle into compressible 2009-10-06 14:48:31 +01:00
a4d76986c7 radiation fixes 2009-10-06 14:44:05 +01:00
9c1d1dc7b9 skip c++ include for mpi.h 2009-10-06 14:43:42 +01:00
da62572187 ParaView reader for blockMesh
- first version. Only uses simple hex shapes for the blocks.
2009-10-05 23:36:08 +02:00