Class SMTRibStressResults
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SMTRibStressResults
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Bearings.BearingResults.Rolling
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class SMTRibStressResults : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
MaximumRibLoad
Maximum rib load over all rows and elements.
Measurement: Force
Declaration
public double MaximumRibLoad { get; }
Property Value
Type | Description |
---|---|
System.Double |
SafetyFactor
The minimum over all elements and ribs, calculated using a reference maximum normal stress of 4 GPa.
Measurement: SafetyFactor
Declaration
public double SafetyFactor { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>