Version: 13.0

    Show / Hide Table of Contents

    Enum PlanetaryRatingLoadSharingOption

    Namespace: SMT.MastaAPI.Gears
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    [ComVisible(true)]
    [Guid("338b8c52-e5fd-f5f8-edd5-c7bc392f57f7")]
    [ApiEnumFor("SMT.Gears.PlanetaryRatingLoadSharingOption, SMT.Gears")]
    public enum PlanetaryRatingLoadSharingOption

    Fields

    Name Description
    AnalysisResults

    Use the calculated torque and misalignment from the analysis in planetary ratings.

    DistributedToGiveWorstDamage

    First planet has the mean torque multiplied by the load sharing factor and remaining torque is distributed in order to give the largest loads on the remaining planets. The misalignment is set to the signed root mean square misalignment over all the planets if the planet carrier is moving or the largest misalignment if it is not.

    SinglePlanetTakingPeakLoadOtherPlanetsTakingEqualLoad

    First planet has the mean torque multiplied by the load sharing factor and the remaining torque is distributed evenly over the remaining planets.The misalignment is set to the signed root mean square misalignment over all the planets if the planet carrier is moving or the largest misalignment if it is not.

    Back to top