laurence
e8d651060d
ENH: foamyHexMesh: Insert referred points that are outside convex hull
2013-09-18 14:58:28 +01:00
laurence
95256688e5
ENH: foamyHexMesh: Move zoning to separate .C file
2013-09-18 14:37:43 +01:00
mattijs
70a25b9c84
ENH: orientFaceZone: new app for orienting faceZones
2013-09-17 15:35:40 +01:00
mattijs
12d87fcacc
ENH: snappyHexMesh: detect small distance snapping
2013-09-13 16:20:03 +01:00
Sergio Ferraris
5eb6320a74
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2013-09-12 17:40:23 +01:00
Sergio Ferraris
c7d1a4b023
ENH:
...
1) Modification to extrudeToRegionMesh to use extrudeModel point distribution function
2) Addition of firstCellThickness option to linearNormal extrude model
2013-09-12 17:39:32 +01:00
mattijs
5ac31aabc8
ENH: FieldMapper: extend with unmapped checking flag
2013-09-12 15:37:53 +01:00
laurence
be937b65dd
BUG: foamyQuadMesh: Track and update all region edges
2013-09-11 15:20:41 +01:00
mattijs
f6673d4bb5
BUG: subsetMesh: consistent instance setting
2013-09-11 12:57:42 +01:00
mattijs
198d0ebc6f
ENH: foamToEnsight: cellZone support
2013-09-11 09:31:20 +01:00
mattijs
8fb58d0e88
BUG: reconstructPar: disallow explicit conversion of instant
2013-09-10 09:07:27 +01:00
mattijs
969af752ad
ENH: patchToPoly2DMesh: added some checking
2013-09-10 08:53:15 +01:00
mattijs
a4909c94bc
BUG: extrude2DMesh: upper-triangular reordering
2013-09-09 17:37:01 +01:00
mattijs
3aacc8eb48
BUG: foamyQuadMesh: in case of 90 degrees exactly alignment dirs not set
2013-09-09 15:32:18 +01:00
laurence
f430a501f6
Merge branch 'feature/foamyHexMesh-baffles'
2013-09-06 17:11:45 +01:00
laurence
42b9779bea
STYLE: Line lengths
2013-09-06 17:11:33 +01:00
laurence
fa748aad69
Merge branch 'feature/foamyHexMesh-baffles'
2013-09-06 17:04:12 +01:00
laurence
6ffcc03de1
BUG: foamyHexMesh: Missing include and find all intersections function
2013-09-06 17:03:41 +01:00
laurence
19df5f6928
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2013-09-06 16:31:12 +01:00
laurence
0df0edf359
ENH: foamyHexMesh: cell/face zone in parallel
2013-09-06 16:30:17 +01:00
andy
f15ad8513e
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2013-09-05 18:24:26 +01:00
mattijs
90a8332ffb
ENH: foamToEnsight: add cellZone support
2013-09-05 16:25:03 +01:00
andy
185eded8d2
ENH: doxygenXmlParser - replaced recursion
2013-09-05 12:11:15 +01:00
mattijs
c40460644f
ENH: snappyHexMesh: move writeLevel into snappyHexMeshDict
2013-09-05 09:52:34 +01:00
mattijs
71528efa13
BUG: surfaceFeatureExtract: checking for valid dictionary
2013-09-05 09:50:44 +01:00
mattijs
714799612e
ENH: surfaceFeatureExtract: skip non-dictionary entries.
2013-09-04 16:23:49 +01:00
laurence
040e6d9159
ENH: foamyHexMesh: add face/cell zoning
2013-09-03 21:00:57 +01:00
laurence
57d929497c
Merge branch 'feature/foamyHexMesh-baffles'
2013-09-03 11:25:14 +01:00
laurence
eaad256f31
face/cell zoning: Create new class surfaceZonesInfo
2013-09-03 11:09:16 +01:00
laurence
298724b078
REVERT: foamyHexMesh: correct function argument list
2013-09-02 16:09:32 +01:00
laurence
505fef5112
REVERT: foamyHexMesh: correct function argument list
2013-09-02 16:08:14 +01:00
laurence
baad5a48d9
REVERT: foamyHexMesh: do not check inside/outside for surface points
2013-09-02 16:06:14 +01:00
laurence
25d81b1f71
ENH: foamyHexMesh: add hasBoundaryPoint() to indexedCell
2013-09-02 15:29:54 +01:00
laurence
2545d88205
ENH: foamyHexMesh: Insert surface points if internal points are exposed
2013-09-02 15:28:13 +01:00
laurence
bf68378389
BUG: foamyHexMesh: write to own processor file in parallel
2013-09-02 14:16:46 +01:00
laurence
c60419e850
ENH: foamyHexMesh: insert surface points on close parallel surfaces
2013-09-02 12:49:24 +01:00
laurence
d2d6514245
BUG: foamyHexMesh: With surfaces of same priority do not overwrite cell size
2013-09-02 10:54:39 +01:00
laurence
6d224df76a
ENH: foamyHexMesh: change inside/outside test to check for nearest intersection
2013-08-30 12:50:02 +01:00
laurence
5e3a057965
ENH: foamyHexMesh: do not allow perturbation to cross surface
2013-08-30 12:19:48 +01:00
laurence
e9cdbdef5e
ENH: foamyHexMesh: Allow surface point insertion on close surfaces
...
ENH: foamyHexMesh: do not point motion to cross surfaces
ENH: foamyHexMesh: do not allow perturbation to cross surface
ENH: foamyHexMesh: change inside/outside test to check for nearest intersection
BUG: foamyHexMesh: With surfaces of same priority do not overwrite cell size
ENH: foamyHexMesh: insert surface points on close parallel surfaces
BUG: foamyHexMesh: write to own processor file in parallel
ENH: foamyHexMesh: Insert surface points if internal points are exposed
ENH: foamyHexMesh: add hasBoundaryPoint() to indexedCell
REVERT: foamyHexMesh: do not check inside/outside for surface points
REVERT: foamyHexMesh: correct function argument list
REVERT: foamyHexMesh: correct function argument list
2013-08-30 12:18:15 +01:00
Henry
9a8d75df11
Merge branch 'master' of ssh://opencfd:8007/home/dm4/OpenFOAM/OpenFOAM-dev
2013-09-02 22:51:19 +01:00
Henry
3e12a89a04
Check mesh is 2D and scale resulting steam-function by the thickness
2013-09-02 22:51:15 +01:00
andy
0d13d8f1fc
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2013-09-02 14:25:35 +01:00
mattijs
e34f2c8da1
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2013-09-02 11:12:34 +01:00
mattijs
491e4821d0
ENH: plane sampling: make triangulation optional
2013-09-02 11:12:17 +01:00
laurence
6f4202c08c
ENH: foamyHexMesh: do not point motion to cross surfaces
2013-08-30 12:18:15 +01:00
andy
668cd823b5
BUG: corrected steadyParticleTracks utility
2013-08-29 17:24:30 +01:00
andy
73b7f6e617
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2013-08-29 16:38:34 +01:00
laurence
067c80b0d7
ENH: foamyHexMesh: correct proc boundary intersection in ray shooting
2013-08-29 16:34:39 +01:00
laurence
20a8649a00
ENH: foamyHexMesh: calc maxRayLength from bounds of surface
2013-08-29 16:04:24 +01:00