- 23 Sep, 2015 1 commit
-
-
Kilian Weishaupt authored
description of variables git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15511 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 14 Sep, 2015 1 commit
-
-
Martin Beck authored
mistakenly commented in commit r15453. Reviewed by kissinger git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15465 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 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
-
- 25 Aug, 2015 1 commit
-
-
Alexander Kissinger authored
- All headers and source files are moved to the specfied include directory during installation. - Existing CMakeLists.txt files were appended. - CMakeLists.txt were added in folders that did not contain any CMakeLists.txt files but contain headers - The installed version of dumux has been tested by Bernd with the dumux-lecture module Reviewed, modified and tested by Bernd. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15347 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 13 Jul, 2015 1 commit
-
-
Christoph Grueninger authored
- remove trailing whitespace - replace tabs by spaces - remove pointless returns - remove superfluous semicolons (reviewed by fetzer) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15056 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 24 Jun, 2015 1 commit
-
-
Christoph Grueninger authored
Remove deprecated, Autotools-based build system. Use CMake-based one instead. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@14939 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
-
- 02 Oct, 2014 1 commit
-
-
Thomas Fetzer authored
fixed latex part of doxygen comments git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13441 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 29 Sep, 2014 1 commit
-
-
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
-
- 05 Sep, 2014 1 commit
-
-
Bernd Flemisch authored
correct use of wildcards, add ALUGrid flags to tests with AMG. Merge revisions 12949, 13246 and 13248 from the strip-pdelab branch. They all improve the buildsystem behavior. Thanks to Markus Blatt for the work. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@13282 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 29 Aug, 2014 1 commit
-
-
Markus Blatt authored
The correct usage of wildcards is "$(wildcard *.hh)". With this patch we use these instead of "*.hh". Quoting from https://www.gnu.org/software/make/manual/html_node/Wildcard-Examples.html#Wildcard-Examples Wildcard expansion does not happen when you define a variable. Thus, if you write this: objects = *.o then the value of the variable objects is the actual string ‘*.o’. However, if you use the value of objects in a target or prerequisite, wildcard expansion will take place there. If you use the value of objects in a recipe, the shell may perform wildcard expansion when the recipe runs. To set objects to the expansion, instead use: objects := $(wildcard *.o) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/strip-pdelab@13248 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 10 Feb, 2014 1 commit
-
-
Christoph Grueninger authored
(reviewed by karens) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12442 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 06 Feb, 2014 1 commit
-
-
Thomas Fetzer authored
length = 150, thanks to kristopherg reviewed by fetzer git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12429 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 22 Oct, 2013 2 commits
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11769 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11762 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 09 Oct, 2013 1 commit
-
-
Alexander Kissinger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11638 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 01 Oct, 2013 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11594 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 06 Sep, 2013 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11403 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
-
- 28 May, 2013 1 commit
-
-
Bernd Flemisch authored
Only public member names have been treated so far. Local variables will be done shortly, classes maybe not before the next release cycle. Everything old could be marked deprecated. Reviewed by Benjamin and Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10761 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 24 May, 2013 2 commits
-
-
Bernd Flemisch authored
saturation. In particular, it deals with the capitalized "C" in the capillary-pressure-saturation relationships: entryPC -> entryPc maxPC -> maxPc pC -> pc pCAlpha -> pcalpha pCGW -> pcgw pCNW -> pcnw pCGN -> pcgn pCHighSw -> pcHighSw pCLowSw -> pcLowSw setEntryPC -> setEntryPc setMaxPC -> setMaxPc Reviewed by Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10758 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
saturation. In particular, it deals with the capitalized "S"-function in the material laws: Sgr -> sgr Snr -> snr SnToSne -> snToSne Sreg -> sreg Sw -> sw SwToSwe -> swToSwe SweToSw_ -> sweToSw_ Swr -> swr Swrx -> swrx Reviewed by Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10757 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 04 Mar, 2013 1 commit
-
-
Thomas Fetzer authored
added brief description for files mainly added "\file" or copied text from below git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10314 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 18 Sep, 2012 1 commit
-
-
Christoph Grueninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9087 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 27 Aug, 2012 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8999 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 04 Jun, 2012 1 commit
-
-
Holger Class authored
What are the beta scaling parameters? They allow a scaling of two-phase capillary pressures according to the surface tensions. Typically, the Gas-Water system is the reference and the betaGW parameter is 1. Surface tensions between the other fluid phases are a little different, and this can be taken into account phenomenologically by the beta scaling parameters. An example is given in dumux-lecture/mm/columnxylene exercise. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8424 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 31 May, 2012 1 commit
-
-
Holger Class authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8414 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 04 May, 2012 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8222 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 14 Feb, 2012 1 commit
-
-
Vishal Jambhekar authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7755 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 07 Feb, 2012 1 commit
-
-
Vishal Jambhekar authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7658 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 06 Feb, 2012 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7645 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 03 Feb, 2012 1 commit
-
-
Andreas Lauser authored
- remove stray AC_MSG_RESULT from DUMUX_CHECK_QUAD - slight reformulations of the usage message of test_2p - replace tabulators with four spaces - remove trailing whitespaceformating git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7620 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 01 Feb, 2012 1 commit
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7599 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 31 Jan, 2012 1 commit
-
-
Andreas Lauser authored
- new institute name - add missing modelines - reformat the entry for leopold stadler in air.hh git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7590 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 30 Jan, 2012 1 commit
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7552 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 27 Jan, 2012 3 commits
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7546 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7543 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7541 2fb0f335-1f38-0410-981e-8018bf24f1b0
-