Jul 31, 2002 #1 Hayden Mechanical Joined Jul 31, 2002 Messages 121 Location NZ I want to show items from my materials list as parameters. I can get things like density using DEN=MATERIAL_PARAM("MASS_DENSITY"working, but I can't get the material name to work as a parameter. Does anyone know how this can be done. Thanks Hayden
I want to show items from my materials list as parameters. I can get things like density using DEN=MATERIAL_PARAM("MASS_DENSITY"working, but I can't get the material name to work as a parameter. Does anyone know how this can be done. Thanks Hayden
Jul 31, 2002 #2 Hora New member Joined Apr 23, 2002 Messages 585 Location CA Hello Hayden, Use the following syntax: MATERIAL = MATERIAL_PARAM("BEND_TABLE" Note that you must fill in the material name (ex: Al-6061) for the BEND_TABLE field in the material file. No spaces are permited!!! -Hora. Upvote 0 Downvote
Hello Hayden, Use the following syntax: MATERIAL = MATERIAL_PARAM("BEND_TABLE" Note that you must fill in the material name (ex: Al-6061) for the BEND_TABLE field in the material file. No spaces are permited!!! -Hora.
Aug 1, 2002 Thread starter #3 Hayden Mechanical Joined Jul 31, 2002 Messages 121 Location NZ Thanks Hora, I've done that. Do you know if any extra fieldscan be added to the material parameters list? Hayden Upvote 0 Downvote
Thanks Hora, I've done that. Do you know if any extra fieldscan be added to the material parameters list? Hayden