cst_create_material
Define a new material for electromagnetic simulation in CST Studio by specifying its relative permittivity, permeability, loss tangents, and conductivity.
Instructions
Create a new material with electromagnetic properties in CST Studio. Specify relative permittivity (epsilon), relative permeability (mu), electric and magnetic loss tangents, and conductivity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mu | No | Relative permeability (mu_r) | |
| name | Yes | Material name (e.g. 'MySubstrate') | |
| color_b | No | Blue colour component (0-1) | |
| color_g | No | Green colour component (0-1) | |
| color_r | No | Red colour component (0-1) | |
| epsilon | No | Relative permittivity (epsilon_r) | |
| tan_d_e | No | Electric loss tangent (tan delta_e) | |
| tan_d_m | No | Magnetic loss tangent (tan delta_m) | |
| conductivity | No | Electric conductivity in S/m | |
| transparency | No | Transparency (0 = opaque, 1 = fully transparent) |