- 23 Sep, 2015 4 commits
-
-
Kilian Weishaupt authored
description of variables git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15511 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Kilian Weishaupt authored
description of variables git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15506 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
updated the parameterlist.txt then renamed the gridadaptation for implicit to gridadaption, to be consistent with the decoupled stuff and the docu. reviewed by nicolas git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15504 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15502 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 21 Sep, 2015 1 commit
-
-
Martin Schneider authored
The box method is not yet mass conservative. Therefore, an error is thrown by calling grid adaptation for the box method. Reviewed by Bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15489 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 04 Sep, 2015 1 commit
-
-
Thomas Fetzer authored
- changed naming of mole fractions x^alpha_kappa to x^kappa_alpha - added zeroThreshold for the kuevette problem, because the non-wetting phase already disappaered at the end of the simulation reviewed by timok git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15436 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 03 Sep, 2015 1 commit
-
-
Thomas Fetzer authored
introduced setMassFraction() in the compositionalfluidstate.hh so that in case of mass fraction formulation, they can be set directly, the converting to mole fractions is now handled by the compositionalfluidstate class some test failed (kuevette with 5% difference), new references are committed, however maybe some thresholds have to be adapted reviewed by kissinger git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15433 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 01 Sep, 2015 1 commit
-
-
Thomas Fetzer authored
- added doxygen comments and cleanup of defaultcomponents.hh - improved documentation of constant.hh [test] - added units in test_navierstokes.input reviewed by natalies git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15420 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 27 Aug, 2015 5 commits
-
-
Alexander Kissinger authored
should pass now. Reviewed by Timo. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15405 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
added the kinematicEddyViscosity to the vtu output, for using it in the transport models reviewed by kilian git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15401 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
- added "constant" component which reads its properties from the input file - updated documention for the "unit" component - updated test_navierstokes which now uses the "constant" component reviewed by bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15395 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Timo Koch authored
[test] Make restart test dependent on the original test so that restart files are available even in parallel testing. Reviewed by bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15390 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Kilian Weishaupt authored
and velocity in order to make the test pass when using UG. [evaporationatmosphereproblem.hh] Removed yasp grid as option since it does not work with the interfacegridcreator. The .cc file already contains a guardian macro for this. Reviewed by Thomas git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15387 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 26 Aug, 2015 2 commits
-
-
Timo Koch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15381 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
The added patch multidomaingrid-2.3.patch adapts the releases/2.3-branch of dune-multidomaingrid such that the 2.4 versions of the Dune core modules can be used. See patches/README and test/multidomain/README for details. Reviewed by fetzer. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15379 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 25 Aug, 2015 9 commits
-
-
Timo Koch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15377 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Alexander Kissinger authored
GridManager. - Removed UG as grid manager for dissolutionproblem.hh, it uses YaspGrid instead now. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15359 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
The method to be called is subIndex now instead of index. The difference in the output filenames is not due to parallel/sequential but due to a different behavior of the VtkSequenceWriter in Dune 2.3 and 2.4. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15356 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15352 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
fixed zeroThresholds reviewed by nicolas git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15351 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Timo Koch authored
functionality. Add a test for the gmsh interface of the gridcreator. The example uses parametrized boundary segments read from the gmsh file and boundaryMarkers defined in the gmsh file. The output files are fuzzy comopared. Reviewed by bernd git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15348 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Alexander Kissinger authored
- All headers and source files are moved to the specfied include directory during installation. - Existing CMakeLists.txt files were appended. - CMakeLists.txt were added in folders that did not contain any CMakeLists.txt files but contain headers - The installed version of dumux has been tested by Bernd with the dumux-lecture module Reviewed, modified and tested by Bernd. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15347 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Timo Koch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15346 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Thomas Fetzer authored
- added functionality and properties to refine grid in all directions - naming (comp -> dimIdx) [multidomain] - adapted to changes in the interfacegridcreator - removed unused properties from input file - in coupled zeroeq problem added output at beginning of simulations [freeflow] - removed one unused property from test_zeroeq2c.input reviewed by timok git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15341 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 24 Aug, 2015 1 commit
-
-
Bernd Flemisch authored
This solves FS#237, see further details there. The solution is to be aware of a restart already in the GridCreator. Then, it is possible to construct the grid there that will be used for the restarted simulation. This requires that the parameter Problem.Name is set in the input file in order to deduct the correct restart file names. Reviewed and improved by Timo. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15336 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 21 Aug, 2015 2 commits
-
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15325 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
Since only one test run is needed, but different VTK files need to be compared, the corresponding capability of fuzzycompare can be used. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15324 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 20 Aug, 2015 2 commits
-
-
Timo Koch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15315 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Timo Koch authored
The gridcreator interface was slightly changes (see CHANGELOG) The gridPtr method is no longer publicly available. All grid methds can bee called through a reference to the grid obtained by the grid() method. The parameter method for dgf parameters is now accessible through GridCreator::parameters(...). git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15314 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 19 Aug, 2015 2 commits
-
-
Timo Koch authored
Everything can be controlled by the input file: Changing [Grid] File = ./grid.dgf into [Grid] File = ./grid.gmsh or into [Grid] LowerLeft = 0 0 0 UpperRight = 1 1 1 Cells = 20 30 10 will construct a gmsh grid or a structured grid instead of the dgf grid. The grid creator is the new standard grid creator. To use all features dune 2.4 is required (e.g. structured grid factory) but it dgf/gmsh works with dune 2.3. The structured grid factories can be deprecated as soon as dune 2.4 is released. additional feature: - set inital refinement in Grid.Refinement (oder options can be easily added, write me) - grid specific parameter in input file, e.g. UGGrid: Grid.ClosureType = None turns off green refinement (triangles closure). - new property GridParameterGroup sets the input file group the grid creator is looking in. Particularly useful for two grid simulations: [DarcyGrid] File = bla.dgf [StokesGrid] File = blub.dgf git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15307 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Bernd Flemisch authored
git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15303 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 17 Aug, 2015 1 commit
-
-
Timo Koch authored
* Remove trailing whitespace and tabs * Move electrochemistry output to the test problem (not related to 2pnc in general) * Make electrochemistry have static members * Use naming conventions for indices in the model * Try to make the model work with cellcentered too (No cell-centered test available so far) * Make electrochemistry input parameters part of a group "ElectroChemistry" * Make the electrochemistry model a named enum (ElectroChemistryModel)for readability Reviewed by martins git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15298 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 14 Aug, 2015 1 commit
-
-
Vishal Jambhekar authored
- BuildBot failed for commit -r 15292. The possible reason was the usage of static const int as template parameter for electrochemistry. (checked with M.Schneider) - Unused variable removed from h2on2o2fluidsystem.hh - Unnecessary headers removed from test_box2pnc.cc Reviewed by (M.Schneider) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15296 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 13 Aug, 2015 1 commit
-
-
Vishal Jambhekar authored
- The required binary coefficients are added. - Electrochemistry equations added for both isothermal and non-isothermal cases (Non-isothermal are not used till now). - pc-s relation for hydrophobic material added - h2ON2o2 fluid system added - fuelcell test case is the new test problem for 2pnc model. Moreover, some updated related to 2pncmin model are included git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15292 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 07 Aug, 2015 1 commit
-
-
Timo Koch authored
compare This is the 1. iteration. The thresholds might have to be adapted for more tests by knowledgable people This and the last commit on tests were reviewed by fetzer git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15257 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 05 Aug, 2015 1 commit
-
-
Thomas Fetzer authored
fixed wrong guardian macros reviewed by martins git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15240 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 03 Aug, 2015 2 commits
-
-
Vishal Jambhekar authored
Reference solution for 2pncmin test is changed (Now solution for the last timestep and is used for comparison). The similation endtime is also reduced. - REVIEWED BY J.HOMMEL git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15216 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
Natalie Schroeder authored
[richards-test] adding a new richards test that compares an analytical solution to a numerical one - created during the Bachelor Thesis of M.H. Baccour, supervised by C. Grueninger reviewed by Christoph git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15215 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 31 Jul, 2015 1 commit
-
-
Johannes Hommel authored
conventions, review by vishal git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15209 2fb0f335-1f38-0410-981e-8018bf24f1b0
-
- 30 Jul, 2015 1 commit
-
-
Vishal Jambhekar authored
- Units in the fluidsystem/brinevariablesalinity and components/nacl checked. Additional commented units removed. - Commented cout statements removed from computefromfugacities2pncmin, computefromreferencephase2pnc and miscible2pnccomposition - The ccommented out removed from problem file and input file corrected. - The test case is checked for both debug and optim model with clang compiler. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15203 2fb0f335-1f38-0410-981e-8018bf24f1b0
-