MaxwellBoundaryConditions
MaxwellBoundaryConditions
Section Maxwell
Type block
Defines boundary conditions for the electromagnetic field propagation.
Example:
%MaxwellBoundaryConditions
zero | mirror_pec | constant
%
Options:
- zero:
Boundaries are not touched by the Maxwell code - they are set by the normal boundary conditions.
This is zero boundary conditions for non-periodic systems and periodic boundary conditions if
PeriodicDimensions is set.
- constant:
Boundaries are set to a constant.
- mirror_pec:
Perfect electric conductor.
- mirror_pmc:
Perfect magnetic conductor.
- plane_waves:
Boundaries feed in plane waves.
- medium:
Boundaries as linear medium (not yet implemented).