tidy3d.SurfaceImpedance#
- class SurfaceImpedance[source]#
Bases:
PECConformalApply 1st order (Leontovich) surface impedance boundary condition to structure made of
LossyMetalMedium.- 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().timestep_reduction (ConstrainedFloatValue = 0.0) – Reduction factor between 0 and 1 such that the simulation’s time step size is
1 - timestep_reductiontimes its default value. Accuracy can be improved with a smaller time step size, but the simulation time will be increased.
Attributes
Methods
Inherited Common Usage
- timestep_reduction#
- __hash__()#
Hash method.