This commit is contained in:
Markus Wolff 2008-11-26 08:46:13 +00:00 committed by Andreas Lauser
parent 76c6ccd2c3
commit 75d558c4b4
3 changed files with 6 additions and 5 deletions

View File

@ -44,10 +44,11 @@ Then, you can checkout everything as described above, if you replace \texttt{luf
by \texttt{localhost}.
Moreover, the possibility to checkout a read-only version from outside exists. Therefor, no IWS-account is needed. The following commands can be used for an anonymous checkout:
\begin{itemize}
\item \texttt{svn checkout svn://svn.iws.uni-stuttgart.de/DUMUX/dune-mux/trunk dune-mux}
\item \texttt{svn checkout svn://svn.iws.uni-stuttgart.de/DUMUX/external/trunk external}
\item \texttt{svn checkout svn://svn.iws.uni-stuttgart.de/DUMUX/dune-subgrid/trunk dune-subgrid}
\end{itemize}
\paragraph{Build the external modules}
The external modules consist of Alberta, ALUGrid, UG, GotoBLAS, and Paraview.

View File

@ -211,5 +211,5 @@ saturated with water and the pressure is $p_w = 5 \times 10^5$ Pa. Oil infiltrat
\subsubsection{Exercise 3}
Create a file called \texttt{new\_fluid.hh} and implement a new fluid class. This new fluid class should be derived from the base class Fluid which can be found in \texttt{/dune-mux/dumux/material/property\_baseclasses.hh}. \\
(You can look at existing fluid classes in the file \texttt{/dune-mux/dumux/material/phaseproperties/phaseproperties2p.hh}.)
Use methane as a new fluid and run the model of Exercise 2 with water and methane. The properties of methane are given in the following: \\
density: 3.443 kg/$\text{m}^3$, viscosity: 1.0751$\times 10^{-5}$ Pa s.
Use benzene as a new fluid and run the model of Exercise 2 with water and benzene. The properties of benzene are given in the following: \\
density: 889.51 kg/$\text{m}^3$, viscosity: 0.00112 Pa s.

View File

@ -195,5 +195,5 @@ Now, set up a model that describes the processes given in the Figures \ref{tutor
\subsubsection{Exercise 3}
Create a file called \texttt{new\_fluid.hh} and implement a new fluid class. This new fluid class should be derived from the base class Fluid which can be found in \texttt{/dune-mux/dumux/material/property\_baseclasses.hh}. \\
(You can look at existing fluid classes in the file \texttt{/dune-mux/dumux/material/phaseproperties/phaseproperties2p.hh}.)
Use methane as a new fluid and run the model of Exercise 2 with water and methane. The properties of methane are given in the following: \\
density: 3.443 kg/$\text{m}^3$, viscosity: 1.0751$\times 10^{-5}$ Pa s.
Use benzene as a new fluid and run the model of Exercise 2 with water and benzene. The properties of benzene are given in the following: \\
density: 889.51 kg/$\text{m}^3$, viscosity: 0.00112 Pa s.