tidy3d.SteadyChargeResidualData#

class SteadyChargeResidualData[source]#

Bases: HeatChargeMonitorData

Stores per-node residual snapshots from a Charge simulation.

Parameters:

Notes

residual_potential, residual_electrons, residual_holes (and residual_temperature when the thermal solver is active) are the per-node signed residual components of each governing equation. They are dimensionless and on the same scale as the simulation’s convergence tolerance, so the nodes with the largest magnitude (approaching or exceeding that tolerance) are where the solution least satisfies the equations (the least-converged regions).

Attributes

field_components

Maps the field components to their associated data.

monitor

residual_potential

residual_electrons

residual_holes

residual_temperature

symmetry

symmetry_center

monitor#
residual_potential#
residual_electrons#
residual_holes#
residual_temperature#
property field_components#

Maps the field components to their associated data.