Git Product home page Git Product logo

Comments (8)

zhuminjie avatar zhuminjie commented on July 22, 2024

https://openseespydoc.readthedocs.io/en/latest/src/updateParameter.html

from openseespy.

zhuminjie avatar zhuminjie commented on July 22, 2024

Which version are you using? I don't find the syntax in the latest version for Tcl.

from openseespy.

ADuzandeh avatar ADuzandeh commented on July 22, 2024

Thank you for your prompt response.
I do not use the Opensees (tcl) in particular in my search I find this code line I am sharing the link to the webpage with you:
https://opensees.berkeley.edu/OpenSees/manuals/usermanual/1560.htm

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')
ops.updateParameter(1, 5.5e4)

error: Parameter::addComponent 1 -- no objects were able to identify parameter"

from openseespy.

zhuminjie avatar zhuminjie commented on July 22, 2024

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.

from openseespy.

ADuzandeh avatar ADuzandeh commented on July 22, 2024

Hello,

I appreciate your help. I would like to share a minimum working example with you to better understand the issue.

Ex.txt

from openseespy.

zhuminjie avatar zhuminjie commented on July 22, 2024

Try "bulkModulus"

from openseespy.

ADuzandeh avatar ADuzandeh commented on July 22, 2024

I tested it and it is not working yet and appears to have the same error.

from openseespy.

mhscott avatar mhscott commented on July 22, 2024

Try adding the material tag after 'bulkModulus'

ops.nDMaterial('PDMY',23,.....)
...
ops.parameter(.......,'bulkModulus',23)

from openseespy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.