About

This web app will take Nastran DMI entries and generate an equivalent CSV file. See the example below.

DMI: Direct Matrix Input

Starting DMI Entries
DMI     KGG            0       6       1       0              12      12
DMI*    KGG                            1               1  1.00000000E+02
*                      7 -1.00000000E+02
DMI*    KGG                            7               1 -1.00000000E+02
*                      7  1.00000000E+02
                    
Final CSV File
Row/Column #,Column 1,Column 7
Row 1,1.00000000E+02,-1.00000000E+02
Row 7,-1.00000000E+02,1.00000000E+02
                    
The total size of attached files exceeds 1MB


Name of Matrix Download CSV
{{objA['nameOfMatrix']}}

Error during procedure. Inspect and try again.
{{AppDMI.errorMessageFromServer}}

About

This web app will take a CSV file and generate corresponding DMI entries. See the example below.

To request this web app, contact christian.aparicio @the-engineering-lab.com.

Starting CSV File
Row/Column #,Column 1,Column 7
Row 1,1.00000000E+02,-1.00000000E+02
Row 7,-1.00000000E+02,1.00000000E+02
                    
Final DMI Entries
DMI     KGG            0       6       1       0              12      12
DMI*    KGG                            1               1  1.00000000E+02
*                      7 -1.00000000E+02
DMI*    KGG                            7               1 -1.00000000E+02
*                      7  1.00000000E+02
                    

About

This web app will take Nastran DMIG entries and generate an equivalent CSV file.

DMIG: Direct Matrix Input at Points

To request this web app, contact christian.aparicio @the-engineering-lab.com.

About

This web app will take a CSV file and generate corresponding DMIG entries.

To request this web app, contact christian.aparicio @the-engineering-lab.com.