limit_analysis_GSF

compas_tno.analysis.limit_analysis_GSF(analysis, thk, thk_reduction, thk_refined=None, limit_equal=0.01, printout=True, save_forms=False)[source]

Routine to compute the succesive max/min optimisation optimisation.

Parameters
  • analysis (Analysis) – The Analysis object

  • thk (float) – The initial thickness of the structure

  • thk_reduction (float) – Step of reduction of the thickness

  • thk_refined (float, optional) – If require a smaller step close to convergence, by default None

  • limit_equal (float, optional) – Tolerance for the stopping criteria where the min/max solutions are considered equal, by default 0.01

  • printout (bool, optional) – Whether or not printing in the screen the solutions obtained, by default True

  • save_forms (bool, optional) – Whether or not solutions should be saved, by default False

Returns

[list, list], [list, list] – Lists with the thicknesses obtained in min/max computation and the soulutions normalised of min/max thrust.