Skip to content

Instantly share code, notes, and snippets.

@metinsaylan
Created November 17, 2016 07:52
Show Gist options
  • Save metinsaylan/e3cb17e87810d0b56a1fb718ff80a4c9 to your computer and use it in GitHub Desktop.
Save metinsaylan/e3cb17e87810d0b56a1fb718ff80a4c9 to your computer and use it in GitHub Desktop.
PDStrip Geometry File Template
nse sym tg
x(ise) nof(ise) ngap gap(1:ngap)
yof(ise,1:nof(ise))
zof(ise,1:nof(ise))
@metinsaylan
Copy link
Author

nse [int]: number of sections
sym [t/f]: is symmetrical?
tg [real]: reference draft
x(ise) [real]: x of section
nof(ise) [int]: number of points on section
ngap [int]: number of gaps
gap(1:ngap) [int()]: gap indexes of points
yof(ise,1:nof(ise)) [real()]: y coordinates of section
zof(ise,1:nof(ise)) [real()]: z coordinates of section

Note : y coordinates must start from 0.000 for symmetrical hulls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment