Hello guys, I am actually having a pretty bad time with some simulations using Atlas from Silvaco.

My code is very simple, I want to simulate a nanowire transistor but every time that I run the simulation, I can't open the log file that stores the results..

This is my structure :

#Criação da estrutura transistor 3D (Polissilicio em toda região)

mesh cylindrical three.d

# Criação da malha no sentido radial

r.mesh l=0.0 spacing=0.002

r.mesh l=0.01 spacing=0.0001

r.mesh l=0.012 spacing=0.0005

r.mesh l=0.014 spacing=0.001

# Divisão dos ângulos

a.m l=0 spac=45

a.m l=360 spac=45

# Divisão da malha no eixo Z (3D)

z.mesh l= -0.15 spacing = 0.025

z.mesh l= -0.1 spacing=0.002

z.mesh l= 0 spacing=0.02

z.mesh l= 0.1 spacing=0.002

z.mesh l= 0.15 spacing=0.025

#Definição das regiões e eletrodos

#Região do corpo (entre gate e terminais)

region num=1 material=Germanium a.min=0 a.max=360 z.min=-0.15 z.max=0.15 r.max=0.01

# Definição do óxido de porta

region num=2 material=oxide a.min=0 a.max=360 z.min=-0.15 z.max=0.15 r.min=0.01 r.max=0.014

#Definição dos eletrodos

electrode name=source z.min=-0.15 z.max=-0.1 r.min=0.01 r.max=0.011

electrode name=drain z.min=0.1 z.max=0.15 r.min=0.01 r.max=0.011

electrode name=gate z.min=-0.1 z.max=0.102 r.min=0.012

structure outf=Ger_total_2nm.str

tonyplot3d Ger_total_2nm.str

mesh infile=Ger_total_2nm.str

###### Já definidos a malha, regiões, eletrodos #######

#Definindo a dopagem

doping uniform p.type conc=1e20 reg=1 r.min=0 r.max=0.045 a.min=0 a.max=360 z.min=0.1 z.max=0.15 #dreno

doping uniform n.type conc=1e16 reg=1 r.min=0 r.max=0.045 a.min=0 a.max=360 z.min=-0.1 z.max=0.1 #gate

doping uniform n.type conc=1e20 reg=1 r.min=0 r.max=0.045 a.min=0 a.max=360 z.min=-0.15 z.max=-0.1 #source

# Workfunction dos contatos

contact name=gate workfunction=4.8

# Seleção dos modelos

models conmob srh aurger bgn fldmob print bbt.kane a.btbt=4e19 b.btbt=4e16 bbt.gamma=2

#Resolvendo a simulação

solve init

#Caracteristica Id x Vg

method gummel newton maxtrap=10

solve vdrain = 0

solve vdrain = -0.05

solve vdrain = -0.1

solve vdrain = -0.2

solve vdrain = -0.5

log outf=test1.log

tonyplot test1.log

quit

Does anyone know what can I do ? 

More Fernanda Zanon's questions See All
Similar questions and discussions