ospgrillage.osp_grillage.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.

Keyword:

  • combinations (bool): If provided, returns a modified DataSet according to combinations defined. Format of argument is dict()

    with keys of load case name string and values of load factors (int of float)

  • save_file_name (str): Name string of file name. Saves to NetCDF.

  • load_case (str): str or list of name string of specific load case to extract. Returned DataSet with the specified Load cases only

Returns:

Xarray DataSet of analysis results - extracted based on keyword option specified. If combination is True, returns a list of DataSet, with each element correspond to a load combination.