* \brief IMplicit Pressure Explicit Transport (IMPET) scheme for the solution of weakly coupled diffusion/transport problems.
*
* The model implements the decoupled equations of two-phase flow.
* These equations can be derived from the two-phase flow equations shown for the two-phase box model (TwoPBoxModel).
* The first equation to solve is a pressure equation of elliptic character. The second one is a transport equation (e.g. for saturation, concentration,...),
* which can be hyperbolic or parabolic.
*
* As the equations are only weakly coupled they do not have to be solved simultaneously
* but can be solved sequentially. First the pressure equation is solved implicitly,
* second the transport equation can be solved explicitly. This solution procedure is called IMPES algorithm
* (IMplicit Pressure Explicit Saturation) for immiscible flow or IMPEC algorithm
* (IMplicit Pressure Explicit Concentration) for miscible flow.