FDTD add語句部分詳細內容

2021-10-19 08:29:21 字數 2081 閱讀 2521

這部分在官方指令碼清單中有詳細的記錄,奈何有時候**和網路抽風,自己常用的就摘過來,好在使用的時候複製貼上。

addcircle;

set(

"name"

,"new_circle");

set(

"x",1e-

6);set

("y",2e

-6);

set(

"radius",5e

-6);

set(

"z",0)

;set

("z span"

,10e-6

);

addring;

set(

"name"

,"new_ring");

set(

"x",1e-

6);set

("y",2e

-6);

set(

"inner radius",5e

-6);

set(

"outer radius",7e

-6);

set(

"z",0)

;set

("z span"

,10e-6

);set(

"theta start",0

);set(

"theta stop"

,180

);

addsphere;

set(

"name"

,"new_sphere");

set(

"x",1e-

6);set

("y",2e

-6);

set(

"z",0)

;set

("radius",5e

-6);

addrect;

set(

"name"

,"new_rectangle");

set(

"x",1e-

6);set

("x span",2e

-6);

set(

"y",1e-

6);set

("y span",5e

-6);

set(

"z",0)

;set

("z span"

,10e-6

);set(

"material"

,"si (silicon) - palik"

);

addpyramid;

set(

"name"

,"my_pyramid");

set(

"x span bottom",5e

-6);

set(

"x span top",3e

-6);

set(

"y span bottom",4e

-6);

set(

"y span top",3e

-6);

set(

"z span",1e

-6);

set(

"material"

,"si (silicon) - palik"

);

vtx =[0

,0;-d,0;

0,(2

*d)]

;# microns三角形座標

add********;

set(

"name"

,"l_********");

set(

"vertices"

,vtx)

;set

("x"

,2.5

*d);

set(

"y",-2e

-6-2

*d);

set(

"z span",1e

-6);

dockerfile內容詳細

1.注釋部分,類似說明,開頭 2.基礎映象資訊 from開頭 from image tag 3.維護者資訊 maintainer開頭 maintainer user user example.com 4.構建指令 指定的操作不會在執行的image容器上執行,run開頭 run command 5.設...

PHP部分基礎內容

echo hello world 這是一行注釋 php 中的每個 行都必須以分號結束 變數以 符號開始,後面跟著變數的名稱 php 沒有宣告變數的命令。特點 1 變數不需要指定資料型別 弱型別 2 變數名必須以 開頭,3 變數命名 由英文本母 數字下劃線組合,不能數字開頭 4 對大小寫敏感。php ...

html部分常用內容

1.img標籤禁止拖動 ondragstart return false ondragstart return false 如果外層用a標籤包裹,則a標籤內也需要ondragstart return false 2.標籤中內容不換行,超出部分隱藏,滑鼠劃入顯示 一定要有title,否則滑鼠劃入不會顯...