Commit Graph

6504 Commits

Author SHA1 Message Date
4653f8efeb ENH: orientedSurface: split off topological walking 2011-06-24 16:24:13 +01:00
5aa41eb9f2 Merge branch 'cvm' of /home/noisy3/OpenFOAM/OpenFOAM-dev into cvm 2011-06-24 16:23:17 +01:00
a96dd6584a BUG: triSurfaceSearch: clear hits before using. 2011-06-24 16:15:25 +01:00
5e8b74ad09 ENH: added writeTetMesh control to dump tets 2011-06-24 16:14:41 +01:00
4024c5bca6 STYLE: conformalVoronoiMesh: comment about referred vertices 2011-06-24 16:12:23 +01:00
ee24b31987 ENH: removing isSurfacePoint.
It was conceptually broken.  The idea was that in certain cases, you knew that
you were on the surface of the geometry (point pair distance queries for
example) so didn't need to do a nearest-point-on-surface query.  This was fine
for a single surface, but when there were multiple surfaces, the first
high-priority surface would return a size, even if the query point was miles
away.  To fix this would need a distance check, removing the point of the check
altogether.
2011-06-24 16:00:46 +01:00
25a9330090 ENH: Prevent face filtering on any cell comprising any dual vertex with any
Delaunay vertex of its tet that is non-real, i.e. don't filter near the
parallel interface.

E# Please enter the commit message for your changes. Lines starting
2011-06-24 14:17:46 +01:00
c095eb4c36 ENH: Use reduce to ensure parallel filtering is synchronised. 2011-06-24 14:17:04 +01:00
5e59dc2b19 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2011-06-24 13:41:25 +01:00
ff2bafa330 interfaceProperties: correct alpha1 gradient following curvature calculation. 2011-06-24 13:41:21 +01:00
9da17e04ee SRFPimpleFoam: upgraded from OpenFOAM-1.7.x for OpenFOAM-dev 2011-06-24 13:40:20 +01:00
b00911ac05 ENH: move startOfInternal points out of insertInitialPoints. 2011-06-23 16:33:21 +01:00
1234c6bda7 ENH: Improved handling of pointFile - always look in constant. 2011-06-23 15:43:19 +01:00
bc22e604d5 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-06-23 12:24:17 +01:00
e5a6967af2 Merge branch 'cvm' of /home/noisy3/OpenFOAM/OpenFOAM-dev into cvm 2011-06-23 12:24:10 +01:00
64f586966d ENH: surfaceOrient: orient using intersections 2011-06-23 12:24:01 +01:00
54d55295f0 ENH: surfaceOrient: orient using intersections 2011-06-23 12:23:13 +01:00
c738768914 ENH: No output on not found patch. 2011-06-23 11:12:19 +01:00
a8e03d6778 Merge branch 'master' into cvm 2011-06-23 11:02:48 +01:00
d2ad25fdd6 ENH: topoSet: time loop
Conflicts:

	applications/utilities/mesh/manipulation/topoSet/topoSet.C
2011-06-23 10:55:58 +01:00
e9a61ad3e5 ENH: Adding not-found patches to nearest instead of default. 2011-06-23 10:08:06 +01:00
a0a6dfb19d ENH: Prevent overflow in weight field. 2011-06-22 17:33:04 +01:00
05fd8276e9 Merge branch 'cvm' of ssh://hunt//home/noisy3/OpenFOAM/OpenFOAM-dev into cvm 2011-06-22 17:31:58 +01:00
bfb9e4bf33 BUG: Influence referring must refer tets with only pair slave real vertices. 2011-06-22 17:27:16 +01:00
ae29a3b479 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2011-06-22 15:07:59 +01:00
6c26474ce3 ENH: Add functionality to singleStepReactingMixture 2011-06-22 15:07:38 +01:00
e5daf80a77 STYLE: orientedSurface.C: date 2011-06-22 14:36:51 +01:00
cf51528d49 BUG: orientedSurface: multiple parts of surfaces not visited 2011-06-22 14:31:21 +01:00
de200baf7d BUG: orientedSurface: multiple parts of surfaces not visited 2011-06-22 14:30:03 +01:00
dc6d296372 BUG: matchPoints: use 2* match tolerance as tolerance in magSqr comparison 2011-06-22 14:29:39 +01:00
6def59d23f ENH: Always output background mesh refinement. 2011-06-22 11:29:30 +01:00
a38774d7e6 ENH: topoSet: time loop 2011-06-21 18:56:20 +01:00
1c44de9061 STYLE: for "if(" and "for(" add space before "(". 2011-06-21 16:59:18 +01:00
3c59b696ee STYLE: Change Details -> Coeffs. 2011-06-21 16:58:00 +01:00
949340181f ENH: Allow restart from processor internalDelaunay vertices. 2011-06-21 16:41:18 +01:00
90427eb2f3 ENH: backgroundMeshDecomposition robustness - stop runaway refinement. 2011-06-21 13:29:41 +01:00
1dfe404536 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-06-21 11:08:05 +01:00
8fc5612159 BUG: dynamicCodeContext: preprocessing options_, localCode_ 2011-06-21 11:07:48 +01:00
f450ec9721 ENH: Added const thermo option to chemistry models 2011-06-21 11:00:28 +01:00
9ccf31bc65 Merge branch 'cvm' of ssh://hunt//home/noisy3/OpenFOAM/OpenFOAM-dev into cvm 2011-06-20 21:28:06 +01:00
6fc2e685f4 ENH: Increasing the range of the local sphere overlap test. 2011-06-20 17:28:59 +01:00
338c5c5fa7 ENH: Improved parallel intersection testing. 2011-06-20 17:25:53 +01:00
4c48cc92e2 ENH: Improve overlap testing.
Only test circumspheres that overlap the current processor boundary.

Sphere overlap test is just a findNearest test, no need for findSphere.

Function for cell: internalOrBoundaryDualVertex.
2011-06-20 15:51:58 +01:00
93d5fc7445 Merge branch 'cvm' of /home/noisy3/OpenFOAM/OpenFOAM-dev into cvm 2011-06-20 12:03:36 +01:00
fe8e25254d ENH: Improved parallel memory reporting. 2011-06-20 11:50:55 +01:00
258d9a7f59 STYLE: Updated copyright year 2011-06-20 10:41:07 +01:00
46ef467160 STYLE: Using isAbsolute for file name type checks 2011-06-20 10:40:31 +01:00
605c27ae0e ENH: Motion of points in parallel.
Insertion or removal can only happen between real, internal points, not between
real internal and referred internal points.

Function (referredInternalOrBoundary) name change, more accurate.
2011-06-20 09:55:54 +01:00
bb5576b56d ENH: Do not do updateSizesAndAlignments in parallel. 2011-06-20 09:26:15 +01:00
681dea8145 Merge branch 'cvm' of /home/noisy3/OpenFOAM/OpenFOAM-dev into cvm 2011-06-17 17:25:15 +01:00