OspGrillage.get_results#

OspGrillage.get_results(**kwargs)#

Function to get results from specific or all load cases. Alternatively, function process and returns load combination if “combina+tions” argument is provided. Result format is xarray DataSet. If a “save_file_name” is provided, saves xarray DataSet to NetCDF format to current working directory.

Parameters:
  • combinations (dict, optional) – Load combination definition. When provided, returns a modified DataSet computed from the specified combinations. Pass as a dict with load case name strings as keys and load factors (int or float) as values.

  • save_file_name (str, optional) – File name for saving results to NetCDF format in the current working directory.

  • load_case (str or list of str, optional) – Name string or list of name strings of specific load cases to extract. The returned DataSet contains only the specified load cases.

Returns:

Xarray DataSet of analysis results. If combinations is provided, returns a list of DataSets, one per load combination.