Class CylindricalGearToothFatigueFractureResults
Inheritance
System.Object
CylindricalGearToothFatigueFractureResults
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class CylindricalGearToothFatigueFractureResults : APIBase, IEquatable<APIBase>
Properties
AnalysisRows
Declaration
public ReadOnlyCollection<ToothFlankFractureAnalysisContactPoint> AnalysisRows { get; }
Property Value
CriticalSection
Declaration
public ToothFlankFractureAnalysisContactPoint CriticalSection { get; }
Property Value
MaximumMaterialExposure
It has been observed from experimental investigations on case carburized gears that a maximum material exposure AFF,max ≥ 0.8 can lead to tooth flank fractures in the case of a constant input torque.
Declaration
public double MaximumMaterialExposure { get; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public ToothFlankFractureAnalysisContactPoint MeshContactPointABSection { get; }
Property Value
Declaration
public ToothFlankFractureAnalysisContactPoint MeshContactPointASection { get; }
Property Value
Declaration
public ToothFlankFractureAnalysisContactPoint MeshContactPointBSection { get; }
Property Value
Declaration
public ToothFlankFractureAnalysisContactPoint MeshContactPointCSection { get; }
Property Value
Declaration
public ToothFlankFractureAnalysisContactPoint MeshContactPointDESection { get; }
Property Value
Declaration
public ToothFlankFractureAnalysisContactPoint MeshContactPointDSection { get; }
Property Value
Declaration
public ToothFlankFractureAnalysisContactPoint MeshContactPointESection { get; }
Property Value
WitzigsSafetyFactor
The safety factor against tooth flank fracture as defined by thesis of Witzig. The definition of a safety factor is omitted from ISO 6336-4:2019.
Declaration
public double WitzigsSafetyFactor { get; }
Property Value
Type |
Description |
System.Double |
|
Implements
System.IEquatable<T>
Extension Methods