"$savetimestep" 修訂間的差異

出自 DDCC TCAD TOOL Manual
前往: 導覽搜尋
(已建立頁面,內容為 "$savetimestep is the command defining how many times steps to output the result. This command is going after the command $solvetimestep. <br> The format is <br>...")
 
行 6: 行 6:
 
steps
 
steps
   
If steps =1, it means output those results every <math> \delta t </math>
+
If steps =1, it means output those results every <math> \delta t </math> <br>
  +
  +
For example
  +
  +
$solvetimestep
  +
2
  +
1.0e-10 1.0e-6 3.00 0.1 1.0e6 0.0
  +
$savetimestep
  +
1000
  +
  +
In above cases, the total is 1 <math>\mu s</math>. The <math>\delta t</math> is 0.1ns. So the program will solve <math>10^{4}</math> steps.
  +
The program will output result every 1000 steps. Totally 10 results will be output.
  +
  +
Related commands: <br>
  +
[[$solvetimestep]]

於 2017年8月29日 (二) 11:17 的修訂

$savetimestep is the command defining how many times steps to output the result. This command is going after the command $solvetimestep.

The format is

$savetimestep
steps

If steps =1, it means output those results every  \delta t

For example

 $solvetimestep 
 2
 1.0e-10 1.0e-6 3.00 0.1 1.0e6 0.0 
 $savetimestep
 1000 

In above cases, the total is 1 \mu s. The \delta t is 0.1ns. So the program will solve 10^{4} steps. The program will output result every 1000 steps. Totally 10 results will be output.

Related commands:
$solvetimestep