- Mar 10, 2016
-
-
Thomas Fetzer authored
-
Thomas Fetzer authored
-
Thomas Fetzer authored
-
Thomas Fetzer authored
-
*all test compile *all test fail
-
Thomas Fetzer authored
Update reference solutions
-
Thomas Fetzer authored
-
Thomas Fetzer authored
-
*Add missing function
-
*Remove unused private functions *Various cleanups
-
-
*Remove class BrineVarsalinity: Class Brine is now more general *Add some properties to component NaCl *Do some cleanup in BrineAir fluidsystem
-
Bernd Flemisch authored
Fix/forgotten renamings decoupled sequential See merge request !108
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
Fixes the diffs.
-
Timo Koch authored
-
Christoph Grüninger authored
[fix][generallensdecoupled] Conduct missing renaming decoupled->sequential In the renaming process some files where forgotten which made the test fail. See merge request !107
-
Timo Koch authored
In the renaming process some files where forgotten which made the test fail.
-
- Mar 09, 2016
-
-
Christoph Grüninger authored
[bugfix][electrochem] Use only static methods in static method See merge request !105
-
Timo Koch authored
-
Timo Koch authored
[cornerpoint] Fix test and fluxvariables. Adapt to Opm 2015.10. - Add a missing } in the test cc file. - Add Dune::Geometries to CpFVElementGeometry. - Fix the boundary transmissibilities. - Change call to Opm parser routine to be compatible with Opm 2015.10. - Adapt patches to Opm 2015.10. See merge request !103
-
Bernd Flemisch authored
Feature/generalize 2pnc * Adapt 2pnc to work with cell-centered too * Add fuelcell cell-centered test * Electrochemistry works without cubegridcreator * Make more use of darcy flux variables * Box test passed with old reference solution * Adapt 2pncmin likewise See merge request !80
-
Bernd Flemisch authored
Analogous to ImplicitDarcyFluxVariables.
-
Christoph Grüninger authored
-
Bernd Flemisch authored
- Add a missing } in the test cc file. - Add Dune::Geometries to CpFVElementGeometry. - Fix the boundary transmissibilities. - Change call to Opm parser routine to be compatible with Opm 2015.10. - Adapt patches to Opm 2015.10.
-
Timo Koch authored
* Changed test problem to work with both discretizations * Added a cell-centered test problem with reference solution * Use new gridcreator * The box reference solution lost the boxVolume data array * Make variable switch work for cc
-
Timo Koch authored
* Remove boxVolume from output * Generalize static data vector handling * Generalize problem method initialPhase presence * Introduce reactionlayer * Add reference solution for the cc test
-
Timo Koch authored
* Make current density publicly available * Use standard grid creator * Implement reaction source term for box and cell-centered
-
Timo Koch authored
-
Timo Koch authored
-
Bernd Flemisch authored
Feature/make fluxvars default constructible Make all flux variables default constructable. This merge request contains backward imcompatible. All flux variables now have to be default constructed. Implementers of flux variables need to make their implementation default construcable too. All calls to the old non-default ctors will throw errors at runtime and emit deprecation warning at compile time. FluxVars are no constructed and update like this: FluxVariables fluxVars; fluxVars.update(...) Being default contructable offers more flexible class inheritance and more flexible caching possiblities. * Simplifiy 2pnc and 2pncmin flux variables through inheritance * Deprecates the unused `rhoFactor_` in 2p2c, 2pnc, and 3p3c * [x] Fix 2pncmin test See merge request !89
-
Christoph Grüninger authored
-
Christoph Grüninger authored
Clang warned about && and || without parenthesis which might confuse readers
-
Christoph Grüninger authored
* Remove empty constructor * Remove wrongly included config.h which is only needed in cc files * Remove else after return in if branch