BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
corc.cable Namespace Reference

Classes

class  Cable

Detailed Description

Cable facade: the one object main.py talks to.

    C = Cable()
    C.tapeWidth = 4
    ...
    C.centerline = Lame(76.1, 25, 1.55)   # or StraightLine() (default)
    C.build()                              # shells + caps + volumes + checks
    C.save("corc.msh")                     # relative: the run directory, where
    C.write_topology("corc_topology.conf") # the deck looks for the mesh

Show-off mode (closed curves like Trefoil): build() generates the bent
tape shells only — no caps, volumes, periodicity or topology.