AppliedMechanics-EAFIT / SolidsPy

2D-Finite Element Analysis with Python
MIT License
260 stars 75 forks source link

Arch bridge examples give wrong displacements #1

Closed nicoguaro closed 7 years ago

nicoguaro commented 8 years ago

The displacement field is wrong for these examples.

nicoguaro commented 7 years ago

It seems that the main problem is with the symmetric generation of the mesh. The second half have the elements oriented in the opposite direction.

nicoguaro commented 7 years ago

Removed symmetry in the .geo file. Now the whole geometry is explicitly declared.