Postprocessing¶
The post-processing module mainly handles the saving and reading of model and response data.
Most responses are returned in the DataArray and DataSet formats of xarray for easy retrieval.
Utilities¶
Get nodal response types, dimensions, and DOFs. |
|
|
Return a dictionary of response types, dimensions, and DOFs for the given element type. |
Set the output directory for the results saving. |
|
|
Set the output format for the results saving. |
|
Set the unit system will be used for post-processing. |
Reset unit system for post-processing. |
Plotting¶
|
Read nodal responses data from a file. |
|
Plot element responses over time. |
Data Saving¶
Model, Eigenvalue and Linear Buckling Analysis Response Preservation:¶
|
Save the model data from the current domain. |
|
Save modal analysis data. |
|
Save linear buckling analysis data. |
The built-in step response data by opstool is saved¶
|
Create an output database (ODB) to save response data. |
Result Reading¶
Retrive the response data:¶
|
Read nodal responses data from a file. |
|
Read nodal responses data from a file. |
Read sensitivity responses data from a file. |
Retrive the other data:¶
|
Read model data from a file. |
|
Get the eigenvalue data from the saved file. |
|
Get the linear buckling analysis data from the saved file. |