Search found 2 matches
- Fri Sep 17, 2021 5:59 pm
- Forum: OpenSees.exe Users
- Topic: WARNING RandGenLinLapackSolver::solue() -LAPACK routine returned 487
- Replies: 1
- Views: 10451
WARNING RandGenLinLapackSolver::solue() -LAPACK routine returned 487
I added an arch to the frame bridge, why was it so wrong #copyright @ Zhong Jian, Hefei University of technology proc geometry {SpanLength SpanWidth UnitWeight PierHeight1 PierHeight2 WaveNumber} { # UnitWeight is the weight per area # unit: m kN wipe model basic -ndm 3 -ndf 6 geomTransf Linear 1008...
- Mon May 24, 2021 5:20 pm
- Forum: OpenSeesPy
- Topic: In the Recorder command, elements Force and deformations have no output
- Replies: 1
- Views: 3265
In the Recorder command, elements Force and deformations have no output
I built a single-pier model modeled after the example in the OpenSeespy manual,but,in the Recorder command, elements Force and deformations have no output. https://openseespydoc.readthedocs.io/en/latest/src/nonlinearcanti2.html import math import os from openseespy.opensees import * wipe() a = os.pa...