- Dec 03, 2012
-
-
Bernd Flemisch authored
implicit branch: unify Box- and CC-Model to ImplicitModel. Delete ccmodel.hh. Deprecate BoxModel in favor of ImplicitModel. Adapt includes and names. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9755 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 30, 2012
-
-
Bernd Flemisch authored
implicit branch: unify PorousMediaBox- and PorousMediaCC-Problem to ImplicitPorousMediaProblem. Delete porousmediaccproblem.hh. Deprecate PorousMediaBoxProblem in favor of ImplicitPorousMediaProblem. Adapt includes and names. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9745 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
implicit branch: unify Box- and CC-Problem to ImplicitProblem. Delete ccproblem.hh. Deprecate BoxProblem in favor of ImplicitProblem. Adapt includes and names. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9744 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 29, 2012
-
-
Bernd Flemisch authored
implicit branch: deprecate BoxForchheimerFluxVariables in favor of ImplicitForchheimerFluxVariables. Adapts includes and setting of properties. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9717 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 28, 2012
-
-
Bernd Flemisch authored
implicit branch: reset bboxMin/Max to the expected values for the cc problems. The unified test problem can be further simplified. Both spatial parameters and problem do not contain any differentiation between box and cc anymore. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9705 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
implicit branch: further unify the treatment of intrinsicPermeability in the problem-specific spatial parameters. This comes at the expense of adding an additional method to the BoxSpatialParams1P base class and a separated treatment in the flux variables. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9703 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9694 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 27, 2012
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9690 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9689 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9686 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
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
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/branches/implicit@9683 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
-
- Nov 23, 2012
-
-
Christoph Grüninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9633 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Alexandru Tatomir authored
Add test for 2p discrete fracture-matrix model. (reviewed by gruenich) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9631 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 22, 2012
-
-
Christoph Grüninger authored
(reviewed by pnuske) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9624 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 20, 2012
-
-
Bernd Flemisch authored
H2OAirMesitylene: allow to specify the H2O component on the problem level, analogous to H2OAir. Use tabulated H2O as default, speeding up the 3p3c test by a factor of 3.5. Adapt the reference solution. Discussed with Holger. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9601 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Nov 14, 2012
-
-
Bernd Flemisch authored
CO2 tests: remove superfluous setting of boundary ids, adjust reference solutions due to corrected handling of boundary conditions git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9549 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Philipp Nuske authored
- co2 Problems: the boundary IDs need to be initialized *before* intersectionToVertexBC_ can be built. Unclear why it was (most of the time) working before. Reviewed by Bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9543 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 22, 2012
-
-
Holger Class authored
component and the corresponding fluid system git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9397 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 18, 2012
-
-
Philipp Nuske authored
SpatialParamsForchCoeff in all boxmodels. This enables the user to apply a default value for the forchheimer coefficient and merely switch the BaseFluxvariables property. - remove include of the model in 2p2c spatialparameters. Otherwise the forchheimer property is multiply defined. headercheck still works. - include reference/hint in the forchheiemerspatialparams as how to include better-than-default forchheimer coefficients git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9384 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 17, 2012
-
-
Benjamin Faigle authored
- Bugfix: Component Brine now uses the set salinity (for density calulation etc) - Property Salinity now called ProblemSalinity, which can be set via the parameter tree (Group: Problem, Param: Salinity) Co2 tests adapted accordingly. reviewd by & developped with Alex git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9358 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
Dune 2.2, by the preferred way AluGrid <..> (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9352 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9350 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9349 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
(reviewed by pnuske) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9348 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Philipp Nuske authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9347 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 16, 2012
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9342 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
decoupled common: remove everything deprecated during 2.2-svn. This mainly includes new property and parameter names, as well as some member function names. Reviewed by Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9332 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
decoupled 2p: remove everything deprecated during 2.2-svn. This mainly includes new property and parameter names, as well as some member function names. Reviewed by Christoph. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9330 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
stokes 2cni: remove everything deprecated during 2.2-svn. This mainly includes property, parameter and member function names. Reviewed by Christoph git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9324 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
stokes 2c: remove everything deprecated during 2.2-svn. This mainly includes property, parameter and member function names. Reviewed by Christoph git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9323 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
stokes: remove everything deprecated during 2.2-svn. This mainly includes property, parameter and member function names. Reviewed by Christoph git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9322 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 15, 2012
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9313 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9311 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
box mpnc: remove everything deprecated during 2.2-svn. This includes removal of the model-specific problem, as well as several property, parameter and member function names. Reviewed by Christoph git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9309 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
box 3p3cni: remove everything deprecated during 2.2-svn. This includes removal of the model-specific problem, as well as several property, parameter and member function names. Reviewed by Christoph git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9308 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 12, 2012
-
-
Christoph Grüninger authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9287 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- Oct 11, 2012
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9280 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Christoph Grüninger authored
Remove not working UG, ALUGrid must be used. (thanks for reporting this bug goes to tatomir, reviewed by vishal) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9274 2fb0f335-1f38-0410-981e-8018bf24f1b0
-