BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
pancake.gmsh_geometry.CrossSection Class Reference

Public Member Functions

 __init__ (self, int numtapes, float tapewidth, float tapedistance)

Public Attributes

 numtapes = numtapes
 tapewidth = tapewidth
 tapedistance = tapedistance
 leftpoints = np.zeros((numtapes, 2))
 rightpoints = np.zeros((numtapes, 2))

Detailed Description

`numtapes` tapes of width `tapewidth` stacked in the thickness direction with `tapedistance`.

Constructor & Destructor Documentation

◆ __init__()

pancake.gmsh_geometry.CrossSection.__init__ ( self,
int numtapes,
float tapewidth,
float tapedistance )

Member Data Documentation

◆ leftpoints

pancake.gmsh_geometry.CrossSection.leftpoints = np.zeros((numtapes, 2))

◆ numtapes

pancake.gmsh_geometry.CrossSection.numtapes = numtapes

◆ rightpoints

pancake.gmsh_geometry.CrossSection.rightpoints = np.zeros((numtapes, 2))

◆ tapedistance

pancake.gmsh_geometry.CrossSection.tapedistance = tapedistance

◆ tapewidth

pancake.gmsh_geometry.CrossSection.tapewidth = tapewidth

The documentation for this class was generated from the following file: