source: anuga_work/production/sydney_2006/report/smfmodel.tex @ 4093

Last change on this file since 4093 was 4093, checked in by sexton, 18 years ago

smf report updates

File size: 1.8 KB
Line 
1
2
3\begin{table}
4\begin{center}
5\begin{tabular}{|l|l|}\hline
6Variable name & Quantity \\ \hline
7$b$ & length \\ \hline
8$w$ & width \\ \hline
9$T$ & thickness \\ \hline
10$\gamma$ & density \\ \hline
11$d$ & water depth to centre of mass \\ \hline
12$\theta$ & bathymetric slope \\ \hline
13$\psi$ & angular orientaion \\ \hline
14$C_d$ & drag coefficient \\ \hline
15$C_m$ & added mass coefficient \\ \hline
16\end{tabular}
17\end{table}
18\end{center}
19
20The following relationships are used to derive parameters describing a slide
21submarine mass failure:
22
23characteristic time of motion
24
25$$t_0 = \frac{u_t}{a_0}$$
26
27initial acceleration
28
29$$a_0 = g \sin \theta (\frac{gamma-1}{gamma + C_m}) (1 - \frac{\tan \psi}{\tan \theta})$$
30
31theoretical terminal velocity
32
33$$u_t = \sqrt{gd} \sqrt{ \frac{b \sin \theta}{d} \frac{\pi (\gamma-1)}{2 C_d}
34(1 - \frac{\tan \psi}{\tan \theta}) }$$
35
36characteristic distance of motion
37
38$$s_0 = \frac{u_t^2}{a_0}$$
39
40From these parameters, further parameters are derived which describe the water displacement produced by the slide:
41
42characteristic tsunami wavelength
43
44$$\lambda_0 = t_0 \sqrt{gd}$$
45
46characteristic two dimensional amplitude
47
48$$\eta_{0,2D} = s_0 (0.0574 - 0.0431 sin \theta) (\frac{T}{b})
49(\frac{b \sin \theta}{d})^1.25 (1 - \exp(-2.2(\gamma-1) ) ) $$
50
51characteristic three dimensional amplitude
52
53$$\eta_{0,3D} = \frac{\eta_{0,2D}}{1 + 15.5 \sqrt{ \frac{d}{b sin \theta} } $$
54
55Assuming a double Gaussian relationship in the $x$ direction (tsunami length) and a $\sech^2$ 
56relationship in the $y$ direction (tsunami width), the initial water displacement for a slide may be represented by
57
58$$\eta(x,y) = \eta_{0,3D} \frac{ (\exp(-(\frac{x-x_0}{\lambda_0})^2) - 
59\kappa \exp(-(\frac{x-\delta x - x_0}{\lambda_0})^2))}{cosh^2(\kappa\frac{y-y_0}{w+\lambda_0})}$$
Note: See TracBrowser for help on using the repository browser.