mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-21 16:57:25 -06:00
doc
This commit is contained in:
parent
18ab91054a
commit
86b00e2dbb
@ -14,6 +14,11 @@
|
||||
* *
|
||||
* This program is distributed WITHOUT ANY WARRANTY. *
|
||||
*****************************************************************************/
|
||||
/*!
|
||||
* \file
|
||||
*
|
||||
* \brief Tutorial problem for a fully coupled twophase box model.
|
||||
*/
|
||||
#ifndef DUMUX_TUTORIALPROBLEM_COUPLED_HH
|
||||
#define DUMUX_TUTORIALPROBLEM_COUPLED_HH
|
||||
|
||||
@ -85,6 +90,12 @@ SET_PROP(TutorialProblemCoupled, SpatialParameters) /*@\label{tutorial-coupled:s
|
||||
SET_BOOL_PROP(TutorialProblemCoupled, EnableGravity, false); /*@\label{tutorial-coupled:gravity}@*/
|
||||
}
|
||||
|
||||
/*!
|
||||
* \ingroup TwoPBoxModel
|
||||
*
|
||||
* \brief Tutorial problem for a fully coupled twophase box model.
|
||||
*/
|
||||
|
||||
// Definition of the actual problem
|
||||
template <class TypeTag>
|
||||
class TutorialProblemCoupled : public TwoPProblem<TypeTag> /*@\label{tutorial-coupled:def-problem}@*/
|
||||
|
@ -13,6 +13,12 @@
|
||||
* *
|
||||
* This program is distributed WITHOUT ANY WARRANTY. *
|
||||
*****************************************************************************/
|
||||
/*!
|
||||
* \file
|
||||
*
|
||||
* \brief The spatial parameters for the fully coupled tutorial problem
|
||||
* which uses the twophase box model.
|
||||
*/
|
||||
#ifndef TUTORIALSPATIALPARAMETERS_COUPLED_HH
|
||||
#define TUTORIALSPATIALPARAMETERS_COUPLED_HH
|
||||
|
||||
@ -25,7 +31,12 @@
|
||||
|
||||
namespace Dumux
|
||||
{
|
||||
|
||||
/*!
|
||||
* \ingroup TwoPBoxModel
|
||||
*
|
||||
* \brief The spatial parameters for the fully coupled tutorial problem
|
||||
* which uses the twophase box model.
|
||||
*/
|
||||
template<class TypeTag>
|
||||
class TutorialSpatialParametersCoupled: public BoxSpatialParameters<TypeTag> /*@\label{tutorial-coupled:tutorialSpatialParameters}@*/
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user