Version: 13.0

    Show / Hide Table of Contents

    Enum TorqueRippleInputType

    Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    [ComVisible(true)]
    [Guid("b9b0d5ff-8ecd-d352-1401-96722bcf3d9b")]
    [ApiEnumFor("SMT.MAA.ContextAndShadows.StaticLoads.TorqueRippleInputType, SMT.MAA")]
    public enum TorqueRippleInputType

    Fields

    Name Description
    ConstantTorqueNoTorqueRipple

    Constant Torque - No Torque Ripple

    IndependentRotorTorqueRippleAndStatorTeethTangentialLoads

    Import the rotor torque ripple time series and the stator teeth tangential loads separately.This is useful for checking if the data obtained from the EM modelling tool is reliable as the torque for the tangential loads should balance the rotor torque.

    RotorTorqueRippleTimeSeries

    The stator teeth tangential loads will be calculated.

    StatorTeethTangentialLoads

    The rotor torque ripple will be calculated.

    In This Article
    • Fields
    Back to top