change the script for extracting the detailed description from the doxygen generated latex files so that it works even if there is no detailed description

This commit is contained in:
Andreas Lauser 2009-06-03 10:54:20 +00:00 committed by Andreas Lauser
parent 06e0654d5d
commit 29ca3fdd81
5 changed files with 5 additions and 5 deletions

View File

@ -58,7 +58,7 @@ all:
cat ../doxygen/latex/classDune_1_1RichardsBoxModel.tex | ../../util/scripts/extractDetailedDescription.py >ModelDescriptions/richardsboxmodel.tex cat ../doxygen/latex/classDune_1_1RichardsBoxModel.tex | ../../util/scripts/extractDetailedDescription.py >ModelDescriptions/richardsboxmodel.tex
cat ../doxygen/latex/classDune_1_1TwoPBoxModel.tex | ../../util/scripts/extractDetailedDescription.py >ModelDescriptions/2pboxmodel.tex cat ../doxygen/latex/classDune_1_1TwoPBoxModel.tex | ../../util/scripts/extractDetailedDescription.py >ModelDescriptions/2pboxmodel.tex
cat ../doxygen/latex/classDune_1_1TwoPNIBoxModel.tex | ../../util/scripts/extractDetailedDescription.py >ModelDescriptions/2pniboxmodel.tex cat ../doxygen/latex/classDune_1_1TwoPNIBoxModel.tex | ../../util/scripts/extractDetailedDescription.py >ModelDescriptions/2pniboxmodel.tex
cat ../doxygen/latex/classDune_1_1TwoPTwoCBoxModel.tex | ../../util/scripts/extractDetailedDescription.py >ModelDescriptions/2p2cboxmodel.tex cat ../doxygen/latex/classDune_1_1TwoPTwoCBoxModelBase.tex | ../../util/scripts/extractDetailedDescription.py >ModelDescriptions/2p2cboxmodel.tex
cat ../doxygen/latex/classDune_1_1TwoPTwoCNIBoxModel.tex | ../../util/scripts/extractDetailedDescription.py >ModelDescriptions/2p2cniboxmodel.tex cat ../doxygen/latex/classDune_1_1TwoPTwoCNIBoxModel.tex | ../../util/scripts/extractDetailedDescription.py >ModelDescriptions/2p2cniboxmodel.tex
latex dumux-handbook.tex latex dumux-handbook.tex
bibtex dumux-handbook bibtex dumux-handbook

View File

@ -1 +1 @@
Here comes the detailed documentation.

View File

@ -1 +1 @@
Here comes the detailed documentation.

View File

@ -1 +1 @@
\doxyref{TwoPBoxModel}{p.}{classDune_1_1TwoPBoxModel} describes the box discretization of an isothermal twophase flow model. The underlying equations are obtained after inserting Darcy's law into the mass balance equation for each phase, yielding \begin{align*} \phi \frac{\partial (\varrho_{\text{mass,w}} S_\text{w})}{\partial t} -\Div \left( \lambda_\text{w} \varrho_{\text{mass,w}} K \left(\grad p_\text{w} - \varrho_{\text{mass,w}}\boldsymbol{g} \right)\right) - q_\text{w} &= 0, \\ \phi \frac{\partial (\varrho_{\text{mass,n}} S_\text{n})}{\partial t} - \Div \left( \lambda_\text{n} \varrho_{\text{mass,n}} K\left( \grad p_\text{n} - \varrho_{\text{mass,n}}\boldsymbol{g} \right)\right) - q_\text{n} &= 0. \end{align*} You can pick the formulation by setting the \char`\"{}Formulation\char`\"{} property. The default is $p_\text{w}$-$S_\text{n}$. You can pick the formulation by setting the \char`\"{}Formulation\char`\"{} property. The default is pW-Sn.

View File

@ -1 +1 @@
Here comes the detailed documentation.