Dispersion relationship for water waves

This script computes the dispersion relationship for water waves
3,6K descargas
Actualizado 4 may 2009

Ver licencia

With this function, you can get the value of L (wavelength), k (wave number), sigma(angular frequency), using different solutions of the dispersion relationship.
Inputs:
h = deep water (m)
T = wave period (s)
Outputs:
kr = wave number with Newton-Rhapson (1/m)
Lr = wavelength with Newton-Rhapson (m)
sigma = angular frequency (1/T)
Syntax :
[Lr,kr,sigma]=disper(h,T)
Example: [Lr,kr,sigma]=disper(3.05,5)
Notes:
In the command window you can see the different values which were computed, using different equations.
Referents:
Fenton,J.D and Mckee,W.D.(1990). On calculating the lengths
of water waves. Coastal Engineering 14, 499-513p.

Citar como

Gabriel Ruiz-Martinez (2024). Dispersion relationship for water waves (https://www.mathworks.com/matlabcentral/fileexchange/23995-dispersion-relationship-for-water-waves), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2008a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0