hi,
i'm interested in yield strength properties of alloy 625 weld metal at temperature between 100°C and 200°C.
where i can find informations about weld metal in alloy 625 yield strength and how i can take into account the effect of temperature?
thanks and regards,
Hi,
iwb you was right again.
In real I wrote my script watching the .py Abaqus macro obtained from the CAE, but sometimes I cannot get clear information, especially when I select objects (cells, faces, points etc.) during the operation. For example when I create a set of face in CAE, the...
Hi,
iwb your solution is right, thanks.
However again, now I don't know how to apply this solution for more surfaces.
I have the reference scripting user manual of Abaqus, but I didn't find in it the string commands that I need. Also it isn't so easy to read and understand.
Where I can...
Hi,
I’m working on an Abaqus script (obviously in Python language) to do a parametric model. I just wrote some strings of code to create a solid model, but now I want to define a SET of faces of my model. I cannot do it, because there are some mistakes in the definition of the sting code. Here...
Hi guys,
I have a problem with a nonlinear system equations solve.
I'm not able to find a good solution to my system, and I don't realize if the algorithms used are good for the system.
I wrote the system of equation in a Matlab file, and sure I used the fsolve command. Below is the Mfile...