X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=nlsop%2Fdiplom%2Fsimulation.tex;h=c1ced379b859445a0cc83e4b1dfca8c185925575;hb=6962dba946f5efc53cc3c57fc39487c9d3a67440;hp=015b5589932ff6c8b13d4446eba2d00196944667;hpb=d434674ff49e3bb5c702f22fd0ede89cf7eb22fa;p=lectures%2Flatex.git diff --git a/nlsop/diplom/simulation.tex b/nlsop/diplom/simulation.tex index 015b558..c1ced37 100644 --- a/nlsop/diplom/simulation.tex +++ b/nlsop/diplom/simulation.tex @@ -1,4 +1,5 @@ \chapter{Simulation} +\label{chapter:simulation} Im Folgenden soll die Implementation der Monte-Carlo-Simulation nach dem vorangegangen Modell diskutiert werden. Die Simulation tr"agt den Namen {\em NLSOP}, was kurz f"ur die Schlagw"orter {\bf N}ano, {\bf L}amelle und {\bf S}elbst{\bf O}ragnisations{\bf P}rozess steht. @@ -254,6 +255,7 @@ Bei den gegebenen Bedingungen werden ungef"ahr $50 nm$ des Targets bei einer Dosis von $4,3 \times 10^{-17} cm^{-2}$ abgetragen. \section{Simulierte Tiefenbereiche} + \label{section:sim_tiefenbereich} Wie bereits erw"ahnt gibt es zwei verschiedene Versionen des Programms, die verschiedene Tiefenbereiche, im Folgenden Simulationsfenster genannt, simulieren. @@ -402,7 +404,7 @@ \lput*{0}{ja} \end{pspicture} - \caption{{\em NLSOP} Ablaufshema Teil1: Amorphisierung und Rekristallisation.} + \caption{{\em NLSOP} Ablaufshema Teil 1: Amorphisierung und Rekristallisation.} \label{img:flowchart1} \end{figure} @@ -488,12 +490,33 @@ \rput(4.4,11.9){\pnode{h9}} \ncline[]{->}{h8}{h9} + \rput(2,9){\rnode{s_p}{\psframebox[fillstyle=solid,fillcolor=red]{\parbox{7cm}{ + Sputterroutine:\\ + \begin{itemize} + \item Kopiere Inhalt von Ebene $i$ nach\\ + Ebene $i-1$ f"ur $i = Z,Z-1,\ldots ,2$ + \item Setze Status jedes Volumens in Ebene $Z$ kristallin + \item Setze Kohlenstoff jedes Volumens in Ebene $Z$ auf Null + \end{itemize} + }}}} + \ncline[]{->}{is_d}{loop_d} + \lput*{0}{ja} + \ncline[]{->}{is_s}{s_p} + \rput(2,5){\rnode{check_n}{\psframebox{\parbox{4cm}{ + Anzahl Durchl"aufe entsprechend Dosis? + }}}} + \ncline[]{->}{s_p}{check_n} - + \rput(4,3){\rnode{start}{\psframebox{{\em NLSOP} Start}}} + \ncline[]{->}{check_n}{start} + \lput*{0}{nein} + \rput(0,3){\rnode{stop}{\psframebox{{\em NLSOP} Stop}}} + \ncline[]{->}{check_n}{stop} + \lput*{0}{ja} \end{pspicture} - \caption{{\em NLSOP} Ablaufshema Teil2: Kohlenstoffeinbau (gr"un), Diffusion (gelb) und Sputtervorgang (rot).} + \caption{{\em NLSOP} Ablaufshema Teil 2: Kohlenstoffeinbau (gr"un), Diffusion (gelb) und Sputtervorgang (rot).} \label{img:flowchart2} \end{figure}