Class ConicalMeshedGearLoadDistributionAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ConicalMeshedGearLoadDistributionAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.LTCA.Conical
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ConicalMeshedGearLoadDistributionAnalysis : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
ContactCharts
Declaration
public GearLTCAContactCharts ContactCharts { get; }
Property Value
Type | Description |
---|---|
GearLTCAContactCharts |
ContactChartsAsTextFile
Declaration
public GearLTCAContactChartDataAsTextFile ContactChartsAsTextFile { get; }
Property Value
Type | Description |
---|---|
GearLTCAContactChartDataAsTextFile |
EstimatedGearStiffnessFromFEModel
Measurement: StiffnessPerUnitFaceWidth
Declaration
public double EstimatedGearStiffnessFromFEModel { get; }
Property Value
Type | Description |
---|---|
System.Double |
GearLoadDistributionAnalysis
Declaration
public ConicalGearLoadDistributionAnalysis GearLoadDistributionAnalysis { get; }
Property Value
Type | Description |
---|---|
ConicalGearLoadDistributionAnalysis |
MaximumVonMisesRootStressCompressionSide
Measurement: Stress
Declaration
public double MaximumVonMisesRootStressCompressionSide { get; }
Property Value
Type | Description |
---|---|
System.Double |
MaximumVonMisesRootStressTensionSide
Measurement: Stress
Declaration
public double MaximumVonMisesRootStressTensionSide { get; }
Property Value
Type | Description |
---|---|
System.Double |
MaxTensilePrincipalRootStressCompressionSide
Measurement: Stress
Declaration
public double MaxTensilePrincipalRootStressCompressionSide { get; }
Property Value
Type | Description |
---|---|
System.Double |
MaxTensilePrincipalRootStressTensionSide
Measurement: Stress
Declaration
public double MaxTensilePrincipalRootStressTensionSide { get; }
Property Value
Type | Description |
---|---|
System.Double |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Torque
Measurement: Torque
Declaration
public double Torque { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>