You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#info['design']['Gdict' ] = self.evaluateConstraints([])[1] # dict of constraint names and values of evaluated constraint functions
2102
2108
info['design']['Ls' ] = [float(line.L ) forlineinself.ss.lineList] # length of each segment
2103
-
info['design']['Ds' ] = [float(line.type['input_d']) forlineinself.ss.lineList] # *input* diameter of each segment
2109
+
info['design']['Ds' ] = [float(line.type['d_nom']) forlineinself.ss.lineList] # *input* diameter of each segment
2104
2110
info['design']['lineTypes' ] = [str(line.type['material']) forlineinself.ss.lineList] # line type of each segment (may be redundant with what's in arrangement)
2105
2111
info['design']['anchorType'] =self.anchorType# (may be redundant with what's in arrangement)
2106
2112
info['design']['span' ] =float(self.span) # platform-platform of platfom-anchor horizontal span just in case it's changed
0 commit comments