ec67450164
ENH: orientedSurface: added orienting based on intersection test
2011-06-29 09:54:18 +01:00
0b18291a98
BUG: triSurfaceSearch: did not clear hits
2011-06-29 09:53:43 +01:00
1ee83d9066
STYLE:triSurfaceMesh.C: extraneous expression
2011-06-29 09:52:37 +01:00
68b591cee1
ENH: line lengths.
2011-06-28 18:59:13 +01:00
c3fd6af474
Merge branch 'cvm' of ssh://hunt//home/noisy3/OpenFOAM/OpenFOAM-dev into cvm
2011-06-28 18:33:45 +01:00
7ffe4d83d7
ENH: Using site lists in force calculation.
2011-06-28 18:33:08 +01:00
a43a4e1654
Corrected comparison operators to be POSIX-compliant
...
Reduced the required gcc version to 4.3.2
2011-06-28 11:43:51 +01:00
ac65f2c5f3
STYLE: searchableSurface.C: date
2011-06-28 10:47:11 +01:00
28ad00518a
Merge branch 'cvm' of /home/noisy3/OpenFOAM/OpenFOAM-dev into cvm
2011-06-28 10:43:54 +01:00
6c997355b1
ENH: conformalVoronoiMesh.C: have negative mixed points coeff disable specialised handling
2011-06-28 10:43:15 +01:00
76b9524796
ENH: Initial modifications to MD to incorporate strathclyde work.
2011-06-28 09:47:40 +01:00
0d1ac11541
WIP: parallel face filtering WIP.
2011-06-27 17:50:21 +01:00
b10c9482d1
ENH: indexedCell and tet output improvements.
2011-06-27 17:48:09 +01:00
d1a8375816
wmake options files: corrected EXE_LIBS -> LIB_LIBS
2011-06-27 16:58:58 +01:00
0565328638
ENH: Add cellIndex enum and move use tests away from <0, == -1 tests.
2011-06-27 15:19:23 +01:00
30c79d4a3e
STYLE: enum names.
2011-06-27 15:18:03 +01:00
01e3374e8c
ENH: searchableSurface: names for inside/outside status
2011-06-27 15:03:03 +01:00
876810dd0c
ENH: added surfaces w.r.t. locationInMesh printing
2011-06-27 15:01:16 +01:00
d337da2f79
ENH: carWheel: single wheel from car
2011-06-27 14:25:51 +01:00
d008d22cea
STYLE: writeCellCentres: date
2011-06-24 17:58:03 +01:00
70cac99a7c
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2011-06-24 17:56:14 +01:00
f68356679c
ENH: writeCellCentres: added region option
2011-06-24 17:55:59 +01:00
77d1e2231d
ENH: surfaceFeatureExtract: optionally filter out non-manifold edges
2011-06-24 16:24:58 +01:00
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
3732286a69
ENH: added writeTetMesh control to dump tets
2011-06-24 16:16:31 +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
0ce485edaa
SRFPimpleFoam/rotor2D tutorial: corrected headers
2011-06-24 13:55:30 +01:00
f225ff9de5
SRFPimpleFoam/rotor2D tutorial: corrected headers
2011-06-24 13:54:38 +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
0143dd5b34
flex: Updated command-line options to work with flex version 2.5.4
2011-06-24 13:40:39 +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
b15e01f315
ENH: car meshing - merge close points on surface, use closedTriSurface.
...
Wheels are baffle surface.
2011-06-23 16:05:01 +01:00
1234c6bda7
ENH: Improved handling of pointFile - always look in constant.
2011-06-23 15:43:19 +01:00
ec693dffcc
Merge branch 'cvm' of ssh://hunt//home/noisy3/OpenFOAM/OpenFOAM-dev into cvm
2011-06-23 13:57:25 +01:00
d04e2a2cdc
ENH: car: tutorial initial commit
2011-06-23 13:35:41 +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
23f2ee8989
ENH: cvMeshDict: merging close points
2011-06-23 12:19:48 +01:00
6e32fd04a2
Revert "ENH: match defaultMatchTol public."
...
This reverts commit 8c8a4a00c8 .
2011-06-23 12:15:00 +01:00
8c8a4a00c8
ENH: match defaultMatchTol public.
2011-06-23 12:14:37 +01:00