- Jan 20, 2014
-
-
Christoph Grüninger authored
std::cout was not placed at a valid place. Fixed spelling and a surplus stream symbol < (reviewed by natalies) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12317 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Jan 15, 2014
-
-
Christoph Grüninger authored
In r11948 I disabled the dot/GraphViz support because it caused too big tarballs (>100 MiB). The problem is now solved in dune-common …5598893bc702a by setting INCLUDE_GRAPH to NO. (reviewed by kissinger) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12307 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Dec 19, 2013
-
-
Philipp Nuske authored
Introduce the required deprecation mesages for the renamed interfaces in the volume variables. Sorry for the delay. reviewed by Bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12248 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Dec 17, 2013
-
-
Philipp Nuske authored
- soil -> solid - remove unused functions in obstaclespatialparameters git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12237 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Philipp Nuske authored
- longer simulation time: with coarser grid and forward instead of central differences git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12228 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Philipp Nuske authored
- do the same for the effective thermal conductivity than in the 2p2cni case. This means using the ThermalConductivityModel Property instead of an adapted arithmetic mean. - adding necessary access functions and renamings. reviewed by Benjamin git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12223 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Dec 16, 2013
-
-
Philipp Nuske authored
Remove the incremental upate of mean molar mass. I.e. the mean molar mass is re-calculated every time a mole fraction is set. This means more calculations, but before random errors occured. In other words: this is more stable. reviewed by Bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12215 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Philipp Nuske authored
supposed to git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12213 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Philipp Nuske authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12211 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Dec 12, 2013
-
-
Timo Koch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12204 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Timo Koch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12203 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Timo Koch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12202 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Klaus Mosthaf authored
Work on naming conventions (with help from Mirka, thanks!). The old methods still work but are deprecated now. Here is a rough overview of old names -> new names SubTypeTag1 -> SubDomain1TypeTag SubProblem1 -> SubDomainProblem1 subProblem1 -> sdProblem1 subModel1 -> sdModel1 Common -> SplitAndMerge MDGridView -> MultiDomainGridView MDGrid -> MultiDomainGrid SDGrid -> SubDomainGrid SubProblem -> SubDomainProblem subID1_ -> sdID1_ Reviewed by Martin git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12190 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
-reviewed by Martin git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12188 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
Small whitespace fixes and added optional { }. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12179 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Dec 10, 2013
-
-
Markus Wolff authored
This allows to overload the functions in derived classes. - reviewed by Beatrix git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12156 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Dec 06, 2013
-
-
Klaus Mosthaf authored
multidomainproblem receives the mdGrid now, this allows to use references instead of shared pointers; a copy of the multidomain gridview is now stored in the multidomainproblem to get rid of the "reference to temporary" warning cleanup in multidomainnewtoncontroller, which is now derived from the standard newtoncontroller. The MultiDomain TypeTag is now also derived from NewtonMethod. Reviewed by Markus git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12140 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Klaus Mosthaf authored
stokesnclocalresidual: storage term is not set to zero here, this would lead to problems for a derived model model (e.g. nonisothermal stokesnc); convenience functions are used for mass and mole fractions; small cleanup. stokesncfluxvariables: use of convenience functions Reviewed by Markus git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12138 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Dec 03, 2013
-
-
Markus Wolff authored
linear fractional flow function and residual saturations different than 0 - reviewed by Martin git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12126 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12125 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Dec 02, 2013
-
-
Klaus Mosthaf authored
Correction: The gridView_() method in the newtoncontroller may return a reference, because the reference is on a copy of the gridview, which is stored in the problem. Trouble may be ahead, if the gridview is called as reference via the grid object. Discussed with Markus and Bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12107 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 28, 2013
-
-
Klaus Mosthaf authored
Nodded through by Bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12096 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Timo Koch authored
the new stokes2c problem now uses the stokesnc model since stokes2c is deprecated/obsolete. new reference test file was necessary due to more output data of stokesnc and small numerical differences in the order of 10^-8 for some entries. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12095 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Timo Koch authored
(reviewed by gruenich) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12094 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Katherina Baber authored
reviewed by nicolas git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12092 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Katherina Baber authored
reviewed by christoph git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12091 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Klaus Mosthaf authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12089 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Klaus Mosthaf authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12088 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 26, 2013
-
-
Timo Koch authored
Deleted wrongly placed deprecated message in stokes2cmodel.hh. Model needs to be set deprecated to force transition to stokesnc model. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12080 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Timo Koch authored
Actual stokesnc files replace dummies from last post. Now the freeflow/stokesnc model is fully functioning. Reviewed by katherina and klaus. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12078 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Timo Koch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12077 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Timo Koch authored
New model stokesnc added. Stokesnc will replace the stokes2c model as it is generalised to n components. The employment of stokes2c will produce a deprecated message. The adaption to the stokesnc model is straight forward. Please note that several functions in fluxvariables need an additional input argument compIdx. Associated variables are of size number of components. Changes in configure.ac and Makefile.am for new folder. This commit adds dummy files that copy the history of the stokes2c model. The actual model will be inserted in an extra commit. Reviewed by katherina and klaus. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12076 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 25, 2013
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12067 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 22, 2013
-
-
Tianyuan Zheng authored
feGrad or moleFractionGrad) reviewd by kathinka git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12053 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Klaus Mosthaf authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12050 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 21, 2013
-
-
Katharina Türk authored
Reviewed by Klaus git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12043 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 20, 2013
-
-
Klaus Mosthaf authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12039 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12034 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12033 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Klaus Mosthaf authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12032 2fb0f335-1f38-0410-981e-8018bf24f1b0
-