Class CylindricalGearToothFatigueFractureResults
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CylindricalGearToothFatigueFractureResults
Inherited Members
APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CylindricalGearToothFatigueFractureResults : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
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