diff options
author | eug-vs <eugene@eug-vs.xyz> | 2022-03-21 23:04:40 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2022-03-21 23:06:14 +0300 |
commit | 2de388af0dbbe410c9c7d2897f8cc8b25da9ad5a (patch) | |
tree | a9e5eb342976879d26e27063b26e543093732172 /src/report/report.tex | |
parent | f01512aa9f97f0cb9ea489127ae99216061ff4a6 (diff) | |
download | CFD-SIMPLE-2de388af0dbbe410c9c7d2897f8cc8b25da9ad5a.tar.gz |
feat: add source code
Diffstat (limited to 'src/report/report.tex')
-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} |