From 43b34413d3041a92bccc1ef772c00d28ed9036e8 Mon Sep 17 00:00:00 2001 From: Markus Wolff Date: Tue, 2 Sep 2008 08:03:41 +0000 Subject: [PATCH] tutorial, first iteration --- doc/handbook/dumux-handbook.tex | 3 +-- doc/handbook/tutorial-coupled.tex | 2 +- doc/handbook/tutorial-decoupled.tex | 2 +- doc/handbook/tutorial-newmodel.tex | 3 +++ doc/handbook/tutorial.tex | 9 +++++++++ 5 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 doc/handbook/tutorial-newmodel.tex create mode 100644 doc/handbook/tutorial.tex diff --git a/doc/handbook/dumux-handbook.tex b/doc/handbook/dumux-handbook.tex index 90afc9f83..3aefa87ff 100644 --- a/doc/handbook/dumux-handbook.tex +++ b/doc/handbook/dumux-handbook.tex @@ -59,8 +59,7 @@ Universit\"at Stuttgart, Paffenwaldring 61, D-70569 Stuttgart, Germany}\\ \input{intro} \input{getting-started} \input{quickstart-guide} -\input{tutorial-coupled} -\input{tutorial-decoupled} +\input{tutorial} \bibliographystyle{plain} %\bibliography{dumux-handbook} diff --git a/doc/handbook/tutorial-coupled.tex b/doc/handbook/tutorial-coupled.tex index b3280ea68..07139222b 100644 --- a/doc/handbook/tutorial-coupled.tex +++ b/doc/handbook/tutorial-coupled.tex @@ -1,4 +1,4 @@ -\chapter[Tutorial: Fully-coupled model]{Tutorial: Fully-coupled model} +\section[Fully-coupled model]{Solving a problem using a Fully-Coupled Model}\label{tutorial-coupled} TODO: describe the fully coupled model in detail diff --git a/doc/handbook/tutorial-decoupled.tex b/doc/handbook/tutorial-decoupled.tex index 9954a64f8..bcaa09845 100644 --- a/doc/handbook/tutorial-decoupled.tex +++ b/doc/handbook/tutorial-decoupled.tex @@ -1,3 +1,3 @@ -\chapter[Tutorial: Decoupled model]{Tutorial: Decoupled model} +\section[Decoupled model]{Solving a problem using a Decoupled Model}\label{tutorial-decoupled} TODO: describe a decoupled model in detail \ No newline at end of file diff --git a/doc/handbook/tutorial-newmodel.tex b/doc/handbook/tutorial-newmodel.tex new file mode 100644 index 000000000..0a9ab94d7 --- /dev/null +++ b/doc/handbook/tutorial-newmodel.tex @@ -0,0 +1,3 @@ +\section[New model]{How to implement a new model} + +TODO: describe how to impelment a new model \ No newline at end of file diff --git a/doc/handbook/tutorial.tex b/doc/handbook/tutorial.tex new file mode 100644 index 000000000..a7fd3b573 --- /dev/null +++ b/doc/handbook/tutorial.tex @@ -0,0 +1,9 @@ +\chapter[Tutorial]{Tutorial} +In DuMu$^\text{x}$ 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 decoupled or only weakly coupled to a saturation equation, concentration equations, energy balance equations, etc. + +Different kinds of both coupled and decoupled models can be isothermal two phase models, isothemal two phase two component models, non-isothermal twophase model, non-isothermal two phase two component models, etc. + +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. +\input{tutorial-coupled} +\input{tutorial-decoupled} +\input{tutorial-newmodel} \ No newline at end of file