PDA

View Full Version : Parametric Analysis with Uhyper-ABAQUS


roaneb
2005-06-27, 20:12
Hi;

Is it possible to run a parametric study that is within a user subroutine in ABAQUS? For example, I would like to run a parametric study, which varies the material model parameters that are in found in the UHYPER subroutine? I am new at scripting with Python, and would like to know if this is possible before I dive into the parametric study scripting.

Thanks.

Jorgen
2005-06-29, 17:25
Can you explain more about what you are trying to accomplish?
You can run parametric studies using any external scripting language that drives ABAQUS.

- Jorgen

roaneb
2005-06-29, 20:15
I am trying to create a parametric study, in which I vary the material parameters. I figured this out today. I can create the parametric material constants in the input file and then call them into the UHYPER. I was doing this by having the material parameters within the UHYPER itself. So, if I create them in the input file, then I can also control them with a parametric study. Thank you very much again.