diff --git a/dumux/decoupled/2p/transport/transportproblem2p.hh b/dumux/decoupled/2p/transport/transportproblem2p.hh index cb3f4c12542808dfd5e58131441da26bd1725c5c..9697806edd574b5c1f4897dc8ac9c65e00b27b3c 100644 --- a/dumux/decoupled/2p/transport/transportproblem2p.hh +++ b/dumux/decoupled/2p/transport/transportproblem2p.hh @@ -44,7 +44,7 @@ SET_TYPE_PROP(TransportTwoP, Velocity, FVVelocityDefault<TypeTag>); //this Prope * \ingroup IMPETproblems * \brief Base class for a decoupled two-phase transport problem * - * @tparam TypeTag The problem Type Tag + * \tparam TypeTag The problem Type Tag */ template<class TypeTag> class TransportProblem2P : public OneModelProblem<TypeTag> @@ -200,6 +200,13 @@ public: const SpatialParams &spatialParams() const { return *spatialParams_; } + + /*! + * \brief Time integration of the model + * + * Update the transported quantity. By default, an explicit Euler is used + * + */ void timeIntegration() { // allocate temporary vectors for the updates