Search found 2 matches
- Mon Oct 04, 2021 8:14 am
- Forum: OpenSees.exe Users
- Topic: Changing Node ID in OpenSees Example
- Replies: 1
- Views: 2656
Changing Node ID in OpenSees Example
I took the TCL Example 8 provided in OpenSees website, and played around with it to learn more. https://opensees.berkeley.edu/wiki/index.php/OpenSees_Example_7._3D_Frame,_3-story_3-bayX_3-bayZ,_Reinforced-Concrete_Section_%26_Steel_W-Section And I changed the Node ID in line 32 and 33 in file Ex7.Fr...
- Sun Oct 03, 2021 4:05 am
- Forum: OpenSeesPy
- Topic: Writing tcl code to Python
- Replies: 2
- Views: 3082
Writing tcl code to Python
I tried to convert a 3d general example available in OpenSees website into python using OpenSeesPy. On analysis, Python version is giving following errors: 1) ArpackSolver::Error with _saupd info = -9 Starting vector is zero. WARNING DirectIntegrationAnalysis::eigen() - EigenSOE failed in solve() WA...