jerbaroo / bridge-sim

Python library for concrete slab bridge simulation.
MIT License
1 stars 0 forks source link

Large model (many nodes) error #110

Open jerbaroo opened 4 years ago

jerbaroo commented 4 years ago

Hi @rozsasarpi , you mentioned you were interested in taking a look at the error which occurs when running models with high amount of nodes.

I created a branch large-model-error which can be checked out for this. Then follow the instructions in this repository's README. Then run ./scripts/make-all.sh --3d. If there are errors it is easiest if I just take a look at it, and then I can also document the necessary steps better.

You will see something like (note that it won't stop):

Screenshot 2019-11-19 at 17 41 02

106592 nodes

Note that building this model takes ~20s while running it takes ~9s, see the terminal output. No error is thrown (I know I should catch the error and raise it).

If you take the model file that is built (shown in the terminal output "saved 3d model file...") and run it with OpenSees directly it will error.