Sentaurus入门(3):sde

该博客介绍了Sentaurus软件的入门教程,包括工艺和器件仿真两个部分。通过具体的代码示例,展示了如何创建区域、定义掺杂浓度、设置接触以及调整网格细化,最后保存并使用tecplot和svisual进行结果查看。内容适合半导体仿真领域的学习者。
摘要由CSDN通过智能技术生成

系列

Sentaurus入门(1):工艺仿真
Sentaurus入门(2):器件仿真

案例

https://www.油管.com/watch?v=IV6x00HCSmo
参考:
Sentaurus SDE结构常用命令集

sde

文件夹下terminal启动sde
在这里插入图片描述
输入如下cmd:

;Dimension of p type 
(sdegeo:create-rectangle (position 0 0 0) (position 0.5 1 0) "Silicon" "p_region")

;Dimension of n type
(sdegeo:create-rectangle ( position 0.5 0 0) (position 1 1 0) " Silicon" "n_region")


;doping of p type
(sdedr:define-constant-profile "p_r_profile_1" "BoronActiveConcentration" 1e17)
(sdedr:define-constant-profile-region "p_r" "p_r_profile_1" "p_region")

;doping of n type
(sdedr:define-constant-profile "n_r_profile_1" "PhosphorusActiveConcentration" 1e+17)
(sdedr:define-constant-profile-region "n_r" "n_r_profile_1" "n_region")

;set contact of p region
(sdegeo:define-contact-set "p_reg" 4 (color:rgb 1 0 0 ) "##" )
(sdegeo:set-current-contact-set "p_reg")
(sdegeo:define-2d-contact (list (car (find-edge-id (position 0 0.5 0)))) "p_reg")

;set contact of n region
(sdegeo:define-contact-set "n_reg" 4 (color:rgb 1 0 0 ) "##" )
(sdegeo:set-current-contact-set "n_reg")
(sdegeo:define-2d-contact (list (car (find-edge-id (position 1 0.5 0)))) "n_reg")

;Mesh for whole 
(sdedr:define-refeval-window "Ref_window1" "Rectangle" (position -0.1 -0.1 0) (position 1.1 1.1 0))
(sdedr:define-refinement-size "RefinementDefinition_1" 0.1 0.1 0.01 0.01 )
(sdedr:define-refinement-placement "RefinementPlacement_1" "RefinementDefinition_1" (list "window" "Ref_window1" ) )

;Mesh for junction 
(sdedr:define-refeval-window "Ref_window2" "Rectangle" ( position 0.3 -0.1 0 ) ( position 0.7 1.1 0 ) )
(sdedr:define-refinement-size "RefinementDefinition_2" 0.01 0.01 0.001 0.001)
(sdedr:define-refinement-placement "RefinementPlacement_2" "RefinementDefinition_2" (list "window" "Ret_window2" ) )


(sdeio:save-tdr-bnd (get-body-list) "p_n.tdr")
(sde:build-mesh "snmesh" "" "p_n")

在这里插入图片描述

tecplot_sv

用tecplot_sv查看p_n_msh.tdr如下:
在这里插入图片描述

svisual

用svisual查看p_n_msh.tdr如下:
在这里插入图片描述

  • 2
    点赞
  • 27
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值