- Aug 02, 2018
-
-
Melanie Lipp authored
-
- Aug 01, 2018
-
-
Sina Ackermann authored
[test][multidomain] Remove unused reference solutions. See merge request !1158
- Jul 31, 2018
-
-
Melanie Lipp authored
[test][navierstokesnc] Fix test test_msfreeflow. Make binaryDiffusionCoefficient have the same argument as in fluidsystem base class.
-
Melanie Lipp authored
-
- Jul 30, 2018
-
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
Also fix the test itself in the following sense. By default, in the box method, material law parameters are evaluated at scv centers, while primary variables are evaluated at vertices. If no interface condition is used, the secondary variables handed to the Vtk writer might now differ depending on the order in which the scvs are evaluated for each vertex. In order to saty consistent, this test evaluates the material law parameters at the vertex position.
-
This hasn't happened until now in dune-grid such that AMG uses sequential traits for a parallel UGGrid. Implement this as a temporary solution until it is fixed upstream.
-
This recovers results from 2.12. However, these results also are wrong.
-
Timo Koch authored
-
Theresa Schollenberger authored
Feature/test electrochemistryni See merge request !1151
- Jul 29, 2018
-
- Jul 27, 2018
-
-
Bernd Flemisch authored
-
Theresa Schollenberger authored
-
Theresa Schollenberger authored
-
Ned Coltman authored
[staggered][fvElementGeometry] Inherit from cctpfa fvElementGeometry See merge request !1146
-
- Jul 26, 2018
-
-
Simon Emmert authored
[fluidsystems] remove isLiquid in favor of isGas See merge request !1142
-
Kilian Weishaupt authored
[staggered] add the scalar normal velocity to the Vtk output See merge request !1149
-
Bernd Flemisch authored
This will facilitate reading from Vtk files.
-
Dennis Gläser authored
Fix/point in geometry 2d simplex Closes #479 See merge request !1141
-
Kilian Weishaupt authored
Resolve "Rename FluidSystem::BaseFluidSystem to FluidSystem::Base" Closes #533 See merge request !1134
-
- Jul 25, 2018
-
-
Kilian Weishaupt authored
Cleanup/diffusion laws Closes #364 See merge request !1132
-
[cleanup][freeflow] calculate molar flux to mass flux in case of useMoles false in fluxvariables instead of in ficks law. diffusion laws should always return the molar flux
-
-
Kilian Weishaupt authored
* using cctpfa fvElementGeometry comes with a lot of difficulties, furthermore scvf(eIdx, localScvfIdx) is still needed
-
Melanie Lipp authored
-
Bernd Flemisch authored
Cleanup/remove enthalpy and viscosity from constraintsolvers Closes #519 See merge request !1136
-
Beatrix Becker authored
-
Bernd Flemisch authored
[newtonsolver] Pass shared_ptr by copy See merge request !1144
-
Kilian Weishaupt authored
* won't compile otherwise
-
Timo Koch authored
-
Timo Koch authored
-
Beatrix Becker authored
Also replace all calls to isLiquid by equivalent calls to isGas
-
Timo Koch authored
-