summaryrefslogtreecommitdiff
path: root/src/report
diff options
context:
space:
mode:
Diffstat (limited to 'src/report')
-rw-r--r--src/report/images/results/0.05x0.05_0.01x0.03_Re300/0.001/plot.pngbin0 -> 1568458 bytes
-rw-r--r--src/report/images/results/0.05x0.05_0.01x0.03_Re300/0.001/streamplot.pngbin0 -> 673741 bytes
-rw-r--r--src/report/images/results/0.05x0.05_0.04x0.01_Re300/0.001/plot.pngbin0 -> 1680542 bytes
-rw-r--r--src/report/images/results/0.05x0.05_0.04x0.01_Re300/0.001/streamplot.pngbin0 -> 974755 bytes
-rw-r--r--src/report/images/results/empty/0.001/plot.pngbin0 -> 1635215 bytes
-rw-r--r--src/report/images/results/empty/0.001/raw.pngbin0 -> 473703 bytes
-rw-r--r--src/report/images/results/empty/0.001/streamplot.pngbin0 -> 555270 bytes
-rw-r--r--src/report/report.tex25
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.png
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
Binary files differ
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.png
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
Binary files differ
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.png
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
Binary files differ
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.png
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
Binary files differ
diff --git a/src/report/images/results/empty/0.001/plot.png b/src/report/images/results/empty/0.001/plot.png
new file mode 100644
index 0000000..0680e12
--- /dev/null
+++ b/src/report/images/results/empty/0.001/plot.png
Binary files differ
diff --git a/src/report/images/results/empty/0.001/raw.png b/src/report/images/results/empty/0.001/raw.png
new file mode 100644
index 0000000..406f4e7
--- /dev/null
+++ b/src/report/images/results/empty/0.001/raw.png
Binary files differ
diff --git a/src/report/images/results/empty/0.001/streamplot.png b/src/report/images/results/empty/0.001/streamplot.png
new file mode 100644
index 0000000..f1fc528
--- /dev/null
+++ b/src/report/images/results/empty/0.001/streamplot.png
Binary files differ
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}