- Dec 15, 2017
-
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
-
Kilian Weishaupt authored
* use correct class name
-
Kilian Weishaupt authored
-
Timo Koch authored
-
Timo Koch authored
-
Timo Koch authored
-
* the test failed compared to the ref solution generated on the old master * the reason for this is the change of how rho in context of gravity is calculated * using rho = 0.5*(elemVolVars[scvf.insideScvIdx()].density(phaseIdx) + elemVolVars[scvf.outsideScvIdx()].density(phaseIdx)); instead of interpolating the value of rho onto the face made the test pass w.r.t the the old solution * we prefer interpolationg rho, however, therefore the ref solution is updated * using the interpolated rho also decreases the number of timesteps from 8 to 7 (compared to the old master)
-
-
-
-
-
* Created on old master by changing the names in model.hh * remove output of viscosity
-
-
-
-
-
Kilian Weishaupt authored
[staggered][freeflow] Add class to calcute the fluxes over a plane See merge request !668
-
- Dec 13, 2017
-
-
Kilian Weishaupt authored
* only works for staggered free flow
-
- Dec 12, 2017
-
-
Timo Koch authored
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Dennis Gläser authored
throw statements are no const expressions
-
Dennis Gläser authored
Publicly stating of numComponents and numPhases has to be implemented anyway. Should be done already in all fluid systems.
-
Dennis Gläser authored
-
Dennis Gläser authored
throw statements are no const expressions
-
Dennis Gläser authored
Publicly stating of numComponents and numPhases has to be implemented anyway. Should be done already in all fluid systems.
-
Dennis Gläser authored
-
Dennis Gläser authored
-
Timo Koch authored
gcc7.2 interpreted the brace initializer as initializer list and wrongly constructed the pivar vector with only one entry. The solution in this patch works for all tested compilers.
-
Timo Koch authored
-
Timo Koch authored
-
-
-
-
For this test one needs to be able to update the point source map from outside. As a first workaround, the computePointSourceMap() function in the FvProblem does not get a map as input anymore but takes its own map. We should discuss how this should look in general.
-
-