Skip to content

flex_rf.tidy3d.ABCBoundary

Type: class Base(s): AbstractABCBoundary

One-way wave equation absorbing boundary conditions. See, for example, John B. Schneider, Understanding the Finite-Difference Time-Domain Method, Chapter 6.

name [str | None] = None

Optional unique name for boundary.

permittivity [float | None] = None

Effective permittivity for determining propagation constant. If None, this value will be automatically inferred from the medium at the domain boundary and the central frequency of the source.

conductivity [NonNegativeFloat | None] = None

Effective conductivity for determining propagation constant. If None, this value will be automatically inferred from the medium at the domain boundary and the central frequency of the source.