|
World Ocean Simulation System (WOSS) library
|
Gravel type implementation. More...
#include <sediment-definitions.h>


Protected Member Functions | |
| double | calculateVelocityS (double vels, double bottom_depth) const |
Additional Inherited Members | |
Static Public Member Functions inherited from woss::Sediment | |
| static void | setDebug (bool flag) |
Protected Attributes inherited from woss::Sediment | |
| std::string | type |
| double | depth |
| double | vel_c |
| double | vel_s |
| double | density |
| double | att_c |
| double | att_s |
Static Protected Attributes inherited from woss::Sediment | |
| static bool | debug = false |
Gravel type implementation.
Literature gravel implementation
| SedimentGravel::SedimentGravel | ( | double | depth = 1.0 | ) |
References calculateVelocityS(), woss::Sediment::set(), and woss::Sediment::vel_s.

Shear wave velocity formula taken from the literature
References woss::Sediment::set().
Referenced by SedimentGravel().
