engineeringwaves

group celerity

Available under GPL (Free) and Commercial licence
get a GPL licence
COST (GBP)
this unit 0.80
sub units 0.00
add a commercial licence to your cart
0
viewed 3 times and licensed 1 times
www.codecogs.com/d-ox/engineering/waves/group_celerity.php
Controller: CodeCogs    Contact Controller

Interface

#include <codecogs/engineering/waves/group_celerity.h>

using namespace Engineering::Waves;

double group_celerity_k (double k, double depth=0, double gravity=9.8066)
Uses a linear dispersion relationship to compute the wave group velocity
Click for details on using CodeCogs in ExcelReal cc_group_celerity_k (Real k, Real depth, Real gravity)
This function is available as a Microsoft Excel add-in.

Function Documentation

Group Celerity K Calculator

  

Add calculator to your site or email
 
doublegroup_celerity_kdoublek
doubledepth = 0
doublegravity = 9.8066 )
Within a train of waves the movement of energy is usually slower than that of the waves. As such is you study a short train of waves they will develop at the back of the group, travel forward through the group and disappear at the front of the group.

[DIAGRAM]

The definition of group velocity is:
(1)
\displaystyle C_g = \frac{\partial \omega}{\partial k}

In deep water, where \omega^2=gk , group velocity is merely
(2)
\displaystyle C_g = \frac{1}{2}C
While in shallow water the form is a little more complicated, i.e.
(3)
\displaystyle C_g = \frac{g}{2 \omega} \left [ k sech^2(k d) + tanh(k d) \right ]

Using this second form, we can plot as an example the relationship between Cg and wave-number, k :
\graph  k=0:4, depth=1:10:4, gravity=9.8066
Example:
reveal hidden layer C Example
Parameters:
kwave-number defines as (2 \pi/m ). [rad/m]
depththe depth of the water to mean sea level. A value of zero or less corresponds to deep water. [m]
gravityacceleration due to gravity (default 9.8066 m/s2). [m/s2]
Returns:
wave-frequency (2 \pi/s ). [rad/s]
Authors:
Will Bateman (February 2005)
Source Code:
Register

- To get code register with CodeCogs. Already a Member, then Login.


Last Modified: 20 Feb 08 @ 23:19     Page Rendered: 2008-05-13 17:58:34

Page Comments

  You must login to leave a messge


Valid CSS!   Valid XHTML 1.0 Transitional