tidy3d.HeatSimulationData#
- class HeatSimulationData[source]#
- Bases: - HeatChargeSimulationData- DEPRECATED: Wrapper for Heat Simulation data. - 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 an- attr- obj.attrs['foo'] = bar. Also note that Tidy3D` will raise a- TypeErrorif- attrscontain objects that can not be serialized. One can check if- attrsare serializable by calling- obj.json().
- simulation (HeatSimulation) – Original - HeatSimulationassociated with the data.
- data (Tuple[Annotated[Union[tidy3d.components.tcad.data.monitor_data.heat.TemperatureData, tidy3d.components.tcad.data.monitor_data.charge.SteadyPotentialData, tidy3d.components.tcad.data.monitor_data.charge.SteadyFreeCarrierData, tidy3d.components.tcad.data.monitor_data.charge.SteadyCapacitanceData], FieldInfo(default=PydanticUndefined, discriminator='type', extra={})], ...]) – List of - MonitorDatainstances associated with the monitors of the original- Simulation.
- log (Optional[str] = None) – A string containing the log information from the simulation run. 
- device_characteristics (Optional[DeviceCharacteristics] = None) – Data characterizing the device. Current characteristics include: ‘steady_dc_hole_capacitance’, ‘steady_dc_electron_capacitance’, and ‘steady_dc_current_voltage’ 
 
 - Warning - :class`HeatSimulationData` is DEPRECATED. Consider using - HeatChargeSimulationDatainstead.- Attributes - Methods - issue_warning_deprecated(values)- Issue warning for 'HeatSimulations'. - Inherited Common Usage - simulation#
 - __hash__()#
- Hash method.