OpenSeesPy example: inclined 2D corotational truss with geometric nonlinearity and load/displacement control, intended for teaching.
Click the badge, wait for Colab to open, then use Runtime → Run all in inclined_corot_truss.ipynb.
- Clone the repo and enter the folder:
git clone https://github.com/gaaraujo/corotTruss-example.git cd corotTruss-example - Install dependencies (in a virtual environment if you like):
pip install -r requirements.txt pip install -e . - Open
inclined_corot_truss.ipynbin Jupyter / VS Code and run all cells.