3D DDCC

出自 DDCC TCAD TOOL Manual
於 2017年12月3日 (日) 21:05 由 Yrwu (對話 | 貢獻) 所做的修訂 (Definition of some key system Varables)

前往: 導覽搜尋

3D DDCC is named from three dimensional Drift-diffusion Charge Control solver. This is 3D finite element based Poisson and drift-diffusion solver developed by Dr. Yuh-Renn Wu. This solver initially developed with the 3D FEM thermal solver by Dr. Chi-kang Li when he was PhD student in Dr. Wu's group. Then the Poisson and drift-diffusion solver was added by Dr. Wu into this project. This solver was basically an expansion of 2D program into 3D program. Therefore, all new algorithm added in 2D program will be soon added into 3D program if no errors was found. The mesh algorithm was from Gmsh program. It also accept other mesh algorithm as long as it can be converged into gmsh format. The 3D FEM based Schrodinger eigen solver was also added. It also accept additional module to read in the optical field from 3D FD-TD program so that it can consider the solar cell problem. Then the 3D ray tracing program was developing. This solver now can solve many different problems such as trap problem, Gaussian shape tail state models, field dependent mobility, thermal, light extraction. Recently, 3D localization landscape model was also added into this program so that it can calculate the effective quantum potential very efficiently. This code is written with Fortran language.


Input File

$gmshfile
$useperiodicboun
$callstrainsolver
$justsolvestrain
$Boundary
$Thermalcoe
$ifsolveheat
$schottkyba
$ifelectrode
$ElBoundary
$extraElBoundary
$ifusepolfromstrain
$ifddccusecgsolver
$ifpolfromstrainfile
$extraElBoundaries
$Electriccoe
$Solve2DSecSchrodn
$Solve2DSecdggev
$Solve2Dlandscape
$gaussiantraps
$DoEalloyfluc
$additionalElecmodify
$additionalVolshape
$additionalVolshape
$additionalElecmodify
$additionalElecshape
$Extragaussiantraps
$ifimpact_ion
$useDinBTBT
$useBTBT
$DoEalloyfluc_add
$ifoutputall
$ifimpact_ion_add
$ifuseEvsVforn
$precision
$outfile
$currentprecision
$outputpol
$usedynaohmic
$savebinary
$usegenfunc
$ifuseEvsVforp
$useemunfunc
$useemupfunc
$ifpulsemode
$ifusewsmp
$ifdynarecombine
$eigen3Dusefeast
$eigen3Dusedggev
$eigensolvecomplex
$ifdirectrecombine
$ifgeneration
$ifschockley
$assignparbyfunc
$assignGenRembyfunc
$assignGenRembyEle
$assignGenRembyRoutine
$ifsolveddn
$ifboltzmann
$ifnotsolvehole
$ifnotsolveelectron
$maxsteps
$solveeigenvalue
$eigensetting
$eigencalEl
$landscape3D
$landscapeDOS
$landshiftEcv
$ifuseadditionalheat
$ifzscaled
$ifxscaled
$ifyscaled
$ifuseadditionalcharge
$RoomT

Output File

Definition of some key system Variables

Variables in 3D-DDCC main solver

Variables in 3D-DDCC strain solver