concreteproperties.utils.get_service_strain#
- get_service_strain(point, point_na, theta, kappa)[source]#
Determines the strain at point point given curvature kappa and neutral axis angle theta. Positive strain is compression.
- Parameters
point (
Tuple
[float
,float
]) – Point at which to evaluate the strainpoint_na (
Tuple
[float
,float
]) – Point on the neutral axistheta (
float
) – Angle (in radians) the neutral axis makes with the horizontal axis (\(-\pi \leq \theta \leq \pi\))kappa (
float
) – Curvature
- Returns
float
– Strain