Version: 15.0

    Show / Hide Table of Contents

    Enum InitialGuessOption

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

    Fields

    Name Description
    EquivalentRadiatedPowerERP

    Use simple equivalent radiated power assumptions to create an initial guess.

    RightHandSide

    Use the right hand side (boundary conditions) as the initial guess.

    Zero

    Use zero as the initial guess.

    Back to top