Skip to content

Commit 2a9a5a4

Browse files
authored
Uploaded reviewed & released documentation
1 parent 1b118df commit 2a9a5a4

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

doc/ue_man.pdf

200 KB
Binary file not shown.

doc/ue_man.tex

+19-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
\documentclass [12pt]{article}
22
\usepackage {nf,eqalign}
3+
\usepackage{pdfpages}
34
\pagestyle{myheadings}
45
\topmargin -0.50truein
56
\oddsidemargin 0.truein
@@ -67,9 +68,9 @@
6768
\begin{document}
6869

6970
\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}
7374

7475
\begin{abstract}
7576

@@ -85,7 +86,7 @@
8586
system of algebraic equations are solved by fully-implicit
8687
techniques. The code can be used to follow time-dependent solutions
8788
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
8990
performed under Python or Basis code steering frameworks, which
9091
provide very similar functionality, with Python become the preferred
9192
method for new users.
@@ -3061,6 +3062,9 @@ \subsection{Converting from a half-space to a full-space}
30613062
\noindent
30623063
{\bf ACKNOWLEDGMENTS}
30633064

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+
30643068
We are pleased to acknowledge the contributions of many people to various
30653069
aspects of the {\sf UEDGE} code. J.L. Milovich was primarily responsible for
30663070
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}
30763080
\appendix
30773081
\section{Equations used for the {\sf UEDGE} code}
30783082

3083+
30793084
This section closely parallels the discussion in Ref.~\citenum{r99}, and the
30803085
interested reader may find it helpful to consult that paper for some more
30813086
details. The basic form of the transport equations, without cross-field
@@ -3401,6 +3406,15 @@ \section{Equations used for the {\sf UEDGE} code}
34013406
one each for hydrogen ions and neutrals, plus the number of impurity charge
34023407
states, excluding the neutral impurity).
34033408

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+
34043418
\begin{thebibliography}{99}
34053419

34063420
\bibitem{brag} S.I. Braginskii, Transport processes in a plasma {\it Reviews
@@ -3543,4 +3557,5 @@ \section{Equations used for the {\sf UEDGE} code}
35433557
\end{thebibliography}
35443558
35453559
3560+
35463561
\end{document}

0 commit comments

Comments
 (0)