Structure.analyse

Structure.analyse(software, exe=None, cpus=4, license='research', delete=True, output=True)[source]

Runs the analysis through the chosen FEA software / library.

Parameters
  • software (str) – Analysis software / library to use, ‘abaqus’, ‘opensees’ or ‘ansys’.

  • exe (str) – Full terminal command to bypass subprocess defaults.

  • cpus (int) – Number of CPU cores to use.

  • license (str) – Software license type: ‘research’, ‘student’.

  • delete (bool) –

  • output (bool) – Print terminal output.

Returns

None