- Jan 22, 2013
-
-
Christoph Grüninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10051 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jan 21, 2013
-
-
Klaus Mosthaf authored
Same changes as in commit #10049 for the 2pni model Reviewed by Markus git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10050 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Klaus Mosthaf authored
- added somerton.hh in fluidmatrixinteractions/2p which provides a model for the effective thermal conductivity (static class) - removed *matrixHeatFlux() methods in waterairspatialparams, introduced thermalConductivitySolid() instead - added property ThermalConductivityModel, which is set as default to Somerton - added effThermalConductivity and calculateEffThermalConductivity methods, thermal conductivities are averaged harmonically Reviewed by Melanie git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10049 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
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
-
- Jan 18, 2013
-
-
Christoph Grüninger authored
There I introduces a bug by naming a loop variable that was already declared. Kudos to fetzer for doing all the work and finding this bug. The Stokes models should convert better again. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10041 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Philipp Nuske authored
The "standard implicit" way of determining phase compositions is by means of the MiscibleMultiPhaseComposition constraint solver. The constraints are written into a matrix and the matrix is solved. However, if it cannot be solved an exception is thrown. This commit catches that exception, and throws NumericalProblem so the simulation can try and continue. - Reviewed by Bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10030 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10024 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jan 17, 2013
-
-
Benjamin Faigle authored
rename "p" in "pressure" to be consistent with doxygen docu. Commits like that help to get towards 20 000 rapidly. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10016 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Benjamin Faigle authored
include a method in tabulated components that forwards the vaporTemperature of water. As this is rarely used, creation of a table is omitted. reviewed by Bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10015 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jan 16, 2013
-
-
Bernd Flemisch authored
A big thanks to everybody helping in achieving this! The commit updates the CHANGELOG with all the great and spectacular changes since 2.2. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10000 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9999 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
AMGBackend, DUNE-PDELab has to be patched. If the backend should be used without SuperLU as coarse solver, also DUNE-ISTL should be patched. Discussed with Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9998 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jan 15, 2013
-
-
Nicolas Schwenck authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9988 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jan 11, 2013
-
-
Christoph Grüninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9970 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
If non-finite values are found in the residual, the simulation does not stop but retry with smaller time step. (reviewed by pnuske) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9967 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jan 10, 2013
-
-
Bernd Flemisch authored
ImplicitProblem and MPNCModel: (more) properly initialize pointers and destroy result writers. Thanks to Philipp for triggering the issue. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9964 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9960 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
criterion - Partly reviewed by Klaus, will be further reviewed by Bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9959 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
- reset is now done directly in the transport loop to avoid errors -Reviewed by Klaus git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9958 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
- reviewed by Klaus git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9957 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Dec 21, 2012
-
-
Bernd Flemisch authored
evaluateCP of the class ResultEvaluation are deleted, they are not used anywhere in stable or devel. For consistency, the file is renamed to resultevaluation.hh. Comments have been added. This implements FS #168. Reviewed by Markus. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9917 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
in the old location by deprecated forwards to the new one. Adapt includes. This implements FS #171. Reviewed by Markus. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9916 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Dec 20, 2012
-
-
Christoph Grüninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9900 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
(reviewed by faigle) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9897 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
in the header amgbackend.hh. It is fully functional for both box and cell-centered. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9893 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
(reviewed by pnuske) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9892 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Dec 19, 2012
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9888 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9887 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9886 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
yet). Add constant local finite element backend to allow for unified treatment of box and cell-centered in the AMG backend. Reviewed by gruenich. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9885 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
numFap and numScv. Reviewed by gruenich. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9884 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
headercheck. Reviewed by gruenich. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9883 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
names for the box tests. Move reference solutions to a separate directory. Reviewed by gruenich. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9882 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
VTKMultiWriter to uniformly treat vertex and cell data. Simplify addOutputVtkFields methods of the models correspondingly. Get the global indices from the dofMapper instead of vertexMapper or elementMapper whereever possible, avoiding corresponding if-statements. Reviewed by gruenich. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9881 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
discretization. Unify the obstacle test. Reviewed by gruenich. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9880 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
test. unify 3p3cni test. Reviewed by gruenich. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9879 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
model, unify the test. Reviewed by gruenich. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9878 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
gruenich. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9877 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
cell-centered disc. fix outflow conditions for cell-centered disc. Unified 1p2c test works now. Reviewed by gruenich. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9876 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
for the 1p model and the 1p test. unify the output for the 1p2c model and the 1p2c test. Reviewed by gruenich. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9875 2fb0f335-1f38-0410-981e-8018bf24f1b0
-