"$callstrainsolver" 修訂間的差異

出自 DDCC TCAD TOOL Manual
前往: 導覽搜尋
(已建立頁面,內容為 " $callstrainsolver is the command to call the strain and stress solver. The strain stress solver's input file can be in this file or in another file.")
 
 
行 1: 行 1:
   
$callstrainsolver is the command to call the strain and stress solver. The strain stress solver's input file can be in this file or in another file.
+
$callstrainsolver is the command to call the strain and stress solver. The strain stress solver's input file can be the same file of DDCC.inp or in another file.
  +
  +
<br> The format is
  +
$callstrainsolver
  +
straininputfilename
  +
  +
For example, in the input file Project_1.inp
  +
  +
$callstrainsolver
  +
Project_1_strain.inp
  +
  +
or we can make them in the same file, so the command would be
  +
  +
$callstrainsolver
  +
Project_1.inp

於 2018年7月17日 (二) 14:38 的最新修訂

$callstrainsolver is the command to call the strain and stress solver. The strain stress solver's input file can be the same file of DDCC.inp or in another file.


The format is

$callstrainsolver
straininputfilename

For example, in the input file Project_1.inp

$callstrainsolver
Project_1_strain.inp     

or we can make them in the same file, so the command would be

$callstrainsolver
Project_1.inp