mattijs
e2cc8830d4
ENH: tetrahedron: move slicing with plane. Removed tetPointRef.H
2012-01-16 15:48:15 +00:00
mattijs
6a6986b4ce
BUG: createBaffles.C: converting coupled faces into baffles
2012-01-13 11:58:27 +00:00
andy
d0cc8a85f5
BUG: Corrected renumberMethods path (options file) for renumberMesh utility
2012-01-12 09:08:01 +00:00
laurence
e0824b9692
BUG: objToVTK: Do not print vertex normal header in vtk if none are in the obj
2012-01-05 17:45:46 +00:00
laurence
46421f7e2d
ENH: objToVTK: Add support for vertex normals (vn)
2012-01-04 11:47:49 +00:00
mattijs
f4eeef024e
STYLE: duplicate ;;
2011-12-23 15:36:43 +00:00
mattijs
704b33fa79
ENH: renumberMesh: get block ordering working
...
- added boundaryFirst renumbering method
- renumbering in parallel
- make api methods const
2011-12-21 15:13:04 +00:00
mattijs
5d4030b7f2
BUG: renumberMesh.C: reading bool from dictionary
2011-12-21 10:34:42 +00:00
mattijs
96d6f13f5e
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2011-12-20 09:11:23 +00:00
mattijs
f80b3a793a
ENH: nonBlockingGaussSmoother: block as late as possible.
...
renumberMesh: option for sorting proc cells last to benefit from this.
2011-12-20 09:09:51 +00:00
andy
bde3edacd3
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2011-12-16 12:17:24 +00:00
mattijs
5588507299
ENH: renumberMesh: have -dict option to read renumberMeshDict
2011-12-13 13:00:39 +00:00
mattijs
c63898c9c5
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2011-12-13 12:45:12 +00:00
andy
da4f8e69dc
STYLE: Minor code formatting
2011-12-12 17:34:54 +00:00
andy
df24320326
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2011-12-12 16:39:59 +00:00
mattijs
2d7b3363ed
ENH: patchToFace: allow patch groups in patchToFace
2011-12-12 16:33:11 +00:00
laurence
40fda4f99d
STYLE: cv2DMesh: Moved inline function definitions into separate header files.
2011-12-12 14:37:38 +00:00
andy
539bf2f34e
STYLE: Minor code formatting
2011-12-12 11:39:36 +00:00
andy
a53b192d7d
STYLE: Minor code formatting corrections and corrected copyright year
2011-12-12 11:23:54 +00:00
andy
5715d9965b
ENH: Better output message for non 2-D mesh
2011-12-12 11:23:00 +00:00
andy
3c823f658e
ENH: Removed unused #include file
2011-12-12 11:21:51 +00:00
andy
547dfe2d7c
ENH: Use IOdictionary instead of dictionary
2011-12-12 11:20:59 +00:00
laurence
6eb239279b
BUG: cvMesh: Reinstated function in cellSizeFunctions
2011-12-09 14:56:43 +00:00
laurence
b137607820
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2011-12-09 12:49:58 +00:00
laurence
ee8c2e4908
BUG: Remove overwrite option from extrude2DMesh and unused variable in cvMesh
2011-12-09 12:48:45 +00:00
mattijs
4fe5330de1
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2011-12-09 12:05:24 +00:00
mattijs
72ef3d26e4
ENH: renumberMesh: backwards compatibility: use default if no system/renumberMeshDict
2011-12-09 11:27:11 +00:00
laurence
ed1fd3d46a
Merge branch 'cv2d'
2011-12-09 10:47:54 +00:00
mattijs
67d0c0f597
STYLE: renumberMeshDict: changed defaults for spring to work with tet-pipe
2011-12-09 08:38:49 +00:00
mattijs
17a38cff7c
ENH: mergePoints: new API, now templated
2011-12-08 16:32:46 +00:00
mattijs
d5268bf30c
ENH: renumberMesh: use renumberMethods library
2011-12-08 16:28:32 +00:00
mattijs
8667536a2b
ENH: various: move boundaryField(), internalField() out of loop
2011-12-02 10:38:18 +00:00
mattijs
0af9b561c2
ENH: extrudeToRegionMesh: parallel extrusion, extrude from faceSets
2011-11-30 17:55:15 +00:00
mattijs
51b6dcd4a3
COMP: 64bit label changes
2011-11-28 12:56:34 +00:00
mattijs
8558af2cdf
COMP: 64bit label changes
2011-11-28 11:10:46 +00:00
mattijs
b06cd15151
BUG: extrudeToRegionMesh: fix indexing.
2011-11-23 15:28:38 +00:00
Sergio Ferraris
7ae2d39f42
ENH: Changing dict and name of wedge and empty polypatch
2011-11-18 14:35:03 +00:00
mattijs
cb6c3452e7
STYLE: snappyHexMeshDict: added writing of cellCentre fields in debug mode
2011-11-18 11:28:01 +00:00
mattijs
cc825319d2
ENH: singleCellMesh: do all times, write to different region
2011-11-18 11:27:30 +00:00
laurence
075e47ea5a
ENH: Merge cvMesh functionality into cv2DMesh
...
- Added conformationSurface and searchableSurface classes in place
of querySurface.
- Added cellSizeControl class.
- Change cvMesh argument of relaxation model constructor to Time.
- Add writePrecision option to surfaceConvert.
- Add onLine function to surfaceFeatureExtract.
- Remove querySurface.
- Move createShellMesh and extrude2DMesh to their own libraries.
- Replace controls and tolerances with a cv2DControls object.
- Add patchToPoly2DMesh class to extrude2DMesh.
2011-11-18 09:53:46 +00:00
mattijs
acba38b8aa
ENH: setSet: do not exit upon error if in interactive mode
2011-11-16 11:52:40 +00:00
mattijs
d6ef1ac9d1
STYLE: snappyHexMeshDict: changed default
2011-11-15 18:18:25 +00:00
mattijs
f1aa8b5f2a
ENH: topoSet: add remove support
2011-11-15 17:58:10 +00:00
laurence
7b88ff0824
ENH: cv2DMesh and cvMesh: Addition of 2D mesher.
...
cv2DMesh: Initial commit
cvMesh: Constructors take Time argument instead of conformalVoronoiMesh
2011-11-11 09:55:46 +00:00
mattijs
ca4b8c347c
ENH: polyMesh,meshSearch: default value on findCell, pointInCell
2011-11-08 17:03:54 +00:00
mattijs
24b3b3e1a9
ENH: extrudeToRegionMesh: removing empty patches
2011-11-08 16:35:04 +00:00
mattijs
e5a635c8b1
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2011-10-28 11:46:45 +01:00
mattijs
ee11f9c0e8
ENH: pointInCell, findCell: switchable in-cell algorithm
2011-10-28 11:33:30 +01:00
mattijs
6e08162fc2
BUG: extrude2DMesh: offset z-points
2011-10-28 11:31:45 +01:00
laurence
70bc297da5
BUG: cvMesh.C: Remove #include "fvCFD.H".
2011-10-27 09:44:48 +01:00