Commit Graph

1014 Commits

Author SHA1 Message Date
laurence
15ba9ec7c5 ENH: cvMesh: speed up edge refinement 2013-02-12 15:45:21 +00:00
laurence
10042d2a0a ENH: cvMesh: Add option to print vertex info 2013-02-08 15:45:24 +00:00
laurence
ec313f856c ENH: cvMesh: DelaunayMesh: Switch to using dictionary to construct patches 2013-02-08 15:42:29 +00:00
laurence
528b3e8caf ENH: cvMesh: Default alignment to identity tensor if it is bad 2013-02-07 15:56:35 +00:00
laurence
777e73d74b ENH: cvMesh: Try to fix alignment 2013-02-07 15:07:47 +00:00
laurence
6799d66605 ENH: cvMesh: Orthogonalize triads 2013-02-07 14:32:51 +00:00
laurence
6628a12d19 ENH: cvMesh: Add method for finding discontinuities on the cell size mesh 2013-02-06 15:30:42 +00:00
laurence
84ad150b88 ENH: cvMesh: Use dictionary constructor for polyPatch 2013-02-06 12:10:25 +00:00
laurence
58c11b121f BUG: cvMesh: Remove debugging output 2013-02-05 15:07:54 +00:00
laurence
b125db9ecb ENH: cvMesh: Enable use of regions in conformationSurfaces. Make cell sizing relative to default. 2013-02-05 14:47:50 +00:00
laurence
2bfe3cefd0 ENH: Do not add empty patches to the patch list 2013-02-01 11:43:13 +00:00
laurence
a153b8ef17 BUG: cvMesh: feature point types wrong way around. 2013-01-30 16:26:09 +00:00
laurence
6a13810770 BUG: add bounding boxes to cell size mesh 2013-01-29 17:38:27 +00:00
laurence
02ffb69a6a ENH: Add templates file 2013-01-29 17:01:27 +00:00
laurence
18e8d2bead STYLE: cleanup 2013-01-29 16:51:53 +00:00
laurence
181e4b29f9 ENH: Shift printVertexInfo to the DelaunayMesh class 2013-01-29 16:50:04 +00:00
laurence
323844436b ENH: Feature point handling for 2 Internal, 1 External case 2013-01-29 16:46:17 +00:00
laurence
53533a2da2 ENH: cvMesh: split refinement and smoothing of background mesh 2013-01-28 18:01:22 +00:00
laurence
07cb342aeb Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev into feature/cvMesh
Conflicts:
	src/OpenFOAM/primitives/triad/triad.C
2013-01-28 15:17:48 +00:00
mattijs
3eab66f0a6 COMP: extrudeToRegionMesh: missing include 2013-01-28 14:58:13 +00:00
mattijs
26f9bc471b ENH: extrudeMesh: update to new PatchTools api 2013-01-28 14:21:23 +00:00
mattijs
fdd659bd77 ENH: extrudeToRegionMesh: extrude patchFaceCentres, patchEdgeCentres 2013-01-22 17:07:17 +00:00
laurence
4256e0a770 ENH: edgeCollapser: Make mesh checking optional and set default values for dictionary
Update biconic25-55Run35 tutorial with simplified collapseDict
2013-01-21 14:39:16 +00:00
laurence
32d358e4c3 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-01-20 15:25:30 +00:00
laurence
e44ee6a4b0 ENH: quaternion: Add power and exp functions 2013-01-10 14:36:01 +00:00
laurence
ff3654956a STYLE: Code cleanup and add some comments 2013-01-10 10:50:05 +00:00
mattijs
b20b5d3706 ENH: decomposePar: corrected dictionaries 2013-01-09 14:52:51 +00:00
mattijs
8e9de94024 ENH: extrudeToRegionMeshDict: update for new extrusion models 2013-01-09 14:07:27 +00:00
mattijs
365689c0ce Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-01-08 12:39:30 +00:00
mattijs
80e5beb6e2 ENH: extrudeModel: generic radial extrusion (radii specified through interpolation table) 2013-01-08 12:16:01 +00:00
laurence
140d548fe7 COMP: Fix Make/options file for cellSizeAndAlignmentGrid 2013-01-08 11:24:20 +00:00
laurence
c0a417355d Revert "COMP: cvMesh and cv2DMesh removed"
This reverts commit e4c1409679.
2013-01-08 10:48:45 +00:00
laurence
e4c1409679 COMP: cvMesh and cv2DMesh removed 2013-01-07 16:08:56 +00:00
laurence
a13d9b50d0 BUG: searchableSurfaceControl: Size the size and alignment fields 2013-01-07 13:31:35 +00:00
laurence
d722378fc4 ENH: cvMesh: detect and remove indirect patch faces
Find patch faces that do not result from point pairs and aggressively delete
2013-01-04 14:33:23 +00:00
laurence
45ce8ab68d ENH: Update cellShapeControl to work with 2D mesher and remove dependency on the Triangulation 2013-01-04 14:30:07 +00:00
laurence
660ddd6d70 ENH: cv2DMesh: Do not add empty patches 2013-01-04 12:47:56 +00:00
laurence
5879a730fc cv2DMesh: Initial Commit with tutorials 2013-01-03 17:07:25 +00:00
mattijs
bc57d89d01 COMP: setSet: extraneous library 2013-01-03 16:13:16 +00:00
laurence
9989b015a6 COMP/ENH: Update assignments to constructors to compile with clang. Add tensor->triad conversion. 2012-12-24 15:36:50 +00:00
laurence
180cb0bbc1 ENH: cvMesh: Construct cvMesh object after checkGeometry 2012-12-20 12:38:04 +00:00
mattijs
14b93d5f7b ENH: subsetMesh: revert to original behaviour. Moved clever selection into cellSources 2012-12-18 15:00:47 +00:00
mattijs
774db288aa ENH: regionToCell: allow multiple regions and erosion 2012-12-18 14:49:35 +00:00
mattijs
100a25ee25 STYLE: defineDebug: move into Foam namespace 2012-12-17 17:35:42 +00:00
mattijs
9669f47bbd COMP: conformalVoronoiMesh: missing include file 2012-12-17 15:02:33 +00:00
mattijs
b3ba13a43c COMP: options: LIB_LIBS instead of EXE_LIBS 2012-12-17 14:58:47 +00:00
mattijs
e9be8229a3 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-12-17 13:51:35 +00:00
mattijs
ceecb84573 ENH: checkMesh: moved some checking functionality to polyMesh 2012-12-17 13:45:19 +00:00
Henry
db89978ade Updated headers for Laurence and Andy 2012-12-17 11:42:00 +00:00
laurence
0953846fa9 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-12-12 16:32:23 +00:00