OspGrillage.analyze#

OspGrillage.analyze(**kwargs)#

Function to analyze defined load

Parameters:
  • all (bool) – If True, runs all load cases. Defaults to True.

  • load_case (str or list of str) – Name string or list of name strings for the load cases to analyze.

  • set_verbose (bool) – If True, suppresses incremental load case progress output to terminal. Defaults to True.

  • analysis_type (str) – Type of OpenSees analysis to run. Defaults to "Static".

Raises:

ValueError – If neither load_case nor all arguments are correctly provided.