Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • dumux dumux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 91
    • Issues 91
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 80
    • Merge requests 80
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • dumux-repositories
  • dumuxdumux
  • Issues
  • #941
Closed
Open
Created Oct 17, 2020 by Simon Emmert@emmertContributor

test_vtk_staggeredfreeflowpvnames fails on buildbot

test_vtk_staggeredfreeflowpvnames aborts on buildbot. I think (but I did not check anything yet), this is due to !2224 (merged). From looking at dumux/test/io/vtk/test_vtk_staggeredfreeflowpvnames.cc it seems like the navierstokes-tests work, and the KEpsilon-test is the first one to abort with the following message: updateStaticWallProperties:/data/dumux/dumux/freeflow/rans/zeroeq/problem.hh:91]: Due to grid/geometric concerns, zero-eq models should only be used for flat channel geometries.

I guess this is an easy fix for @nedc or @melaniel

Log excerpt from buildbot:

###         #   #        # #                            
#  #  #  #  ## ##  #  #   #                             
#  #  #  #  # # #  #  #  # #                            
###    ##   #   #   ##                                  
                                                        
Dune for Multi-{ Phase,                                 
                 Component,                             
                 Scale,                                 
                 Physics,                               
                 ...} flow and transport in porous media
The H2O-air fluid system was configured with the following policy:
 - use H2O density as liquid mixture density: false
 - use ideal gas density: false
 - use air viscosity as gas mixture viscosity: false
-------------------------------------------------------------------------
Initializing tables for the H2O fluid properties (20000 entries).
Temperature -> min: 2.731e+02, max: 6.231e+02, n: 100
Pressure    -> min: -1.000e+01, max: 2.000e+07, n: 200
-------------------------------------------------------------------------
Writing output for problem "navierstokes". Took 3.373e-01 seconds.
Warning: gasDensity(T=0, p=0) of component 'H2O' is outside tabulation range: (273.15<=T<=623.15), (-10<=p<=2e+07). Forwarded to FluidSystem for direct evaluation of gasDensity. 
Writing output for problem "navierstokesni". Took 1.604e-01 seconds.
Writing output for problem "navierstokesnc". Took 1.692e-03 seconds.
Writing output for problem "navierstokesncni". Took 2.352e-03 seconds.
terminate called after throwing an instance of 'Dune::NotImplemented'
  what():  Dune::NotImplemented [updateStaticWallProperties:/data/dumux/dumux/freeflow/rans/zeroeq/problem.hh:91]: 
 Due to grid/geometric concerns, zero-eq models should only be used for flat channel geometries. 
 If your geometry is a flat channel, please set the runtime parameter RANS.IsFlatWallBounded to true. ```
Assignee
Assign to
Time tracking