diff --git a/doc/handbook/models.tex b/doc/handbook/models.tex index d1851d696256902690db0ac2ecbfd40289f847a1..ab677c1c225ab6c00ba64bd7aa49b4d2edcd43ba 100644 --- a/doc/handbook/models.tex +++ b/doc/handbook/models.tex @@ -194,11 +194,16 @@ subdirectories of \texttt{dumux/boxmodels} of the \Dumux distribution. \input{ModelDescriptions/stokes2cnimodel} \subsection{Decoupled models} +% +The basic idea the so-called decoupled models have in common is to reformulate the equations of multi-phase flow (e.g. Eq. \ref{A3:eqmass1}) into one equation for pressure and equations for phase-/component-/etc. transport. The pressure equation is the sum of the mass balance equations and thus considers the total flow of the fluid system. The new set of equations is considered as decoupled (or weakly coupled) and can thus be solved sequentially. The most popular decoupled model is the so-called fractional flow formulation for two-phase flow which is usually implemented applying an IMplicit Pressure Explicit Saturation algorithm (IMPES). +In comparison to a fully implicit model, the decoupled structure allows the use of different discretization methods for the different equations. The standard method used in the decoupled models is a cell centered finite volume method. Further schemes, so far only available for the two-phase pressure equation, are cell centered finite volumes with multi-point flux approximation (MPFA O-method) and mimetic finite differences. +% +\subsubsection{The one-phase model} -\subsubsection{FractionalFlow Model} +\subsection{The two-phase model} \input{ModelDescriptions/2pdecoupledmodel} -\subsubsection{Decoupled Compositional Models} +\subsubsection{The two-phase, two-component model} \input{ModelDescriptions/decoupled2p2c} %%% Local Variables: