-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SF6O2 model which replicates Josip's results
- Loading branch information
1 parent
a3d47d7
commit 6791d6c
Showing
7 changed files
with
181 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Config file for a hole etching example process | ||
|
||
# all length units are in micrometers (um) | ||
# Geometry | ||
holeShape = Quarter | ||
# Domain | ||
gridDelta=45.0 # nm | ||
xExtent=2000.0 # nm | ||
yExtent=2000.0 # nm | ||
|
||
# Geometry | ||
holeRadius=350.0 # nm | ||
maskHeight=1200.0 # nm | ||
taperAngle=2.39 # degree | ||
|
||
# Process parameters | ||
processTime=150 # seconds | ||
|
||
# all flux values are units 1e15 / cm² | ||
ionFlux=10. | ||
etchantFlux=5500. | ||
oxygenFlux=200. | ||
|
||
ionExponent=1000 | ||
meanEnergy=120 # eV | ||
sigmaEnergy=10 # eV | ||
A_O=2 # passivation layer sputtering coefficient | ||
|
||
etchStopDepth=-10000 # maximum etching depth | ||
|
||
raysPerPoint=1000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Config file for a hole etching example process | ||
|
||
# all length units are in micrometers (um) | ||
# Geometry | ||
holeShape = Quarter | ||
# Domain | ||
gridDelta=45.0 # nm | ||
xExtent=2000.0 # nm | ||
yExtent=2000.0 # nm | ||
|
||
# Geometry | ||
holeRadius=350.0 # nm | ||
maskHeight=1200.0 # nm | ||
taperAngle=2.39 # degree | ||
|
||
# Process parameters | ||
processTime=150 # seconds | ||
|
||
# all flux values are units 1e15 / cm² | ||
ionFlux=10. | ||
etchantFlux=5000. | ||
oxygenFlux=300. | ||
|
||
ionExponent=1000 | ||
meanEnergy=120 # eV | ||
sigmaEnergy=10 # eV | ||
A_O=2 # passivation layer sputtering coefficient | ||
|
||
etchStopDepth=-10000 # maximum etching depth | ||
|
||
raysPerPoint=1000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Config file for a hole etching example process | ||
|
||
# all length units are in micrometers (um) | ||
# Geometry | ||
holeShape = Quarter | ||
# Domain | ||
gridDelta=45.0 # nm | ||
xExtent=2000.0 # nm | ||
yExtent=2000.0 # nm | ||
|
||
# Geometry | ||
holeRadius=350.0 # nm | ||
maskHeight=1200.0 # nm | ||
taperAngle=2.39 # degree | ||
|
||
# Process parameters | ||
processTime=150 # seconds | ||
|
||
# all flux values are units 1e15 / cm² | ||
ionFlux=10. | ||
etchantFlux=4000. | ||
oxygenFlux=1000. | ||
|
||
ionExponent=1000 | ||
meanEnergy=120 # eV | ||
sigmaEnergy=10 # eV | ||
A_O=2 # passivation layer sputtering coefficient | ||
|
||
etchStopDepth=-10000 # maximum etching depth | ||
|
||
raysPerPoint=1000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Config file for a hole etching example process | ||
|
||
# all length units are in micrometers (um) | ||
# Geometry | ||
holeShape = Quarter | ||
# Domain | ||
gridDelta=45.0 # nm | ||
xExtent=2000.0 # nm | ||
yExtent=2000.0 # nm | ||
|
||
# Geometry | ||
holeRadius=350.0 # nm | ||
maskHeight=1200.0 # nm | ||
taperAngle=2.39 # degree | ||
|
||
# Process parameters | ||
processTime=150 # seconds | ||
|
||
# all flux values are units 1e15 / cm² | ||
ionFlux=10. | ||
etchantFlux=3000. | ||
oxygenFlux=1500. | ||
|
||
ionExponent=1000 | ||
meanEnergy=120 # eV | ||
sigmaEnergy=10 # eV | ||
A_O=2 # passivation layer sputtering coefficient | ||
|
||
etchStopDepth=-10000 # maximum etching depth | ||
|
||
raysPerPoint=1000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,31 @@ | ||
# Config file for a hole etching example process | ||
|
||
# all length units are in micrometers (um) | ||
# Geometry | ||
holeShape = Quarter | ||
# Domain | ||
gridDelta=4.0 # um | ||
xExtent=100.0 # um | ||
yExtent=100.0 # um | ||
gridDelta=45.0 # nm | ||
xExtent=2000.0 # nm | ||
yExtent=2000.0 # nm | ||
|
||
# Geometry | ||
holeRadius=20.0 # um | ||
maskHeight=20.0 # um | ||
taperAngle=0.0 # degree | ||
holeRadius=350.0 # nm | ||
maskHeight=1200.0 # nm | ||
taperAngle=2.39 # degree | ||
|
||
# Process parameters | ||
processTime=150 # seconds | ||
|
||
# all flux values are units 1e16 / cm² | ||
ionFlux=1. | ||
etchantFlux=180. | ||
oxygenFlux=30. | ||
# all flux values are units 1e15 / cm² | ||
ionFlux=10. | ||
etchantFlux=3000. | ||
oxygenFlux=1500. | ||
|
||
ionExponent=200 | ||
meanEnergy=100 # eV | ||
ionExponent=1000 | ||
meanEnergy=120 # eV | ||
sigmaEnergy=10 # eV | ||
A_O=3 # passivation layer sputtering coefficient | ||
A_O=2 # passivation layer sputtering coefficient | ||
|
||
etchStopDepth=-1000 # maximum etching depth | ||
etchStopDepth=-10000 # maximum etching depth | ||
|
||
raysPerPoint=1000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters