檢視 3D DDCC 的原始碼
←
3D DDCC
前往:
導覽
、
搜尋
由於下列原因,您沒有權限進行 編輯此頁面 的動作:
您請求的操作只有這個群組的使用者能使用:
使用者
您可以檢視並複製此頁面的原始碼。
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 == [[$]]<br> [[$gmshfile]]<br> [[$useperiodicboun]]<br> [[$geninpbymatlab]]<br> [[$gencompositionmap]]<br> <br> [[$callstrainsolver]]<br> [[$justsolvestrain]]<br> [[$fixedsurface]]<br> [[$type]]<br> [[$latticeconstant]]<br> [[$elasticconstant]]<br> [[$piezoelectric]]<br> [[$physicalgroup]]<br> [[$substratelattice]]<br> <br> [[$PBCpoint_x]]<br> [[$PBCpoint_y]]<br> <br> [[$ifsolveheat]]<br> [[$Boundary]]<br> [[$Thermalcoe]]<br><br> [[$schottkyba]]<br> [[$ifelectrode]]<br> [[$ElBoundary]]<br> [[$extraElBoundary]]<br> [[$ifusepolfromstrain]]<br> [[$ifddccusecgsolver]]<br> [[$ifpolfromstrainfile]]<br> [[$extraElBoundaries]]<br> [[$Electriccoe]]<br> [[$Solve2DSecSchrodn]]<br> [[$Solve2DSecdggev]]<br> [[$Solve2Dlandscape]]<br> [[$gaussiantraps]]<br> [[$DoEalloyfluc]]<br> [[$additionalElecmodify]]<br> [[$additionalVolshape]]<br> [[$additionalVolshape]]<br> [[$additionalElecmodify]]<br> [[$additionalElecshape]]<br> [[$Extragaussiantraps]]<br> [[$ifimpact_ion]]<br> [[$useDinBTBT]]<br> [[$useBTBT]]<br> [[$usecgsolver]]<br> [[$uselocalelement]]<br> [[$DoEalloyfluc_add]]<br> [[$ifoutputall]]<br> [[$ifimpact_ion_add]]<br> [[$ifuseEvsVforn]]<br> [[$precision]]<br> [[$outfile]]<br> [[$currentprecision]]<br> [[$outputpol]]<br> [[$outsetting]]<br> [[$usedynaohmic]]<br> [[$savebinary]]<br> [[$usegenfunc]]<br> [[$ifuseEvsVforp]]<br> [[$useemunfunc]]<br> [[$useemupfunc]]<br> [[$UseAuger]]<br> [[$ifpulsemode]]<br> [[$ifusewsmp]]<br> [[$ifdynarecombine]]<br> [[$eigen3Dusefeast]]<br> [[$eigen3Dusedggev]]<br> [[$eigensolvecomplex]]<br> [[$ifdirectrecombine]]<br> [[$ifgeneration]]<br> [[$ifschockley]]<br> [[$assignparbyfunc (3D)]]<br> [[$assignGenRembyfunc]]<br> [[$assignGenRembyEle]]<br> [[$assignGenRembyRoutine]]<br> [[$ifsolveddn]]<br> [[$ifboltzmann]]<br> [[$ifnotsolvehole]]<br> [[$ifnotsolveelectron]]<br> [[$maxsteps]]<br> [[$meshfilename]]<br> [[$solveeigenvalue]]<br> [[$eigensetting]]<br> [[$eigencalEl]]<br> [[$landscape3D]]<br> [[$landscapeDOS (3D)]]<br> [[$landshiftEcv]]<br> [[$layernumber]]<br> [[$ifuseadditionalheat]]<br> [[$ifzscaled]]<br> [[$ifxscaled]]<br> [[$ifyscaled]]<br> [[$ifuseadditionalcharge]]<br> [[$RoomT]]<br> [[$gateworkc]]<br> [[$drainworkc]]<br> [[$sourceworkc]]<br> [[$backvbworkc]]<br> [[$affinity (3D)]]<br> [[$useadditionalaffinity (3D)]]<br> == 1D NEGF coupled with 3D solver commands == [[$ifsolvenegf]]<br> [[$negfsubbandnumber]]<br> [[$negfifmaterial]]<br> [[$negfefmasselectron]]<br> [[$negfefmasshole]]<br> [[$negfifscaled]]<br> [[$negfenergygrid]]<br> [[$negfsectionarea]]<br> [[$negferrortolerance]]<br> [[$negfifscattering]]<br> [[$negfintervalleyopticalphonon]]<br> [[$negfpolaropticalphonon]]<br> [[$negfacousticphonon]]<br> [[$negfsurfaceroughness]]<br> [[$negfionizedimpurity]]<br> [[$negfoverlapcalculation]]<br> [[$negfpoissonselfconsistent]]<br> == Output File == Accessible parameters: <br> [[*negf.Ec.dat ]] <br> [[*negf.Ef.dat ]] <br> [[*negf.Error.dat ]] <br> [[*negf.ErrorSC.dat ]] <br> == Definition of some key system Variables that user may access using external libraries== === Variables in 3D-DDCC main solver === Accessible parameters: <br> [[Type mshnd (mshnd%x, mshnd%y ...) ]] <br> [[Type material (material%eg ...) ]] <br> [[Type mshelectric (mshelectric%Eg) ]] <br> [[Type mshel (mshel%realvolume ) ]] <br> [[generation]] <br> TYPE(meshformat) :: mshformat TYPE(node) :: mshnd TYPE(elements) :: mshel TYPE(surface) :: mshsurface TYPE(volume) :: mshvolume TYPE(Boundary) :: mshboun TYPE(ELBoundary) :: mshelboun TYPE(sprs2_DP) :: sprsA,sprstem TYPE(Thermalcoe) :: mshthermal TYPE(Electriccoe) :: mshelectric TYPE(NODEMATERIAL) :: material === Variables in 3D-DDCC strain solver === <br> [[totalelements]] <br> [[elementelasticconstant(6,6,Nel)]] <br> [[elementlatticeconstant(Nel,3)]] <br> [[elementsnodes(Nel,10)]] <br> [[elementepiezoelectric(3,Nel)]] <br> == external library == [[subroutine mod3dpar]] <br> [[subroutine compositionmapgen]] <br> [[subroutine readEG]] used in strain solver <br>
返回至
3D DDCC
。
導覽選單
個人工具
登入
命名空間
頁面
討論
變體
檢視
閱讀
檢視原始碼
檢視歷史
更多
搜尋
導覽
首頁
最近變更
隨機頁面
說明
工具
連結至此的頁面
相關變更
特殊頁面
頁面資訊