Structure.write_input_file
- Structure.write_input_file(software, fields='u', output=True, save=False, ndof=6)[source]
Writes the FE software’s input file.
- Parameters
software (str) – Analysis software / library to use, ‘abaqus’, ‘opensees’, or ‘ansys’.
fields (list, str) – Data field requests.
output (bool) – Print terminal output.
save (bool) – Save structure to .obj before file writing.
- Returns
None