- 17 Dec, 2019 6 commits
-
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
Property macros are deprecated and will be removed after release 3.2
-
- 16 Dec, 2019 2 commits
-
- 03 Dec, 2019 1 commit
-
-
Simon Emmert authored
[3p3c][localresidual] fix calculation of diffusive fluxes See merge request !1819
-
- 02 Dec, 2019 8 commits
-
-
Katharina Heck authored
localresidual. The diffusive fluxes add up to 0 only in the mass-averaged system and then need to be divided by the molar mass
-
Katharina Heck authored
diffusive fluxes add up to 0 only in the mass averaged system and then need to be devided by the molar mass of each component
-
Katharina Heck authored
is flux of the remaining phase only in the right reference system. That is why this has to be calculated and then the units for all fluxes need to be adapted
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
- 28 Nov, 2019 4 commits
-
-
Ned Coltman authored
Fix/bjs velocity calculation See merge request !1798
-
Ned Coltman authored
-
-
-
- 25 Nov, 2019 5 commits
-
-
Simon Emmert authored
[doc] Improve example readme See merge request !1809
-
Timo Koch authored
-
Martin Schneider authored
[stokesDarcy][couplingData] Generalize pressure reconstruction See merge request !1565
-
Martin Schneider authored
-
-
- 23 Nov, 2019 1 commit
-
- 22 Nov, 2019 2 commits
-
-
Martin Schneider authored
[2p2c] add asImp_ for call of getFlux See merge request !1794
-
Simon Scholz authored
FVGridGeometry and fvGridGeometry were renamed to GridGeometry and gridGeometry respectively. This updates the readmes for the examples.
-
- 21 Nov, 2019 8 commits
-
-
Martin Schneider authored
[rotationsymmetry] Add convenience traits to construct radially symmetric grid geometries See merge request !1804
-
Timo Koch authored
-
Martin Schneider authored
[pointsource] Make computation more efficient by not copying vector See merge request !1805
-
Timo Koch authored
-
Martin Schneider authored
Feature/radially symmetric problems See merge request !1803
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
This implements wrappers for scvs and scvf that turn them into radially symmetric counterparts by overloading the volume() and area() functions. We support three modes: * disc (annulus): A 1d grid is extruded into an annulus or disc In the case of a disc (inner pos: 0) the inner scvf.area() is 0! * ball (shell): A 1d grid is extruded into a spherical shell or a ball In the case of a ball the inner scvf.area() is 0! * toroid: A 2d grid is extruded into a toroid In the case that on grid side is aligned with the axis the inner scvf.area() for all inner scvfs is 0! The grid points all have to be >= 0! We also support unstructured grids and random convex shapes
-
- 20 Nov, 2019 3 commits
-
-
Timo Koch authored
-
This uses the newly introduced fluxtraits to check if the velocity field is stationary. With these changes the velocity output is corrected in the reference solution.