Class ExternalForceLineContactEntity
Inheritance
System.Object
ExternalForceLineContactEntity
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.NodalAnalysis.NodalEntities.ExternalForce
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class ExternalForceLineContactEntity : ExternalForceEntity, IEquatable<APIBase>
Properties
ContactLength
Measurement: ShortLength
Declaration
public double ContactLength { get; }
Property Value
Type | Description |
---|---|
System.Double |
ForceNormalPerToothA
Measurement: Force
Declaration
public List<double> ForceNormalPerToothA { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> |
ForceNormalPerToothB
Measurement: Force
Declaration
public List<double> ForceNormalPerToothB { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Double> |
InterferenceNormalMaximum
Measurement: VeryShortLength
Declaration
public double InterferenceNormalMaximum { get; }
Property Value
Type | Description |
---|---|
System.Double |
InterferenceNormalMean
Measurement: VeryShortLength
Declaration
public double InterferenceNormalMean { get; }
Property Value
Type | Description |
---|---|
System.Double |
MisalignmentAngle
Measurement: SmallAngle
Declaration
public double MisalignmentAngle { get; }
Property Value
Type | Description |
---|---|
System.Double |
MomentAboutMeshCentre
Measurement: Torque
Declaration
public double MomentAboutMeshCentre { get; }
Property Value
Type | Description |
---|---|
System.Double |
NormalForce
Measurement: Force
Declaration
public double NormalForce { get; }
Property Value
Type | Description |
---|---|
System.Double |
NumberOfContactLines
Declaration
public double NumberOfContactLines { get; }
Property Value
Type | Description |
---|---|
System.Double |
NumberOfLoadedContactLines
Declaration
public double NumberOfLoadedContactLines { get; }
Property Value
Type | Description |
---|---|
System.Double |
RelativeDeflectionNormalMean
Mean relative deflection in the normal deflection at the pitch point. Does not include the clearance that will affect the actual contact.
Measurement: VeryShortLength
Declaration
public double RelativeDeflectionNormalMean { get; }
Property Value
Type | Description |
---|---|
System.Double |
StiffnessNormal
Measurement: LinearStiffness
Declaration
public double StiffnessNormal { get; }
Property Value
Type | Description |
---|---|
System.Double |
StiffnessTilt
Measurement: AngularStiffness
Declaration
public double StiffnessTilt { get; }
Property Value
Type | Description |
---|---|
System.Double |
StrainEnergy
Measurement: EnergySmall
Declaration
public double StrainEnergy { get; }
Property Value
Type | Description |
---|---|
System.Double |
VelocityNormalAtMaximumInterference
Measurement: VelocitySmall
Declaration
public double VelocityNormalAtMaximumInterference { get; }
Property Value
Type | Description |
---|---|
System.Double |
VelocityNormalMean
Measurement: VelocitySmall
Declaration
public double VelocityNormalMean { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>