I/O Functions#
Reading SG data#
|
Read SG data file. |
|
Read an input file and return the generic FE core model. |
|
Assemble one StructureGene from main.msh + sections.json + config.json. |
Reading analysis output#
|
Read SG analysis output file. |
|
Read SG homogenization output file. |
|
Read SG dehomogenization or failure analysis output. |
Writing and converting SG data#
Sections, materials, and configuration#
|
Read and deserialize sections.json. |
|
Write sections.json using the Phase 3 organization layer. |
|
Read config.json. |
|
Write config.json. |
|
Read a single material from a JSON file and return as a dictionary. |
|
Read multiple materials from a JSON file and return as a dictionary. |
|
Serialize one section/material model into the sections.json record format. |
Section layout and merging#
|
Read a cross-section layout CSV file. |
|
Read a CSV file containing load data for a given structure. |
|
Merge multiple section files according to a blade layout. |
|
Merge section files using a layout CSV file. |
|
Write a merged section mesh. |
Mesh data helpers#
|
Backward-compatible shim. |
|
Backward-compatible shim. |
Solver execution#
|
Run external solvers (VABS or SwiftComp). |