Class AGMA6123SplineJointRating
Inheritance
Implements
Inherited Members
Namespace: SMT.MastaAPI.DetailedRigidConnectors.Splines.Ratings
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class AGMA6123SplineJointRating : SplineJointRating, IEquatable<APIBase>
Properties
AllowableContactStress
Measurement: Stress
Declaration
public override double AllowableContactStress { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Overrides
AllowableRingBurstingStress
Measurement: Stress
Declaration
public virtual double AllowableRingBurstingStress { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
AllowableStressForShearing
Measurement: Stress
Declaration
public virtual double AllowableStressForShearing { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
AllowableTorqueForTorsionalFailure
The allowable torque for torsional failure is calculated by equation (46) in AGMA 6123-B06. For solid shafts, if the coupling teeth are shorter than one third of the pitch diameter, the shaft capacity will exceed the shear capacity of the teeth.
Measurement: Torque
Declaration
public double AllowableTorqueForTorsionalFailure { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
AllowableTorqueForWearAndFretting
Measurement: Torque
Declaration
public double AllowableTorqueForWearAndFretting { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
BurstingStress
This is the bursting stress of the internal toothed half due to the radial component of the pitch line force. Calculated from equation (47) of AGMA 6123-B06.
Measurement: Stress
Declaration
public double BurstingStress { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
CentrifugalHoopStress
The hoop stress due to the centrifugal force of the internal half. Calculated from equation (49) of AGMA 6123-B06.
Measurement: Stress
Declaration
public double CentrifugalHoopStress { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
DiameterAtHalfTheWorkingDepth
Measurement: ShortLength
Declaration
public double DiameterAtHalfTheWorkingDepth { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
LoadDistributionFactor
The load distribution factor is to take into account the effect of misalignment on rating. The value should be, 1 for aligned splines, 2 for misaligned but crowned splines and 1 + (misalignment angle (radians) / 0.004) for misaligned and uncrowned. See comment below equation (42) of AGMA 6123-B06.
Declaration
public double LoadDistributionFactor { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Name
Declaration
public virtual string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
SafetyFactorForRingBursting
Measurement: SafetyFactor
Declaration
public double SafetyFactorForRingBursting { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
SafetyFactorForShearing
Measurement: SafetyFactor
Declaration
public double SafetyFactorForShearing { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
SafetyFactorForTorsionalFailure
The safety factor for torsional failure is calculated by comparing the equation (46) in AGMA 6123-B06 for allowable torque with the transmitted torque. For solid shafts, if the coupling teeth are shorter than one third of the pitch diameter, the shaft capacity will exceed the shear capacity of the teeth.
Measurement: SafetyFactor
Declaration
public double SafetyFactorForTorsionalFailure { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
SafetyFactorForWearAndFretting
Measurement: SafetyFactor
Declaration
public double SafetyFactorForWearAndFretting { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
TensileToothBendingStress
The tensile tooth bending stress of the internal spline half. Calculated from equation (48) of AGMA 6123-B06. A Lewis Form factor of 1.5 has been used. The equation assumes the load is carried on half of the teeth.
Measurement: Stress
Declaration
public double TensileToothBendingStress { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
TotalTensileStress
The total tensile stress of the internal half. Calculated from equation (50) of AGMA 6123-B06.
Measurement: Stress
Declaration
public double TotalTensileStress { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |