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


Public Member Functions | |
| CircularDamBreak2d (t_real i_heightInside, t_real i_heightOutside, t_real i_damRadius, t_real i_centerX, t_real i_centerY) | |
| t_real | getHeight (t_real i_x, t_real i_y) const |
| t_real | getMomentumX (t_real, t_real) const |
| t_real | getMomentumY (t_real, t_real) const |
| t_real | getBathymetry (t_real, t_real) const |
Public Member Functions inherited from tsunami_lab::setups::Setup | |
| virtual | ~Setup () |
|
virtual |
Bathymetry (always 0 — flat bottom).
Implements tsunami_lab::setups::Setup.
|
virtual |
Gets the water height at a given point.
Implements tsunami_lab::setups::Setup.
|
virtual |
Momentum in x-direction (always 0).
Implements tsunami_lab::setups::Setup.
|
virtual |
Momentum in y-direction (always 0).
Implements tsunami_lab::setups::Setup.