Version: 15.0

    Show / Hide Table of Contents

    Enum AcousticAnalysisRunType

    Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AcousticAnalyses
    Assembly: SMT.MastaAPI.15.0.dll
    Syntax
    public enum AcousticAnalysisRunType

    Fields

    Name Description
    ByExcitation

    Acoustic analysis is run for each frequency of each excitation for a unit excitation. Higher harmonics can be generated from this result. This is more efficient when multiple harmonics are required for excitations having different orders.

    ByOrder

    Excitations and harmonics are combined by order when running the acoustic analysis. This is more efficient when there are several excitations having the same order (e.g. planetaries).

    Back to top