RigidPart.get_average_displacement_at_point

RigidPart.get_average_displacement_at_point(problem, point, distance, step=None, component='length', project=False)

Compute the average displacement around a point

Parameters:
  • problem (compas_fea2.problem.Problem) – The problem

  • step (compas_fea2.problem._Step, optional) – The step, by default None. If not provided, the last step of the problem is used.

  • component (str, optional) – one of [‘x’, ‘y’, ‘z’, ‘length’], by default ‘length’.

Returns:

compas_fea2.model.Node, float – The node and the displacement