mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-29 04:23:48 -06:00
This commit is contained in:
parent
76c6ccd2c3
commit
75d558c4b4
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
Loading…
Reference in New Issue
Block a user