opstool
opstool copied to clipboard
modelling, visualization, post-processing for OpenSeesPy
This PR was automatically created by Snyk using the credentials of a real user. ### Snyk has created this PR to fix 3 vulnerabilities in the pip dependencies of this...
Can I know the element types that opstool supports? I am trying to visualize a model containing SFI_MVLEM shear wall model, but encouraged a problem as: 1. the wall elements...
Hi Yexiang, I installed the latest version of opstool and found some issues that may be bugs during use: 1. When importing opstool in a linux server, the content in...
Hello- Thank for developing such comprehensive set of tools for OpenSeesPY. Would be possible to introduce an Unit factor in the post-processing commands (see example below) to transform the ops...
Hi @yexiang1992, I would like to know if the opstool could support mass visualization features via pyvista.
@yexiang1992 Hi! I'm thinking about a fearure. #### Background Consider the following situation: I defined a model and tried to run the analysis, but encountered the following error: ``` WARNING...
I am getting the following error while running my model with parallel processing. " Traceback (most recent call last): File "/home/abahugu/.conda/envs/py312/lib/python3.12/site-packages/xarray/backends/file_manager.py", line 211, in _acquire_with_cache_info file = self._cache[self._key] ~~~~~~~~~~~^^^^^^^^^^^ File...
Dear Dr. Yexiang Yan, I appreciate your excellent work on opstool and would like to request adding Load Cases and Load Combinations functionality to the package. This feature would allow...
Can't creat fiber output for gradientInelasticBeamColumn. Get the following error: ```python ValueError: zero-size array to reduction operation maximum which has no identity ``` It seems because`ops.sectionLocation(ele_tag)` in line 25 of...
Dear @yexiang92, I’ve been working on this [notebook](https://github.com/GJoe2/GJoe_Notebooks/blob/640e4cbde6ca8265134106b283604ef201da5c50/RE_VFO_ShellMitc4.ipynb), which models a simple shell wall using OpenSees and your amazing opstool package. While exploring its capabilities, I decided to try plot_nodal_responses_animation()...