"ITRI 3D Ray Tracing" 修訂間的差異
出自 DDCC TCAD TOOL Manual
(→STL CAD geometry input file) |
|||
(未顯示同一使用者於中間所作的 29 次修訂) | |||
行 1: | 行 1: | ||
− | Ray tracing is a program for calculating the path of photons through a system. |
+ | Ray tracing is a program for calculating the path of photons through a system. The code is developed in ITRI. |
⚫ | |||
⚫ | |||
+ | [[facet]] |
||
− | [[ |
+ | [[vertex]] |
− | |||
− | [[$vertex]]<br> |
||
==Ray tracing data and material data input file== |
==Ray tracing data and material data input file== |
||
− | Ray tracing computational setting |
+ | ===Ray tracing computational setting=== |
+ | |||
+ | [[NBatches]] |
||
+ | |||
+ | [[VisRayPB]] |
||
+ | |||
+ | [[NumRayPB]] |
||
+ | |||
+ | [[NumbOfTh]] |
||
+ | |||
+ | [[Waveleng]] |
||
+ | |||
+ | ===Material data=== |
||
+ | |||
+ | [[N_r]] |
||
+ | |||
+ | [[N_i]] |
||
+ | |||
+ | [[alpha]] |
||
+ | |||
+ | ===Surface scattering properties=== |
||
+ | |||
+ | [[Absorb]] |
||
+ | |||
+ | [[Fresnel]] |
||
+ | |||
+ | [[LambX]] |
||
+ | |||
+ | [[GaussXX]] |
||
+ | |||
+ | [[ABGX]] |
||
+ | |||
+ | [[SpecularR]] |
||
+ | |||
+ | [[RecvFlag]] |
||
+ | |||
+ | ===Surface emission properties=== |
||
+ | |||
+ | [[Normal]] |
||
+ | |||
+ | [[UniCone]] |
||
+ | |||
+ | [[ConeAng]] |
||
− | [[NBatches]]<br> |
||
+ | [[Lamb]] |
||
− | [[VisRayPB]]<br> |
||
+ | [[Dipole]] |
||
− | [[NumbOfTh]]<br> |
||
+ | [[InF]] |
||
− | [[Waveleng]]<br> |
||
+ | [[NegF]] |
||
− | Material data |
||
+ | ==VTK ray path output file== |
||
− | [[$N_r, N_i, alpha]]<br> |
||
+ | [[POINTSPOINTS]] |
||
+ | [[LINES]] |
||
− | Surface scattering properties |
||
+ | [[CELL_DATA scalars]] |
||
+ | ==Terminated ray record output file== |
||
− | Surface emission properties |
||
+ | [[termRecBatchxxxxx.rrc]] |
於 2019年9月20日 (五) 10:43 的最新修訂
Ray tracing is a program for calculating the path of photons through a system. The code is developed in ITRI.