1
1
\documentclass [12pt]{article}
2
2
\usepackage {nf,eqalign}
3
+ \usepackage {pdfpages }
3
4
\pagestyle {myheadings}
4
5
\topmargin -0.50truein
5
6
\oddsidemargin 0.truein
67
68
\begin {document }
68
69
69
70
\maketitle
70
- % \begin{flushleft}
71
- % LLNL Report No. UCRL
72
- % \end{flushleft}
71
+ \begin {flushleft }
72
+ \texttt { LLNL Report No.: LLNL-SM-846481 }
73
+ \end {flushleft }
73
74
74
75
\begin {abstract }
75
76
85
86
system of algebraic equations are solved by fully-implicit
86
87
techniques. The code can be used to follow time-dependent solutions
87
88
or to find steady-state solutions by direct iteration. The code is
88
- written in Fortran with a very small amount c . Calulations can be
89
+ written in Fortran with a very small amount of amount C . Calulations can be
89
90
performed under Python or Basis code steering frameworks, which
90
91
provide very similar functionality, with Python become the preferred
91
92
method for new users.
@@ -3061,6 +3062,9 @@ \subsection{Converting from a half-space to a full-space}
3061
3062
\noindent
3062
3063
{\bf ACKNOWLEDGMENTS}
3063
3064
3065
+ This work was performed under the auspices of the U.S. Department of Energy by Lawrence
3066
+ Livermore National Laboratory under Contract DE-AC52-07NA27344.
3067
+
3064
3068
We are pleased to acknowledge the contributions of many people to various
3065
3069
aspects of the {\sf UEDGE} code. J.L. Milovich was primarily responsible for
3066
3070
constructing initial versions of the code that utilized many aspects of the
@@ -3076,6 +3080,7 @@ \subsection{Converting from a half-space to a full-space}
3076
3080
\appendix
3077
3081
\section {Equations used for the {\sf UEDGE} code }
3078
3082
3083
+
3079
3084
This section closely parallels the discussion in Ref.~\citenum {r99}, and the
3080
3085
interested reader may find it helpful to consult that paper for some more
3081
3086
details. The basic form of the transport equations, without cross-field
@@ -3401,6 +3406,15 @@ \section{Equations used for the {\sf UEDGE} code}
3401
3406
one each for hydrogen ions and neutrals, plus the number of impurity charge
3402
3407
states, excluding the neutral impurity).
3403
3408
3409
+ \section {{\sf UEDGE} topology conventions }
3410
+
3411
+ \includepdf [pages=-]{ue_geom_fig_only.pdf}
3412
+
3413
+ \section {A Primer on Input Files and Obtaining Initial UEDGE Solutions }
3414
+
3415
+ \includepdf [pages=-]{UEDGE_Primer_v4.pdf}
3416
+
3417
+
3404
3418
\begin {thebibliography }{99}
3405
3419
3406
3420
\bibitem {brag} S.I. Braginskii, Transport processes in a plasma {\it Reviews
@@ -3543,4 +3557,5 @@ \section{Equations used for the {\sf UEDGE} code}
3543
3557
\end {thebibliography}
3544
3558
3545
3559
3560
+
3546
3561
\end {document }
0 commit comments