thk_minmax_GSF

compas_tno.analysis.thk_minmax_GSF(analysis, thk_max, thk_step=0.05, printout=True, save_forms=None, skip_minthk=False)[source]

Routine to compute the succesive max/min optimisations starting from the minimum thickness.

Parameters
  • analysis (Analysis) – The Analysis object

  • thk_max (float) – Maximum thickness, in which the algorithm should stop

  • thk_step (float, optional) – The increasing steps of the algorithm, by default 0.05

  • printout (bool, optional) – If prints should be displayed in the screen, by default True

  • save_forms (bool, optional) – If forms should be saved as JSON, by default None

  • skip_minthk (bool, optional) – If the minimum thickness computation can be skiped (it assumes the minimum thickness as it is), 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.