Class ShaftHubConnectionSystemDeflection
Inheritance
System.Object
ShaftHubConnectionSystemDeflection
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class ShaftHubConnectionSystemDeflection : ConnectorSystemDeflection, IEquatable<APIBase>
Properties
ComponentDesign
Declaration
public ShaftHubConnection ComponentDesign { get; }
Property Value
ComponentDetailedAnalysis
Declaration
public ShaftHubConnectionRating ComponentDetailedAnalysis { get; }
Property Value
ComponentLoadCase
Declaration
public ShaftHubConnectionLoadCase ComponentLoadCase { get; }
Property Value
Declaration
public ReadOnlyCollection<SplineFlankContactReporting> LeftFlankContacts { get; }
Property Value
LimitingFriction
Declaration
public double LimitingFriction { get; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public ReadOnlyCollection<SplineFlankContactReporting> MajorDiameterContacts { get; }
Property Value
Declaration
public ReadOnlyCollection<SplineFlankContactReporting> MinorDiameterContacts { get; }
Property Value
NodePairSeparations
Declaration
public List<double> NodePairSeparations { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
NodeRadialForcesOnInner
Declaration
public List<double> NodeRadialForcesOnInner { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
NormalDeflectionLeftFlank
Declaration
public List<double> NormalDeflectionLeftFlank { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
NormalDeflectionRightFlank
Declaration
public List<double> NormalDeflectionRightFlank { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
NormalDeflectionToothCentre
Declaration
public List<double> NormalDeflectionToothCentre { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
NormalDeflectionToothRoot
Declaration
public List<double> NormalDeflectionToothRoot { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
NormalForceLeftFlank
Declaration
public List<double> NormalForceLeftFlank { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
NormalForceRightFlank
Declaration
public List<double> NormalForceRightFlank { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
NormalForceToothCentre
Declaration
public List<double> NormalForceToothCentre { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
NormalForceToothRoot
Declaration
public List<double> NormalForceToothRoot { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
NormalStiffnessLeftFlank
Declaration
public List<double> NormalStiffnessLeftFlank { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
NormalStiffnessRightFlank
Declaration
public List<double> NormalStiffnessRightFlank { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
NormalStiffnessToothCentre
Declaration
public List<double> NormalStiffnessToothCentre { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
Declaration
public int NumberOfMajorDiameterContacts { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public int NumberOfMinorDiameterContacts { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Planetaries
Declaration
public ReadOnlyCollection<ShaftHubConnectionSystemDeflection> Planetaries { get; }
Property Value
PowerFlowResults
Declaration
public ShaftHubConnectionPowerFlow PowerFlowResults { get; }
Property Value
Declaration
public ReadOnlyCollection<SplineFlankContactReporting> RightFlankContacts { get; }
Property Value
Declaration
public SplineContactNodalComponent SplineContact { get; }
Property Value
StiffnessMatrixInLocalCoordinateSystem
Declaration
public BearingStiffnessMatrixReporter StiffnessMatrixInLocalCoordinateSystem { get; }
Property Value
StiffnessMatrixInUnrotatedCoordinateSystem
Declaration
public BearingStiffnessMatrixReporter StiffnessMatrixInUnrotatedCoordinateSystem { get; }
Property Value
TangentialForceLeftFlank
Declaration
public List<double> TangentialForceLeftFlank { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
TangentialForceOnSpline
Declaration
public double TangentialForceOnSpline { get; }
Property Value
| Type |
Description |
| System.Double |
|
TangentialForceRightFlank
Declaration
public List<double> TangentialForceRightFlank { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
TangentialForceToothCentre
Declaration
public List<double> TangentialForceToothCentre { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Double> |
|
WillSplineSlip
Declaration
public bool WillSplineSlip { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Implements
System.IEquatable<T>
Extension Methods