"$MaterialStructure" 修訂間的差異

出自 DDCC TCAD TOOL Manual
前往: 導覽搜尋
(Format)
行 8: 行 8:
 
|+
 
|+
 
|-
 
|-
|| Structure || shapetype || par1 || par2 || par3 || par4 || par5 || par6
+
|| Structure || shapetype || par1 || par2 || par3 || par4 || par5 || par6
 
|-
 
|-
|| Sphere || 0 || x || y || z || r || 0 || 0
+
|| Sphere || 0 || x || y || z || r || 0 || 0
 
|-
 
|-
|| Rectangular || 1 || x1 || y1 || z1 || x2 || y2 || z2
+
|| Rectangular || 1 || x1 || y1 || z1 || x2 || y2 || z2
 
|-
 
|-
|| Infinite Slab || 2 || dir. || x/y/z || thick. || 0 || 0 || 0
+
|| Infinite Slab || 2 || dir. || xi/yi/zi || thick. || 0 || 0 || 0
 
|-
 
|-
|| Cylinder || 3 || dir. || x || y || z || r || h
+
|| Cylinder || 3 || dir. || x || y || z || r || h
 
|}
 
|}
 
   
 
== '''Example''' ==
 
== '''Example''' ==

於 2018年8月10日 (五) 16:15 的修訂

Format

$MaterialStructure
 shapetype    par1    par2    par3    par4    par5    par6                // where shape is an integer, and par1-6 are integers or floating points.

This function is to set up each structure in the simulation.

Structure shapetype par1 par2 par3 par4 par5 par6
Sphere 0 x y z r 0 0
Rectangular 1 x1 y1 z1 x2 y2 z2
Infinite Slab 2 dir. xi/yi/zi thick. 0 0 0
Cylinder 3 dir. x y z r h

Example

$NumberofObject
 2
$MaterialStructure
 0    1.0e-9    1.0e-9    1.0e-9    0.5e-9    0         0
 1    0.0       0.0       0.0       0.5e-9    0.5e-9    0.5e-9


Related commands

$NumberofObject, $MaterialParameter