engineeringwavesspectra

Pierson Moskowitz

Available under GPL (Free) and Commercial licence
get a GPL licence
COST (GBP)
this unit 1.60
sub units 2.40
add a commercial licence to your cart
0
viewed 18 times
www.codecogs.com/d-ox/engineering/waves/spectra/pierson_moskowitz.php
Other modules that are used by this module. We add these to the cart for you whenever you add this module, unless you already own enough licences for them. Click for details
Controller: lloyd    Contact Controller

Group Description

The Pierson-Moskowitz (PM) spectra is an empirical relationship that defines the distribution of energy with frequency within the ocean.

Developed in 1964 the PM spectrum is one of the simplest descriptions for the energy distribution. It assumes that if the wind blows steadily for a long time over a large area, then the waves would eventually reach a point of equilibrium with the wind. This is known as a fully developed sea. This spectrum evolved from measurements (and collated data) from Moskowitz (1064) who formed the following graph relating energy distribution to wind:
15422/PMspectrum2.jpg
References:

Interface

#include <codecogs/engineering/waves/spectra/pierson_moskowitz.h>

using namespace Engineering::Waves::Spectra;

double PM_Gnnw (double w, double wp, double alpha=0.0081, double beta=1.25)
Defines the Pierson-Moskowitz spectra in the wave-frequency domain
double PM_wp (double wind)
Compute the peak circular frequency for a JONSWAP spectrum based on wind speed and fetch length.
double PM_Gnnk (double k, double dk, double wp, double depth=0, double alpha=0.0081, double beta=1.25)
Defines the Pierson-Moskowitz (PM) spectra in the wave-number domain

Function Documentation

Add calculator to your site or email
 
doublePM_Gnnwdoublew
doublewp
doublealpha = 0.0081
doublebeta = 1.25 )
The Pierson-Moskowitz (PM) spectra is an empirical relationship that defines the distribution of energy with frequency within the ocean.

The underlying equation is:
(1)
\displaystyle S(\omega) = \frac{\alpha g^2}{(2\pi)^2 \omega^4} exp \left [-\frac{5}{4} \frac{\omega_p}{\omega}^4  \right ]
where

For a range of typical north sea conditions (where α =0.0081 and \omega_p=2 \pi/12.4=0.5), but with varying peak enhancements the PM spectra has the form
\graph  w=0:1.4, wp=0.5, alpha=0.0081, beta=0.5:1.5:5

Standards
This function conforms to British Standards (BS 6349-1:2000), 24 July 2003.
Parameters:
wwave-frequency (2 π/s)
wpthe peak wave frequency (2 π/s)
alphaThe intensity of the Spectra. Default value = 0.0081
betaA shape factor. Default value = 1.25
Source Code:
Register

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


Add calculator to your site or email
 
doublePM_wpdoublewind )
The peak frequency of the PM spectrum is based empirically on wind speed,
(2)
\displaystyle f_p = \frac{0.877\;g}{U_{19.5}}
where

However, \omega_p = 2\pi f , therefore
(3)
\displaystyle \omega_p = \frac{2 \pi 0.877\;g}{U_{19.5}}

The relationship between wind speeds at different elevations are given by the expression
(4)
\displaystyle U_z = U_w (z/10)^{1/7}
i.e. U_{19.5}=22.55\;m/s is equivalent to U_{10}=20.6\;m/s

Standards
This function conforms to British Standards (BS 6349-1:2000), 24 July 2003.
Parameters:
windThe wind speed 10m above the sea surface. [m/s]
Source Code:
Register

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


PM Gnnk Calculator

  

Add calculator to your site or email
 
doublePM_Gnnkdoublek
doubledk
doublewp
doubledepth = 0
doublealpha = 0.0081
doublebeta = 1.25 )
This function uses the description of the PM spectra described in frequency to obtain an estimate of the distribution in wave-number using the 1st order dispersion relationship give in dispersion.

The function uses a 1st order central difference scheme to compute the corresponding value in wave-number, i.e.
(5)
\displaystyle T(k) = \frac{S(\omega(k-\Delta k/2)) + S(\omega(k+\Delta k/2))}{2}
where

For a range of north sea conditions (where α =0.0081 and \omega_p=2 \pi/12.4=0.5), but with varying peak enhancements the PM spectra has the following form in wave-number:
\graph  k=0:0.1, dk=0.01, wp=0.5, depth=0, alpha=0.0081, beta=1.25
Parameters:
kWave-number (2 π/m)
dkThe discretization in wave-number (representing accuracy of conversion)
wpThe peak wave frequency
depthThe water depth. Default value=0 (infinite depth)
alphaThe intensity of the spectra. Default value = 0.01
betaDefault value = 1.25
Source Code:
Register

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


Last Modified: 9 Apr 08 @ 08:08     Page Rendered: 2008-05-12 12:33:59

Page Comments

  You must login to leave a messge


Valid CSS!   Valid XHTML 1.0 Transitional