Dispersion relationship for water waves

버전 1.0.0.0 (2.48 KB) 작성자: Gabriel Ruiz-Martinez
This script computes the dispersion relationship for water waves
다운로드 수: 3.6K
업데이트 날짜: 2009/5/4

라이선스 보기

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.

인용 양식

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. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2008a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

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