- Mar 03, 2016
-
-
Timo Koch authored
* Test now reaches the inhomogeneities. * Introduced epsiodes to reduce vtu output * Increase end time
-
- Feb 22, 2016
-
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
- Feb 10, 2016
-
-
- Feb 02, 2016
-
-
Christoph Grüninger authored
Get rid of external grid managers Use coarser mesh (65x65 instead of 85x85)
-
Natalie Schröder authored
-
Thomas Fetzer authored
-
Timo Koch authored
Argument dependent lookup deduces the Dune namespace from the function arguments that are also in namespace Dune.
-
Natalie Schröder authored
only the ni-base-model will be listed in the module list ni-test-problems include docu from non-ni-base problem
-
Timo Koch authored
-
- Jan 28, 2016
-
-
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.
-
- Jan 27, 2016
-
-
Kilian Weishaupt authored
Use volVars.moleFraction(wPhaseIdx, NaClIdx) instead of volVars.fluidState().moleFraction(wPhaseIdx, NaClIdx)
-
Kilian Weishaupt authored
Implement a pressure() and density() function in the volvars and use it instead of volvars.fluidstate().x(phaseIdx).
-
- Jan 26, 2016
-
-
Kilian Weishaupt authored
After commit 8557b77e which fixed shadowed variables in the fluidsystem, the test did not pass anymore. In addition, a new grid creator is used now which also leads to slight differences in the coordinates. Therefore, the reference solution had to be updated.
-
- Jan 25, 2016
-
-
Thomas Fetzer authored
Fixes a bug with conditional jump over uninitialized values, which was intoduced by generalizing how massFractions are set. This keeps the generalization, but reverts everything else to what it has been before. Changes in reference solutions are necessary due to small changes. Thanks gruenich for git-bisecting.
-
- Jan 22, 2016
-
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
Bernd Flemisch authored
-
- Jan 19, 2016
-
-
Thomas Fetzer authored
This changes the reference solutions.
-
Thomas Fetzer authored
-
Thomas Fetzer authored
This requires updating the reference solutions. For mpnckinetic it was not able to check, whether the reference solution was already broken before.
-
- Jan 13, 2016
-
-
Timo Koch authored
The bounding box tree uses the grid's index set as it is only concerned with elements no matter which discretization. We have to therefore use the gridview's indexset to access the point source map in the problem.
-
Timo Koch authored
* Implement problem interface functions mimicking the normal source interface * Implement a possibility to implement derived point source classes getting cutomized lambda functions * the pointsource class gets an update method * An example implementation with test for time dependent point sources is implemented * Restructure the point source class. Do not derive from PrimaryVariables (less felxible) instead overload some operators for convenience * Call the solDependentPointSource function for each point source not per dof (multiple ps possible) * Recompute the map for adapted grids
-
Thomas Fetzer authored
-
Christoph Grüninger authored
* Remove unused types * Remove superfluous semicolons after methods
-
- Jan 08, 2016
-
-
Thomas Fetzer authored
Note: this leads to a change how to set boundary conditions for the momentum balance. Inflow now becomes Dirichlet and Outflow becomes Neumann. This is consistent with the new notation.
-
- Jan 07, 2016
-
-
Timo Koch authored
-
Christoph Grüninger authored
-
- Jan 06, 2016
-
-
Timo Koch authored
The test has to have a main function. The test should be skipped if pdelab is not present.
-
- Dec 17, 2015
-
-
Thomas Fetzer authored
-