6 namespace coriolisForce {
26 template <auto f0, auto beta>
27 static inline auto betaPlane(
const auto y);
41 static inline auto sphere(
const auto latDeg);
44 namespace bottomFriction {
60 template <auto gravity, auto param>
61 static inline auto manningFriction(
const auto h,
const auto hu,
const auto hv);
static auto manningFriction(const auto h, const auto hu, const auto hv)
Computes the Manning bottom friction.
static auto constant()
Returns the Coriolis parameter f for a given position.
static auto betaPlane(const auto y)
Returns the Coriolis parameter f for a given position.
static auto sphere(const auto latDeg)
Returns the Coriolis parameter f for a given position.