- 28 Jan, 2016 1 commit
-
-
Kilian Weishaupt authored
Implement a temperature() function in the volvars and use it instead of volvars.fluidstate().xtemperature(). This reuqired the implementation of two template functions to ensure that the correct temperature() function is called depending on the number of energy equations considered.
-
- 27 Jan, 2016 1 commit
-
-
Kilian Weishaupt authored
Implement functions in the volvars and use them instead of volvars.fluidstate().x().
-
- 22 Jan, 2016 1 commit
-
-
Bernd Flemisch authored
-
- 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
-
- 09 Apr, 2014 1 commit
-
-
Philipp Nuske authored
- it is now possible to specify the number of solved energy equations (property NumEnergyEquations). Either 0 isothermal 1 standard-nonisothermal 2 *new* one energy equation for the void-space and one for the solid 3 one energy equation for each phase (wetting, non-wetting, solid) Therefore, the boolean property EnableKineticEnergy had to be renamed to the integer property NumEnergyEquations - solve bug in test_boxmpnckinetic git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12741 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 17 Dec, 2013 2 commits
-
-
Philipp Nuske authored
- soil -> solid - remove unused functions in obstaclespatialparameters git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12237 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Philipp Nuske authored
- do the same for the effective thermal conductivity than in the 2p2cni case. This means using the ThermalConductivityModel Property instead of an adapted arithmetic mean. - adding necessary access functions and renamings. reviewed by Benjamin git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12223 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 16 Sep, 2013 1 commit
-
-
Philipp Nuske authored
mpncmodelkinetic: - ask volVars instead of fluidState for temperature (sPhase is not stored in fluidState) - add output to checkplausibility mpnclocalresidualenergy: removed unused functions git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11468 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 10 Sep, 2013 1 commit
-
-
Dominik Riesterer authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11442 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 29 Aug, 2013 3 commits
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11303 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11296 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11287 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 21 Aug, 2013 1 commit
-
-
Dominik Riesterer authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@11224 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 06 Mar, 2013 1 commit
-
-
Thomas Fetzer authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10326 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 27 Nov, 2012 2 commits
-
-
Bernd Flemisch authored
implicit branch: replace boxmodels/model includes by implicit/model includes. Everything compiles again without warnings. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9684 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
implicit branch: change directory structure. Add dumux/implicit directory. Copy models from boxmodels/model to implicit/model. Copy boxmodels/common to implicit/box. Copy ccmodels/common (from devel) to implicit/cellcentered. Copy boxmodels/common/box*.hh to implicit/common/implicit*.hh. Move test/boxmodels to test/implicit. Adapt configure.ac and Makefile.ams. Everything still builds. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9679 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
-
- 08 May, 2012 1 commit
-
-
Philipp Nuske authored
applied new naming. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8248 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 24 Apr, 2012 1 commit
-
-
Philipp Nuske authored
Also threw in a multitude of consts / const unsigned int. I made the GetProp/typename-Block in the beginning of the classes look similar. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8130 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 23 Apr, 2012 1 commit
-
-
Philipp Nuske authored
Introducing a Fluidstate property. Thus I can choose an appropriate level of non-equilibriumness :-) (i.e. only mass or only energy or both with kinetic transfer) with a fitting fluidstate. The other fluidstates are in devel. reviewed by Benjamin git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8113 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 10 Apr, 2012 1 commit
-
-
Bernd Flemisch authored
been renamed to Indices for all box models. This implements FS 128, at least for the box models. The old names have been kept for compatibility. They cannot be marked deprecated, only a // DEPRECATED comment has been made at the appropriate places. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8065 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 13 Feb, 2012 1 commit
-
-
Andreas Lauser authored
expect your dumux-devel models to break... git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7733 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
-
- 25 Jan, 2012 1 commit
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7514 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 13 Jan, 2012 1 commit
-
-
Andreas Lauser authored
since this was done in a semi-automatic way compilation for stuff not used by the non-decoupled tests may be non-functional. I spared the decoupled stuff because it does not compile ATM so I did not have a way verify that it still works... git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7371 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 11 Jan, 2012 2 commits
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7336 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Philipp Nuske authored
- Coordscalar -> Scalar: this makes switching all Scalars to quad possible - some code in MpNclocalresidual that makes it possible to sum up the individual energy equation in the case of kinetic consideration - debugging code in the nonequilibriumfluidstate git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7333 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 05 Jan, 2012 1 commit
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7305 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 03 Jan, 2012 1 commit
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7279 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 16 Dec, 2011 2 commits
-
-
Andreas Lauser authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@7100 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
-
- 28 Oct, 2011 1 commit
-
-
Philipp Nuske authored
functions in all MpNc variants, sorry for that. - storage needs to be set to zero before being filled - the fluidsystem needs to have the phasename "s" (cannot be done in the derived class because it is in the static part, this took some time ;-) ) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6799 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 26 Sep, 2011 1 commit
-
-
Andreas Lauser authored
so far the "new" fluid systems have been copied but are not used by any other model. some discussion still needed... git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6657 2fb0f335-1f38-0410-981e-8018bf24f1b0
-