input_generate

compas_fea.fea.opensees.input_generate(structure, fields, output, ndof)[source]

Creates the OpenSees .tcl file from the Structure object.

Parameters
  • structure (obj) – The Structure object to read from.

  • fields (list) – Data field requests.

  • output (bool) – Print terminal output.

  • ndof (int) – Number of degrees-of-freedom in the model, 3 or 6.

Returns

None