
TCAD Simulation Information | ||||||||
| Changed: | ||||||||
| < < | SentaurusのTCADの使い方。
基本的な設定 | |||||||
| > > | How to use Sentaurus TCAD.
Basic Settings | |||||||
| Changed: | ||||||||
| < < | ##setup.sh################################## #!/bin/sh STROOT=/afs/cern.ch/eng/clic/software/Sentaurus export STROOT export PATH=$STROOT/bin:$PATH export LM_LICENSE_FILE="取得したライセンス" export STDB="どこか TCAD 専用のディレクトリを作ってそこへの path" ######################################### | |||||||
| > > | ##setup.sh################################## #!/bin/sh STROOT=/afs/cern.ch/eng/clic/software/Sentaurus export STROOT export PATH=$STROOT/bin:$PATH export LM_LICENSE_FILE="(Licence you have recieved)" export STDB="(Path to directory for TCAD workspace)" ######################################### | |||||||
| Changed: | ||||||||
| < < | 便利な資料 | |||||||
| > > | Useful Documents | |||||||
| ||||||||
| Added: | ||||||||
| > > |
TipsRadiation damageSurface damageTo add surface charge, add the lines below to sdevice_des.cmd file.Physics(MaterialInterface="Oxide/Silicon"){
Charge(Conc=1e12)
}
Free electrons inside silicon bulk are attracted by these positive charges.Using visualize, you can see the electron accumulation near surface. | |||||||
|
-- | ||||||||