Skip to content

Volume properties

Properties associated with a volumetric region.

epsilon_r#

epsilon_r: float | None = None

The relative permittivity of the material in this region.

This is used for solving the Poisson equation.

donor_concentration#

donor_concentration: float = 0.0

The donor concentration in this region in cm^-3.

This is used for solving the Poisson equation and to determine the contact Fermi levels.

acceptor_concentration#

acceptor_concentration: float = 0.0

The acceptor concentration in this region in cm^-3.

This is used for solving the Poisson equation and to determine the contact Fermi levels.