tidy3d.SteadyPotentialData#

class SteadyPotentialData[source]#

Bases: HeatChargeMonitorData

Stores electric potential \(\psi\) from a charge simulation.

Parameters:
  • monitor (SteadyPotentialMonitor) – Electric potential monitor associated with a charge simulation.

  • symmetry (tuple[Literal[0, 1], Literal[0, 1], Literal[0, 1]] = (0, 0, 0)) – Symmetry of the original simulation in x, y, and z.

  • symmetry_center (tuple[float, float, float] = (0, 0, 0)) – Symmetry center of the original simulation in x, y, and z.

  • potential (Optional[Union[Union[TriangularGridDataset, TetrahedralGridDataset], SpatialDataArray]] = None) – [units = V]. Contains the electric potential series.

Attributes

field_components

Maps the field components to their associated data.

monitor

potential

symmetry

symmetry_center

monitor#
potential#
property field_components#

Maps the field components to their associated data.