tidy3d.components.medium.AnisotropicMediumFromMedium2D#
- class AnisotropicMediumFromMedium2D[source]#
Bases:
AnisotropicMediumThe same as
AnisotropicMedium, but converted from Medium2D. (This class is for internal use only)- Parameters:
name (Optional[str] = None) – Optional unique name for medium.
frequency_range (Optional[tuple[float, float]] = None) – [units = (Hz, Hz)]. Optional range of validity for the medium.
allow_gain (Optional[bool] = None) – This field is ignored. Please set
allow_gainin each componentnonlinear_spec (Optional[Union[
NonlinearSpec,NonlinearSusceptibility]] = None) – Nonlinear spec applied on top of the base medium properties.modulation_spec (Optional[
ModulationSpec] = None) – Modulation spec applied on top of the base medium properties.viz_spec (Optional[
VisualizationSpec] = None) – Plotting specification for visualizing medium.heat_spec (Optional[Union[
FluidSpec,SolidSpec,SolidMedium,FluidMedium]] = None) – DEPRECATED: UseMultiPhysicsMedium. Specification of the medium heat properties. They are used for solving the heat equation via theHeatSimulationinterface. Such simulations can beused for investigating the influence of heat propagation on the properties of optical systems. Once the temperature distribution in the system is found usingHeatSimulationobject,Simulation.perturbed_mediums_copy()can be used to convert mediums with perturbation models defined into spatially dependent custom mediums. Otherwise, theheat_specdoes not directly affect the running of an opticalSimulation.xx (Union[
Medium,LossyMetalMedium,PoleResidue,Sellmeier,Lorentz,Debye,Drude,PECMedium,PMCMedium]) – Medium describing the xx-component of the diagonal permittivity tensor.yy (Union[
Medium,LossyMetalMedium,PoleResidue,Sellmeier,Lorentz,Debye,Drude,PECMedium,PMCMedium]) – Medium describing the yy-component of the diagonal permittivity tensor.zz (Union[
Medium,LossyMetalMedium,PoleResidue,Sellmeier,Lorentz,Debye,Drude,PECMedium,PMCMedium]) – Medium describing the zz-component of the diagonal permittivity tensor.
Attributes
xxyyzzallow_gainnamefrequency_rangenonlinear_specmodulation_specviz_specheat_spec