Dispersion relation for water waves

버전 1.1.0.0 (40.5 KB) 작성자: Frederic Moisy
Dispersion relation, and its inverse, for surface waves (eg, finding wavenumber from frequency).
다운로드 수: 2.4K
업데이트 날짜: 2010/4/30

라이선스 보기

This set of functions simply provides an easy way to work with the dispersion relation of surface waves, given by

omega(k) = sqrt ( tanh(k*h0) * (g*k + gamma*k^3/rho))

where omega is the pulsation (in rad/s), k the wavenumber (in 1/m), h0 the depth, g the gravity, gamma the surface tension and rho the density.

The function kfromw allows one to invert the dispersion relation, i.e. to give the value of omega for a given value of k.
(For infinite depth, kfromw simply inverts the cubic polynomial. For finite depth, a zero-finding method is used, starting from the infinite depth solution).

By default, the physical parameters (liquid densities, surface tension, etc.) are set for an air-water interface under usual conditions, with a water layer of infinite depth ("deep water waves"). Use the function wave_parameter to change those properties.

See the published file "demo" to learn more about this package.

인용 양식

Frederic Moisy (2024). Dispersion relation for water waves (https://www.mathworks.com/matlabcentral/fileexchange/27391-dispersion-relation-for-water-waves), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R14
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Oceanography and Hydrology에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.1.0.0

typing errors

1.0.0.0