- 03 Mar, 2015 1 commit
-
-
Kilian Weishaupt authored
Reviewed by Gabriele and Johannes git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14323 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 23 Jan, 2015 1 commit
-
-
Bernd Flemisch authored
All implicit porous-media models except 2pdfm are now able to run on grids with dim < dimWorld. This still required some replacements of dim by dimWorld, for example, in the velocity output of all models. In implicit/1p, four new tests are added that run the 1p test problem on 1d-2d and 1d-3d Alberta grids with box and cell-centered, respectively. Compilation has been tested also for all other models, but no runtime testing has been performed. This completes FS#183. Based upon preliminary work and a patch by Natalie, thank you. Reviewed by Natalie. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14110 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 13 Jan, 2015 1 commit
-
-
Timo Koch authored
This implements the task of the last dumux day for the implicit tests (common/decoupled/freeflow/geomechanics see earlier commit): In test folder: 1. change SET_TYPE_PROP instead of SET_PROP where possible 2. Remove commented code where not needed 3. Remove unnecessary includes 4. Change the neumann/dirichlet,... functions to the corresponding atPos functions where globalPos is needed The task for the multidomain folder will follow by thomas Reviewed by bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14046 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 13 Mar, 2014 1 commit
-
-
Alexander Kissinger authored
Updated the doxygen documentation of the 2p,2pni, co2ni, 2p2cni models and the 2p and 2pni tests according to FS#209. Also adjusted the doxygen/modules file and replaced group TwoPBoxModel with TwoPModel. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12617 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 15 Oct, 2013 1 commit
-
-
Thomas Fetzer authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11661 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 09 Oct, 2013 1 commit
-
-
Tianyuan Zheng authored
Dune::GeometryType geomType reviewed by kathinka git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11634 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 29 May, 2013 2 commits
-
-
Bernd Flemisch authored
entity iterator and index names. Reviewed by Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10790 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
variables. Reviewed by Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10773 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 28 May, 2013 1 commit
-
-
Bernd Flemisch authored
Only public member names have been treated so far. Local variables will be done shortly, classes maybe not before the next release cycle. Everything old could be marked deprecated. Reviewed by Benjamin and Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10761 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 24 May, 2013 1 commit
-
-
Bernd Flemisch authored
saturation. In particular, it deals with the capitalized "C" in the capillary-pressure-saturation relationships: entryPC -> entryPc maxPC -> maxPc pC -> pc pCAlpha -> pcalpha pCGW -> pcgw pCNW -> pcnw pCGN -> pcgn pCHighSw -> pcHighSw pCLowSw -> pcLowSw setEntryPC -> setEntryPc setMaxPC -> setMaxPc Reviewed by Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10758 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 26 Feb, 2013 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10284 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 03 Dec, 2012 1 commit
-
-
Bernd Flemisch authored
implicit branch: replace BoxSpatialParams* by ImplicitSpatialParams*. Deprecate the old classes, adapt includes and names. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9756 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 28 Nov, 2012 3 commits
-
-
Bernd Flemisch authored
implicit branch: reset bboxMin/Max to the expected values for the cc problems. The unified test problem can be further simplified. Both spatial parameters and problem do not contain any differentiation between box and cc anymore. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9705 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
implicit branch: further unify the treatment of intrinsicPermeability in the problem-specific spatial parameters. This comes at the expense of adding an additional method to the BoxSpatialParams1P base class and a separated treatment in the flux variables. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9703 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9694 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 27 Nov, 2012 3 commits
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9689 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
implicit branch: replace boxmodels/model includes by implicit/model includes. Everything compiles again without warnings. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9684 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
implicit branch: change directory structure. Add dumux/implicit directory. Copy models from boxmodels/model to implicit/model. Copy boxmodels/common to implicit/box. Copy ccmodels/common (from devel) to implicit/cellcentered. Copy boxmodels/common/box*.hh to implicit/common/implicit*.hh. Move test/boxmodels to test/implicit. Adapt configure.ac and Makefile.ams. Everything still builds. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9679 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 18 Sep, 2012 1 commit
-
-
Christoph Grueninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9087 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 27 Aug, 2012 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8999 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 07 Aug, 2012 1 commit
-
-
Melanie Darcis authored
This is done since YaspGrid currently does not always work properly for O3 compilations. Capitalized property names in spatialparams and problems according to property name convention. Beautified input files. Reviewed by Markus. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8812 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 09 May, 2012 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8254 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 20 Apr, 2012 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8101 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 08 Feb, 2012 1 commit
-
-
Philipp Nuske authored
- each model specifies in the *.cc file which parameters are mandatory - syntax as well as output further homogenized and beautified - for seeing how to group entries in the input file and how to use them in the problem: please have a look at test_2p2c - for seeing how to create your own grid (no dgf): please have a look at test_2pni - for specifying a lense: please have a look at test_2p git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7672 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 31 Jan, 2012 1 commit
-
-
Andreas Lauser authored
- new institute name - add missing modelines - reformat the entry for leopold stadler in air.hh git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7590 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 30 Jan, 2012 1 commit
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7552 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 05 Jan, 2012 1 commit
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7305 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 16 Dec, 2011 1 commit
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7100 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 27 Oct, 2011 1 commit
-
-
Bernd Flemisch authored
and the classes seem to be associated with the correct groups. Also improved documentation by getting rid of more than 250 Doxygen warnings. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6794 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 27 Sep, 2011 2 commits
-
-
Andreas Lauser authored
This reverts commit a54b8148be089c853de0c06a49d90fb4db99e7fb. (accidentally committed) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6673 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
allows to better decouple the problem from the model and will also make the generic implementation of multiple spatial and temporal discretizations _much_ easier. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6671 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 02 Sep, 2011 1 commit
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6567 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 08 Aug, 2011 1 commit
-
-
Markus Wolff authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6406 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 27 May, 2011 1 commit
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5933 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 05 May, 2011 1 commit
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5760 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 20 Jan, 2011 1 commit
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@5054 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 04 Jan, 2011 1 commit
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4952 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 09 Dec, 2010 1 commit
-
-
Andreas Lauser authored
(phaseState -> fluidState, material context -> material parameters, etc) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4834 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 02 Nov, 2010 1 commit
-
-
Andreas Lauser authored
also put the problems into the group for their respective model git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4560 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 01 Sep, 2010 1 commit
-
-
Andreas Lauser authored
it was so high that the DNAPL pooled up to the inlet area... git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@4205 2fb0f335-1f38-0410-981e-8018bf24f1b0
-