Skip to content
Snippets Groups Projects
Commit d1b8f210 authored by Kilian Weishaupt's avatar Kilian Weishaupt Committed by Timo Koch
Browse files

[2p1cni][test][box] Update ref solution

* 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)
parent 685fc674
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment