Commit Graph

320 Commits

Author SHA1 Message Date
d01c115f02 surfMesh gets PrimitiveMeshedSurface as common basis 2008-11-17 01:41:07 +01:00
c651a0ba29 surfMesh code cleanup
- added protected storedPoints(), storedFaces() functions for non-const
   access to the data. Mixing protected non-const versions and public const
   versions of the same method does not agree with the compiler
 - better handling of triFace/face distinction
2008-11-15 23:29:50 +01:00
59bfd4ecef added surfaceCoordinateSystemTransform 2008-11-14 19:10:01 +01:00
b5a3037463 Merge commit 'OpenCFD/master' into olesenm 2008-11-14 10:55:11 +01:00
9b3fb9fee3 Templated meshedSurface/keyedSurface -> MeshedSurface/UnsortedMeshedSurface
- neither class names, nor the typedefs for the <face> and <triFace>
    instances are really decided
2008-11-14 00:45:45 +01:00
4d2284c99d rmt isosurface correction 2008-11-12 16:05:22 +00:00
29d67c3240 averaging in isoSurfaces 2008-11-07 18:14:06 +00:00
345df1e970 Merge commit 'OpenCFD/master' into olesenm 2008-11-05 10:42:05 +01:00
5d0b3348c5 can call Allwmake scripts directly instead of with ( cd foo && ./Allwmake ) 2008-11-05 10:39:06 +01:00
593db180ce added verbosity option 2008-11-04 14:47:48 +00:00
99500b1fa8 updated for new functionality 2008-11-04 14:47:36 +00:00
be3d701bb6 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2008-10-31 11:26:02 +00:00
83bf5a7f98 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2008-10-29 13:19:27 +00:00
fd57af9980 Changed sum to gSum for parallel execution. 2008-10-29 13:18:36 +00:00
0f05c04153 sample files 2008-10-29 12:12:42 +00:00
3403802282 region option 2008-10-28 21:07:59 +00:00
b5ee8b6dc1 detect only option 2008-10-28 21:07:37 +00:00
37cae8e7ef Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2008-10-28 15:59:55 +00:00
eba9bbf0d8 cosmetics 2008-10-28 01:59:42 +01:00
ae6bf7790a reworked keyedSurface to store region information indirectly
- improves efficiency throughout
2008-10-28 01:29:51 +01:00
9a4de95354 made xfer constructors explicit, with trickle down to polyMesh/fvMesh calls 2008-10-27 13:14:07 +01:00
4c3c2385ed blockMesh tweaks
- convertToMeters optional, also allow 'scale'
2008-10-25 17:55:56 +02:00
cd199d599e added triSurface scaling option to surfaceConvert/surfaceMeshConvert 2008-10-25 16:54:10 +02:00
c2dd9825fa Merge commit 'OpenCFD/master' into olesenm 2008-10-24 18:11:02 +02:00
ac00f974e6 drop ununsed nUsedFaces parameter from polyMesh::resetPrimitives(xfer<..)
- use xfer form for calls to resetPrimitives
2008-10-24 12:25:27 +02:00
2bb928ec8f checked in surfMesh library code
- keyedSurface is similar to triSurface, but uses faces
  - meshedSurface is sorted in regions and should be more memory efficient
  - surfMesh is the placeholder name for an OpenFOAM native surface format
2008-10-23 16:29:36 +02:00
6d452ceb28 Merge branch 'master' of ssh://hunt/home/hunt2/OpenFOAM/OpenFOAM-dev 2008-10-23 13:48:49 +01:00
3c2f9b3337 comment 2008-10-23 13:41:13 +01:00
c5998b7045 improved matching 2008-10-23 12:54:19 +01:00
063936cfe0 bugfix: multiple edge gradings per block 2008-10-22 16:13:37 +01:00
99e8bf7516 volPointInterpolation, pointMesh now MeshObject 2008-10-21 15:02:04 +01:00
10e8b73275 merge Mark's branch 2008-10-16 12:47:25 +01:00
7c24deb529 missing include 2008-10-14 17:21:47 +01:00
d8c44047bf point merging 2008-10-14 17:05:21 +01:00
e8843a35b5 foamToEnsightParts: add -noMesh option 2008-10-14 18:00:33 +02:00
56296e89c1 foamToEnsightParts: added -index option, streamlined IOobject usage, fixed typo 2008-10-14 15:29:30 +02:00
682c247e00 gcc 4.2.1 compiler warning 2008-10-13 09:33:36 +01:00
7a77e7ad3e Merge commit 'OpenCFD/master' into olesenm 2008-10-09 16:13:41 +02:00
d6bad4c556 new dictionary feature 2008-10-09 09:45:31 +01:00
12bec33d04 translation vector on cyclicPolyPatch; adapted createPatch 2008-10-08 11:42:23 +01:00
3feae1f3f6 extraneous copy 2008-10-08 11:41:38 +01:00
9891d37172 parallel postChannel 2008-10-08 07:55:07 +01:00
0bbc8fd2c4 parallel checkMesh 2008-10-07 18:24:56 +01:00
28696e51ab Use LIB_SRC instead of FOAM_SRC in Make/options files 2008-10-07 09:18:18 +02:00
0f579e4073 wildcards in dictionaries 2008-10-02 17:28:33 +01:00
bac9f1e1b7 wildcards in dictionaries 2008-10-02 17:28:17 +01:00
ce41e4596d sample consistent with tutorial 2008-10-02 08:43:32 +01:00
83d33e425a Merge branch 'master' of /home/hunt2/OpenFOAM/OpenFOAM-dev 2008-10-01 12:13:55 +01:00
cc0dbb0549 adding -fields option 2008-09-30 15:57:55 +01:00
b722041fff Corrected reading of "LESProperties". 2008-09-28 22:46:33 +01:00