tidy3d.IsothermalSteadyChargeDCAnalysis#

class IsothermalSteadyChargeDCAnalysis[source]#

Bases: Tidy3dBaseModel

Configures relevant steady-state DC simulation parameters for a charge simulation.

Parameters:
  • attrs (dict = {}) – Dictionary storing arbitrary metadata for a Tidy3D object. This dictionary can be freely used by the user for storing data without affecting the operation of Tidy3D as it is not used internally. Note that, unlike regular Tidy3D fields, attrs are mutable. For example, the following is allowed for setting an attr obj.attrs['foo'] = bar. Also note that Tidy3D` will raise a TypeError if attrs contain objects that can not be serialized. One can check if attrs are serializable by calling obj.json().

  • temperature (PositiveFloat = 300) – [units = K]. Lattice temperature. Assumed constant throughout the device. Carriers are assumed to be at thermodynamic equilibrium with the lattice.

  • tolerance_settings (ChargeToleranceSpec = ChargeToleranceSpec(attrs={}, abs_tol=10000000000.0, rel_tol=1e-10, max_iters=30, type='ChargeToleranceSpec')) – convergence_dv : PositiveFloat = 1.0 By default, a solution is computed at 0 bias. If a bias different than 0 is requested through a voltage source, the charge solver will start at 0 and increase bias at convergence_dv intervals until the required bias is reached. This is, therefore, a convergence parameter in DC computations.

Attributes

Methods

Inherited Common Usage

temperature#
tolerance_settings#
convergence_dv#
__hash__()#

Hash method.