tidy3d.components.material.tcad.heat.AbstractHeatMedium#

class AbstractHeatMedium[source]#

Bases: ABC, Tidy3dBaseModel

Abstract heat material specification.

Parameters:

name (Optional[str] = None) – Optional unique name for medium.

Attributes

charge

electrical

heat

This means that a heat medium has been defined inherently within this solver medium.

optical

name

name#
property heat#

This means that a heat medium has been defined inherently within this solver medium. This provides interconnection with the MultiPhysicsMedium higher-dimensional classes.

property charge#
property electrical#
property optical#