- Jun 23, 2017
-
-
Gabi Seitz authored
to test the 1pnc model in next
-
- Dec 16, 2016
-
-
Timo Koch authored
-
Since we do not use outflow BCs anymore, the test should not be called outflow test.
-
Instead we use Dirichlet BCs now in order for the mpfa test to use the same problem. For Mpfa methods, outflow boundary conditions are most probably not going to be implemented.
-
Todo: The test uses outflow boudnary conditions. These still have to be implemented in the new structure
-
- Jul 26, 2016
-
-
Bernd Flemisch authored
Everything in our .hh files is defined within the namespace `Dumux`. There were numerous occurrences of `Dumux::` qualifiers that were unnecessary. Remove those occurrences. Necessary qualifications remain, such as `typedef Dumux::H2O<Scalar> H2O;`.
-
- Mar 23, 2016
-
-
*remove #include <dune/grid/io/file/dgfparser/dgfyasp.hh> *remove #include <dune/grid/io/file/dgfparser.hh> *ect
-
- Mar 10, 2016
-
-
Thomas Fetzer authored
* liquid phase or gas phase can by chosen via the property system, so this fluidsystem is superfluous
-
- Jan 22, 2016
-
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
- Nov 03, 2015
-
-
Bernd Flemisch authored
See FS#250 for details.
-
- Jul 30, 2015
-
-
Bernd Flemisch authored
Replace if (!useMoles) // mass stuff else // mole stuff by if (useMoles) // mole stuff else // mass stuff Reviewed by fetzer. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15200 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jul 14, 2015
-
-
Timo Koch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15066 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jan 13, 2015
-
-
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
-
- Nov 28, 2014
-
-
Thomas Fetzer authored
update to the generic non-isothermal model adjusted: - 1p model - 3p model - 1p test (including 1pni tests) - 1p2c test (including 1p2cni tests) - 2p2c test (including 2p2cni tests) - 3p test (including 3pni tests) - 3p3c test (including 3p3cpni tests) - new ctest for kuevette problem updated: - SET_TYPE_PROP instead of SET_PROP - documentation of non-isothermal problems - solution for 2pinjectionproblem (now with simplex grid) - version number in one start message deleted: - old non-isothermal test folders - whitespace at end of configure.ac lines created and reviewed by kissinger and fetzer git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13825 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 07, 2014
-
-
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
-
- Sep 03, 2014
-
-
Alexander Kissinger authored
- The implicit 1p2c model is ready to use with the non-isothermal model - Added 1p fluidmatrixinteractions to calculate effective thermal conductivity of fluid and solid - Adjusted test/implicit/1p2c: - 1p2coutflowproblem.hh can be switched to nonisothermal - 1p2cconductionproblem.hh compares the model results to a simple analytical model - 1p2cconvectionproblem.hh compares the model results to another simple analytical model Reviewed by Bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13264 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- May 16, 2014
-
-
Christoph Grüninger authored
(reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12838 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Apr 02, 2014
-
-
Christoph Grüninger authored
Add units to comments, fix doxygen groups. (reviewed by martins) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12704 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 24, 2013
-
-
Dominik Riesterer authored
reviewed by kathinka git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11555 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 20, 2013
-
-
Dominik Riesterer authored
useMoles has to be set in the problem file and the boundary conditions have to be choosen accordingly. In order to be consistent with the multicomponent models (3p3c, 3p3cni,...) the model uses MOLE fractions by default now. The documentation is changed and extended accordingly. reviewd by kathinka git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11525 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 02, 2013
-
-
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
-
- Aug 29, 2013
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11296 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11287 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- May 28, 2013
-
-
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
-
- May 17, 2013
-
-
Bernd Flemisch authored
test_cc1p2c: simplify Dirichlet conditions due to improved handling for full-implicit cell-centered models git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10689 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Mar 07, 2013
-
-
Thomas Fetzer authored
added possible use of cc-method git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10347 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Feb 26, 2013
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10284 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Dec 11, 2012
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9795 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Dec 04, 2012
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9774 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9771 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 30, 2012
-
-
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
-
- Nov 27, 2012
-
-
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
-
- Oct 15, 2012
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9311 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 28, 2012
-
-
Melanie Darcis authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9148 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Sep 18, 2012
-
-
Christoph Grüninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9087 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Aug 27, 2012
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8999 2fb0f335-1f38-0410-981e-8018bf24f1b0
-