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


Public Member Functions | |
| TsunamiEvent1d (t_real i_amplitude=10, t_real i_zoneStart=175000, t_real i_zoneEnd=250000) | |
| t_real | getHeight (t_real, t_real) 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 () |
TsunamiEvent1d flow setup.
| tsunami_lab::setups::TsunamiEvent1d::TsunamiEvent1d | ( | t_real | i_amplitude = 10, |
| t_real | i_zoneStart = 175000, | ||
| t_real | i_zoneEnd = 250000 ) |
Constructor.
| i_amplitude | earthquake displacement amplitude in meters. |
| i_zoneStart | start of the displacement zone in meters. |
| i_zoneEnd | end of the displacement zone in meters. |
|
virtual |
|
virtual |
Gets the water height at a given 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.