zhuminjie / OpenSeesPy

OpenSeesPy versions, doc, and pip
Other
167 stars 66 forks source link

Geotechnical geometry model problem #137

Closed hszhang1 closed 3 months ago

hszhang1 commented 3 months ago

Hi,

I am trying to build a 2-d finite element soil model. However, when I use quad element planestrain for my soil geometry, it shows that WARNING -- model dimensions and/or nodal DOF not compatible with quad element. When I checked my code, I felt that my model dimensions is compatible with the quad element. I have attached part of my code can you please let me know how I should revise this problem?

image

mhscott commented 3 months ago

This does not appear to be a bug. Probably you have ndf=3 instead of 2. Please post modeling issues on the OpenSees message board or Facebook group.

hszhang1 commented 3 months ago

Thanks!