equilibrium_fdm
- compas_tno.algorithms.equilibrium_fdm(form)
Compute equilibrium of the form diagram using the force density method (FDM) with ‘q’s stored in the form (All coordinates can change).
- Parameters:
- form
FormDiagram
The FormDiagram with attributes relevant to the analysis (force densities, loads, fixities, etc).
- form
- Returns:
- form
FormDiagram
The relaxed form diagram.
- form