"$CellNumber" 修訂間的差異

出自 DDCC TCAD TOOL Manual
前往: 導覽搜尋
行 1: 行 1:
 
=='''Format'''==
 
=='''Format'''==
$TimeStep
 
  +
$CellNumber
''int'' <font color=green>// where ''int'' is an integer.</font>
 
  +
''N<sub>x</sub>''
  +
''N<sub>y</sub>''
 
''N<sub>z</sub>'' <font color=green>// where ''N<sub>x</sub>'', ''N<sub>y</sub>'', ''N<sub>z</sub>'' are integers.</font>
   
<font size=3>This value tells the program what the total of time steps is.</font>
 
  +
<font size=3>This defines the total number of nodes in ''x'', ''y'', and ''z'' directions. As a result, the total number of nodes in simulation is <math>\begin{smallmatrix}{N_x \times N_y\times N_z}\end{smallmatrix}</math>.</font>
   
   
 
=='''Example'''==
 
=='''Example'''==
$TimeStep
 
  +
$CellNumber
500
+
201
  +
201
  +
201
   
Then the program is going to run 500 time steps.
 
  +
Thus, there is 201 nodes in ''x'' direction, so as the number of nodes are in ''y'' and ''z'' direction.

於 2018年7月13日 (五) 09:28 的修訂

Format

$CellNumber
 Nx
 Ny
 Nz                // where Nx, Ny, Nz are integers.

This defines the total number of nodes in x, y, and z directions. As a result, the total number of nodes in simulation is \begin{smallmatrix}{N_x \times N_y\times N_z}\end{smallmatrix}.


Example

$CellNumber
 201
 201
 201

Thus, there is 201 nodes in x direction, so as the number of nodes are in y and z direction.