Skip to content
Snippets Groups Projects
  1. Nov 13, 2018
  2. Sep 04, 2018
  3. Aug 09, 2018
  4. Jul 16, 2018
  5. Dec 15, 2017
    • Kilian Weishaupt's avatar
      [2p1cni][test][box] Update ref solution · d1b8f210
      Kilian Weishaupt authored and Timo Koch's avatar Timo Koch committed
      * 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)
      d1b8f210
    • Kilian Weishaupt's avatar
      [2p1cni][test] Adapt variable names in box ref sol · 64b025f2
      Kilian Weishaupt authored and Timo Koch's avatar Timo Koch committed
      64b025f2
  6. Aug 31, 2016
Loading