maxwellBc (1d, 2d, 3d)

Sets boundary conditions specific to Maxwell’s equations

Parameters

model (string)
Defines the hyperEqn to use, this should generally be maxwellEqn.
bcType (string)

There are currently 2 valid boundary condition types.

  • conductor which is a conducting wall boundary condition
  • axisymmetric which is a boundary condition appropriate for cylindrical geometries on axis.

Example

<Updater emBcBottom>
  kind = maxwellBc2d
  model = maxwellEqn
  bcType = conductor
  onGrid = domain
  out = [q]
  entity = ghost
</Updater>