material_get
Look up material properties by name and return SI-unit values such as Young's modulus, density, and yield strength for FEM simulation.
Instructions
Look up a material by name (e.g. 'AL6061-T6'). Returns the full property card as SI quantity strings (YoungsModulus, PoissonRatio, Density, yield_strength, fracture_toughness, thermal_conductivity, cte, rough_cost, refractive_index where applicable, source, basis). The structural keys are FEM-card-compatible, so the result feeds fem_set_material directly. On a miss returns {ok:false, reason} with a did_you_mean suggestion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |