Skip to content
Snippets Groups Projects
Commit 9ba81ef9 authored by Philip Mueller's avatar Philip Mueller
Browse files

Found an error in the rotDisc setting sketch.

The error was mostly in the arch's radius.
I also changed the location of various quantities.
parent 27526987
No related branches found
No related tags found
No related merge requests found
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
\draw[black,left](-2.,3.5)node[rotate=00]{$x$}; \draw[black,left](-2.,3.5)node[rotate=00]{$x$};
% Properties of fluid % Properties of fluid
\draw[black,left](-2.0, 0.65)node[rotate=00]{$\rho_{F}$}; \draw[black,left](-2.0, 2.0)node[rotate=00]{$\rho_{F}$};
\draw[black,left](-2.0, 1.1)node[rotate=00]{$\eta_{F}$}; \draw[black,left](-2.0, 1.65)node[rotate=00]{$\eta_{F}$};
% Point to impose pressure % Point to impose pressure
\filldraw[black] (-2.5,2.5) circle (2pt) node[anchor=west] {$p_{0}$}; \filldraw[black] (-2.5,2.5) circle (2pt) node[anchor=west] {$p_{0}$};
...@@ -31,17 +31,17 @@ ...@@ -31,17 +31,17 @@
% Ball that is moved % Ball that is moved
\tikzset{ \tikzset{
ball/.pic={ ball/.pic={
code={ code={
% Ball itself % Ball itself
\draw[black] (0,0) circle (1.2); \draw[black] (0,0) circle (1.2);
% Property of the ball % Property of the ball
\draw[black,left](0.2, 0.25)node[rotate=00]{$\rho_{D}$}; \draw[black,left](0.7, 0.6)node[rotate=00]{$\rho_{D}$};
\draw[black,left](0.2, -0.25)node[rotate=00]{$\eta_{D}$}; \draw[black,left](0.7, 0.3)node[rotate=00]{$\eta_{D}$};
\draw[->] (120:1.5) arc (120:170:2) node[below] {$\omega$}; \draw[->] (100:1.0) arc (100:170:1.0) node[right] {$\omega$};
%\draw[black,left](0.2, -0.75)node[rotate=00]{$R_{B} = \SI{20}{\centi\meter}$}; %\draw[black,left](0.2, -0.75)node[rotate=00]{$R_{B} = \SI{20}{\centi\meter}$};
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment