fixed BP geometry close issue #4

This commit is contained in:
Jingang Liang 2020-12-06 14:39:01 +08:00
parent 474cca3e97
commit 6bf761178f
13 changed files with 11 additions and 9 deletions

Binary file not shown.

Binary file not shown.

View file

@ -1,8 +1,10 @@
\section*{Changelog}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\subsection*{12/1/20 - 3.0.1}
\subsection*{12/6/20 - 3.0.1}
\begin{itemize}
\item Corrected outer radius of BP plenum geometry and updated the figrue of
top and bottom of the core
\item Update formula for density of borated water in borated water composition
\item Corrected ARO ITC from -1.71 to 1.71 for Cycle 2 HZP
\item Added cooling time between cycles in power history data

View file

@ -106,10 +106,10 @@ def main(base):
os.path.join(base,"specifications{0}pin{0}figs{0}tikz_ba.tex".format(os.sep)),
0.65)
makepin([0.21400, 0.23051, 0.43688, 0.48387, 0.50419, 0.54610],
makepin([0.21400, 0.23051, 0.43688, 0.48387, 0.56134, 0.60198],
['Air','SS304','Helium','SS304','Water','Zircaloy'],
['mat_air','mat_SS304','mat_helium','mat_SS304','mat_water','mat_zirc'],
[r.format("num:BPinnercladIR"),r.format("num:BPinnercladOR"),r.format("num:BPoutercladIR"),r.format("num:BPoutercladOR"),r.format("num:GTDPIRrad"),r.format("num:GTDPORrad")],
[r.format("num:BPinnercladIR"),r.format("num:BPinnercladOR"),r.format("num:BPoutercladIR"),r.format("num:BPoutercladOR"),r.format("num:GTIRrad"),r.format("num:GTORrad")],
"Burnable absorber pin plenum geometry",
"fig_ba_pin_plenum",
8,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 212 KiB

After

Width:  |  Height:  |  Size: 198 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 206 KiB

After

Width:  |  Height:  |  Size: 212 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 158 KiB

After

Width:  |  Height:  |  Size: 218 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 56 KiB

Before After
Before After

View file

@ -7,10 +7,10 @@
\draw[->] (0,0) -- node[pos=0.65] {3} (0.437,0.0);
\draw (0,0) circle (0.48387);
\draw[->] (0,0) -- node[pos=0.65] {4} (0.419,-0.242);
\draw (0,0) circle (0.50419);
\draw[->] (0,0) -- node[pos=0.65] {5} (0.252,-0.437);
\draw (0,0) circle (0.5461);
\draw[->] (0,0) -- node[pos=0.65] {6} (0.0,-0.546);
\draw (0,0) circle (0.56134);
\draw[->] (0,0) -- node[pos=0.65] {5} (0.281,-0.486);
\draw (0,0) circle (0.60198);
\draw[->] (0,0) -- node[pos=0.65] {6} (0.0,-0.602);
\end{tikzpicture}
\begin{tikzpicture}
@ -21,7 +21,7 @@
2 & 0.23051 & \node[hyperlink node=mat_SS304]{SS304}; & \ref{num:BPinnercladOR}\\
3 & 0.43688 & \node[hyperlink node=mat_helium]{Helium}; & \ref{num:BPoutercladIR}\\
4 & 0.48387 & \node[hyperlink node=mat_SS304]{SS304}; & \ref{num:BPoutercladOR}\\
5 & 0.50419 & \node[hyperlink node=mat_water]{Water}; & \ref{num:GTDPIRrad}\\
6 & 0.54610 & \node[hyperlink node=mat_zirc]{Zircaloy}; & \ref{num:GTDPORrad}\\
5 & 0.56134 & \node[hyperlink node=mat_water]{Water}; & \ref{num:GTIRrad}\\
6 & 0.60198 & \node[hyperlink node=mat_zirc]{Zircaloy}; & \ref{num:GTORrad}\\
};
\end{tikzpicture}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 212 KiB

After

Width:  |  Height:  |  Size: 198 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 206 KiB

After

Width:  |  Height:  |  Size: 212 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 56 KiB

Before After
Before After