Version: 15.0

    Show / Hide Table of Contents

    Enum ExportOutputType

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

    Fields

    Name Description
    BoundaryConditionsAsPlainText

    Export boundary conditions at the FE connection points to a tab-separated text file for processing in external programs

    BoundaryConditionsToFESolver

    Export boundary conditions at the FE connection points as commands to use in an external FE solver

    ModeShapesAsOP2File

    Export mode shapes (as displacements) to .op2 for use in acoustic analysis packages

    OperatingDeflectionShapesAsOP2File

    Export complex displacements for a Full FE Mesh to .op2 for use in acoustic analysis packages

    OperatingDeflectionShapesAsOP2ModeShapesFileAndUNVModalFactorsFile

    Export complex displacements for a Full FE Mesh as two separate files for use in acoustic analysis packages. The FE reduction mode shapes will be exported as an .op2 file, while the modal participation factors will be exported as a .unv file. All data is written out in the same units as the FE.

    OperatingDeflectionShapesAsPlainText

    Export complex displacements for a Full FE Mesh to tab-separated text files for processing in external programs

    Back to top