-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontinuous-recycling-flow.tex
35 lines (33 loc) · 2.28 KB
/
continuous-recycling-flow.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
\begin{figure}[h!]
\centering
\begin{tikzpicture}[node distance=1.5cm]
\node (mine) [facility] {Uranium Mine};
\node (enrichment) [facility, below of=mine]{Enrichment};
\node (reactor) [facility, below of=enrichment]{LWR};
\node (wetstorage) [facility, below of=reactor,yshift=-0.5cm]{Wet Storage};
\node (sinkhlw) [facility, below of=wetstorage, xshift=2.5cm, yshift=-1cm]{Repository};
\node (sinkllw) [facility, left of=enrichment, xshift=-3cm]{Tails sink};
\node (separation) [transition, right of=wetstorage,xshift=3cm]{Separations};
\node (fuelfab) [transition, right of=reactor,xshift=3cm]{Fuel Fab};
\node (fr_enrichment) [transition, right of=enrichment, xshift=7cm]{FR Enrichment};
\node (sfr) [transition, below of=fr_enrichment]{Fast Reactor};
\draw [arrow] (mine) -- node[anchor=east]{Natural U} (enrichment);
\draw [arrow] (enrichment) -- node[anchor=east]{Enriched U}(reactor);
\draw [arrow] (enrichment) -- node[anchor=south]{Tails}(sinkllw);
\draw [arrow] (reactor) -- node[anchor=east]{Spent UOX}(wetstorage);
\draw [arrow] (wetstorage)|- node[anchor=east]{Cool spent UOX}(sinkhlw);
\draw [arrow] (separation) -- node[anchor=east]{U/TRU}(fuelfab);
\draw [arrow] (fuelfab) -- node[anchor=south, text width=2cm]{Reprocessed fuel}(sfr);
\draw [arrow] (separation) |- node[pos= 0.3, anchor=west, text width = 1.5cm]{Fission products}(sinkhlw);
\draw [arrow] (wetstorage) -- node[anchor=north]{Cool spent UOX}(separation);
\draw [arrow] (sfr) |- node[anchor=west]{Spent fuel}(separation);
\draw [arrow] (mine) -| node[anchor=south, pos=0.3]{Natural uranium}(fr_enrichment);
\draw [arrow] (fr_enrichment) -- node[anchor=west]{HALEU}(sfr);
\end{tikzpicture}
\caption{Fuel cycle facilities and material flow between facilities for modeling the transition
to advanced reactors with a continuous recycle fuel cycle. Before 2020 a once-through
fuel cycle is used with the facilities in blue. The fast reactors are deployed
starting in 2025, but the other facilities in red are deployed in 2020 to
develop a supply of reprocessed fuel for the fast reactors. }
\label{fig:continuous_recycle_flow}
\end{figure}