Search found 2 matches
- Wed Nov 18, 2020 3:10 am
- Forum: OpenSeesPy
- Topic: PM4Sand setParameter not working?
- Replies: 2
- Views: 1969
Re: PM4Sand setParameter not working?
Thanks for the quick reply. I tried now and wrapping one of the arguments in a string indeed did the trick. However, it was not the value argument, but rather the material number at the end of the command that needed a string, i.e.: ops.setParameter('-val', 0.3, '-ele', 1, 'poissonRatio', str(1)) Tr...
- Mon Nov 16, 2020 6:44 am
- Forum: OpenSeesPy
- Topic: PM4Sand setParameter not working?
- Replies: 2
- Views: 1969
PM4Sand setParameter not working?
Hi all, First, thanks for the great work with OpenSeesPy - extremely useful with the Python integration of OpenSees. I'm trying to run the two example scripts that are linked in the original PM4Sand OpenSees documentation with OpenSeesPy (https://opensees.berkeley.edu/wiki/index.php/PM4Sand_Material...