Skip to content
Snippets Groups Projects
Commit 0e6b8aef authored by Andreas Lauser's avatar Andreas Lauser
Browse files

doxygen: add model description to the doxygen module page

TODO: 3p3c(ni), solve conflicting class names for some box and decoupled models

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7550 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 26c7fe1a
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
/*! /*!
* \ingroup Common * \ingroup Common
* \defgroup Properties Property System * \defgroup Properties Property System
*/ */
/*! /*!
* \ingroup Common * \ingroup Common
* \defgroup Parameter Parameters * \defgroup Parameter Parameters
...@@ -101,22 +101,30 @@ ...@@ -101,22 +101,30 @@
/*! /*!
* \ingroup BoxModels * \ingroup BoxModels
* \defgroup OnePBoxModel One-phase * \defgroup OnePBoxModel One-phase
*
* \copydetails Dumux::OnePBoxModel
*/ */
/*! /*!
* \ingroup BoxModels * \ingroup BoxModels
* \defgroup OnePTwoCBoxModel One-phase Two-component * \defgroup OnePTwoCBoxModel One-phase Two-component
*
* \copydetails Dumux::OnePTwoCBoxModel
*/ */
/*! /*!
* \ingroup BoxModels * \ingroup BoxModels
* \defgroup TwoPBoxModel Two-phase * \defgroup TwoPBoxModel Two-phase
*
* \copydetails Dumux::TwoP
*/ */
/*! /*!
* \ingroup BoxModels * \ingroup BoxModels
* \defgroup TwoPNIModel Non-isothermal two-phase * \defgroup TwoPNIModel Non-isothermal two-phase
*/ */
/*! /*!
* \ingroup BoxModels * \ingroup BoxModels
* \defgroup TwoPTwoCModel Two-phase two-component * \defgroup TwoPTwoCModel Two-phase two-component
*
* \copydetails Dumux::TwoPTwoCModel
*/ */
/*! /*!
* \ingroup BoxModels * \ingroup BoxModels
...@@ -125,23 +133,33 @@ ...@@ -125,23 +133,33 @@
/*! /*!
* \ingroup BoxModels * \ingroup BoxModels
* \defgroup MPNCModel M-phase N-component * \defgroup MPNCModel M-phase N-component
*
* \copydetails Dumux::MPNCModel
*/ */
/*! /*!
* \ingroup BoxModels * \ingroup BoxModels
* \defgroup RichardsModel Richards * \defgroup RichardsModel Richards
*
* \copydetails Dumux::RichardsModel
*/ */
/*! /*!
* \ingroup BoxModels * \ingroup BoxModels
* \defgroup BoxStokesModel Stokes * \defgroup BoxStokesModel Stokes
*
* \copydetails Dumux::StokesModel
*/ */
/*! /*!
* \ingroup BoxModels * \ingroup BoxModels
* \defgroup BoxStokes2cModel Two-component Stokes * \defgroup BoxStokes2cModel Two-component Stokes
*/ *
/*! * \copydetails Dumux::Stokes2cModel
* \ingroup BoxModels */
* \defgroup BoxStokes2cniModel Non-isothermal two-component Stokes /*!
*/ * \ingroup BoxModels
* \defgroup BoxStokes2cniModel Non-isothermal two-component Stokes
*
* \copydetails Dumux::Stokes2cniModel
*/
/*! /*!
* \ingroup BoxModel * \ingroup BoxModel
......
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