rsap_define_material
Define a structural material by loading from Robot's database or specifying elastic properties like Young's modulus, Poisson's ratio, and weight density.
Instructions
Define a material label, either loaded from Robot's material database or from explicit elastic properties.
Args: name: Name for the new material label. from_database: Load a named material from Robot's database (e.g. 'S235', 'C30/37'). If given, the explicit properties below are ignored. material_type: One of steel, concrete, timber, aluminium, other. e: Young's modulus E (Pa). nu: Poisson's ratio (dimensionless). ro: Unit WEIGHT density (N/m^3) — Robot's RO is a weight density, not mass. kirchoff: Shear modulus G (Pa) — stored in Robot's 'Kirchoff' property.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| e | No | ||
| nu | No | ||
| ro | No | ||
| name | Yes | ||
| kirchoff | No | ||
| from_database | No | ||
| material_type | No |