$StopCriteria

出自 DDCC TCAD TOOL Manual
於 2019年2月20日 (三) 09:13 由 Mike (對話 | 貢獻) 所做的修訂 (Example)

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

Format

$StopCriteria
 type    limit                // where type is an integer, limit is a floating point.

Tell the program the stop criteria, i.e., when it should exit the time-stepping.

Type limit Description
1 max of E-field The program will finish when the maximum of E-field in all region is less than  Amp \times limit .
2

Example

$TimeStep
 1000000000

$StopCriteria
 1    1.0e-5

$SourceAmp
 2.0

Then the program completes as electric field < 2.0e-5.

Related commands

$TimeStep, $SourceAmp