From 2de388af0dbbe410c9c7d2897f8cc8b25da9ad5a Mon Sep 17 00:00:00 2001 From: eug-vs Date: Mon, 21 Mar 2022 23:04:40 +0300 Subject: feat: add source code --- src/report/report.tex | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/report/report.tex') 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} -- cgit v1.2.3