mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
doxygen: add a separate group for the ECL black-oil simulator application
note: the doxygen groups are quite a bit behind the curve and should be overhauled soon. (e.g. now there's not only the vertex centered finite volume space discretization anymore...)
This commit is contained in:
parent
ce38b6bb9e
commit
3f69e827be
@ -63,7 +63,7 @@ template <class TypeTag>
|
||||
class EcfvDiscretization;
|
||||
|
||||
/*!
|
||||
* \ingroup EclOutput
|
||||
* \ingroup EclBlackOilSimulator
|
||||
*
|
||||
* \brief Output module for the results black oil model writing in
|
||||
* ECL binary format.
|
||||
|
@ -55,6 +55,8 @@ template <class TypeTag>
|
||||
class EcfvDiscretization;
|
||||
|
||||
/*!
|
||||
* \ingroup EclBlackOilSimulator
|
||||
*
|
||||
* \brief The well model of Peaceman.
|
||||
*
|
||||
* This class is tailored for the element centered finite volume
|
||||
|
@ -160,7 +160,7 @@ SET_STRING_PROP(EclBaseProblem, GridFile, "data/ecl.DATA");
|
||||
|
||||
namespace Ewoms {
|
||||
/*!
|
||||
* \ingroup TestProblems
|
||||
* \ingroup EclBlackOilSimulator
|
||||
*
|
||||
* \brief This problem simulates an input file given in the data format used by the
|
||||
* commercial ECLiPSE simulator.
|
||||
|
@ -48,6 +48,8 @@ NEW_PROP_TAG(Grid);
|
||||
|
||||
namespace Ewoms {
|
||||
/*!
|
||||
* \ingroup EclBlackOilSimulator
|
||||
*
|
||||
* \brief A class which handles well controls as specified by an
|
||||
* Eclipse deck
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user