-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing the value of a specific parameter of a material #136
Comments
Which version are you using? I don't find the syntax in the latest version for Tcl. |
Thank you for your prompt response. In the meantime, I use this code that you suggested; so firstly we have to assign a parameter tag to my specific material and after that update the parameters but the problem is that It always shows an error. I share the code lines and the error with you: "ops.parameter(1, 'element', *eltag_T1, 'material', 1, 'refBulkModul') error: Parameter::addComponent 1 -- no objects were able to identify parameter" |
I can't give you any suggestions unless it's a bug. If you believe it's a bug, please share a minimum working example. |
Hello, I appreciate your help. I would like to share a minimum working example with you to better understand the issue. |
Try "bulkModulus" |
I tested it and it is not working yet and appears to have the same error. |
Try adding the material tag after ops.nDMaterial('PDMY',23,.....)
...
ops.parameter(.......,'bulkModulus',23) |
Hello,
Would you please let me know how I can use this code line from Opensees (tcl) in the Openseespy environment?
"updateParameter -material $tag -refB $newVal"
Specifically, I wish to set a new value for Bulk modulus to PDMY or PIMY after gravity analysis; however, I am unable to find any guidance on how to accomplish this task with OpenSeasPy.
The text was updated successfully, but these errors were encountered: