- 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
-
- 11 Feb, 2015 1 commit
-
-
Bernd Flemisch authored
In some places, property retrievals of the form GET_PROP...(TypeTag, PTAG(...)) can still be found. The use of PTAG is not required for a very long time already. This patch replaces such calls by GET_PROP...(TypeTag, ...) Reviewed by gruenich. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14240 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 27 Jan, 2015 1 commit
-
-
Alexander Kissinger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14135 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
-
- 03 Dec, 2014 1 commit
-
-
Johannes Hommel authored
eIdxGlobal or vIdxGlobal when appropriate as decided on the DUMUX day 25.11.2014 Revied by Bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13843 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 07 Oct, 2014 1 commit
-
-
Bernd Flemisch authored
This is done to avoid deprecation warnings when using Dumux with the Dune master, and to be safe when SGrid will actually be removed later. Reviewed by gruenich. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13460 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 17 Sep, 2014 1 commit
-
-
Christoph Grueninger authored
The adaptivity is borken, see FS#237. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13344 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 08 Sep, 2014 1 commit
-
-
Bernd Flemisch authored
If the CO2NI model is used, the the properties IsothermalModel and IsothermalVolumeVariables have to be set in the corresponding problem file. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13294 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 05 Sep, 2014 1 commit
-
-
Bernd Flemisch authored
models to the generic setting In order to use a new nonisothermal model, only the includes in the corresponding application files have to be changed from including the dedicated non-isothermal model such as #include <dumux/implicit/2p2cni/2p2cnimodel.hh> to the corresponding isothermal one such as #include <dumux/implicit/2p2c/2p2cmodel.hh> This has been done for the tests in test/implicit/2pni, ...2p2cni and ...co2ni. For enabling the isothermal models to get the new non-isothermal functionality, it was sufficient to modify the files ...properties.hh and ...propertydefaults.hh: - In ...properties.hh, a non-isothermal type tag such as "TwoPTwoCNI" is introduced that inhereits from the corresponding isothermal one AND the type tag "NonIsothermal". In order to not mix it up with the old non-isothermal models, corresponding safety guards were added. - In ...propertydefaults.hh, the properties introduced in niproperties.hh of the isothermal model have to be set. The old non-isothermal models have been deprecated by emitting a warning if the corresponding ...properties.hh file is included. To ensure that they still work, the ...properties.hh file is included on top of every file that corresponds to the old model. Together with the safety guard mentioned above, this guarantees that in fact the old model is chosen if desired. Reviewed by Alex K. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13290 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 16 May, 2014 1 commit
-
-
Christoph Grueninger authored
(reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12838 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 08 Apr, 2014 1 commit
-
-
Christoph Grueninger authored
(reviewed by martinb) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12724 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 13 Mar, 2014 1 commit
-
-
Alexander Kissinger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12615 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 11 Feb, 2014 1 commit
-
-
Christoph Grueninger authored
Dune 2.3 deprecated the old names and introduced leafGridView() / levelGridView(). (reviewed by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12445 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 26 Sep, 2013 1 commit
-
-
Tianyuan Zheng authored
IntersectionIterator "isIt", "isEndIt", integer indeces "eIdx", "vIdx" and "isIdx" reviewed by kathinka git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11574 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 20 Sep, 2013 1 commit
-
-
Dominik Riesterer authored
useMoles has to be set in the problem file and the boundary conditions have to be choosen accordingly. The model still uses MASS fractions by default. The documentation is changed and extended accordingly. reviewed by kathinka git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11529 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 02 Sep, 2013 1 commit
-
-
Tianyuan Zheng authored
"intersection" reviewed by fetzer git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11338 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 29 May, 2013 1 commit
-
-
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
-
- 23 May, 2013 1 commit
-
-
Bernd Flemisch authored
fully-implicit models." In particular, it replaces OnePBoxModel -> OnePModel OnePTwoCBoxModel -> OnePTwoCModel boxGravity -> gravityAtPos boxSDNeumann -> solDependentNeumann boxSDSource -> solDependentSource boxTemperature -> temperatureAtPos git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10741 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 22 May, 2013 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10731 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 19 May, 2013 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10710 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 01 Feb, 2013 1 commit
-
-
Alexander Kissinger authored
problem name from HeterogeneousProblem to HeterogeneousniNIProblem so that it is different from the problem name in the co2 test (i.e. HeterogeneousProblem) 2. Updated the doxygen documentation in the rest of commited files Reviewed by Katherina git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10166 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 22 Jan, 2013 2 commits
-
-
Alexander Kissinger authored
For the co2 and co2ni tests there is now only one spatialParameters File in co2/heterogeneousspatialparams.hh Reviewed by Lena. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10067 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grueninger authored
Remove commented code, empty lines and other whitespace fixes. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10053 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 21 Jan, 2013 1 commit
-
-
Alexander Kissinger authored
contains an interesting comparison between box and cc for an unstructured grid after running the test for 1e9 s, compare cct1e9.vtu and boxt1e9.vtu. Reviewed by Lena. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10048 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 30 Nov, 2012 1 commit
-
-
Bernd Flemisch authored
implicit branch: unify PorousMediaBox- and PorousMediaCC-Problem to ImplicitPorousMediaProblem. Delete porousmediaccproblem.hh. Deprecate PorousMediaBoxProblem in favor of ImplicitPorousMediaProblem. Adapt includes and names. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9745 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 27 Nov, 2012 3 commits
-
-
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
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9683 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
-
- 14 Nov, 2012 1 commit
-
-
Philipp Nuske authored
- co2 Problems: the boundary IDs need to be initialized *before* intersectionToVertexBC_ can be built. Unclear why it was (most of the time) working before. Reviewed by Bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9543 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 17 Oct, 2012 1 commit
-
-
Benjamin Faigle authored
- Bugfix: Component Brine now uses the set salinity (for density calulation etc) - Property Salinity now called ProblemSalinity, which can be set via the parameter tree (Group: Problem, Param: Salinity) Co2 tests adapted accordingly. reviewd by & developped with Alex git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9358 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 15 Oct, 2012 2 commits
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9313 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9311 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 11 Oct, 2012 1 commit
-
-
Christoph Grueninger authored
Remove not working UG, ALUGrid must be used. (thanks for reporting this bug goes to tatomir, reviewed by vishal) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9274 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 10 Oct, 2012 1 commit
-
-
Alexander Kissinger authored
Changed cc files of the test to return 77 if alu or ug grid are not installed Changed doxygen doc in co2model and co2nimodel Changed commments in all files git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9265 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 04 Oct, 2012 1 commit
-
-
Christoph Grueninger authored
Use wPhase instead of lPhase in CO2 files. (reviewed by vishal) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9189 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 01 Oct, 2012 1 commit
-
-
Christoph Grueninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9153 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 27 Sep, 2012 1 commit
-
-
Alexander Kissinger authored
tests. (Reviewed by Lena) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9131 2fb0f335-1f38-0410-981e-8018bf24f1b0
-