tidy3d.SteadyElectricFieldData#
- class SteadyElectricFieldData[source]#
Bases:
HeatChargeMonitorDataStores electric field \(\vec{E}\) from a Charge/Conduction 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,
attrsare mutable. For example, the following is allowed for setting anattrobj.attrs['foo'] = bar. Also note that Tidy3D will raise aTypeErrorifattrscontain objects that can not be serialized. One can check ifattrsare serializable by callingobj.json().monitor (SteadyElectricFieldMonitor) β Electric field data associated with a Charge/Conduction 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)) β [units = um]. Symmetry center of the original simulation in x, y, and z.
E (Union[TriangularGridDataset, TetrahedralGridDataset] = None) β [units = \(V/\mu m\)]. Contains the computed electric field.
Notes
The electric field is computed as the negative gradient of the electric potential \(\vec{E} = -\nabla \psi\). It is given in units of \(V/\mu m\) (Volts per micrometer).
Attributes
Maps the field components to their associated data.
Methods
check_correct_data_type(values)Issue error if incorrect data type is used
Inherited Common Usage
- monitor#
- E#
- property field_components#
Maps the field components to their associated data.
- __hash__()#
Hash method.