|
Peano
|
Functions | |
| template<auto gravity, auto param> | |
| static auto | manningFriction (const auto h, const auto hu, const auto hv) |
| Computes the Manning bottom friction. | |
|
static |
Computes the Manning bottom friction.
This function calculates the frictional using the empirical Manning formula. The result depends on the local water height and momentum components.
The friction coefficient is defined by the Manning parameter, which may need to be adjusted depending on the bathymetry, resolution, or physical characteristics of the domain.
| h | Water height |
| hu | x-direction |
| hv | y-direction |
Definition at line 22 of file MeteotsunamiLaws.cpph.