Table of Contents

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_rad double

The radial rake angle in radians.

axialRakeAngle_rad double

The axial rake angle (helix angle) in radians.

frictionAngle_rad double

The friction angle in radians.

chipFlowAngle_rad double

The chip flow angle in radians.

Returns

double

The calculated shear angle in radians, normalized to [0, π].