opm-simulators/doc/handbook/tutorial.tex

10 lines
1.1 KiB
TeX
Raw Normal View History

\chapter[Tutorial]{Tutorial}\label{chp:tutorial}
2008-09-25 14:52:48 -05:00
2010-10-19 04:16:57 -05:00
In \Dumux two sorts of models are implemented: Fully-coupled models and decoupled models. In the fully-coupled models a flow system is described by a system of strongly coupled equations which can be mass balance equations, balance equations of components, energy balance equations, etc. In contrast a decoupled model consists of a pressure equation which is iteratively coupled to a saturation equation, concentration equations, energy balance equations, etc.
2008-09-02 03:03:41 -05:00
2010-10-19 04:16:57 -05:00
Examples for different kinds of both coupled and decoupled models are isothermal two-phase models, isothermal two-phase two-component models, non-isothermal two-phase models, non-isothermal two-phase two-component models, etc.
2008-09-02 03:03:41 -05:00
The following two sections of the tutorial demonstrate how to solve problems first using a coupled model (section \ref{tutorial-coupled}) and second using a decoupled model (section \ref{tutorial-decoupled}). Being the easiest case, a isothermal two-phase system (two fluid phases, one solid phase) will be considered.
2008-09-02 03:03:41 -05:00
\input{tutorial-coupled}
\input{tutorial-decoupled}
2009-07-01 04:46:21 -05:00
%\input{tutorial-newmodel}