Tsunami Project Lab
Loading...
Searching...
No Matches
RareRare1d.h
Go to the documentation of this file.
1
7#pragma once
8
9#include "Setup.h"
10
11namespace tsunami_lab {
12namespace setups {
13class RareRare1d;
14}
15}
16
27 private:
29 t_real m_height = 0;
30
32 t_real m_momentum = 0;
33
35 t_real m_location = 0;
36
37 public:
45 RareRare1d(t_real i_height, t_real i_momentum, t_real i_location);
46
53
60 t_real getMomentumX(t_real i_x, t_real) const;
61
68};
Definition RareRare1d.h:26
t_real getMomentumY(t_real, t_real) const
Definition RareRare1d.cpp:28
t_real getMomentumX(t_real i_x, t_real) const
Definition RareRare1d.cpp:24
t_real getHeight(t_real, t_real) const
Definition RareRare1d.cpp:20
RareRare1d(t_real i_height, t_real i_momentum, t_real i_location)
Definition RareRare1d.cpp:12
Definition Setup.h:21
Definition constants.h:12
float t_real
floating point type
Definition constants.h:17