File tree Expand file tree Collapse file tree 4 files changed +5
-2
lines changed
tidy3d/components/tcad/boundary Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ Mobility
18
18
:toctree: ../_autosummary/
19
19
:template: module.rst
20
20
21
+ tidy3d.ConstantMobilityModel
21
22
tidy3d.CaugheyThomasMobility
22
23
23
24
Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ Medium Perturbations
75
75
tidy3d.PerturbationMedium
76
76
tidy3d.PerturbationPoleResidue
77
77
tidy3d.NedeljkovicSorefMashanovich
78
+ tidy3d.ParameterPerturbation
78
79
79
80
80
81
General Mediums (can be both dispersive and non-dispersive)
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Sources
11
11
:template: module.rst
12
12
13
13
tidy3d.DCVoltageSource
14
+ tidy3d.DCCurrentSource
14
15
15
16
16
17
Analysis
Original file line number Diff line number Diff line change @@ -62,8 +62,8 @@ class InsulatingBC(HeatChargeBC):
62
62
Notes
63
63
-----
64
64
65
- Ensures the electric potential to the normal :math:`\\ nabla \\ psi \\ dot \\ mathbf{n} = 0` as well as the
66
- surface recombination current density :math:`J_s = \\ mathbf{J} \\ dot \\ mathbf{n} = 0` are set to zero where
65
+ Ensures the electric potential to the normal :math:`\\ nabla \\ psi \\ cdot \\ mathbf{n} = 0` as well as the
66
+ surface recombination current density :math:`J_s = \\ mathbf{J} \\ cdot \\ mathbf{n} = 0` are set to zero where
67
67
the current density is :math:`\\ mathbf{J_n}` and the normal vector is :math:`\\ mathbf{n}`
68
68
69
69
Example
You can’t perform that action at this time.
0 commit comments