[swe][friction] Fix several things about the 'shearStress' interface
* shearstress is deprecated (it returned bottom shear stress normalized by negative density) * new interface 'bottomShearStress' that returns the (positive) bottom shear stress in N/m^2 * introduce FluidSystem for shallow water models * Make the assumption of incompressible fluids explicit by static_asserts
Showing
- CHANGELOG.md 1 addition, 0 deletionsCHANGELOG.md
- dumux/flux/shallowwaterviscousflux.hh 9 additions, 3 deletionsdumux/flux/shallowwaterviscousflux.hh
- dumux/freeflow/shallowwater/model.hh 16 additions, 1 deletiondumux/freeflow/shallowwater/model.hh
- dumux/freeflow/shallowwater/volumevariables.hh 17 additions, 0 deletionsdumux/freeflow/shallowwater/volumevariables.hh
- dumux/material/fluidmatrixinteractions/frictionlaws/frictionlaw.hh 9 additions, 6 deletions...erial/fluidmatrixinteractions/frictionlaws/frictionlaw.hh
- dumux/material/fluidmatrixinteractions/frictionlaws/manning.hh 17 additions, 14 deletions.../material/fluidmatrixinteractions/frictionlaws/manning.hh
- dumux/material/fluidmatrixinteractions/frictionlaws/nikuradse.hh 13 additions, 11 deletions...aterial/fluidmatrixinteractions/frictionlaws/nikuradse.hh
- dumux/material/fluidmatrixinteractions/frictionlaws/nofriction.hh 7 additions, 6 deletions...terial/fluidmatrixinteractions/frictionlaws/nofriction.hh
- examples/shallowwaterfriction/problem.hh 6 additions, 6 deletionsexamples/shallowwaterfriction/problem.hh
- test/freeflow/shallowwater/poiseuilleflow/params.input 0 additions, 0 deletionstest/freeflow/shallowwater/poiseuilleflow/params.input
- test/freeflow/shallowwater/roughchannel/problem.hh 3 additions, 3 deletionstest/freeflow/shallowwater/roughchannel/problem.hh
Loading
Please register or sign in to comment