Analysis.create_max_load_analysis
- classmethod Analysis.create_max_load_analysis(formdiagram, envelope, printout=False, plot=False, horizontal=False, max_iter=500, starting_point='loadpath', solver='IPOPT', derivatives=True, load_direction=None, max_lambd=1.0)
Create a minimum thickness analysis from the elements of the problem (form and shape)
- Parameters:
- form
FormDiagram
_description_
- shape
Shape
The shape constraining the problem
- printoutbool, optional
Whether or not prints appear in the creen, by default False
- plotbool, optional
Whether or not plots showing intermediate states appear, by default False
- plotbool, optional
Whether or load applied is horizontal, by default False
- max_iterint, optional
Maximum number of itetations, by default 500
- starting_pointstr, optional
Which starting point use, by default ‘loadpath’
- form
- Returns:
- analysis: Analysis
The Analysis object