added introduction for decoupled model description

This commit is contained in:
Markus Wolff 2012-02-22 12:44:24 +00:00 committed by Andreas Lauser
parent e176b4f103
commit 943a8ccc78

View File

@ -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: