FormDiagram.set_boundary_rollers

FormDiagram.set_boundary_rollers(max_rx=[0.0, 0.0], max_ry=[0.0, 0.0], total_rx=None, total_ry=None)[source]

Set boundary vertices as rollers.

Parameters
  • max_rx (list, optional) – Assign the maximum reaction in x to the vertices in the left and right boundary. The default value is [0.0, 0.0].

  • max_ry (list, optional) – Assign the maximum reaction in y to the vertices in the top and bottom boundary. The default value is [0.0, 0.0].

  • total_rx (list, optional) – Assign the maximum total reaction in x of the vertices in the right or left boundary. The default value is None, in which the max_rx is used for all vertices.

  • total_ry (list, optional) – Assign the maximum total reaction in y of the vertices in the top or bottom boundary.The default value is None, in which the max_ry is used for all vertices.

Returns

None – The FormDiagram is modified in place.