- 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
-
Bernd Flemisch authored
It was not such a good idea to change the name of the protected evalDirichletSegment_ function of the CCLocalResidual, since it can be overwritten in derived LocalResiduals, and in fact is already overwritten in MPNCLocalResidual. The name is changed back to its original. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13824 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
conditions Mixed boundary conditions here means that a part of the equations/primary variables gets Dirichlet conditions, while the rest gets Neumann conditions. While in the cell-centered method pure Dirichlet conditions for all equations are handled by calculating the resulting fluxes and adding them to the cell residual, such a flux cannot be (easily?) calculated for an equation that gets a Dirichlet condition as part of mixed conditions. Therefore, such a Dirichlet condition is implemented in a strong way by _replacing_ the corresponding cell residual. It is important that this replacement is done at the very end of the residual calculation. However, for corner cells this has not been guaranteed so far. Therefore, fluxed resulting from the other boundary parts of a corner cell could have been added to the replaced residual, obviously leading to a wrong boundary condition treatment. This patch resolves the issue by guaranteeing that the residual replacement is done at the end of the residual calculation. Brought to attention and reviewed by Thomas. Thanks. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13823 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 27, 2014
-
-
Thomas Fetzer authored
removed german comments/words git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13822 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 25, 2014
-
-
Timo Koch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13794 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
The flags are included by the add_dumux_test macro by now. Reviewed by gruenich. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13792 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
Reviewed by gruenich. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13790 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
As decided at the Dumux day. Discussed with Johannes. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13788 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
The function can be used instead of calling the add_dune_*_flag functions. The function is called from add_dumux_test. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13785 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Johannes Hommel authored
pglobal, global by vIdxGlobal, faceVertexIdx, vIdx, fIdxInner, pGlobal, globalPos As decided at the Dumux day. Made by Bernd, partially reviewed by Johannes. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13784 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Johannes Hommel authored
As decided at the Dumux day. Made by Bernd, reviewed by Johannes. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13783 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Johannes Hommel authored
As decided at the Dumux day. Reviewed by Bernd. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13782 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 21, 2014
-
-
Christoph Grüninger authored
(reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13751 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
They were only deprecated by a comment, now warnings are emitted. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13750 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 20, 2014
-
-
Martin Beck authored
Reviewed by alexk git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13735 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 18, 2014
-
-
Christoph Grüninger authored
Thanks to Mladen Jurak for the heads up and the provided fix. (reviewed by timok) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13709 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 10, 2014
-
-
Martin Beck authored
[el1p2c] Replaced the declaration Scalar withStabilization_ by bool withStabilization_ to get rid of the floating point comparison warning. (reviewed by gruenich) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13651 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 05, 2014
-
-
Bernd Flemisch authored
So far, velocity output for the decoupled models has been restricted to cubes. It now also works for simplices such as triangles and tetrahedrons. For each element, it evaluates the Raviart-Thomas-0 interpolant of the fluxes in the barycenter. Brought to attention by, discussed with and reviewed by Nicolas. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13610 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 03, 2014
-
-
Nicolas Schwenck authored
reverted commit r13598 - if the pressure model is needed the changes should be recommited to a derived model, but not the onemodelproblem itself which does not know a pressure model in all cases git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13601 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 31, 2014
-
-
Nicolas Schwenck authored
reviewed by Beatrix git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13598 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 29, 2014
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13586 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
Reviewed by Beatrix. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13585 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Nicolas Schwenck authored
(except MPFA which anyway only works on quadrilateral grids) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13584 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
changed position of the permeability values git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13582 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Nicolas Schwenck authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13580 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
Reviewed by Thomas. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13579 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
Reviewed by Thomas. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13578 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
Reviewed by Alex. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13576 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 28, 2014
-
-
Timo Koch authored
[3p3c] Removed permeability function in volumevariables and moved perm-output to problem file - so that the model gives no error when choosing anisotropic/tensor-valued permeabilities. This changed order of output fields, so reference vtus where adjusted too (Reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13572 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Alexander Kissinger authored
Pointed out by Bernd. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13567 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 27, 2014
-
-
Christoph Grüninger authored
(reviewed by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13555 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 22, 2014
-
-
Martin Beck authored
Switched solver from SuperLU to AMG. (reviewed by natalies) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13544 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 17, 2014
-
-
Natalie Schröder authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13517 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Natalie Schröder authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13515 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Natalie Schröder authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13513 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 16, 2014
-
-
Bernd Flemisch authored
See FS#240. Approved by natalies. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13511 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
Without storing the geometry, the call const JacobianTransposed& jacT = eIt->geometry().jacobianTransposed() effectively resulted in an all-zero matrix, once optimization >=-O1 is turned on. This is very disturbing, since such code might be in quite some places. We have to investigate this thoroughly. Discussed with and reviewed by Martin S. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13509 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Martin Schneider authored
reviewed and discussed with Alex git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13507 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
Approved by natalies. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13506 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Natalie Schröder authored
approved by A.Kissinger git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13504 2fb0f335-1f38-0410-981e-8018bf24f1b0
-