Skip to content
Snippets Groups Projects
Commit ff2dd854 authored by Kilian Weishaupt's avatar Kilian Weishaupt
Browse files

[doxygen] Beautify description of multidomain models

*Use headlines to separate the individual sub-models
*Remove \copydetails Dumux::TwoPTwoCNIModel as this no longer
 exists
parent 5b80532a
No related branches found
No related tags found
1 merge request!124Fix/resolve doxygen issues
...@@ -45,10 +45,13 @@ ...@@ -45,10 +45,13 @@
* \ingroup TwoPModels * \ingroup TwoPModels
* \defgroup IMPES Sequential * \defgroup IMPES Sequential
* *
* # Pressure
* \copydetails Dumux::FVPressure2P * \copydetails Dumux::FVPressure2P
* <br><br><br> * <br>
* # Velocity
* \copydetails Dumux::FVVelocity2P * \copydetails Dumux::FVVelocity2P
* <br> * <br>
* # Saturation
* \copydetails Dumux::FVSaturation2P * \copydetails Dumux::FVSaturation2P
*/ */
/*! /*!
...@@ -65,9 +68,11 @@ ...@@ -65,9 +68,11 @@
* \ingroup TwoPTwoCModels * \ingroup TwoPTwoCModels
* \defgroup IMPEC Sequential * \defgroup IMPEC Sequential
* *
* # Pressure
* \copydetails Dumux::FVPressure2P2C * \copydetails Dumux::FVPressure2P2C
* <br><br><br> * <br>
* \copydetails Dumux::FVTransport2PC * # Transport
* \copydetails Dumux::FVTransport2P2C
*/ */
/*! /*!
* \ingroup Porousmediaflow * \ingroup Porousmediaflow
...@@ -206,40 +211,58 @@ ...@@ -206,40 +211,58 @@
* \ingroup Multidomain * \ingroup Multidomain
* \defgroup TwoPTwoCStokesTwoCModel 2cstokes2p2c (Stokes2c flow, coupled to two-phase, two-component Darcy flow) * \defgroup TwoPTwoCStokesTwoCModel 2cstokes2p2c (Stokes2c flow, coupled to two-phase, two-component Darcy flow)
* *
* # Coupling Conditions
* \copydetails Dumux::TwoCStokesTwoPTwoCLocalOperator * \copydetails Dumux::TwoCStokesTwoPTwoCLocalOperator
* <br><br><br> * <br>
* # Darcy 2p2c
* \copydetails Dumux::TwoPTwoCModel * \copydetails Dumux::TwoPTwoCModel
* <br> * <br>
* # Stokes nc
* \copydetails Dumux::StokesncModel * \copydetails Dumux::StokesncModel
*/ */
/*! /*!
* \ingroup Multidomain * \ingroup Multidomain
* \defgroup TwoPTwoCNIStokesTwoCNIModel 2cnistokes2p2cni (Stokes2c flow, coupled to two-phase, two-component Darcy flow, non-isothermal) * \defgroup TwoPTwoCNIStokesTwoCNIModel 2cnistokes2p2cni (Stokes2c flow, coupled to two-phase, two-component Darcy flow, non-isothermal)
* *
* # Coupling Conditions
* \copydetails Dumux::TwoCNIStokesTwoPTwoCNILocalOperator * \copydetails Dumux::TwoCNIStokesTwoPTwoCNILocalOperator
* <br><br><br>
* \copydetails Dumux::TwoPTwoCNIModel
* <br> * <br>
* # Darcy 2p2c
* \copydetails Dumux::TwoPTwoCModel
* <br>
* # Darcy non-isothermal extension
* \copydetails Dumux::NIModel
* <br>
* # Stokes nc
* \copydetails Dumux::StokesncniModel * \copydetails Dumux::StokesncniModel
*/ */
/*! /*!
* \ingroup Multidomain * \ingroup Multidomain
* \defgroup TwoPTwoCZeroEqTwoCModel 2czeroeq2p2c (Stokes2c flow with zero-eq turbulence model, coupled to two-phase, two-component Darcy flow) * \defgroup TwoPTwoCZeroEqTwoCModel 2czeroeq2p2c (Stokes2c flow with zero-eq turbulence model, coupled to two-phase, two-component Darcy flow)
* *
* # Coupling Conditions
* \copydetails Dumux::TwoCStokesTwoPTwoCLocalOperator * \copydetails Dumux::TwoCStokesTwoPTwoCLocalOperator
* <br><br><br> * <br>
* # Darcy 2p2c
* \copydetails Dumux::TwoPTwoCModel * \copydetails Dumux::TwoPTwoCModel
* <br> * <br>
* # Stokes nc
* \copydetails Dumux::ZeroEqncModel * \copydetails Dumux::ZeroEqncModel
*/ */
/*! /*!
* \ingroup Multidomain * \ingroup Multidomain
* \defgroup TwoPTwoCNIZeroEqTwoCNIModel 2cnizeroeq2p2cni (Stokes2c flow with zero-eq turbulence model, coupled to two-phase, two-component Darcy flow, non-isothermal) * \defgroup TwoPTwoCNIZeroEqTwoCNIModel 2cnizeroeq2p2cni (Stokes2c flow with zero-eq turbulence model, coupled to two-phase, two-component Darcy flow, non-isothermal)
* *
* # Coupling Conditions
* \copydetails Dumux::TwoCNIStokesTwoPTwoCNILocalOperator * \copydetails Dumux::TwoCNIStokesTwoPTwoCNILocalOperator
* <br><br><br>
* \copydetails Dumux::TwoPTwoCNIModel
* <br> * <br>
* # Darcy 2p2c
* \copydetails Dumux::TwoPTwoCModel
* <br>
* # Darcy non-isothermal extension
* \copydetails Dumux::NIModel
* <br>
* # Stokes nc
* \copydetails Dumux::ZeroEqncniModel * \copydetails Dumux::ZeroEqncniModel
*/ */
......
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