- 16 Dec, 2011 17 commits
-
-
Andreas Lauser authored
replaced by EquilibriumFluidState git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7055 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
was replaced by EquilibriumFluidState git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7054 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
it used to call Fluid::foo() directly. now we do this by means of the fluid system, so that the same problems for 1p2c can be reused by 1p. Also has the advantage that all box models now provide a fluid state which makes writing generic code much simpler... git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7053 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
in general, density != viscosity... git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7052 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
bernd changed the 2p model to the immiscible fluid state. the other box models will get a similar treatment in the future... git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7051 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
replace switch() by if(). this might also lead to slightly better runtime performance git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7050 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7049 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7048 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7047 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
Added BaseFluidSystem to forward calls with parameter cache argument to simpler fluid system without parameter cache. Adjust TwoPImmiscibleFluidSystem accordingly. Unfortunately, this does not work as nice as expected. One has to explicitly tell each method in the (derived) simple fluid system to use the method from the base class via 'using Base::method;'. Plus the additional layer of the base class. It is questionable whether this is better than introducing parameter cache arguments in each corresponding function of the simple fluid systems. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7046 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7045 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
now the only place which stores temperatures is the fluid state which will help to avoid inconsistencies in the future. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7044 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7043 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
Implement completeFluidState functionality. This does not seem to be the final solution, since a) the material law parameters also need to be passed for the calculation of the capillary pressure. b) the temperature needs to be set beforehand, since it is no primary variable. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7042 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7041 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7040 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Philipp Nuske authored
-molefrac -> molefraction - generic -> nonequilibrium git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7035 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 08 Dec, 2011 3 commits
-
-
Yufei Cao authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6972 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
- needed for sources and neumann boundaries git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6967 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
- added division by phase densities git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6966 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 05 Dec, 2011 2 commits
-
-
Katherina Baber authored
computeOutflowValues_(...) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6944 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Benjamin Faigle authored
The timer for the cpu time (wall time) in run() method is now acessible from outside (i.e. from problem) via an access function wallTime() git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6943 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 30 Nov, 2011 1 commit
-
-
Philipp Nuske authored
If one wants (faster?) to replace pv by RT (ideal gas), the _specific_ gas constant (NOT 8.314J/(mol K) has to be used in mass specific contexts. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6936 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 29 Nov, 2011 1 commit
-
-
Benjamin Faigle authored
re-added decoupled model descriptions to handbook, updated completely outdated decoupled2p2c, removed unneccessary file. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6935 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 15 Nov, 2011 1 commit
-
-
Andreas Lauser authored
also make the densities in the water-nitrogen fluid system consistent. this makes the results identical to to ones obtained by the new fluid framework git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6896 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 03 Nov, 2011 5 commits
-
-
Markus Wolff authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6848 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
face index - necessary to be compatible with the saturation transport model! git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6840 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
removed some bugs in output helper-functions git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6839 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
- needed for adaptive grids git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6838 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Markus Wolff authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6836 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 02 Nov, 2011 1 commit
-
-
Markus Wolff authored
- check return value of the shouldWriteOutput() function of the problem before the initial solution is written git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6822 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 01 Nov, 2011 9 commits
-
-
Bernd Flemisch authored
There is no need to rush things. We agreed on first having the meeting and then porting the change to the non-MpNc-models. Moreover, the change has not been carried out according to what has been discussed at the meeting. E.g. there was no completeState functionality of the models, and the simple models also introduced parameter caches, although it was thought to not necessarily having to do so. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6818 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6817 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6816 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6815 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6814 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
also make everything compile again git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6813 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6812 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
also call fluidState_.pressure() instead of fluidState_.phasePressure() in the TwoPVolumeVariables. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6811 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
also adapt the 2p box model to the new fluid framework. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6809 2fb0f335-1f38-0410-981e-8018bf24f1b0
-