Class MillingPhysicsUtil
- Namespace
- Hi.MillingForces.RakeFaceCuttingParas
- Assembly
- HiMech.dll
Utility class for milling physics calculations.
public static class MillingPhysicsUtil
- Inheritance
-
MillingPhysicsUtil
- Inherited Members
Methods
GetShearAngle_rad(double, double, double, double)
Calculates the shear angle in radians based on the given rake angles and friction parameters.
public static double GetShearAngle_rad(double radialRakeAngle_rad, double axialRakeAngle_rad, double frictionAngle_rad, double chipFlowAngle_rad)
Parameters
radialRakeAngle_raddoubleThe radial rake angle in radians.
axialRakeAngle_raddoubleThe axial rake angle (helix angle) in radians.
frictionAngle_raddoubleThe friction angle in radians.
chipFlowAngle_raddoubleThe chip flow angle in radians.
Returns
- double
The calculated shear angle in radians, normalized to [0, π].