forked from almirnunes/java_waves
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbeach.html
More file actions
33 lines (24 loc) · 2.51 KB
/
beach.html
File metadata and controls
33 lines (24 loc) · 2.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<!-- Mirrored from homepages.cae.wisc.edu/~chinwu/Coastal_Java/beach.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 14 Oct 2020 15:22:17 GMT -->
<HEAD>
<TITLE> Beach Fill Calculator </TITLE>
</HEAD>
<BODY bgcolor="#C0C0C0">
<img src="cacr.mini.gif" ALIGN="LEFT">
<CENTER><P><FONT COLOR="#0000FF"><FONT SIZE=+4>
Beach Fill Calculator</FONT></FONT></P></CENTER>
<CENTER><P>
<HR WIDTH="100%"></P></CENTER>
<CENTER><P><APPLET code= Beach-2.html archive="beach.jar"
width=650 height=350> This application requires a Java-enhanced browser to use. Sorry.</APPLET></P></CENTER>
Using the equilibrium beach profile concept, the amount of required sand to build a beach with a given dry width is calculated. The required data are the original (native) and the fill sand grain sizes, the desired width of the fill beach, the berm height of the beach, and the depth of closure (the depth offshore beyond which the beach profile doesn't change). After you press the Calculate button, the figure shows the beach profile that results. The output includes the volume of sand required to create a beach fill of the specified width in cubic meters per meter of shoreline. (Multiply this number by the length of the fill project to obtain the total required volume.) The width of the picture is given by <strong>x_max</strong> (in meters).<p>
The equilibrium beach profile is given by <strong> h = A x ^(2/3)</strong>; that is, the depth is given by a profile parameter <strong>A</strong> (which depends on the grain size of the sand) times the distance offshore <strong>x</strong> raised to the 2/3 power. For the original beach, the profile parameter is <strong>A_N</strong>, and for the filled beach (denoted in the figure above by the magenta), the parameter is <strong>A_F</strong>.<p>
With this applet, it is pretty easy to see that the coarser the fill material, the steeper the beach profile and the less sand is required to create a beach of a given width. Not that if the sand is too fine (compared with the native material), most of the sand will eventually be deposited offshore near the depth of closure. <p>
<p><FONT COLOR="#FF0000">Comments: <a href="mailto:[email protected]"> Robert A. Dalrymple</a></font><br>
Center for Applied Coastal Research<br>University of Delaware,
Newark DE 19716<br>USA
</BODY>
<!-- Mirrored from homepages.cae.wisc.edu/~chinwu/Coastal_Java/beach.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 14 Oct 2020 15:22:17 GMT -->
</HTML> </BODY>
</HTML>