- 26 Mar, 2015 2 commits
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14457 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14446 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 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
-
- 03 Mar, 2015 3 commits
-
-
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
-
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
-
- 11 Feb, 2015 1 commit
-
-
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
-
- 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
-
- 28 Jan, 2015 2 commits
-
-
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 2 commits
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14121 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
-
- 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 2 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
-
- 05 Dec, 2014 1 commit
-
-
Thomas Fetzer authored
deleted deprecated 2pni folder, the non-isothermal problems can now be found in the 2p folder. reviewed by bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13869 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 03 Dec, 2014 1 commit
-
-
Johannes Hommel authored
eIdxGlobal or vIdxGlobal when appropriate as decided on the DUMUX day 25.11.2014 Revied by Bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13843 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 28 Nov, 2014 1 commit
-
-
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
-
- 27 Nov, 2014 1 commit
-
-
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
-
- 25 Nov, 2014 3 commits
-
-
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
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
-
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
-
- 28 Oct, 2014 2 commits
-
-
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
-
- 27 Oct, 2014 1 commit
-
-
Christoph Grueninger authored
(reviewed by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13555 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 16 Oct, 2014 2 commits
-
-
Bernd Flemisch authored
Approved by natalies. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13506 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Martin Schneider authored
reviewed by Alex git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13503 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 07 Oct, 2014 1 commit
-
-
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
-
- 06 Oct, 2014 1 commit
-
-
Philipp Nuske authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13453 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 02 Oct, 2014 1 commit
-
-
Christoph Grueninger authored
Write it lower case to ease release manager's duty. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13439 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 29 Sep, 2014 2 commits
-
-
Christoph Grueninger authored
See FS#223. (reviewed by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13430 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Alexander Kissinger authored
- Deprecated the 3p3cni model - Added effective thermal conductivity calculation in fluidmatrixinteractions for 3p - Added thermal conductivity functions to the 3p fluidsystem h2oairmesitylen.hh and h2oairxylene.hh - Upddated the 3p3cni test for the generic non-isothermal model - Changed the reference vtus for the two tests, since results are slightly different due to different thermal conductivities git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13427 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 19 Sep, 2014 1 commit
-
-
Christoph Grueninger authored
They should be inside the *.input files. Most parameters were redunant anyway. (reviewed by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13360 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 17 Sep, 2014 1 commit
-
-
Christoph Grueninger authored
The adaptivity is borken, see FS#237. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13344 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 08 Sep, 2014 1 commit
-
-
Bernd Flemisch authored
Since everything has been moved to PDELab 2.0, the checks for a patched PDELab are no longer needed. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13295 2fb0f335-1f38-0410-981e-8018bf24f1b0
-