- 22 Dec, 2017 1 commit
-
-
Bernd Flemisch authored
-
- 21 Dec, 2017 1 commit
-
-
Simon Scholz authored
-
- 20 Dec, 2017 1 commit
-
-
Simon Scholz authored
-
- 03 Dec, 2017 1 commit
-
-
Timo Koch authored
-
- 06 Apr, 2017 1 commit
-
-
- 31 Jan, 2017 1 commit
-
-
Timo Koch authored
-
- 06 Oct, 2016 1 commit
-
-
Christoph Grüninger authored
-
- 07 Jan, 2016 1 commit
-
-
larissa authored
-
- 03 Nov, 2015 1 commit
-
-
Christoph Grüninger authored
-
- 08 Sep, 2015 1 commit
-
-
Alexander Kissinger authored
The material folder is now complete: -All units have been "TeXed" and added where missing -All relevant function arguments are described in doxygen -All doxygen warnings but one have been removed, also from the recently added fluidsystems Work done by Simon, reviewed by Alex git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15453 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 09 Jul, 2015 1 commit
-
-
Thomas Fetzer authored
fixed warnings from doxygen [plotthermalconductivitymodel] deprecated the old class constructor call reviewed by nicolas git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15029 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 13 Apr, 2015 1 commit
-
-
Thomas Fetzer authored
added a new thermal conductivity law (Johansen), with a better fit to experimental data for lower water saturation reviewed by martinb git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14548 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 23 Mar, 2015 1 commit
-
-
Thomas Fetzer authored
adapted templates in diffusivityconstanttau.hh, which wasn't used anyway. added rhoSolid to the thermalconductivitylaws. updated some comments and GNU licence. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14430 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 16 Jan, 2015 1 commit
-
-
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
-
- 05 Sep, 2014 1 commit
-
-
Bernd Flemisch authored
conductivities, correct comments and spacing. The additional properties required by the generic non-isothermal model can be centralized in a file niproperties.hh. The signature of the effectiveThermalConductivity functions is unified. They get the volume variables, spatial parameters and the arguments that will be required for calling the spatial parameters. When attempting to use the nonisothermal model for 3p3c, it will be seen whether this signature is genral enough. Reviewed by Alex K. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13289 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 29 May, 2013 1 commit
-
-
Bernd Flemisch authored
local variables. Reviewed by Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10774 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 06 Mar, 2013 2 commits
-
-
Klaus Mosthaf authored
Bugfix: Corrected computation of l_dry as geometric mean of the thermal conductivity of the solid and the fluid phase, as it is done for l_sat. Adapted documentation. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10328 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Klaus Mosthaf authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10327 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 26 Feb, 2013 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10275 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 07 Feb, 2013 1 commit
-
-
Benjamin Faigle authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10190 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 24 Jan, 2013 1 commit
-
-
Klaus Mosthaf authored
removed TypeTage from thermalconductivitysomerton.hh, because material laws should remain property-free. Thus, the arguments of the effectiveThermalConductivity method have been changed to Scalar quantities only. Deprecated boundaryMatrixHeatFlux method, which is not used anymore. Reviewed by Markus git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10083 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 22 Jan, 2013 2 commits
-
-
Christoph Grueninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10066 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grueninger authored
from std:: (reviewed by klaus) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10062 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 21 Jan, 2013 1 commit
-
-
Klaus Mosthaf authored
- added somerton.hh in fluidmatrixinteractions/2p which provides a model for the effective thermal conductivity (static class) - removed *matrixHeatFlux() methods in waterairspatialparams, introduced thermalConductivitySolid() instead - added property ThermalConductivityModel, which is set as default to Somerton - added effThermalConductivity and calculateEffThermalConductivity methods, thermal conductivities are averaged harmonically Reviewed by Melanie git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10049 2fb0f335-1f38-0410-981e-8018bf24f1b0
-