- May 22, 2013
-
-
Bernd Flemisch authored
update reference solutions that changed due to different Dirichlet handling and/or different format of the velocity output git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10734 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
fix implicit velocity output, which counted too many surrounding cells in case of more than one phase. This also made the function completeVelocityCalculation obsolete. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10733 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
(reviewed by karens) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10732 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10731 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
implicit mpnc: simplify obstacle test problem, since Dirchlet conditions are evaluated on the boundary git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10730 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
implicit mpnc: set cell-centered Dirichlet conditions in the strong sense, until someone manages to do them in a correct way git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10729 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10728 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- May 21, 2013
-
-
Alexander Kissinger authored
Error in brine density calculation according to Batzle and Wang in brine.hh. Exchanged + with - in the formula. This change is significant for brines with a high temperature and a high salinity. Accordingly the reference results for co2 (box and cc) and co2ni (box and cc) are updated, although changes are very small. Reviewed by Lena. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10726 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10725 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10724 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10723 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10722 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10721 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
implicit 2pdfm: The TwoPDFMModel has always done the same as the TwoPModel. The obsolete reimplementation of addOutputVtkFields has been removed. Reviewed by Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10720 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
(reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10719 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10718 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10717 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
Use calculated porosity (found by a unused warning) (partly reviewed by bernd, thanks for helping with the fix) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10716 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
Some other improvements. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10715 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10714 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
CCElementVolumeVariables: copy the volume variables from the cell to the Neumann/outflow boundary faces to allow for a uniform treatment in, for example, the velocity calculation. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10713 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
Made ImplicitVelocityOutput work for gcc 4.3. It did not work there, since a FluxVariable is not copyable and assignable, and thus cannot be push_backed into a std::vector, see http://stackoverflow.com/questions/9853762/how-to-push-back-without-operator-for-const-members. The current solution is to not store the FluxVariables at the expense of having to calculate them multiple times for multiple phase velocities. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10712 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- May 19, 2013
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10710 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- May 18, 2013
-
-
Bernd Flemisch authored
implicit cell-centered: mixed Dirichlet/Neumann conditions need a special treatment. Until something better is found, the Dirichlet part of the mixed conditions is set in a strong way. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10709 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- May 17, 2013
-
-
Markus Wolff authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10708 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10707 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
implementation git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10706 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
using the old pressure solution -> the solution vector is used as initial guess by iterative linear solvers git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10705 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10704 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
bugfix: correct calculation of effective thermal conductivity for 2p non-isothermal cell-centered models git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10703 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
compatibility. Will be removed after the next release. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10702 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10701 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
face of the finite-volume transport model - time steps for the pressure model can be choosen larger than for the transport model - locally small time steps of the explicit scheme are less restrictive - reviewed by Bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10700 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
with the 2p2c models git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10698 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
which approach zero -reviewed by Bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10697 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
test_cc2p2cni: adapt reference solution due to improved Dirichlet boundary handling for full-implicit cell-centered models git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10696 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
models of impet schemes - This allows the use of the sparse matrix initializations of parent classes and the modification in derived classes -> once an end...()-function of the sparse matrix is called it can no longer be modified! -reviewed by Bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10695 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
test_cc1p: adapt reference solution due to improved Dirichlet boundary handling for full-implicit cell-centered models git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10694 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
finite volume pressure model is used. Additionally, the pressure field is now initialized using the problem.initial() function. Giving meaningful initializations can improve the convergence of iterative linear solvers which start the iterations from the values given in the solution vector -reviewed by Bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10693 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
test_cc2p: adapt reference solution due to improved Dirichlet boundary handling for full-implicit cell-centered models git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10692 2fb0f335-1f38-0410-981e-8018bf24f1b0
-