"ITRI 3D Ray Tracing" 修訂間的差異
出自 DDCC TCAD TOOL Manual
(已建立頁面,內容為 "==input file format==") |
(→STL CAD geometry input file) |
||
(未顯示同一使用者於中間所作的 43 次修訂) | |||
行 1: | 行 1: | ||
− | ==input file format== |
||
+ | Ray tracing is a program for calculating the path of photons through a system. The code is developed in ITRI. |
||
+ | |||
+ | ==STL CAD geometry file== |
||
+ | |||
+ | [[facet]] |
||
+ | |||
+ | [[vertex]] |
||
+ | |||
+ | ==Ray tracing data and material data input file== |
||
+ | |||
+ | ===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]] |
||
+ | |||
+ | [[Lamb]] |
||
+ | |||
+ | [[Dipole]] |
||
+ | |||
+ | [[InF]] |
||
+ | |||
+ | [[NegF]] |
||
+ | |||
+ | ==VTK ray path output file== |
||
+ | |||
+ | [[POINTSPOINTS]] |
||
+ | |||
+ | [[LINES]] |
||
+ | |||
+ | [[CELL_DATA scalars]] |
||
+ | |||
+ | ==Terminated ray record output file== |
||
+ | |||
+ | [[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.