diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/report/images/results/0.05x0.05_0.01x0.03_Re300/0.001/plot.png | bin | 0 -> 1568458 bytes | |||
| -rw-r--r-- | src/report/images/results/0.05x0.05_0.01x0.03_Re300/0.001/streamplot.png | bin | 0 -> 673741 bytes | |||
| -rw-r--r-- | src/report/images/results/0.05x0.05_0.04x0.01_Re300/0.001/plot.png | bin | 0 -> 1680542 bytes | |||
| -rw-r--r-- | src/report/images/results/0.05x0.05_0.04x0.01_Re300/0.001/streamplot.png | bin | 0 -> 974755 bytes | |||
| -rw-r--r-- | src/report/images/results/empty/0.001/plot.png | bin | 0 -> 1635215 bytes | |||
| -rw-r--r-- | src/report/images/results/empty/0.001/raw.png | bin | 0 -> 473703 bytes | |||
| -rw-r--r-- | src/report/images/results/empty/0.001/streamplot.png | bin | 0 -> 555270 bytes | |||
| -rw-r--r-- | src/report/report.tex | 25 | 
8 files changed, 25 insertions, 0 deletions
| diff --git a/src/report/images/results/0.05x0.05_0.01x0.03_Re300/0.001/plot.png b/src/report/images/results/0.05x0.05_0.01x0.03_Re300/0.001/plot.pngBinary files differ new file mode 100644 index 0000000..c44f4ec --- /dev/null +++ b/src/report/images/results/0.05x0.05_0.01x0.03_Re300/0.001/plot.png diff --git a/src/report/images/results/0.05x0.05_0.01x0.03_Re300/0.001/streamplot.png b/src/report/images/results/0.05x0.05_0.01x0.03_Re300/0.001/streamplot.pngBinary files differ new file mode 100644 index 0000000..f59dc72 --- /dev/null +++ b/src/report/images/results/0.05x0.05_0.01x0.03_Re300/0.001/streamplot.png diff --git a/src/report/images/results/0.05x0.05_0.04x0.01_Re300/0.001/plot.png b/src/report/images/results/0.05x0.05_0.04x0.01_Re300/0.001/plot.pngBinary files differ new file mode 100644 index 0000000..93636da --- /dev/null +++ b/src/report/images/results/0.05x0.05_0.04x0.01_Re300/0.001/plot.png diff --git a/src/report/images/results/0.05x0.05_0.04x0.01_Re300/0.001/streamplot.png b/src/report/images/results/0.05x0.05_0.04x0.01_Re300/0.001/streamplot.pngBinary files differ new file mode 100644 index 0000000..b7f90cb --- /dev/null +++ b/src/report/images/results/0.05x0.05_0.04x0.01_Re300/0.001/streamplot.png diff --git a/src/report/images/results/empty/0.001/plot.png b/src/report/images/results/empty/0.001/plot.pngBinary files differ new file mode 100644 index 0000000..0680e12 --- /dev/null +++ b/src/report/images/results/empty/0.001/plot.png diff --git a/src/report/images/results/empty/0.001/raw.png b/src/report/images/results/empty/0.001/raw.pngBinary files differ new file mode 100644 index 0000000..406f4e7 --- /dev/null +++ b/src/report/images/results/empty/0.001/raw.png diff --git a/src/report/images/results/empty/0.001/streamplot.png b/src/report/images/results/empty/0.001/streamplot.pngBinary files differ new file mode 100644 index 0000000..f1fc528 --- /dev/null +++ b/src/report/images/results/empty/0.001/streamplot.png diff --git a/src/report/report.tex b/src/report/report.tex index e447da0..7fa646b 100644 --- a/src/report/report.tex +++ b/src/report/report.tex @@ -284,6 +284,16 @@  \chapter{Результаты} +\section{Течение в пустом канале} +В пустом канале течение с постоянной горизонтальной скоростью на входе приобретает параболический профиль: +\begin{figure}[h] +    \centering +    \includegraphics[width=\textwidth]{results/empty/0.001/raw} +    \includegraphics[width=\textwidth]{results/empty/0.001/streamplot} +    \caption{Картина течения в пустом канале} +\end{figure} + +  \section{Сравнение результатов для разных чисел $Re$}  \begin{figure}[h] @@ -334,6 +344,21 @@      \caption{Картина течения при $Re=1000$}  \end{figure} +\section{Сравнение результатов для разных размеров ступеньки} +\begin{figure}[h] +    \centering +    \includegraphics[width=\textwidth]{results/0.05x0.05_0.01x0.03_Re300/0.001/plot} +    \includegraphics[width=\textwidth]{results/0.05x0.05_0.01x0.03_Re300/0.001/streamplot} +    \caption{Картина течения с размерами ступеньки $0.01\times0.03$} +\end{figure} + +\begin{figure}[h] +    \centering +    \includegraphics[width=\textwidth]{results/0.05x0.05_0.04x0.01_Re300/0.001/plot} +    \includegraphics[width=\textwidth]{results/0.05x0.05_0.04x0.01_Re300/0.001/streamplot} +    \caption{Картина течения с размерами ступеньки $0.04\times0.01$} +\end{figure} +  \chapter{Код программы}  \lstinputlisting[language=Python, caption=Исходный код, label=lst:code]{./src/simple.py}  \lstinputlisting[language=Python, caption=Исходный код (функции для исследования), label=lst:code]{./src/research.py} | 
