recolo.data_structures.read_abaqus_rpts
Functions
|
List all files with a given extension for a given path. The output is sorted Parameters ---------- path : str Path to the folder containing the files file_type : str The file extension ex. ".rpt" Returns ------- list A list of sorted file names. |
|
Load Abaqus RPT files into a AbaqusData object containing all relevant fields Parameters ---------- path_to_rpts : str Path to the folder containing the files use_only_img_ids : list A list of file ids which should be included in the AbaqusData object Returns ------- abaqusData : AbaqusData The fields loaded from Abaqus |
Classes
alias of |