Class RingFittingThermalResults
Inheritance
System.Object
RingFittingThermalResults
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class RingFittingThermalResults : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
ChangeInDiameterDueToInterferenceAndCentrifugalEffects
Declaration
public double ChangeInDiameterDueToInterferenceAndCentrifugalEffects { get; }
Property Value
| Type |
Description |
| System.Double |
|
InterfacialClearanceIncludedInAnalysis
Declaration
public bool InterfacialClearanceIncludedInAnalysis { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
InterfacialNormalStress
Declaration
public double InterfacialNormalStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
InterferenceValues
Declaration
public ReadOnlyCollection<InterferenceComponents> InterferenceValues { get; }
Property Value
MaximumHoopStress
Declaration
public double MaximumHoopStress { get; }
Property Value
| Type |
Description |
| System.Double |
|
Name
Declaration
public string Name { get; }
Property Value
| Type |
Description |
| System.String |
|
Implements
System.IEquatable<T>
Extension Methods