Skip to content
Snippets Groups Projects
Commit 63cd6542 authored by Thomas Fetzer's avatar Thomas Fetzer
Browse files

[handbook] Use macro DumuxVersion for URLs

parent 84ddc026
No related branches found
No related tags found
4 merge requests!600[WIP][components][plotproperties] Add a source file to plot properties of some components,!501Freeflow/turbulenceproperties,!492Resolve "Inconsistent `index()` method of the different `SubControlVolume` classes",!411Handbook/improvements for release
...@@ -248,7 +248,7 @@ of mixtures such as density or enthalpy are of interest. These ...@@ -248,7 +248,7 @@ of mixtures such as density or enthalpy are of interest. These
interactions are defined by {\em fluid systems}, which are located in interactions are defined by {\em fluid systems}, which are located in
\verb+dumux/material/fluidsystems+. A more thorough overview of the \verb+dumux/material/fluidsystems+. A more thorough overview of the
\Dumux fluid framework can be found \Dumux fluid framework can be found
at \url{http://www.dumux.org/doxygen-stable/html-2.11/modules.php} at \url{http://www.dumux.org/doxygen-stable/html-\DumuxVersion/modules.php}
%in chapter~\ref{sec:fluidframework}. %in chapter~\ref{sec:fluidframework}.
% In this example, a class for the definition of a two-phase system is used. This allows for the choice % In this example, a class for the definition of a two-phase system is used. This allows for the choice
...@@ -412,7 +412,7 @@ To do that, you have to select different components via the property system in t ...@@ -412,7 +412,7 @@ To do that, you have to select different components via the property system in t
If you want to take a closer look on how the fluid classes are defined and which If you want to take a closer look on how the fluid classes are defined and which
substances are already available please browse through the files in the directory substances are already available please browse through the files in the directory
\texttt{/dumux/material/components} and read \texttt{/dumux/material/components} and read
the doxygen documentation \url{http://www.dumux.org/doxygen-stable/html-2.11/modules.php}. the doxygen documentation \url{http://www.dumux.org/doxygen-stable/html-\DumuxVersion/modules.php}.
%chapter~\ref{sec:fluidframework}. %chapter~\ref{sec:fluidframework}.
\item \textbf{Use a Full-Fledged Fluid System} \\ \item \textbf{Use a Full-Fledged Fluid System} \\
......
...@@ -127,7 +127,7 @@ $\boldsymbol{v}_\alpha$ & velocity (Darcy or free flow)& & \\ ...@@ -127,7 +127,7 @@ $\boldsymbol{v}_\alpha$ & velocity (Darcy or free flow)& & \\
\subsection{Available Models} \subsection{Available Models}
We distinguish fully-implicit and sequential models. A list of all available models can be found We distinguish fully-implicit and sequential models. A list of all available models can be found
in the Doxygen documentation at in the Doxygen documentation at
\url{http://www.dumux.org/doxygen-stable/html-2.11/modules.php}. \url{http://www.dumux.org/doxygen-stable/html-\DumuxVersion/modules.php}.
The documentation includes a detailed description for every model. The documentation includes a detailed description for every model.
\subsubsection{Fully-Implicit Models} \subsubsection{Fully-Implicit Models}
......
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