"*.raytrace.out" 修訂間的差異

出自 DDCC TCAD TOOL Manual
前往: 導覽搜尋
(已建立頁面,內容為 "*.raytrace.out save the information where the photon stops in the mesh elements. do i=1, total_elements x, y, TE_photon_num, TM_photon_num, TE_Photon_start_num,...")
 
 
(未顯示同一使用者於中間所作的 1 次修訂)
行 1: 行 1:
 
*.raytrace.out save the information where the photon stops in the mesh elements.
 
*.raytrace.out save the information where the photon stops in the mesh elements.
   
do i=1, total_elements
+
do i=1, total_elements
x, y, TE_photon_num, TM_photon_num, TE_Photon_start_num, TM_Photon_start_num, Element_area, Element_average_radiative_recombination_rate, element_neighbor_1 , element_neighbor_2 , element_neighbor_3, refractive index, absorption_photon_num
+
x, y, TE_photon_num, TM_photon_num, TE_Photon_start_num, TM_Photon_start_num, Element_area, Element_average_radiative_recombination_rate, element_with_surface'_surface_length, surface_ele_photon number, element_neighbor_1 , element_neighbor_2 , element_neighbor_3, refractive index, absorption_photon
+
end do
end
 

於 2018年6月4日 (一) 13:30 的最新修訂

  • .raytrace.out save the information where the photon stops in the mesh elements.
do i=1, total_elements
  x, y, TE_photon_num, TM_photon_num, TE_Photon_start_num, TM_Photon_start_num, Element_area, Element_average_radiative_recombination_rate, element_with_surface'_surface_length, surface_ele_photon number, element_neighbor_1 , element_neighbor_2 , element_neighbor_3, refractive index, absorption_photon
end do