Commit Graph

69 Commits

Author SHA1 Message Date
Andreas Lauser
84becd65d2 remove the code of the IMPET ("decoupled") models
there was no interest in using them and the maintainance burden grew
pretty large as the Dumux and eWoms code-bases continued to diverge.
2013-07-08 20:36:22 +02:00
Andreas Lauser
3e55945ce5 change namespace from Dumux to Ewoms
eWoms hereby declares full independence. Humor aside, the main
technical advantage of this is, that it is now possible to easily
install both, Dumux and eWoms on a system using a package management
system without bad tricks.
2012-11-18 16:58:22 +01:00
Andreas Lauser
510fa48526 handbook: language improvements 2012-11-01 16:43:15 +01:00
Andreas Lauser
7deaf50402 box model descriptions: syncronize them with the doxygen versions
the descriptions of the semi-implicit models are imported from dumux
because I suppose that these have been modified manually and the
differences should be negligible anyway...
2012-10-19 13:49:54 +02:00
Andreas Lauser
0c1a15c2de handbook: cleanups, update the tutorial for the fully implicit models
- there are no LaTeX files with capital letters anymore
- there are no more "dangling" references
2012-10-16 18:16:19 +02:00
Andreas Lauser
dd8e4520a0 Handbook: some updates
- adapt the "quick start" chapter to eWoms
- remove the dumux logo from the front page
- remove the "flow of things" and "tipps and tricks" chapters:
  - the former was not useful, IMHO but quite a burden to update and
    the latter rather belongs to the online documentation (wiki?)
- update the flowchart showing the layout of the source tree
2012-10-15 17:53:21 +02:00
Andreas Lauser
7f9ba0371c some minor fixes to the handbook
by Benjamin Faigle
2012-10-05 14:18:42 +02:00
Philipp Nuske
683341c4de make the code listing in the handbook start with the same numbering as in the source code.
Dumux-Svn-Revison: 9214
Ported-By: Andreas Lauser <andreas.lauser@iws.uni-stuttgart.de>
2012-10-05 14:18:42 +02:00
Andreas Lauser
4c2885cc82 tutorial: add defaults so that they run without parameters, make handbook compile again 2012-09-24 20:13:29 +02:00
Alexander Kissinger
115e7f1ef7 Several changes in the coupled tutorial in the handbook
Dumux-Svn-Revison: 9114
Ported-By: Andreas Lauser <andreas.lauser@iws.uni-stuttgart.de>
2012-09-24 17:45:25 +02:00
Andreas Lauser
aa9c07835b some fixes to the coupled tutorial 2012-09-11 14:57:25 +02:00
Alexander Kissinger
fb47614c3d Fixed small error
Dumux-Svn-Revison: 9069
Ported-By: Andreas Lauser <andreas.lauser@iws.uni-stuttgart.de>
2012-09-11 14:37:10 +02:00
Andreas Lauser
d7db90476e box models: fold the spatial parameters directly into the problems 2012-07-12 21:25:06 +02:00
Christoph Grueninger
e5085ee4c8 Compled Tips&Tricks. Fixed various over- and underfull boxed and even more warnings. 2012-07-12 21:25:02 +02:00
Klaus Mosthaf
e8323070d0 corrections in the coupled tutorial, spell check & beautification 2012-07-12 21:25:01 +02:00
Philipp Nuske
70fb80746e - added a tiny exercise to the coupled tutorial: change from cubes to simplex 2012-07-12 21:24:55 +02:00
Andreas Lauser
790cae9592 handbook: be a bit more verbose about Dumux::start() in the coupled tutorial 2012-07-12 21:24:55 +02:00
Philipp Nuske
fb63f62336 fixed (a bunch of) minor typos and added references to my beautiful input parameter section 2012-07-12 21:24:54 +02:00
Andreas Lauser
0c3e573194 handbook: a few more changes to the coupled tutorial 2012-07-12 21:24:53 +02:00
Andreas Lauser
25aba6a3f2 update the tutorial for the coupled models 2012-07-12 21:24:53 +02:00
Philipp Nuske
20230ea177 -corrected a typo 2012-07-12 21:24:52 +02:00
Benjamin Faigle
01a322bfe7 reworked tutorials for dumux 2.1, added exercices for parameter input 2012-07-12 21:24:51 +02:00
Klaus Mosthaf
68896a5214 work on the tutorial description for the coupled models 2012-07-12 21:24:50 +02:00
Andreas Lauser
e15802f2f7 handbook: sime proof reading of the fluid framework chapter, fixes to minor LaTeX issues
there are some dangling references in the decoupled tutorial, but
AFAIK this will receive some love by Benjamin before the release.
2012-07-12 21:24:48 +02:00
Bernd Flemisch
1696ae560e Changed structure of Handbook 2012-07-12 21:24:44 +02:00
Benjamin Faigle
72832a8b24 changes in restart behaviour: - restart mechanism is now called from init(..) method in time manager for all models via problem().restart(...); - hence, calls to problem or models in application files and in the default start procedure are deleted (included in timeManager) - timeManager().init(...) now has a real restart bool defining if a restart was called by the user. Bool is true if restart is desired. - Decoupled models: to enable restart, the writer is only called with the access function to avoid segmentation fault. - Adapt tutorial to the change 2012-07-12 21:24:18 +02:00
Viktor Szukitsch
d364fe1989 handbook: language improvements 2012-07-12 21:24:15 +02:00
Markus Wolff
b1bd56688f changed tutorial because of changed definition of Material Laws 2012-07-12 21:24:10 +02:00
Klaus Mosthaf
d132672522 made spell check with newFolder, tutorial-coupled and install and corrected description of the required parameters for Dirichlet and boundaryTypes methods 2012-07-12 21:23:08 +02:00
Andreas Lauser
200675efd3 tutorial: adapt line numbers so that no fragments boilerplate text appears
the GPL copyright headers and the doxygen file descriptions are not really
relevant for the tutorials...
2012-07-12 21:23:06 +02:00
Benjamin Faigle
36806bbc38 added more information to tutorial to ease it for newcomers 2012-07-12 21:23:06 +02:00
Melanie Darcis
759f43d877 Typo corrected in tutorials. Reference to tutorial/results in coupled tutorial deleted. 2012-07-12 21:23:03 +02:00
Karin Erbertseder
af17c21b48 (empty message) 2012-07-12 21:22:56 +02:00
Karin Erbertseder
6379d8e7f1 added chapter box method 2012-07-12 21:22:56 +02:00
Philipp Nuske
a666aa9e85 quenched typos, enhanced readability in few places AND updated the "Mother of all Flowcharts" (here to stay) 2012-07-12 21:22:55 +02:00
Melanie Darcis
230042640c extraction rate and simulation times adapted to new problem file 2012-07-12 21:22:54 +02:00
Melanie Darcis
18ab91054a (empty message) 2012-07-12 21:22:50 +02:00
Melanie Darcis
507c4862b2 new version of tutorial coupled 2012-07-12 21:22:50 +02:00
Andreas Lauser
ecc16cfd72 handbook: make the undefined references go away, finalize on the design patterns and property system chapters 2012-07-12 21:22:49 +02:00
Andreas Lauser
96e5522ad5 introduce new file dumux/common/basicproperties.hh; remove ReferenceElements property from decoupled models; doc
- now every model type tag should be derived from the NumericModel type
tag.
- instead of retrieving the reference elements from the ReferenceElements property,
  use Dune::GenericReferenceElements<Scalar, dim>
- some improvements for the handbook's design patterns and property system chapeters
2012-07-12 21:22:48 +02:00
Klaus Mosthaf
99e13c14fe made small corrections with the tutorial figures 2012-07-12 21:22:47 +02:00
Klaus Mosthaf
0cfbf91760 further work on the tutorial_coupled 2012-07-12 21:22:42 +02:00
Klaus Mosthaf
38159bf1f1 further work on the tutorial_coupled exchanged fluidsystem and fluid to twophase water-oil 2012-07-12 21:22:42 +02:00
Melanie Darcis
0e19686ffe small corrections 2012-07-12 21:22:41 +02:00
Melanie Darcis
c9df44b986 small corrections 2012-07-12 21:22:41 +02:00
Benjamin Faigle
4324b50f0f got the bright idea to do a spellcheck.... 2012-07-11 23:28:30 +02:00
Benjamin Faigle
2b08c5f50a updated handbook to capture the new_material system of the tutorial_coupled. 2012-07-11 23:28:30 +02:00
Andreas Lauser
351c18602a merge the changes directly done in the stable branch back into trunk 2012-07-11 23:27:59 +02:00
Bernd Flemisch
66bc40d769 handbook finished 2012-07-11 23:27:54 +02:00
Melanie Darcis
72c6a73ad1 spelling error 2012-07-11 23:27:54 +02:00