cst_set_boundary
Assign independent boundary conditions to each face of the simulation domain, selecting from types like open, electric, magnetic, or periodic to define field behavior at boundaries.
Instructions
Set boundary conditions for the simulation domain. Each face of the bounding box can be assigned an independent boundary type (open, electric, magnetic, periodic, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x_max | Yes | Boundary condition on the +X face | |
| x_min | Yes | Boundary condition on the -X face | |
| y_max | Yes | Boundary condition on the +Y face | |
| y_min | Yes | Boundary condition on the -Y face | |
| z_max | Yes | Boundary condition on the +Z face | |
| z_min | Yes | Boundary condition on the -Z face |