Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Material Properties as Parameters

Status
Not open for further replies.

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
 
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.
 
Thanks Hora, I've done that.

Do you know if any extra fieldscan be added to the material parameters list?

Hayden
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top