文件名称:WaveNumber
- 所属分类:
- 能源行业(电力石油煤炭)
- 资源属性:
- 上传时间:
- 2013-09-05
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- soh***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
! This FUNCTION solves the finite depth dispersion relationship:
!
! k*tanh(k*h)=(Omega^2)/g
!
! for k, the wavenumber (WaveNumber) given the frequency, Omega,
! gravitational constant, g, and water depth, h, as inputs. A
! high order initial guess is used in conjunction with a quadratic
! Newton s method for the solution with seven significant digits
! accuracy using only one iteration pass. The method is due to
! Professor J.N. Newman of M.I.T. as found in routine EIGVAL of
! the SWIM-MOTION-LINES (SML) software package in source file
! Solve.f of the SWIM module.-
! This FUNCTION solves the finite depth dispersion relationship:
!
! k*tanh(k*h)=(Omega^2)/g
!
! for k, the wavenumber (WaveNumber) given the frequency, Omega,
! gravitational constant, g, and water depth, h, as inputs. A
! high order initial guess is used in conjunction with a quadratic
! Newton s method for the solution with seven significant digits
! accuracy using only one iteration pass. The method is due to
! Professor J.N. Newman of M.I.T. as found in routine EIGVAL of
! the SWIM-MOTION-LINES (SML) software package in source file
! Solve.f of the SWIM module.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
WaveNumber.f90