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

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

slide report updates

File size: 1.9 KB
Line 
1
2\begin{table}
3\begin{center}
4\caption{Variables used in slide submarine mass failure model.}
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{center}
18\end{table}
19
20
21The following relationships are used to derive parameters describing a slide
22submarine mass failure:
23
24characteristic time of motion
25
26$$t_0 = \frac{u_t}{a_0}$$
27
28initial acceleration
29
30$$a_0 = g \sin \theta (\frac{\gamma-1}{\gamma + C_m}) (1 - \frac{\tan \psi}{\tan \theta})$$
31
32theoretical terminal velocity
33
34$$u_t = \sqrt{gd} \sqrt{ \frac{b \sin \theta}{d} \frac{\pi (\gamma-1)}{2 C_d}
35(1 - \frac{\tan \psi}{\tan \theta}) }$$
36
37characteristic distance of motion
38
39$$s_0 = \frac{u_t^2}{a_0}$$
40
41From these parameters, further parameters are derived which describe the water displacement produced by the slide:
42
43
44characteristic tsunami wavelength
45
46$$\lambda_0 = t_0 \sqrt{gd}$$
47
48characteristic two dimensional amplitude
49
50$$\eta_{0,2D} = s_0 (0.0574 - 0.0431 \sin \theta) (\frac{T}{b})
51(\frac{b \sin \theta}{d})^{1.25} (1 - \exp(-2.2(\gamma-1) ) ) $$
52
53characteristic three dimensional amplitude
54
55$$\eta_{0,3D} = \frac{\eta_{0,2D}}{1 + 15.5 \sqrt{ \frac{d}{b \sin \theta}}} $$
56
57Assuming a double Gaussian relationship in the $x$ direction (tsunami length) and a $\sech^2$ 
58relationship in the $y$ direction (tsunami width), the initial water displacement for a slide may be represented by
59
60$$\eta(x,y) = \eta_{0,3D} \frac{ (\exp(-(\frac{x-x_0}{\lambda_0})^2) - 
61\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.