- Mar 09, 2016
-
-
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.
-
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
-
- Mar 08, 2016
-
-
Timo Koch authored
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
*The equation actually uses sn instead of sne
-
Kilian Weishaupt authored
-
Timo Koch authored
[richards] fix parallel test Commit 219dd9 defaulted the linear solver to a sequential one. Since the box Richards test is running in parallel, a parallel linear solver has to be set. The AMGBackend gives slightly different results above the fuzzy threshold. Therefore, also the reference solution is adapted. See merge request !100
-
Timo Koch authored
-
Timo Koch authored
Introduce epsilon for floating point comparison in test.
-
Timo Koch authored
This commit 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. To this end especially the 2pnc/2pncmin flux variables where updated to comform with other models. This involves some deprecations. The 2pncmin reference had to be altered in the velocity. The velocity was previously outputted wrongly as the correct volumeFlux variable was never computed for 2pnc/2pncmin.
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Bernd Flemisch authored
Commit 219dd9 defaulted the linear solver to a sequential one. Since the box Richards test is running in parallel, a parallel linear solver has to be set. The AMGBackend gives slightly different results above the fuzzy threshold. Therefore, also the reference solution is adapted.
-
Johannes Hommel authored
Feature/fs289 fluidframework doxygen The Chapter fluid-framework is transferred to Doxygen. - Explanations have been added to modules.txt - Function documentation for fluidstates, fluidsystems etc. transferred to header files. - Use of copydoc for general function doc. - Rename handbook chapter Fluid-Framework to Material and Fluid Framework - Replace content from Chapter in Handbook by reference to Doxygen module Thanks to Martin Beck for contributing! See merge request !99
-
Johannes Hommel authored
corrected the documentation for setFugacityCoefficient in the compositional fluidstate.
- Mar 07, 2016
-
-
Kilian Weishaupt authored
[sequential] replace decoupled by sequential Replace the word "Decoupled" in TypeTags and classes by "Sequential", according to FS#252. For both the TypeTags and the Decoupled...Indices classes, the compilers don't emit a deprecation warning. For the TypeTags, a run-time check is performed at the end of the start() routine. See merge request !98
-
Alexander Kissinger authored
-
Bernd Flemisch authored
-
Alexander Kissinger authored
-
Bernd Flemisch authored
Replace the word "Decoupled" in TypeTags and classes by "Sequential", according to FS#252. For both the TypeTags and the Decoupled...Indices classes, the compilers don't emit a deprecation warning. For the TypeTags, a run-time check is performed at the end of the start() routine.
-
Kilian Weishaupt authored
Feature/update handbook 2.9 See merge request !95
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
* Rename coupled to implicit * Rename decoupled to sequential
-
Alexander Kissinger authored
Modified formatting of descriptive text.
-
Alexander Kissinger authored
- Rename Fluid Framework to Material and Fluid Framework - Removed content by reference to Doxygen documentation
-
Alexander Kissinger authored
- Documentation for all general FluidState get-functions derived from compositional.hh - Documentation in compositional.hh take from handbook
-
- Mar 04, 2016
-
-
Thomas Fetzer authored
-
Thomas Fetzer authored
Fix accidentally pruned method name isCouplingInflow See merge request !93
-
Christoph Grüninger authored
- Mar 03, 2016
-
-
Timo Koch authored
* Test now reaches the inhomogeneities. * Introduced epsiodes to reduce vtu output * Increase end time
-
Kilian Weishaupt authored
[CMake] Add DUMUX_VERSION to config.h Despite the feature freeze, I ask to merge this. It enables the use of `DUNE_VERSION_NEWER` for DuMuX. I need it in dumux-devel to distinguish a type that changed between DuMux 2.8 and 2.9. See merge request !92
-
Christoph Grüninger authored
- Mar 02, 2016
-
-
Timo Koch authored
-
Timo Koch authored
[test][CO2] Ignore vertex-wise defined porosity Ignore the porosity for all box models since it is defined element-wise in these test but the default 2p2c implementation outputs porosity per vertex. Depending on the order of the elements, the porosity would differ in these cases. See merge request !91
-
Kilian Weishaupt authored
[doxygen] add documentation and reorder modules according to new structure improve documentation for 2pnc and 2pncmin model and add description for classes rename modules (sequential...) and reorder according to new structure (porousmediumflow...) See merge request !90
-
Beatrix Becker authored
improve documentation for 2pnc and 2pncmin model and add description for classes rename modules (sequential) and reorder according to new structure (porousmediumflow...)
-