Commit Graph

251 Commits

Author SHA1 Message Date
35395ea438 BUG: cyclicAMI: differentiate between coupled geometry and coupled fields 2011-11-14 15:15:06 +00:00
ca4b8c347c ENH: polyMesh,meshSearch: default value on findCell, pointInCell 2011-11-08 17:03:54 +00:00
ee11f9c0e8 ENH: pointInCell, findCell: switchable in-cell algorithm 2011-10-28 11:33:30 +01:00
ca358fdc1c ENH: sampling: add offsetMode to patchInternalField sampleSurface 2011-09-28 11:33:05 +01:00
41133ed370 ENH: isoSurfaceCell: orientation of triangles 2011-09-22 21:53:28 +01:00
89c502af13 ENH: sampledCuttingPlane: user specifiable merge tolerance 2011-09-13 10:54:58 +01:00
424866f099 ENH: Added sample around circle (new line sample type) 2011-09-12 13:03:56 +01:00
8ae9569085 ENH: Multiple commits - lumped due to git index file corruption
- Re-located mapped point patches
- Updated mapped patch write
- deprecated directMapped in favour of mapped
- updated resulting dependancies - apps/libs/tuts
2011-09-09 12:05:12 +01:00
fb7e68dac1 BUG: patchProbes: clear found cells before finding faces 2011-09-02 10:54:43 +01:00
24a82f2d03 ENH: treeDataCell: increase duplicity 2011-08-18 12:28:44 +01:00
cd8e5c5485 ENH: sampledSet: make point location consistent with lagrangian tracking 2011-08-17 14:53:14 +01:00
c2dd153a14 Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
9aa38a4d87 STYLE: isoSurfaceCell: removed unused code 2011-07-28 13:49:03 +01:00
140d71b814 ENH: isoSurfaceCell: use min tet decomposition 2011-07-26 13:48:59 +01:00
649c3e65ca STYLE: date 2011-07-21 09:43:44 +01:00
e47ac108ee ENH: patchCloud: return pTraits<Type>::max for unfound points 2011-07-14 22:10:14 +01:00
71fa63273e ENH: patchCloudSet: new sampledSet for nearest point on cloud 2011-07-13 16:41:13 +01:00
4f47ff0219 STYLE: dictionaries: update version number 2011-06-10 17:22:56 +01:00
8961e44dc5 COMP: clang caught ambiguous constructions from tmp. 2011-06-06 14:35:07 +01:00
1c23a96378 STYLE: Correcting coding style of commit 6217691 2011-05-03 16:29:06 +01:00
e3eae71014 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2011-04-28 21:14:18 +01:00
5222405567 Create graphs in a sub-directory 2011-04-28 21:13:08 +01:00
6217691b4d ENH: csv reading for interpolationTable and writing for sampledSet 2011-04-26 19:25:00 +01:00
ffb0a2df21 TY: dates 2011-04-21 10:31:06 +01:00
8768ef62a3 ENH: Adding patchProbes to named Patch and Qr and Qe to fvDOM 2011-04-21 10:29:43 +01:00
f70593a8ff Renamed simpleSRFFoam -> SRFSimpleFoam and simpleWindFoam -> windSimpleFoam 2011-04-19 23:23:49 +01:00
804b801458 COMP: sampling/Make/options: missing dependency 2011-04-18 10:07:15 +01:00
8736c509e0 COMP: sampling/Make/options: remove conversion lib 2011-04-15 17:25:36 +01:00
b09a19e026 ENH: sampledPatch: patchSet instead of single patch 2011-04-05 20:54:18 +01:00
7c34b443e0 BUG: sampledSurfaces: cleared out volPointInterpolation & pointMesh. 2011-03-24 21:18:56 +00:00
8f351e2776 ENH: Only read set and surface sampling fields if specified 2011-03-17 10:33:16 +00:00
4e1d711858 BUG: Problem with list combine gather for multiprocessor run 2011-03-02 16:17:50 +00:00
f182b725da STYLE: use 'static const' instead of 'const static' for consistency 2011-03-01 15:21:30 +01:00
7b0790c260 STYLE: remove function comments in C file - confuses doxgen 2011-02-24 17:32:02 +00:00
7c530ff455 ENH: Further updates to lagrangian sampling 2011-02-24 17:23:06 +00:00
af115c5d01 ENH: Updated utilities using lagrangian classes 2011-02-24 16:47:54 +00:00
1e4d26429b Merge remote branch 'OpenCFD/master' into olesenm 2011-02-14 09:47:49 +01:00
c3cb632c24 Documentation: converted javadoc @ to LaTeX style \ in Doxygen code docs 2011-02-08 18:22:00 +00:00
67a2effece Doxygen: Updated lists in member documentation to conform to Doxygen limitations 2011-02-08 12:28:13 +00:00
1a03d43b57 STYLE: remove comments referring to '<root>' or '<root> <case>' 2011-02-01 18:50:19 +01:00
faac56c1de ENH: ensight binary surface output, formatOptions in sampleDict
- For example,
    // optionally define extra controls for the output formats
    formatOptions
    {
        ensight
        {
            format  binary;
        }
    }

These are passed to the writer that support a dictionary of options.
Otherwise the normal null constructor is used.
2011-01-28 19:20:22 +01:00
0be6ba87fc ENH: add perNode field writing to ensight/part/ensightPart*
- simplify the ensightSurfaceWriter accordingly
2011-01-28 18:26:14 +01:00
f0f5ba7c72 Merge remote branch 'OpenCFD/master' into olesenm 2011-01-27 11:22:14 +01:00
c891e7065a Merge remote branch 'OpenCFD/master' into olesenm 2011-01-26 16:45:22 +01:00
0498967cc6 ENH: only use point/face/mesh references where needed in ensightPart*
- add points/faces constructor to ensightPartFaces with optional
  contiguousPoints flag.

- Remove the now redundantensightPartNonMeshFaces class.
2011-01-26 13:45:17 +01:00
51df389de6 ENH: rework surface writers as non-templated classes
- easier (more logical) when adding a new writer

ENH: add surface field  writer for 'starcd' format

- creates *.usr files, which can be read in proSTAR with the 'getuser'
  command, but which can also be parsed directly since the format is
  extremely primitive
2011-01-26 13:36:37 +01:00
e1fd499c30 ENH: sampledTriSurfaceMesh : only sample non-coupled faces 2011-01-26 12:15:46 +00:00
b9daa7b265 ENH: sampledTriSurfaceMesh : allow boundary-value sampling 2011-01-21 14:48:18 +00:00
0c6789e539 STYLE: removed globalMeshData::bb(). Use mesh.bounds() instead 2011-01-20 13:46:02 +00:00
eaef8d482b STYLE: Updated 1991 start copyright year to 2004 2011-01-14 16:08:00 +00:00