"$Deltaxyz" 修訂間的差異
出自 DDCC TCAD TOOL Manual
(已建立頁面,內容為 "=='''Format'''== $Deltaxyz ''dx'' ''dy'' ''dz'' <font color=green>// where ''dx, dy, and dz'' are real numbers.</font> <font size=3>The functi...") |
|||
行 5: | 行 5: | ||
''dz'' <font color=green>// where ''dx, dy, and dz'' are real numbers.</font> |
''dz'' <font color=green>// where ''dx, dy, and dz'' are real numbers.</font> |
||
− | <font size=3>The function defines the mesh size in x, y, and z directions. |
+ | <font size=3>The function defines the mesh size in x, y, and z directions.<br><br> |
+ | |||
+ | <font size=3 color=red> |
||
+ | '''NOTE 1'''<font color=black>: The priority of this function is above the function -- [[$CellNumber]], ''i.e.'', the program will abandons [[$CellNumber]] while using [[$Deltaxyz]].</font><br> |
||
+ | '''NOTE 2'''<font color=black>: When using this function, since the position of the last grid would not be beyond the boundary we set, the position of last point may not be same as the function -- [[$SpaceRegion]]. (also due to the equivalent array size in 6 field.) |
||
+ | </font></font> |
||
=='''Example'''== |
=='''Example'''== |
||
行 14: | 行 14: | ||
Thus, in each direction, the distance between two neighbor points is 1.0e-8 (m). |
Thus, in each direction, the distance between two neighbor points is 1.0e-8 (m). |
||
+ | |||
+ | == '''Related commands''' == |
||
+ | : [[$SpaceRegion]], [[$CellNumber]], [[$Deltaxyz]] |
於 2018年10月11日 (四) 17:01 的修訂
Format
$Deltaxyz dx dy dz // where dx, dy, and dz are real numbers.
The function defines the mesh size in x, y, and z directions.
NOTE 1: The priority of this function is above the function -- $CellNumber, i.e., the program will abandons $CellNumber while using $Deltaxyz.
NOTE 2: When using this function, since the position of the last grid would not be beyond the boundary we set, the position of last point may not be same as the function -- $SpaceRegion. (also due to the equivalent array size in 6 field.)
Example
$Deltaxyz 1.0e-8 1.0e-8 1.0e-8
Thus, in each direction, the distance between two neighbor points is 1.0e-8 (m).
Related commands
- $SpaceRegion, $CellNumber, $Deltaxyz