Find more posts tagged with
Sort by:
1 - 4 of
41
Whatever the solver profile, manually change the material data value in hypermesh, and read the command.tcl file.
Suppose you have changed the density (rho), you will notice the following reflected in your command file: (hypermesh 2017. In older versions, you can find it in 'attributeupdatedouble')
*setvalue mats id=41 STATUS=2 183={8.77e-009}
which means '183' is the parameter code. Since you have the attribute dataname now, you can query it in your script like so:
hm_getvalue mats id=41 dataname=183
This will return the rho (density) value currently assigned to the field!
For Abaqus, try: