Skip to main content

shear_stress

Function shear_stress 

pub fn shear_stress(force: f64, area: f64) -> Option<f64>
Expand description

Computes shear stress from applied force and loaded area.

Formula: τ = F / A.

Returns None when area is less than or equal to zero or when any input or result is not finite.