Class BevelGearMaterial
Inheritance
Implements
Inherited Members
Namespace: SMT.MastaAPI.Gears.Materials
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class BevelGearMaterial : GearMaterial, IEquatable<APIBase>
Properties
AllowableBendingStress
Based on a statistical probability of one failure in 100 at unity life factor. If S/N Curve Definition is set to 'Custom' these the value is calculated as the minimum stress value of the S/N Curve.
Measurement: Stress
Declaration
public virtual double AllowableBendingStress { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
AllowableContactStress
Based on a statistical probability of one failure in 100 at unity life factor. If S/N Curve Definition is set to 'Custom' these the value is calculated as the minimum stress value of the S/N Curve.
Measurement: Stress
Declaration
public virtual double AllowableContactStress { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SNCurveDefinition
Specifies how the S/N Curves are defined. If 'Custom' the S/N Curves are specified directly. If 'Gleason' or 'AGMA' the S/N Curves are calculated by multiplying the input allowable stress values, by the life factor curve specified in the corresponding standards. ANSI/AGMA 2003-C10, or 'Bending and Contact Stresses in Hypoid Gear Teeth' by the Gleason Works. These curves assume the material is carburized case hardened steel.
Declaration
public SNCurveDefinition SNCurveDefinition { get; set; }
Property Value
Type | Description |
---|---|
SNCurveDefinition |
ThermalConstant
Measurement: ThermalContactCoefficient
Declaration
public double ThermalConstant { get; }
Property Value
Type | Description |
---|---|
System.Double |