source: molecuilder/tests/Tesselations/heptan/NonConvexEnvelope-heptan.dat@ 7d1633

Last change on this file since 7d1633 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="heptan", N=16, E=28, DATAPACKING=POINT, ZONETYPE=FETRIANGLE
49.6377 5 6.78 0
59.6377 5 5 0
68.3885 7.142 6.78 0
78.3885 7.142 5 0
810.8869 7.142 5 0
910.8869 7.142 6.78 0
107.1392 5 5 0
117.1392 5 6.78 0
1212.1362 5 6.78 0
1312.1362 5 5 0
145 5.8833 5.89 0
155.89 7.142 6.78 0
165.89 7.142 5 0
1714.2754 5.8833 5.89 0
1813.3854 7.142 5 0
1913.3854 7.142 6.78 0
20
2114 15 16
226 15 16
235 6 15
249 14 16
256 9 16
263 5 6
273 4 5
285 10 15
299 10 14
301 6 9
311 3 6
323 4 13
333 12 13
342 4 5
352 5 10
3610 14 15
372 9 10
381 2 9
391 3 8
404 7 13
413 8 12
4211 12 13
432 4 7
441 2 7
451 7 8
467 11 13
478 11 12
487 8 11
Note: See TracBrowser for help on using the repository browser.