made small corrections with the tutorial figures

This commit is contained in:
Klaus Mosthaf 2010-11-04 16:48:51 +00:00 committed by Andreas Lauser
parent 5fdd83c9be
commit 99e13c14fe
2 changed files with 8 additions and 7 deletions

View File

@ -374,11 +374,12 @@ compile the program.
\begin{figure}[h] \begin{figure}[h]
\psfrag{K1}{K $= 10^{-7}\text{ m}^2$} \psfrag{K1}{K $= 10^{-7}\text{ m}^2$}
\psfrag{phi1}{$\phi = 0.2$} \psfrag{phi1}{$\phi = 0.2$}
\psfrag{Lin}{Linear Law} \psfrag{Lin}{Brooks-Corey Law}
\psfrag{Lin2}{$\lambda = 1.8$, $p_b = 10000$}
\psfrag{K2}{K $= 10^{-9}\text{ m}^2$} \psfrag{K2}{K $= 10^{-9}\text{ m}^2$}
\psfrag{phi2}{$\phi = 0.15$} \psfrag{phi2}{$\phi = 0.15$}
\psfrag{BC1}{Brooks Corey Law} \psfrag{BC1}{Brooks-Corey Law}
\psfrag{BC2}{$\lambda = 1.8$, $p_b = 0.0$} \psfrag{BC2}{$\lambda = 2$, $p_b = 15000$}
\psfrag{H1y}{50 m} \psfrag{H1y}{50 m}
\psfrag{H2y}{15 m} \psfrag{H2y}{15 m}
\psfrag{H3y}{20 m} \psfrag{H3y}{20 m}

View File

@ -256,9 +256,9 @@ type tag.
After this, change the \texttt{create()} method of the \texttt{Grid} After this, change the \texttt{create()} method of the \texttt{Grid}
property so that it matches the domain described property so that it matches the domain described
by figure \ref{tutorial-coupled:ex2_Domain}. Adapt the problem class by figure \ref{tutorial-decoupled:ex2_Domain}. Adapt the problem class
so that the boundary conditions are consistent with figure so that the boundary conditions are consistent with figure
\ref{tutorial-coupled:ex2_BC}. Initially the domain is fully saturated \ref{tutorial-decoupled:ex2_BC}. Initially the domain is fully saturated
with water and the pressure is $p_w = 5 \times 10^5 \text{Pa}$ . Oil with water and the pressure is $p_w = 5 \times 10^5 \text{Pa}$ . Oil
infiltrates from the left side. Create a grid with $20$ cells in infiltrates from the left side. Create a grid with $20$ cells in
$x$-direction and $10$ cells in $y$-direction. The simulation time $x$-direction and $10$ cells in $y$-direction. The simulation time
@ -286,7 +286,7 @@ compile the program.
\psfrag{L3x}{25 m} \psfrag{L3x}{25 m}
\centering \centering
\includegraphics[width=0.8\linewidth,keepaspectratio]{EPS/Ex2_Domain.eps} \includegraphics[width=0.8\linewidth,keepaspectratio]{EPS/Ex2_Domain.eps}
\caption{Set-up of the model domain and the soil parameters}\label{tutorial-coupled:ex2_Domain} \caption{Set-up of the model domain and the soil parameters}\label{tutorial-decoupled:ex2_Domain}
\end{figure} \end{figure}
\begin{figure}[h] \begin{figure}[h]
@ -297,7 +297,7 @@ compile the program.
\psfrag{no flow}{no flow} \psfrag{no flow}{no flow}
\centering \centering
\includegraphics[width=0.8\linewidth,keepaspectratio]{EPS/Ex2_Boundary.eps} \includegraphics[width=0.8\linewidth,keepaspectratio]{EPS/Ex2_Boundary.eps}
\caption{Boundary Conditions}\label{tutorial-coupled:ex2_BC} \caption{Boundary Conditions}\label{tutorial-decoupled:ex2_BC}
\end{figure} \end{figure}
\begin{itemize} \begin{itemize}