- 25 Mar, 2015 1 commit
-
-
Timo Koch authored
The function is unique to the 1p2c model is not actively in use (functions in the spatial params always return false). It is still possible to globally use two point gradients with the box method by setting the property ImplicitUseTwoPointFluxes. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14442 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 24 Mar, 2015 1 commit
-
-
Thomas Fetzer authored
fixed autotools errors reviewed by gruenich git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14432 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 23 Mar, 2015 1 commit
-
-
Thomas Fetzer authored
add a generic gnuplotinterface with a simple the gnuplot interface currently only works with CMake reviewed by Beatrix git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14428 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 03 Mar, 2015 10 commits
-
-
Kilian Weishaupt authored
Reviewed by Gabriele and Johannes git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14325 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Kilian Weishaupt authored
Reviewed by Gabriele and Johannes git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14324 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
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
-
Beatrix Becker authored
possible, removed try and catch for reading runtime parameters git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14322 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Johannes Hommel authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14321 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Gabi Seitz authored
specified in inputfiles instead of the problem files whenever possible. Reviewed by Johannes git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14320 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Vishal Jambhekar authored
is updated (Reviewed by Bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14318 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Johannes Hommel authored
Added comment # Disable gravity behind: EnableGravity = 0 in the decoupled test input files Reviewed by Beatrix git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14317 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Beatrix Becker authored
reviewed by Johannes git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14316 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Johannes Hommel authored
the input files whenever possible. Reviewed by Beatrix git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14315 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 11 Feb, 2015 3 commits
-
-
Bernd Flemisch authored
Use the layouts that are pre-defined by Dune. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14241 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
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
-
Bernd Flemisch authored
So far, the el2p model did not run in parallel, since our parallel solvers assume a certain ordering of the degrees of freedom. This patch mainly introduces an AMG backend that is tailored to the el2p model. It simply reorders the linear system by copying from the original system, passes the reordered system to the original AMG backend, and reorders/copies the result back. This could be achieved more efficiently and with less memory usage by already reordering the dofs inside the el2p model or by adapting the AMG backend. Since the performance impact appears to be minimal, we decided to keep the current simple solution and try a better one once we need it. Reviewed by Martin B. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14235 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 05 Feb, 2015 1 commit
-
-
Christoph Grueninger authored
Re-arrange weired if clauses. Remove empty destructors. (reviewed by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14192 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 30 Jan, 2015 1 commit
-
-
Thomas Fetzer authored
Fixed serializing and use of restart for the multidomain problems. Restart of the problem can now be achieved by setting TimeManager.Restart TIME. However these changes also changed the reference solutions. reviewed by Bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14158 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 28 Jan, 2015 3 commits
-
-
Martin Schneider authored
Changed floating point comparisons. For comparisons with zero an absolute criteria is used, otherwise a relative one. Reviewed by Timo git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14145 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14139 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14138 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 3 commits
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14121 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grueninger authored
Similar for ElementLayout. (reviewed by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14111 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
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
-
- 22 Jan, 2015 5 commits
-
-
Christoph Grueninger authored
(reviewed by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14105 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
and the forgotten update of the reference solutions git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14104 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
- removed Beavers-Joseph dependency for the handling of the couplingInflow and couplingOutflow boundaries - removed todo and unused lines of code - updated reference solutions for the multidomain problem (only small deviations from reference) reviewed by gruenich, bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14102 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
replaced the boundary condition functions with the respective "atPos" functions (Dumux day task) introduced a "atPos" function for the Beavers-Jospeh Coefficient applied naming convention to the bBox variables reviewed by gruenich git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14096 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
cleaned up the stokes-darcy models: - SET_TYPE_PROP task from Dumux Day - cleaned up input - removed commented lines of code - removed try/catch blocks updated the coupled-freeflow reference results which was broken in one of the previous commits reviewed by gruenich git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14094 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 20 Jan, 2015 1 commit
-
-
Bernd Flemisch authored
Before, velocity output only worked for cubes. This generalizes it to simplices (box and cc) and prisms/pyramids (box only). Implements FS#248. Some reference solutions are adpated due to an improved boundary condition handling for cell centered. Reviewed by Alex. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14085 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 16 Jan, 2015 2 commits
-
-
Hao Wu authored
(reviewed by gruenich) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14076 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
This implements FS#216. The "heatCapacity" function of the spatial parameters and the volume variables for the implicit nonisothermal models was a misnomer, since it returned an effective quantity, namely, heatCapacity*density*(1 - porosity) in [J/(K m^3)]. Except for mpnc, which resulted in an additional inconsistency. Corresponding to the decision documented in FS#216, this patch renames the function to "solidHeatCapacity" and returns always the "true" (non-effective) heat capacity in [J/(kg K)]. This requires an additional function "solidDensity" which returns the mass density of the porous matrix. Moreover, the functions "thermalConductivitySolid/Fluid" are renamed to "solid/fluidThermalConductivity". The decision to prepend with "solid/fluid" rather than to append is motivated by consistency with components and fluid systems, where "gas" and "liquid" are always prepended to the corresponding function names. _Beware_: this change breaks compatibility. You have to adapt your spatial parameters such that they offer functions "solidHeatCapacity", "solidDensity" and "solidThermalConductivity". Reviewed by Alex. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14070 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 14 Jan, 2015 3 commits
-
-
Alexander Kissinger authored
- Forgot to mention: Reviewed by Thomas Fetzer git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14055 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Alexander Kissinger authored
- Included tests richardsniconduction and convection test for box and cc - Fixed unit of thermalconductivitySolid() in all spatial parameters in the test folder from W/m^2 to W/(m K) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14054 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Johannes Hommel authored
- deleted all unnecessary comments - deleted all ################-only lines git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14049 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 13 Jan, 2015 3 commits
-
-
Hao Wu authored
(reviewed by gruenich) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14047 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
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
-
Thomas Fetzer authored
introduced proporties and propertydefaults for the coupled stokes-darcy models, that the model does not have to use runtime parameters. properties from the test problem headers have been moved to the model properties. reviewed by gruenich git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14045 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 12 Jan, 2015 1 commit
-
-
Christoph Grueninger authored
Remove a wrong comment. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14036 2fb0f335-1f38-0410-981e-8018bf24f1b0
-