concreteproperties.utils.calculate_max_bending_depth#

calculate_max_bending_depth(points, c_local_v, theta)[source]#

Calculates the maximum distance from the centroid to an extreme fibre when bending about an axis theta.

Parameters
  • points (List[Tuple[float, float]]) – Points over which to search for a bending depth

  • c_local_v (float) – Centroid coordinate in the local v-direction

  • theta (float) – Angle (in radians) the bending axis makes with the horizontal axis (\(-\pi \leq \theta \leq \pi\))

Returns

float – Maximum bending depth, returns zero if distance is negative