Search found 6 matches
- Thu May 20, 2021 1:21 pm
- Forum: OpenSeesPy
- Topic: VTK recorder
- Replies: 2
- Views: 4237
Re: VTK recorder
Hello, I'm using the following command to create paraview file: ops.recorder('PVD', 'filename', '-precision', 10, '-dT', 0.0, *['disp', 'vel', 'accel', 'incrDisp', 'reaction', 'pressure', 'unbalancedLoad', 'mass', 'eigen', 3]) note that you have to create a blank file with the same filename and a fo...
- Sat Feb 27, 2021 4:07 am
- Forum: OpenSeesPy
- Topic: Compile OpenSeespy for iOS
- Replies: 0
- Views: 6805
Compile OpenSeespy for iOS
Hello, I use openseespy for my research, I use it on my laptop, on some Python web based platform and now I’m trying to run it on my iPad. I use a Jupiter app for code on Python and I tried to install openseespy and openseespymac, but with no success, or at least they got installed but I got the err...
- Wed Nov 18, 2020 7:30 am
- Forum: OpenSeesPy
- Topic: [Solved] animate_deformedshape "Error"
- Replies: 2
- Views: 4193
Re: animate_deformedshape "Error"
Thanks, that did the magic
- Wed Nov 18, 2020 12:32 am
- Forum: OpenSeesPy
- Topic: [Solved] animate_deformedshape "Error"
- Replies: 2
- Views: 4193
[Solved] animate_deformedshape "Error"
Hi everyone, I'm trying to plot the animation of the deformed shape of my 2D structure, but I always got this error: File "D:\Anaconda3\lib\site-packages\openseespy\postprocessing\Get_Rendering.py", line 819, in animate_deformedshape time, Disp = idbf._readNodeDispData(Model,LoadCase) File...
- Mon Nov 16, 2020 3:07 am
- Forum: OpenSeesPy
- Topic: can't run
- Replies: 4
- Views: 6787
Re: can't run
mmmm, that's strange.
Are you using something like this for getting output?
if so, maybe you should check your model
Are you using something like this for getting output?
Code: Select all
reactions('-dynamic', '-rayleight')
nodeReaction(node, dof)
nodeDisp(node,dof)
- Sat Nov 14, 2020 8:51 am
- Forum: OpenSeesPy
- Topic: can't run
- Replies: 4
- Views: 6787
Re: can't run
Did you set the recorder in your OpsPy model?