Savetimestep2D

出自 DDCC TCAD TOOL Manual
於 2018年2月23日 (五) 17:32 由 Yrwu (對話 | 貢獻) 所做的修訂 (已建立頁面,內容為 "$savetimestep2D is the command defining how many times steps to output the result. This command is going after the command $solvetimestep. <br> The format is <b...")

(差異) ←上個修訂 | 最新修訂 (差異) | 下個修訂→ (差異)
前往: 導覽搜尋

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

The format is

$savetimestep2D
steps

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

For example

 $solvetimestep2D 
 1
 2 2 1.0e-10 1.0e-6 3.00 0.1 1.0e6 0.0 
 $savetimestep2D
 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:
$solvetimestep2D