- Jan 20, 2015
-
-
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
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14084 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jan 19, 2015
-
-
Christoph Grüninger authored
(reviewed by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14080 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jan 16, 2015
-
-
Christoph Grüninger authored
Relsize is not part of standard TeX live and causes errors. Use the command suggested from the C++ FAQ. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14078 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
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
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14073 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14071 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
-
- Jan 15, 2015
-
-
Natalie Schröder authored
changes in implicit velocity output: works now also with branched grids and withgrids where dim != dimworld reviewed by Bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14065 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
deleted The script should be run and acted upon before every release. This has been added to the release manager's tasks. Reviewed by Thomas. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14063 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
Fix headercheck for this header. (reviewed by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14057 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jan 14, 2015
-
-
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
-
- Jan 13, 2015
-
-
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
-
Timo Koch authored
Fixes the issue that elementMapper cannot be updated from the problem file needed for adaptive grid methods. The functions returning the elementMapper and vertexMapper are now overloaded with a non constant version of the functions. Reviewed by Bernd. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14040 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jan 12, 2015
-
-
Christoph Grüninger 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
-
Christoph Grüninger authored
- Don't print # lines around status messages, similar to FS#247 - use std::endl instead of \n - Removed dead code - use auto (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14035 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jan 09, 2015
-
-
Christoph Grüninger authored
(reviewed by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14021 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Dec 29, 2014
-
-
Christoph Grüninger authored
(reviewed by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13987 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Dec 22, 2014
-
-
Christoph Grüninger authored
(reviewed and tested by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13973 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Dec 19, 2014
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13970 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Dec 16, 2014
-
-
Christoph Grüninger authored
Replace tabs by spaces. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13948 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
The struct is already provided by dune-grid. Remove wrong semicolons after methods. (reviewed and tested (thanks!) by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13945 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Dec 12, 2014
-
-
Alexander Kissinger authored
- Changed the call for entity maps from mapper.map() to mapper.index() or mapper.subIndex() if dune >= 2.4 is used - included <dune/common/version.hh> in the files Reviewed by Christoph git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13927 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Dec 10, 2014
-
-
Christoph Grüninger authored
The method is deprecated in 2.4. Reduce deprecation warnings for implicit methods, more replacements have to follow. (reviewed by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13909 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Dec 09, 2014
-
-
Christoph Grüninger authored
Adjust runTest.sh to pass-through the return code. Adapt tests in test/decoupled/2p2c to reflect this behaviour. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13897 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
The method is deprecated in 2.4. More replacements have to follow. (reviewed by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13894 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
Maybe the reference is the result from an other time step. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13893 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Dec 08, 2014
-
-
Thomas Fetzer authored
changed the way how, the boundaryLayerModel parameter is set; now it is not mandatory to specify it in the input file, but it is disabled by default git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13886 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Dec 05, 2014
-
-
Thomas Fetzer authored
- implemented heat capacity from already existing component heat capacities in h2oairfluidsystem.hh - implemented return functions for moleFraction, temperature, and heat capacity in fluxVars git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13872 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
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
-
- Dec 04, 2014
-
-
Kilian Weishaupt authored
A test setup with a prism grid revealed that the edge to face mapping in boxfvelementgeometry contained wrong orders for two edges. Reviewed by Bernd. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13851 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Dec 03, 2014
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13846 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Natalie Schröder authored
[dgf] overload makeGrid in dgfgridcreater.hh - needed for coupled problems with more than one dgf file defined in the input file discussed with and reviewed by Bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13845 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
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
-
Bernd Flemisch authored
The Alberta flags additionally need a space dimension and can only be added for one such dimension. Thus, it is impossible to add all. Reviewed by gruenich. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13841 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Dec 02, 2014
-
-
Nicolas Schwenck authored
reviewed by Alex K. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13832 2fb0f335-1f38-0410-981e-8018bf24f1b0
-