Skip to content

pprebeg/hullmod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hullmod

Ship hull form transformation

  1. Install pythonocc using conda https://github.com/tpaviot/pythonocc-core

conda create -n env_conda_hullmod python=3.9 pythonocc-core=7.6.2 pyside2 -c conda-forge

  1. import iges files with section curves

  2. convert section curves wire to bspline From file: http://mathlab.github.io/PyGeM/_modules/pygem/cad/cad_deformation.html use def _bspline_curve_from_wire(self, wire) to convert wire to bspline curve

  3. Calaculate hydrostatic characteristics using section curves

  4. perform Lackenby trasformation

  5. perform optimizatio using Lackenby rules

About

Ship hull form transformation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages