How to call out in a relation a user defined material property when changing the assigned material.
Hi All,
I am building a compression spring generic model, which I would like to have multiple materials available for selection. For example. Music wire ( ASTM A227), Stainless 302 ( ASTM A313) etc.
In each of the materials available I have a user defined parameter "shear modulus" in each of the materials.
In the spring model I have a relation which calculates the spring rate from the shear modulus of the material.
Example : RATE= SHEAR_MODULUS:MTRL_570*(WIRE_DIA^4) / (8*AC*(OUT_DIA-WIRE_DIA)^3)
MTRL_570 is the current assigned material ( music wire), If I switch the assigned material to Stainless 302, how do I get the relation to update to the new material ID ( MTRL_407).
If I leave the material ID out of the relation I cannot get the Shear modulus value.
Any suggestions on how to have the spring rate calculated from the assigned material would be greatly appreciated.
Thanks.

