concreteproperties.utils.get_service_strain#
- get_service_strain(point, ecf, eps0, 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 strainecf (
Tuple[float,float]) – Global coordinate of the extreme compressive fibreeps0 (
float) – Strain at top fibretheta (
float) – Angle (in radians) the neutral axis makes with the horizontal axis (\(-\pi \leq \theta \leq \pi\))kappa (
float) – Curvature
- Returns
float– Strain