|
Tsunami Project Lab
|
#include <DamBreak1d.h>


Public Member Functions | |
| DamBreak1d (t_real i_heightLeft, t_real i_heightRight, t_real i_locationDam) | |
| t_real | getHeight (t_real i_x, t_real) const |
| t_real | getMomentumX (t_real, t_real) const |
| t_real | getMomentumY (t_real, t_real) const |
Public Member Functions inherited from tsunami_lab::setups::Setup | |
| virtual | ~Setup () |
1d dam break setup.
|
virtual |
Gets the water height at a given point.
| i_x | x-coordinate of the queried point. |
Implements tsunami_lab::setups::Setup.
|
virtual |
Gets the momentum in x-direction.
Implements tsunami_lab::setups::Setup.
|
virtual |
Gets the momentum in y-direction.
Implements tsunami_lab::setups::Setup.