laurence
db8857a88b
ENH: cvMesh: Reactivate automatic cell-sizing within iterations
2012-03-16 15:11:50 +00:00
laurence
a2a9a09f94
BUG: Add indentation to Info statement
2012-03-16 15:11:22 +00:00
laurence
3dcfc986d6
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
...
Conflicts:
applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtract.C
2012-03-27 12:41:27 +01:00
mattijs
9f995fe1b7
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-03-26 12:18:28 +01:00
mattijs
ec25783410
ENH: splitMeshRegions, autoHexMesh: allocate face-decomp structure before doing findCell
2012-03-26 12:17:46 +01:00
mattijs
716374286d
BUG: createBaffles: duplicate command line option specification
2012-03-26 12:13:31 +01:00
andy
9530ab74d6
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-03-23 14:50:14 +00:00
andy
7cbf62f4d6
STYLE: wrapped extrudeToRegionMesh header doc in verbatim/endverbatim
2012-03-23 14:50:03 +00:00
sergio
6c6ac0ef10
ENH: Adding region option
2012-03-23 11:53:38 +00:00
andy
cd16832824
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-03-22 14:48:33 +00:00
andy
79062e3fa2
ENH: Updated fluent3DMeshToFoam Flex rules for reading header information
2012-03-22 14:48:27 +00:00
laurence
73ec082aa7
ENH: surfaceFeatureExtract: Use a dictionary instead of command line options
2012-03-20 17:46:34 +00:00
laurence
c6a2710bbe
COMP: surfaceFeatureExtract: Clean up build
2012-03-20 17:46:04 +00:00
mattijs
3159127b88
STYLE: writeCellCentres: comment out unused code
2012-03-20 17:28:05 +00:00
mattijs
6ac73b7d58
STYLE:topoSetDict: make consistent with code
2012-03-20 17:27:09 +00:00
mattijs
c440f4fbb9
ENH: topoSet: added pointToCell/Face with edge option
2012-03-20 14:12:51 +00:00
mattijs
d85480969e
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-03-16 12:13:01 +00:00
laurence
37f56b61ae
Merge branch 'cvMesh-automaticCellSize'
2012-03-16 11:27:56 +00:00
laurence
3a9b54f3b1
ENH: cvMesh: Add support for changing the surface cell size during a simulation
...
Currently disabled, but adding the functionality to change the cell size
based upon the non-orthogonality and the offset of patch faces from the
surface they are supposed to conform to.
2012-03-16 11:25:09 +00:00
laurence
dbc7526abb
ENH: surfaceFeatureExtract now builds with CGAL support for curvature
...
extendedFeatureEdgeMesh: Add function to find all feature points within a sphere
treeDataPoint: Add support for point overlap test
2012-03-16 11:21:43 +00:00
laurence
23470c19ae
ENH: Add automatic, fieldFromFile and uniformValue cell sizing for surfaces
2012-03-16 10:16:19 +00:00
laurence
644a76b40c
ENH: Add time selection to checkCvMesh
2012-03-16 10:17:24 +00:00
laurence
7f6527130b
STYLE: Update headers
2012-03-16 10:11:24 +00:00
mattijs
7b5fec3361
BUG: extrudeToRegionMesh: extruding cyclics
2012-03-15 15:41:05 +00:00
mattijs
efb2f886fa
BUG: createPatch: do not remove cyclics since are referred to by opposite side or processorCyclics
2012-03-14 09:35:02 +00:00
mattijs
426c1b393d
ENH: setFields: single warn for internal faces; Updated setFieldsDict
2012-03-14 09:33:56 +00:00
andy
06e2a6b791
STYLE: added further explanation to Q utility header
2012-03-09 14:56:54 +00:00
mattijs
8695d09a92
BUG: renumberMesh: not flipping faces
2012-03-07 14:53:09 +00:00
mattijs
129d1224e8
BUG: renumberMesh: multiple processor faces on cells
2012-03-07 09:27:42 +00:00
mattijs
9b0518f015
STYLE: vtkUnstructuredToFoam: date
2012-03-05 14:18:07 +00:00
mattijs
8cabdb25df
ENH: vtkUnstructuredToFoam: vtk mesh reader
2012-03-05 14:16:15 +00:00
mattijs
10cb0b37ad
BUG: checkMesh: handle 0 size meshes
2012-03-05 14:14:23 +00:00
laurence
7fb932f697
BUG: cvMesh: revert the quick circumsphere test in buildParallelInterface
2012-03-05 09:23:38 +00:00
laurence
3592ce9e58
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-03-02 16:51:16 +00:00
laurence
14594f2ee1
BUG: cvMesh: Change == to = in buildParallelInterface
2012-03-02 16:19:03 +00:00
mattijs
0b31fcb243
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-03-01 17:49:21 +00:00
mattijs
c6b11dd751
ENH: renumberMesh: add zoltan
2012-03-01 17:48:22 +00:00
laurence
edccfce28e
Merge branch 'cvMesh'
2012-03-01 17:45:27 +00:00
laurence
f0bcc20b40
ENH: cvMesh: Improve parallel algorithm
...
Add functions to indexedCell and indexedVertex to calculate duals
and work out whether cell or vertex is near a processor boundary.
Add functions to seed and remove far points around the processor
boundary.
2012-03-01 17:36:04 +00:00
laurence
fbc77c4c73
BUG: extendedFeatureEdgeMesh: Return a miss if a edge end is the nearest hit
2012-03-01 17:24:37 +00:00
laurence
fd953175e0
ENH: cvMesh: Add quick rejection tests to octree and buildParallelInterface
2012-03-01 17:21:13 +00:00
laurence
369d4967d2
ENH: checkCvMesh: Add application to output bad faces.
...
Uses the cvMesh polyMesh quality sub-dictionary settings to output
a set of bad faces to be viewed.
2012-03-01 17:09:27 +00:00
mattijs
ff1d39c934
ENH: cvMeshSurfaceSimplify: new cvMesh utility to output the surface
2012-02-29 14:41:22 +00:00
mattijs
0b17de6901
ENH: sampleDist: added option
2012-02-29 11:47:36 +00:00
mattijs
055108622e
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-02-29 10:31:04 +00:00
laurence
b5737931e5
Merge branch 'cvMesh'
2012-02-28 18:26:31 +00:00
laurence
3b6a1f144e
ENH: cvMesh: revert default minCellSizeLimit in autoDensity
2012-02-28 18:25:08 +00:00
mattijs
23ee80ebad
ENH: cellSizeControlSurfaces: access to defaultCellSzie
2012-02-27 14:45:17 +00:00
mattijs
0d4c02c839
BUG: mergePolyMesh: zone indexing bug
2012-02-23 15:25:03 +00:00
mattijs
139c22716d
ENH: renumberMesh: make frontwidth calculation an option
2012-02-22 16:34:58 +00:00