Search found 6 matches

by Gaetanocmr
Thu May 20, 2021 1:21 pm
Forum: OpenSeesPy
Topic: VTK recorder
Replies: 2
Views: 3427

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...
by Gaetanocmr
Sat Feb 27, 2021 4:07 am
Forum: OpenSeesPy
Topic: Compile OpenSeespy for iOS
Replies: 0
Views: 4647

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...
by Gaetanocmr
Wed Nov 18, 2020 7:30 am
Forum: OpenSeesPy
Topic: [Solved] animate_deformedshape "Error"
Replies: 2
Views: 3686

Re: animate_deformedshape "Error"

Thanks, that did the magic :D
by Gaetanocmr
Wed Nov 18, 2020 12:32 am
Forum: OpenSeesPy
Topic: [Solved] animate_deformedshape "Error"
Replies: 2
Views: 3686

[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 "D:\Anaco...
by Gaetanocmr
Mon Nov 16, 2020 3:07 am
Forum: OpenSeesPy
Topic: can't run
Replies: 4
Views: 6152

Re: can't run

mmmm, that's strange.
Are you using something like this for getting output?

Code: Select all

reactions('-dynamic', '-rayleight') 
nodeReaction(node, dof)
nodeDisp(node,dof)
if so, maybe you should check your model
by Gaetanocmr
Sat Nov 14, 2020 8:51 am
Forum: OpenSeesPy
Topic: can't run
Replies: 4
Views: 6152

Re: can't run

Did you set the recorder in your OpsPy model?