Class ToothFlankFractureAnalysisSettings
Inheritance
System.Object
ToothFlankFractureAnalysisSettings
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Gears.GearDesigns.Cylindrical
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ToothFlankFractureAnalysisSettings : IndependentReportablePropertiesBase<ToothFlankFractureAnalysisSettings>, IEquatable<APIBase>
Properties
IncludeAnalysisAccordingToTheFrenchProposalN1457
Declaration
public bool IncludeAnalysisAccordingToTheFrenchProposalN1457 { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MeasuredResidualStressProfileProperty
Declaration
public Vector2DListAccessor MeasuredResidualStressProfileProperty { get; set; }
Property Value
Type | Description |
---|---|
Vector2DListAccessor |
MullerResidualStressCalculator
Declaration
public MullerResidualStressDefinition MullerResidualStressCalculator { get; }
Property Value
Type | Description |
---|---|
MullerResidualStressDefinition |
ResidualStressCalculationMethod
Declaration
public EnumWithSelectedValue<ResidualStressCalculationMethod> ResidualStressCalculationMethod { get; set; }
Property Value
Type | Description |
---|---|
EnumWithSelectedValue<ResidualStressCalculationMethod> |
UseEnhancedCalculationWithResidualStressSensitivity
See Müller, D.; Tobie, T. and Stahl, K. (2022) " Enhanced Calculation Method for Tooth Flank Fracture Risk with Consideration of Tensile Residual Stresses in Larger Material Depths". AGMA 22FTM20.
Declaration
public bool UseEnhancedCalculationWithResidualStressSensitivity { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>