source: molecuilder/tests/Tesselations/cycloheptane/NonConvexEnvelope-cycloheptane.dat@ 0af58f

Last change on this file since 0af58f was cc9225, checked in by Frederik Heber <heber@…>, 16 years ago

Fixes and naming of final Tecplot output file is now molecule name.

  • FIXES to builder.cpp:
    • case 'p' would not dissect the molecule into connected subgraphs
    • if done so, the BondGraph was not yet initialised
    • if done so, we need to check whether BondGraphFileName has been set
    • BondGraphFileName.empty() could not be used as a check, as was set to "" instead of "\n"
    • if (finally) done so, we have to remove the empty molecule that we parsed in
    • ... and then pick the newly added molecule for mol to point at
    • SaveConfig() did not set the merged molecule name correctly.
    • if empty config is given, the empty molecule now receives the ConfigFileName as name
  • FIXES to config.cpp
    • Load() did not set the name of the molecule
  • changes to tesselationhelper.cpp and tesselation.cpp
  • changes to PointCloud and molecule
    • new virtual function PointCloud::GetName() returns "unknown"
    • new function molecule::GetName() returns pointer to name of molecule
    • IsEmpty() and IsEnd() now return true by default
  • all .dat files in the "Tesselations" tests were changed accordingly (i.e. have now the name in the second line)
  • benzene was added as a new test for an absolutely flat molecule. So far, it fails horribly.
  • 13 of 17 tests run fine

Signed-off-by: Frederik Heber <heber@…>

  • Property mode set to 100644
File size: 597 bytes
Line 
1TITLE = "3D CONVEX SHELL"
2VARIABLES = "X" "Y" "Z" "U"
3ZONE T="cycloheptane", N=14, E=24, DATAPACKING=POINT, ZONETYPE=FETRIANGLE
45 8.6586 6.1486 0
55.8635 8.4046 7.6783 0
65 6.2994 6.8126 0
75.8636 6.5536 5.2829 0
87.3542 8.4502 5.0387 1
96.9547 9.9582 5.8977 1
107.3543 6.508 7.9225 1
116.9548 5 7.0635 1
128.9465 9.5601 6.9649 1
137.953 8.4731 7.9612 1
148.9466 5.3982 5.9963 1
157.953 6.4851 5 1
169.7848 7.8062 5.6598 0
179.7848 7.1521 7.3014 0
18
1911 13 14
207 11 14
2111 12 13
227 8 11
237 10 14
248 11 12
255 12 13
263 7 8
272 7 10
289 10 14
294 8 12
304 5 12
315 9 13
322 3 7
333 4 8
342 6 10
356 9 10
369 13 14
371 4 5
385 6 9
391 2 3
401 3 4
411 2 6
421 5 6
Note: See TracBrowser for help on using the repository browser.