diff options
Diffstat (limited to 'src/report')
-rw-r--r-- | src/report/report.tex | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/report/report.tex b/src/report/report.tex index e4cd7bb..aef5cfa 100644 --- a/src/report/report.tex +++ b/src/report/report.tex @@ -229,4 +229,16 @@ \caption{Вихревой след за ступенькой} \end{figure} +\chapter{Код программы} +\lstinputlisting[language=C, caption=Исходный код, label=lst:code]{./src/source.cpp} + +\chapter{Список использованных источников} +\begin{enumerate} + \item{Patankar SV. Numerical Heat Transfer and Fluid Flow, 1984} + \item{Versteeg HK, Malalasekera W. An Introduction to Computational Fluid Dynamics, 1995} + \item{Devic I. Fluid simulation with SIMPLE method using graphic processors, 2014} + \item{Ferziger JH, Peric M. Computational Methods for Fluid Dynamics, 2002} + \item{Андерсон Д, Таннехилл Дж, Плетчер Р. Вычислительная гидромеханика и теплообмен, 1990} +\end{enumerate} + \end{document} |