- Jan 19, 2021
-
-
- Oct 30, 2020
-
-
Kilian Weishaupt authored
-
- Oct 10, 2019
-
-
- Dec 18, 2018
-
-
- Dec 17, 2018
-
-
Timo Koch authored
-
- Nov 30, 2018
-
-
Simon Emmert authored
-
- Nov 19, 2018
-
-
- Nov 13, 2018
-
-
- Aug 28, 2018
-
-
- Jun 04, 2018
-
-
Bernd Flemisch authored
-
- May 08, 2018
-
-
Timo Koch authored
[solidsystem][spatialparams] Improve interface functions and adapt and clean all spatialparams/problems
-
-
The volumevariables derive now from the energyvolumevariables which set the solid propererties needed for nonisothermal models in the new solidstate Each model now also includes a solidstate (inert or compositional) and each problem a solidsystem. For nonreactive models the default is set to constant component where properties can be specified in the input file. The fluidsystems now do not have solid properties anymore. Each solid component now has all thermal properties which might depend on temperature.
-
- May 03, 2018
-
-
With contributions of Farid Mohammadi <farid.mohammadi@iws.uni-stuttgart.de>.
-
- Apr 27, 2018
-
-
Timo Koch authored
Thanks to Kilian for contributing the actual change of all the test's spatial params!
-
- Mar 05, 2018
-
-
Timo Koch authored
-
- Jan 18, 2018
- Jan 10, 2018
-
-
- Dec 19, 2017
-
-
Johannes Hommel authored
-
- Dec 16, 2017
- Dec 11, 2017
-
-
Timo Koch authored
-
- Jul 26, 2017
-
-
Katharina Heck authored
-
- Jan 30, 2017
-
-
(cherry picked from commit 286ba6c7)
-
- Dec 13, 2016
-
-
Beatrix Becker authored
-
- Jul 26, 2016
-
-
Bernd Flemisch authored
Everything in our .hh files is defined within the namespace `Dumux`. There were numerous occurrences of `Dumux::` qualifiers that were unnecessary. Remove those occurrences. Necessary qualifications remain, such as `typedef Dumux::H2O<Scalar> H2O;`.
-
- Jan 22, 2016
-
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
- Nov 20, 2015
-
-
Kilian Weishaupt authored
All tests for 3p and 3p3c now include the new material law classes. Since some errors where fixed there, the old reference solutions were replaced with newly generated ones in order to make all tests pass.
-
- Nov 03, 2015
-
-
Bernd Flemisch authored
See FS#250 for details.
-
- Jan 16, 2015
-
-
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 14, 2015
-
-
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
-
- Nov 28, 2014
-
-
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
-
- Sep 29, 2014
-
-
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
-
- May 16, 2014
-
-
Christoph Grüninger authored
(reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12838 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 11, 2013
-
-
Tianyuan Zheng authored
GlobalPosition, DimVector and DimMatrix^ git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11951 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 15, 2013
-
-
Thomas Fetzer authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11660 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 09, 2013
-
-
Tianyuan Zheng authored
Dune::GeometryType geomType reviewed by kathinka git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11634 2fb0f335-1f38-0410-981e-8018bf24f1b0
-