Version: 13.0

    Show / Hide Table of Contents

    Class GearMeshSystemDeflection

    Inheritance
    System.Object
    System.MarshalByRefObject
    SMT.MastaAPIUtility.MarshalByRefObjectPermanent
    APIBase
    DesignEntityAnalysis
    DesignEntitySingleContextAnalysis
    ConnectionAnalysis
    ConnectionAnalysisCase
    ConnectionStaticLoadAnalysisCase
    ConnectionFEAnalysis
    ConnectionSystemDeflection
    InterMountableComponentConnectionSystemDeflection
    GearMeshSystemDeflection
    ConceptGearMeshSystemDeflection
    ConicalGearMeshSystemDeflection
    CylindricalGearMeshSystemDeflection
    FaceGearMeshSystemDeflection
    WormGearMeshSystemDeflection
    Implements
    System.IEquatable<APIBase>
    Inherited Members
    ConnectionSystemDeflection.ConvergenceStatus
    ConnectionSystemDeflection.Efficiency
    ConnectionSystemDeflection.EnergyLossDuringLoadCase
    ConnectionSystemDeflection.HasConverged
    ConnectionSystemDeflection.IsLoaded
    ConnectionSystemDeflection.LargestPower
    ConnectionSystemDeflection.PercentageOfIterationsConverged
    ConnectionSystemDeflection.ReasonForNonConvergence
    ConnectionSystemDeflection.Relaxation
    ConnectionSystemDeflection.SocketAPlanetaryPower
    ConnectionSystemDeflection.SocketAPlanetaryTorque
    ConnectionSystemDeflection.SocketAPower
    ConnectionSystemDeflection.SocketATorque
    ConnectionSystemDeflection.SocketATotalPower
    ConnectionSystemDeflection.SocketBPlanetaryPower
    ConnectionSystemDeflection.SocketBPlanetaryTorque
    ConnectionSystemDeflection.SocketBPower
    ConnectionSystemDeflection.SocketBTorque
    ConnectionSystemDeflection.SocketBTotalPower
    ConnectionSystemDeflection.PowerLoss
    ConnectionSystemDeflection.SystemDeflection
    ConnectionAnalysis.ShortName
    DesignEntitySingleContextAnalysis.ParametricStudyIndex1
    DesignEntitySingleContextAnalysis.ParametricStudyIndex2
    DesignEntitySingleContextAnalysis.PlanetaryOriginal
    DesignEntityAnalysis._parent
    DesignEntityAnalysis.ActiveReportAsText
    DesignEntityAnalysis.Comment
    DesignEntityAnalysis.ID
    DesignEntityAnalysis.Name
    DesignEntityAnalysis.PlanetAngle
    DesignEntityAnalysis.PlanetIndex
    DesignEntityAnalysis.UniqueName
    DesignEntityAnalysis.ComponentDesign
    DesignEntityAnalysis.LocalCoordinateSystem
    DesignEntityAnalysis.SafetyFactors
    DesignEntityAnalysis.AllDesignEntities
    DesignEntityAnalysis.AllStatusErrors
    DesignEntityAnalysis.HasResults
    DesignEntityAnalysis.NameWithContainer
    DesignEntityAnalysis.Status
    DesignEntityAnalysis.ReportNames
    DesignEntityAnalysis.OutputDefaultReportTo(String)
    DesignEntityAnalysis.GetDefaultReportWithEncodedImages()
    DesignEntityAnalysis.OutputActiveReportTo(String)
    DesignEntityAnalysis.OutputActiveReportAsTextTo(String)
    DesignEntityAnalysis.GetActiveReportWithEncodedImages()
    DesignEntityAnalysis.OutputNamedReportTo(String, String)
    DesignEntityAnalysis.OutputNamedReportAsMastaReport(String, String)
    DesignEntityAnalysis.OutputNamedReportAsTextTo(String, String)
    DesignEntityAnalysis.GetNamedReportWithEncodedImages(String)
    APIBase.DisconnectFromMASTA()
    APIBase.GetProperty<T>(String)
    APIBase.SetProperty(String, Object)
    APIBase.cacheRpds
    APIBase.clearCachedRpds()
    APIBase.getNamedObjectList<TElementType>(String)
    APIBase.getExpandableProperty<TReturnType>(String)
    APIBase.callPartialMethod(String, (T1, T2)<Type, Object>[])
    APIBase.callPartialMethod<T>(String, T)
    APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, T)
    APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
    APIBase.callPartialMethod<T>(String, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, (T1, T2)<Type, Object>, T)
    APIBase.callPartialMethod<T1, T2>(String, (T1, T2)<Type, Object>, T1, T2)
    APIBase.getPartialProperty(String)
    APIBase.setPartialProperty(String, Object)
    APIBase.IsValid(String)
    APIBase.IsReadOnly(String)
    APIBase.isInvalid
    APIBase.DocumentationUrl()
    APIBase.ToString()
    APIBase.RunPython<T>(String, String, Object)
    APIBase.RunPythonCode<T>(String, String, Object)
    APIBase.RunPythonCode<T>(String)
    APIBase.RunPython<T>(String, String)
    APIBase.CreateObjRef(Type)
    APIBase.RunPython(String, String, Object)
    APIBase.createWrappedRange(Double, Double)
    APIBase.createWrappedVector2D(Double, Double)
    APIBase.createWrappedPosition3D(Double, Double, Double)
    APIBase.Equals(APIBase)
    APIBase.GetHashCode()
    APIBase.Equals(Object)
    SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
    Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.SystemDeflections
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    public abstract class GearMeshSystemDeflection : InterMountableComponentConnectionSystemDeflection, IEquatable<APIBase>

    Properties

    CalculatedMeshStiffnessAlongFaceWidth

    Mesh stiffness including the effect of misalignment. The result has a maximum when contact occurs over the full face width of the mesh.

    Measurement: LinearStiffness

    Declaration
    public double CalculatedMeshStiffnessAlongFaceWidth { get; }
    Property Value
    Type Description
    System.Double

    ConnectionDesign

    Declaration
    public GearMesh ConnectionDesign { get; }
    Property Value
    Type Description
    GearMesh

    FlankSign

    Declaration
    public double FlankSign { get; }
    Property Value
    Type Description
    System.Double

    GearA

    Declaration
    public GearSystemDeflection GearA { get; }
    Property Value
    Type Description
    GearSystemDeflection

    GearATorqueLeftFlank

    Measurement: Torque

    Declaration
    public double GearATorqueLeftFlank { get; }
    Property Value
    Type Description
    System.Double

    GearATorqueRightFlank

    Measurement: Torque

    Declaration
    public double GearATorqueRightFlank { get; }
    Property Value
    Type Description
    System.Double

    GearATotalMeshForceInWCS

    The equivalent force and moment acting on Gear A at the mean contact point of the mesh.

    Declaration
    public VectorWithLinearAndAngularComponents GearATotalMeshForceInWCS { get; }
    Property Value
    Type Description
    VectorWithLinearAndAngularComponents

    GearB

    Declaration
    public GearSystemDeflection GearB { get; }
    Property Value
    Type Description
    GearSystemDeflection

    GearBTorqueLeftFlank

    Measurement: Torque

    Declaration
    public double GearBTorqueLeftFlank { get; }
    Property Value
    Type Description
    System.Double

    GearBTorqueRightFlank

    Measurement: Torque

    Declaration
    public double GearBTorqueRightFlank { get; }
    Property Value
    Type Description
    System.Double

    GearBTotalMeshForceInWCS

    The equivalent force and moment acting on Gear B at the mean contact point of the mesh.

    Declaration
    public VectorWithLinearAndAngularComponents GearBTotalMeshForceInWCS { get; }
    Property Value
    Type Description
    VectorWithLinearAndAngularComponents

    GearMeshContactStatus

    Declaration
    public GearMeshContactStatus GearMeshContactStatus { get; }
    Property Value
    Type Description
    GearMeshContactStatus

    GearSet

    Declaration
    public GearSetSystemDeflection GearSet { get; }
    Property Value
    Type Description
    GearSetSystemDeflection

    IsInContact

    Declaration
    public virtual bool IsInContact { get; }
    Property Value
    Type Description
    System.Boolean

    LoadInLOAFromStiffnessModel

    Measurement: Force

    Declaration
    public double LoadInLOAFromStiffnessModel { get; }
    Property Value
    Type Description
    System.Double

    MaximumPossibleMeshStiffnessAlongFaceWidth

    The maximum possible mesh stiffness, which occurs when contact is over the full face width of the mesh.

    Measurement: LinearStiffness

    Declaration
    public double MaximumPossibleMeshStiffnessAlongFaceWidth { get; }
    Property Value
    Type Description
    System.Double

    MeanContactPointInWorldCoordinateSystem

    Declaration
    public Vector3D MeanContactPointInWorldCoordinateSystem { get; }
    Property Value
    Type Description
    Vector3D

    MeshPower

    Gear torque multiplied by the tooth passing speed

    Measurement: Power

    Declaration
    public double MeshPower { get; }
    Property Value
    Type Description
    System.Double

    MeshPowerGearALeftFlank

    Gear torque multiplied by the tooth passing speed

    Measurement: Power

    Declaration
    public double MeshPowerGearALeftFlank { get; }
    Property Value
    Type Description
    System.Double

    MeshPowerGearARightFlank

    Gear torque multiplied by the tooth passing speed

    Measurement: Power

    Declaration
    public double MeshPowerGearARightFlank { get; }
    Property Value
    Type Description
    System.Double

    MeshPowerGearBLeftFlank

    Gear torque multiplied by the tooth passing speed

    Measurement: Power

    Declaration
    public double MeshPowerGearBLeftFlank { get; }
    Property Value
    Type Description
    System.Double

    MeshPowerGearBRightFlank

    Gear torque multiplied by the tooth passing speed

    Measurement: Power

    Declaration
    public double MeshPowerGearBRightFlank { get; }
    Property Value
    Type Description
    System.Double

    MeshSeparations

    Declaration
    public ReadOnlyCollection<MeshSeparationsAtFaceWidth> MeshSeparations { get; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ReadOnlyCollection<MeshSeparationsAtFaceWidth>

    MinimumSeparationLeftFlank

    Measurement: VeryShortLength

    Declaration
    public double MinimumSeparationLeftFlank { get; }
    Property Value
    Type Description
    System.Double

    MinimumSeparationRightFlank

    Measurement: VeryShortLength

    Declaration
    public double MinimumSeparationRightFlank { get; }
    Property Value
    Type Description
    System.Double

    MomentAboutCentreFromLTCA

    Measurement: Torque

    Declaration
    public double MomentAboutCentreFromLTCA { get; }
    Property Value
    Type Description
    System.Double

    MomentAboutCentreFromStiffnessModel

    Measurement: Torque

    Declaration
    public double MomentAboutCentreFromStiffnessModel { get; }
    Property Value
    Type Description
    System.Double

    NodePairBacklashOnLeftSide

    Measurement: VeryShortLength

    Declaration
    public List<double> NodePairBacklashOnLeftSide { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Double>

    NodePairBacklashOnRightSide

    Measurement: VeryShortLength

    Declaration
    public List<double> NodePairBacklashOnRightSide { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Double>

    NodePairContactStatus

    Declaration
    public List<string> NodePairContactStatus { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    NodePairDeflections

    Measurement: VeryShortLength

    Declaration
    public List<double> NodePairDeflections { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Double>

    NodePairLoadInLOA

    Measurement: Force

    Declaration
    public List<double> NodePairLoadInLOA { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Double>

    NodePairLoadInLOALeftFlank

    Measurement: Force

    Declaration
    public List<double> NodePairLoadInLOALeftFlank { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Double>

    NodePairLoadInLOARightFlank

    Measurement: Force

    Declaration
    public List<double> NodePairLoadInLOARightFlank { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Double>

    NodePairMeshStiffness

    Stiffness normal to the flank

    Measurement: LinearStiffness

    Declaration
    public List<double> NodePairMeshStiffness { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Double>

    NodePairMeshStiffnessThetaTheta

    Tilt stiffness for rotation in the plane of action

    Measurement: AngularStiffness

    Declaration
    public List<double> NodePairMeshStiffnessThetaTheta { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Double>

    NodePairMeshStiffnessThetaZ

    Stiffness cross term, moment for unit displacement normal to the flank

    Measurement: Force

    Declaration
    public List<double> NodePairMeshStiffnessThetaZ { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Double>

    NodePairMeshStiffnessZTheta

    Stiffness cross term, force for unit rotation in the plane of action

    Measurement: LinearAngularStiffnessCrossTerm

    Declaration
    public List<double> NodePairMeshStiffnessZTheta { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Double>

    NodePairSeparations

    Measurement: VeryShortLength

    Declaration
    public List<double> NodePairSeparations { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Double>

    NodePairSeparationsInactiveFlank

    Measurement: VeryShortLength

    Declaration
    public List<double> NodePairSeparationsInactiveFlank { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Double>

    NodePairSeparationsLeftFlank

    Measurement: VeryShortLength

    Declaration
    public List<double> NodePairSeparationsLeftFlank { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Double>

    NodePairSeparationsRightFlank

    Measurement: VeryShortLength

    Declaration
    public List<double> NodePairSeparationsRightFlank { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Double>

    NumberOfTeethInContact

    Declaration
    public int NumberOfTeethInContact { get; }
    Property Value
    Type Description
    System.Int32

    PowerFlowResults

    Declaration
    public GearMeshPowerFlow PowerFlowResults { get; }
    Property Value
    Type Description
    GearMeshPowerFlow

    Rating

    Declaration
    public GearMeshRating Rating { get; }
    Property Value
    Type Description
    GearMeshRating

    StiffnessKzz

    The calculated stiffness per unit face width normal to the flanks i.e. normal to the helix for a helical gear.

    Measurement: StiffnessPerUnitFaceWidth

    Declaration
    public double StiffnessKzz { get; }
    Property Value
    Type Description
    System.Double

    TotalContactLength

    Measurement: ShortLength

    Declaration
    public double TotalContactLength { get; }
    Property Value
    Type Description
    System.Double

    Implements

    System.IEquatable<T>

    Extension Methods

    UtilityMethods.IsReadOnly<T>(T, Expression<Func<T, Object>>)
    UtilityMethods.IsValid<T>(T, Expression<Func<T, Object>>)
    UtilityMethods.IsMethodValid<T>(T, Expression<Func<T, Action>>)
    UtilityMethods.IsMethodReadOnly<T>(T, Expression<Func<T, Action>>)
    Back to top