-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsuperplot.html
48 lines (35 loc) · 3.48 KB
/
superplot.html
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<!-- Mirrored from homepages.cae.wisc.edu/~chinwu/Coastal_Java/superplot.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 14 Oct 2020 15:22:09 GMT -->
<HEAD>
<TITLE> CACR Wave Superposition</TITLE>
</HEAD>
<BODY bgcolor="#C0C0C0">
<img src="cacr.mini.gif" ALIGN="LEFT">
<FONT COLOR="#0000FF"><center> <font size=+3>Superposition of Water Waves</FONT></P> </center>
<CENTER><P>
<HR WIDTH="100%"></P></CENTER>
<CENTER><P><APPLET code= SuperPlot-2.html archive="superplot.jar" width=600 height=350> This application requires a Java-enhanced browser to use. Sorry.</APPLET></P></CENTER>
<font color ="#000000">
<p>
The sea surface motion is the superposition of numerous wave trains. Here one to four (linear) waves can be summed, travelling either in the +x direction (denoted with a +1) or the opposite direction (-1). You have the choice of examining one, two, three, or four waves together (by making the appropriate wave heights zero). The displayed quantities: <strong>x_max</strong> and <strong>time</strong> denote the width of the viewing panel in meters, and the elapsed time in seconds, repectively. Pressing <strong> Stop</strong> and then <strong> Calculate</strong> will reset the time. (Obviously the plot region is not to scale with the depth.) The waves that comprise the total wave field can be viewed in an unsummed form by choosing <strong> Components </strong> instead of <strong> Superpose </strong> with the Choice button; however, the animation is much slower and the buttons are less responsive.
<p>
A variety of phenomena can be examined with this applet:
<ul>
<li> single wave trains, found by zeroing the heights of the other three waves. The speed of the wave, C, can be determined by noting the time that it takes a wave to traverse the entire screen: C=<strong>x_max</strong>/time.</li>
<li>wave groups, which are very noticeable when two (or more) waves have nearly the same wave period. The group velocity can be determine empirically by timing the group over the distance, x_max. Conventionally, the waves travel in the same direction and the wave groups move at a velocity less than the individual waves velocity; however, try changing the direction of one of the waves. (change a +1 to a -1). </li>
<li> standing wave systems, when two waves have the same characteristics, but are travelling in the opposite directions (change a +1 to a -1), such as would occur when an incident wave reflects from a wall. The wall would be located at the left side of the graphing panel.</li>
<li> wave groups reflecting from a wall (at left boundary of plot). Use two waves to make a wave group (each wave with a slightly different period); then add two more waves with opposite direction, but otherwise the same characteristics. Note the long-term behavior.
</ul>
<p>
The width of the plot window can be adjusted by the slide bar and hitting <strong> Stop</strong> and <strong> Calculate</strong>. Be careful that you don't plot too wide an area because the lack of plotting resolution can give spurious results.
<p>
The time step is taken as 1/30 of the period of the first wave.
<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/superplot.html by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 14 Oct 2020 15:22:10 GMT -->
</HTML>