vertical_equilibrium_fdm

compas_tno.algorithms.vertical_equilibrium_fdm(form, zmax=None)[source]

Compute equilibrium of the form diagram using the force density method (FDM) and update only the z-coordinates.

Parameters
  • form (FormDiagram) – The FormDiagram.

  • zmax (float, optional) – The maximum height of the diagram. By default no maximum is set.

Returns

form (FormDiagram) – The scaled form diagram.