Hi- I would like to modify the some parameters that determine the load-deformation curve of the TzSimple1 material so that I can use this material in OpenSees.
I built the XXXX.dll file without any problems. However, when I run the program, it said " Warning: could not create uniaxialmaterial XXXX." I tried the example file " elasticPPCPP " in the Developer first, and it worked, but I don't know why it has problem with the TzSimple1.
P.S. I just copy & paste the original codes (.cpp and .h) from the SVN
"http://opensees.berkeley.edu/WebSVN/fil ... imple1.cpp&".
Even I did not make any modification to the code, TzSimple1 could not be recognised by OpenSees. I am wondering should the code of TzSimple1 be modified in order to provide an applicable .dll?
TzSimple1 Code
Moderators: silvia, selimgunay, Moderators
Re: TzSimple1 Code
you need to provide the OPS_TzSimple1 function call. copy the one from the working dll example and rename it. that is the function the command that is looked for when the dll is loaded.
Re: TzSimple1 Code
Hi fmk-Thank you for your reply. I have solved the problem!