Settler
Structural
- May 22, 2010
- 88
Hello all,
I want to input my material properties through my python script from a tabulated file (Located in C:/Temp/Steel.txt). The command needs a tweak after the table portion of the following command:
mdb.models[Modelname].materials[Steel].Elastic(table=((200000.0, 0.3, 20), ))
however I would need your help on how to solve my issue.
Thank you very much!
I want to input my material properties through my python script from a tabulated file (Located in C:/Temp/Steel.txt). The command needs a tweak after the table portion of the following command:
mdb.models[Modelname].materials[Steel].Elastic(table=((200000.0, 0.3, 20), ))
however I would need your help on how to solve my issue.
Thank you very much!