Analysis.create_compl_energy_analysis
- classmethod Analysis.create_compl_energy_analysis(formdiagram, envelope, printout=False, solver='IPOPT', plot=False, max_iter=500, starting_point='loadpath', support_displacement=None, Emethod='simplified')
Create a complementary energy analysis from the elements of the problem (form and shape)
- Parameters:
- model
SurfaceModel
The model to analyse
- 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
- max_iterint, optional
Maximum number of itetations, by default 500
- starting_pointstr, optional
Which starting point use, by default ‘loadpath’
- support_displacementarray [nb x 3], optional
Vector with the displacement applied to the supports, by default None
- Emethodstr, optional
Whether or not internal deformations should be considered, by default ‘simplified’ which considers the material rigid
- model
- Returns:
- analysis: Analysis
The Analysis object