- Dec 16, 2011
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7091 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7090 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
"newer" means opensuse 11.4 with GCC 4.6.1 git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7089 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
this means GCC 4.2.4, automake 1.10.1, autoconf 2.61, autoheader 2.61, libtool 1.5.26 git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7088 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
it determines pressures + saturations if there are compressible fluid phases, if not it determines all saturations but leaves the pressures alone... git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7087 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
it returns -- guess what? -- whether a fluid phase is assumed to be incompressible. this method is useful e.g. for flash calculations. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7086 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7085 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
decoupled 2p2c: do not define the BoundaryMobility property for the DecoupledTwoPTwoC type tag twice git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7084 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
these are no longer required in the new framework git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7083 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
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@7082 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
oops. if "useSimpleRelations" in the H2O-N2 fluid system is set to true and the density of the phases is not normalized by sum of the mole fractions, the results are identical with the ones on trunk. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7081 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7080 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7079 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
the fugacity coefficient must be independent of the fugacity since its whole point is to, well, define the fugacity. if this worked before, then probably only because the fugacity was undefined and smaller than 10^-3... git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7078 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7077 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
where correct means "identical to the reference solution". so far, only a reference solution for the test of the 2p box model is provided git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7076 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7075 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7074 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
gets rid of the deprecation warnings for the box models git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7073 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
defaults for properties come with quite a few issues, probably the most galling one is that they can only be specified once in the whole code base. This means so they are best avoided. Further, the PTAG() in the GET_PROP* is not useful in 99% of all cases. It was there to also allow full c++ types (e.g. template arguments) as parameters. For the code that really needs this, there now is GET_PROP*_ and PTAG_ (mind the underscores). To my knowledge that only affects the run-time parameter system. The parameter system has been adapted, everyone else can now write GET_PROP_TYPE(TypeTag, Scalar) instead of GET_TYPE_PROP(TypeTag, PTAG(Scalar)). (the PTAG macro is still around but just does nothing.) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7072 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
also rename the "fluidsystems" directory to "old_fluidsystems". Since this is a separate SVN branch, nobody's feelings should be hurt by this commit... git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7071 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
the build broke because EquilibriumFluidState was renamed to CompositionalFluidState git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7070 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7069 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
also add a test git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7068 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7067 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7066 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
Implemented completeFluidState for 1p, 1p2c, richards. Moved convenience function to the base box model. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7065 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
Moved the actual implementation of completeFluidState to the volume variables. For the box models, this appears to be the natural place where it belongs to. Inserted a convenience function in the model. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7064 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7063 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7062 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
All fluid systems which do not need a parameter cache now offer both the simple and the general interface. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7061 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7060 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
- GenericFluidState -> NonEquilibriumFluidState (I don't remember the new name of EquilibriumFluidState) - removed updateAverageMolarMass from NonEquilibriumFluidState and EquilibriumFluidState - removed sum{Mole|Mass}Fractions from NonEquilibriumFluidState and EquilibriumFluidState - all fluid states and systems now use enthalpy instead of internal energy On a completely different front, this also makes the MpNc model compile with energy enabled, although the implementation is still incorrect. (as long as nobody is unhappy about it I won't change this in this branch!) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7059 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
this makes everything in dumux stable compile again git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7058 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7057 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Andreas Lauser authored
was replaced by ImmiscibleFluidState git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7056 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
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
-