openfoam/applications/utilities/mesh/conversion
Mark Olesen a32a915d2e BUG: polyMesh removeFiles side-effect for blockMesh viewer (issue #346)
- polyMesh constructor from cell shapes invoked 'removeFiles'.
  This may or may not be what the caller wants or expects.
  With the ParaView blockMesh viewer, this behaviour causes deletion of
  all mesh data (points, faces, etc) when the viewer is refreshed.

  Triggered even when just building the blockMesh topology.

- only a few places that construct a polyMesh from cell shapes
  (mostly mesh conversion utilities).
  Ensure that the file removal (if any) occurs in the application
  and *not* as a side-effect of calling the polyMesh constructor.

--

  blockMesh (application)
    - The placement of the removeFiles seems to also remove freshly
      generated sets (Bug or feature to remove sets?)

  +-----------------------+---------------+------------------+
  | Application           | Constructor   | removeFiles      |
  |                       | (patch info)  | new / existing   |
  +-----------------------+---------------+------------------+
  | blockMesh             | dictionary    | existing         |
  | ansysToFoam           | names         | new              |
  | cfx4ToFoam            | dictionary    | new              |
  | fluentMeshToFoam      | names         | new              |
  | gambitToFoam          | dictionary    | new              |
  | gmshToFoam            | names         | new              |
  | ideasUnvToFoam        | names         | new              |
  | kivaToFoam            | dictionary    | new              |
  | mshToFoam             | names         | new              |
  | netgenNeutralToFoam   | names         | new              |
  | plot3dToFoam          | names         | new              |
  | tetgenToFoam          | names         | new              |
  | vtkUnstructuredToFoam | names         | new              |
  +-----------------------+---------------+------------------+
2016-12-15 19:07:05 +01:00
..
ansysToFoam BUG: polyMesh removeFiles side-effect for blockMesh viewer (issue #346) 2016-12-15 19:07:05 +01:00
ccm ENH: provide conversion to/from ccm meshes (issue #204) 2016-08-08 12:50:26 +02:00
cfx4ToFoam BUG: polyMesh removeFiles side-effect for blockMesh viewer (issue #346) 2016-12-15 19:07:05 +01:00
datToFoam STYLE: use the more succinct forms for argList (issue #307) 2016-11-20 13:06:57 +01:00
fireToFoam ENH: provide conversion to/from AVL/FIRE meshes (issue #204) 2016-08-05 13:22:22 +02:00
fluent3DMeshToFoam STYLE: use the more succinct forms for argList (issue #307) 2016-11-20 13:06:57 +01:00
fluentMeshToFoam BUG: polyMesh removeFiles side-effect for blockMesh viewer (issue #346) 2016-12-15 19:07:05 +01:00
foamMeshToFluent GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
foamToFireMesh ENH: provide conversion to/from AVL/FIRE meshes (issue #204) 2016-08-05 13:22:22 +02:00
foamToStarMesh STYLE: Remove meshReaders/meshWriters namespace (issue #204) 2016-08-05 12:00:00 +02:00
foamToSurface GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
gambitToFoam BUG: polyMesh removeFiles side-effect for blockMesh viewer (issue #346) 2016-12-15 19:07:05 +01:00
gmshToFoam BUG: polyMesh removeFiles side-effect for blockMesh viewer (issue #346) 2016-12-15 19:07:05 +01:00
ideasUnvToFoam BUG: polyMesh removeFiles side-effect for blockMesh viewer (issue #346) 2016-12-15 19:07:05 +01:00
kivaToFoam BUG: polyMesh removeFiles side-effect for blockMesh viewer (issue #346) 2016-12-15 19:07:05 +01:00
mshToFoam BUG: polyMesh removeFiles side-effect for blockMesh viewer (issue #346) 2016-12-15 19:07:05 +01:00
netgenNeutralToFoam BUG: polyMesh removeFiles side-effect for blockMesh viewer (issue #346) 2016-12-15 19:07:05 +01:00
Optional MRG: Integrated foundation code 2016-12-12 12:10:29 +00:00
plot3dToFoam BUG: polyMesh removeFiles side-effect for blockMesh viewer (issue #346) 2016-12-15 19:07:05 +01:00
star4ToFoam STYLE: Remove meshReaders/meshWriters namespace (issue #204) 2016-08-05 12:00:00 +02:00
tetgenToFoam BUG: polyMesh removeFiles side-effect for blockMesh viewer (issue #346) 2016-12-15 19:07:05 +01:00
vtkUnstructuredToFoam BUG: polyMesh removeFiles side-effect for blockMesh viewer (issue #346) 2016-12-15 19:07:05 +01:00
writeMeshObj GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00