Sample source manual sample User Guide Sample source

  • Slides: 14
Download presentation

Sample source manual sample User Guide

Sample source manual sample User Guide

Sample source examples/ README parallel_plate/ ← 平行平板コンデンサのsample lem/ ← GEMを想定したsample avalanche. cc gemcell. geo gemcell. sif

Sample source examples/ README parallel_plate/ ← 平行平板コンデンサのsample lem/ ← GEMを想定したsample avalanche. cc gemcell. geo gemcell. sif gemcell_Wtlel. sif lem gemcell/ dielectrics. dat ← Garifield++のsample ← GEMのgeometry ← 電場計算用file ← 重み付電場計算用file ← 比誘電率データ

2 -3. 線を繋いで閉曲線を作る Line Loop(label) = { line 1, -line 2, line 3, …};

2 -3. 線を繋いで閉曲線を作る Line Loop(label) = { line 1, -line 2, line 3, …}; 線を結んで閉曲線を定義 線の指定はLineやCircleのlabelで行う 「一筆書き」で「閉じる」必要がある 後から作る面もoverlapできないので、ここで注意 line 4 e 1 lin 2 2 3 4 5 Line Loop (loop 1) = {line 1, line 3, -line 2, -line 4}; e line 3 10 9 × 1 8 7 ○ 6 橙と水色の重なる2つの面を作りたい… Line Loop(loop 1) = { 2, 3, 4, 5, -6, -7, -8, -1}; Line Loop(loop 2) = {3, 9, -7, -10}; Line Loop(loop 1) = { 2, 10, -8, -1}; Line Loop(loop 2) = {3, 9, -7, -10}; Line Loop(loop 3) = {4, 5, -6, -9};

2 -4. 面を定義する Plane Surface(label) = { 外周, 穴 1, 穴 2, …}; Ruled

2 -4. 面を定義する Plane Surface(label) = { 外周, 穴 1, 穴 2, …}; Ruled Surface(label) = { 外周, 穴 1, 穴 2, …}; 定義した閉曲線(Line Loop)で面を定義する 平面: Plane Surface, 曲面: Ruled Surface 面のoverlapはできない loop 1 loop 2 Plane Surface この境 界 面 Ruled Surface 別々の面として定義する Plane Surface(face 1) = {loop 1, loop 2};