compute_tangential_forceΒΆ
- SpurGear.compute_tangential_force() None
It computes the
tangential_forceapplied on the gear teeth by the mating gear.Considering a gear mating:
if the gear is the master one, then it takes into account the
load_torquefor the computation,if the gear is the slave one, then it take into account the
driving_torquefor the computation.
The tangential force is computed dividing the just described reference torque by the reference radius (half of the
reference_diameter).Raises
ValueErrorIf a gear mating between two gears has not been set.