Version: 15.0

    Show / Hide Table of Contents

    Enum ModalCorrectionMethod

    Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.HarmonicAnalyses
    Assembly: SMT.MastaAPI.15.0.dll
    Syntax
    public enum ModalCorrectionMethod

    Fields

    Name Description
    IncludeResidualVectors

    Include residual vectors to account for higher frequency modes that have not been included in the modal solution.

    IncludeTruncationCorrection

    Include a correction to the response to account for higher frequency modes that have not been included in the modal solution.

    None

    Don't use any modal correction method.

    Back to top