You are on page 1of 2

>

>
>(sdegeo:set-auto-region-naming OFF)
#t
>(journal:on "/home/group4/Group4_MOP/MosCAP_5mar2020")
"/home/group4/Group4_MOP/MosCAP_5mar2020"
>(sdegeo:create-rectangle (position 0 0 0) (position 0.5 0.5 0) "Silicon" "Si")
#[body 5 1]
>(sdegeo:create-rectangle (position 0 0 0) (position 0.5 -0.01 0) "SiO2" "SiO2")
#[body 6 1]
>(sdedr:define-constant-profile "ConstantProfileDefinition_1"
"BoronActiveConcentration" 1e+15)
#t
>(sdedr:define-constant-profile-region "ConstantProfilePlacement_1"
"ConstantProfileDefinition_1" "Si")
#t
>(sdegeo:define-contact-set "Gate" 4 (color:rgb 1 0 0 ) "##")
()
>(sdegeo:define-contact-set "Body" 4 (color:rgb 0 1 0 ) "##")
()
>(sdegeo:set-current-contact-set "Gate")
""
>(sdegeo:set-current-contact-set "Body")
"Gate"
(sdegeo:define-2d-contact (list (car (find-body-id (position 0.25 0.25 0))))
"Body")

*** Error sdegeo:define-2d-contact: given pointer is not to the correct entity type
>(render:rebuild)
()
Select one or more edge(s) first!
>(sdegeo:set-current-contact-set "Gate")
"Body"
>(sdegeo:set-current-contact-set "Body")
"Gate"
(sdegeo:define-2d-contact (list (car (find-edge-id (position 0.25 0.5 0)))) "Body")

>(sdegeo:set-current-contact-set "Gate")
"Body"
(sdegeo:define-2d-contact (list (car (find-edge-id (position 0.25 -0.01 0))))
"Gate")

>(sde:save-model "/home/group4/MOSCAP/MOSCAP5MAR_2020")
#t
>(sdedr:define-refeval-window "RefWin.all" "Rectangle" (position -0.0598 -0.047 0)
(position 0.569 0.5668 0))
#[body 27 1]
>(sdedr:define-refinement-size "RefWin.all" 0.1 0.1 0.1 0.1 )
#t
>(sdedr:define-refinement-placement "RefWIn.all" "RefWin.all" (list "region" "Si"
"region" "SiO2" ) )
#t
>(sdedr:define-refinement-function "RefWin.all" "MaxLenInt" "Silicon" "SiO2" 0.01
1.5)
#t
>(sdedr:define-refeval-window "RefWin.channel" "Rectangle" (position -0.0309
-0.0208 0) (position 0.5414 0.0476 0))
#[body 28 1]
>(sdedr:define-refinement-size "RefWin.channel" 0.1 0.1 0.1 0.1 )
#t
>(sdedr:define-refinement-placement "RefWIn.channel" "RefWin.channel" (list
"region" "Si" "region" "SiO2" ) )
#t
>(sdedr:define-refinement-function "RefWin.channel" "MaxLenInt" "Silicon" "SiO2"
0.01 1.5)
#t
>(sdedr:define-refinement-function "RefWin.channel" "MaxLenInt" "Silicon" "SiO2"
0.001 1.5)
#t
>(sdedr:define-refinement-function "RefWin.channel" "MaxLenInt" "Silicon" "SiO2"
0.001 1.5)

#t
>(sde:set-meshing-command "snmesh")
#t
>(sde:build-mesh "" "/home/group4/MOSCAP/MOSCAP5MAR_2020")

"Meshing successful"
#t
>(system:command "svisual /home/group4/MOSCAP/MOSCAP5MAR_2020_msh.tdr &")

You might also like