Version: 15.0

    Show / Hide Table of Contents

    Enum FESubstructuringFileFormat

    Namespace: SMT.MastaAPI.NodalAnalysis.FeExportUtility
    Assembly: SMT.MastaAPI.15.0.dll
    Syntax
    public enum FESubstructuringFileFormat

    Fields

    Name Description
    AbaqusInputFileOutputFil

    Creates an Abaqus input file. Abaqus will output a .fil file containing the reduction data.

    AbaqusInputFileOutputMtx

    Creates an Abaqus input file. Abaqus will output a .mtx file containing the reduction data.

    ANSYSAPDLInputFileOutputSub

    Creates an ANSYS APDL input file. Ansys will output a .sub file containing the reduction data.

    ANSYSAPDLInputFileOutputSubAndTcms

    Creates an ANSYS APDL input file. Ansys will output a .sub and a .tcms file containing the reduction data. To perform the reduction, run the input file using Ansys APDL from command line (see Help section).

    MSCNastranBulkDataFileOutputOp4AndPch

    Creates a MSC Nastran bulk data file. Nastran will output an .op4 and a .pch file containing the reduction data. To import reduction data, please select the .op4 file and ensure both .pch and .op4 files are present in the same folder.

    MSCNastranBulkDataFileOutputPch

    Creates a MSC Nastran bulk data file. Nastran will output a .pch file containing the reduction data.

    OptistructInputFile

    Creates an OptiStruct input file. OptiStruct will output an .op4 and a .pch file containing the reduction data. To import reduction data, please select the .op4 file and ensure both .pch and .op4 files are present in the same folder.

    SimcenterNastranBulkDataFileOutputOp4AndPch

    Creates a Simcenter Nastran bulk data file. Nastran will output an .op4 and a .pch file containing the reduction data. To import reduction data, please select the .op4 file and ensure both .pch and .op4 files are present in the same folder.

    SimcenterNastranBulkDataFileOutputPch

    Creates a Simcenter Nastran bulk data file. Nastran will output a .pch file containing the reduction data.

    Back to top