Implementation of the friction law after Manning.
#include <algorithm>
#include <cmath>
#include <dune/common/math.hh>
#include "frictionlaw.hh"
Go to the source code of this file.