登录
首页 » Fortran » kraken_tl

kraken_tl

于 2011-12-27 发布 文件大小:768KB
0 197
下载积分: 1 下载次数: 69

代码说明:

  利用简正波理论来计算声场,其中用到的思想可以在《计算海洋声学》中找到(using the nomal mode theary to compute the sound field)

文件列表:

kraken_tl
.........\Debug
.........\.....\BuildLog.htm,5462,2004-01-12
.........\.....\DF60.PDB,33792,2009-12-16
.........\.....\errout.obj,3241,2002-01-07
.........\.....\eval.obj,15271,2003-06-23
.........\.....\evalad.obj,39224,2003-06-23
.........\.....\evalcm.obj,32604,2002-01-07
.........\.....\EVAL_EVALAD.obj,72163,2009-08-18
.........\.....\field.bsc,74752,2009-08-18
.........\.....\field.exe,589874,2009-12-16
.........\.....\field.ilk,379236,2009-12-16
.........\.....\field.obj,11398,2009-12-16
.........\.....\field.pdb,402432,2009-12-16
.........\.....\field.sbr,283,2009-08-18
.........\.....\getmod.obj,22371,2002-01-07
.........\.....\header.obj,5060,2002-01-07
.........\.....\kraken.obj,51278,2009-08-18
.........\.....\kraken_input.obj,32938,2009-08-18
.........\.....\kraken_mod.mod,26887,2009-08-18
.........\.....\KRAKEN_MOD.obj,123531,2009-08-18
.........\.....\krakmod.mod,2417,2003-06-23
.........\.....\krakmod.obj,2615,2003-06-23
.........\.....\LIMOD.obj,11623,2003-06-23
.........\.....\para_mod.mod,11518,2003-06-23
.........\.....\pekrt.obj,1709,2002-01-07
.........\.....\sdrdr.mod,2416,2002-01-07
.........\.....\sdrdr.obj,18105,2002-01-07
.........\.....\sorti.obj,3101,2002-01-07
.........\.....\subtab.obj,2221,2002-01-07
.........\.....\weight.obj,2796,2002-01-07
.........\ERR_MESSAGE.TXT,866,2009-12-16
.........\EVAL_EVALAD.F90,10383,2011-09-28
.........\field.dsp,3677,2003-07-24
.........\field.dsw,533,2002-01-07
.........\field.exe,634931,2004-11-24
.........\field.f90,1648,2009-08-18
.........\field.flp,340,2001-05-12
.........\field.ncb,27648,2009-08-17
.........\field.opt,45568,2011-09-28
.........\field.plg,706,2009-12-16
.........\field.sln,332,2010-10-26
.........\field.vcproj,3474,2004-01-12
.........\field.vcproj.LZHL.Administrator.user,1405,2009-08-17
.........\kraken.f90,13821,2003-08-14
.........\kraken.in,13139,2009-12-04
.........\kraken.in.bak,13138,2004-02-03
.........\kraken_input.f90,5083,2003-11-19
.........\KRAKEN_IOA_200Hz_ATT_IOA.OUT,15968,2009-08-18
.........\KRAKEN_IOA_Tl.OUT,31936,2009-12-16
.........\KRAKEN_MOD.F90,58966,2004-01-12
.........\kraken_说明.in,3748,2003-09-01
.........\NORMAL.DAT,790,2009-12-16
.........\NORMALqq.DAT,316,2003-08-14
.........\pekrt.f90,989,1999-10-30
.........\read0.asv,687,2003-09-11
.........\read0.m,732,2003-09-11
.........\sdrdr.f90,4255,2000-06-21
.........\sorti.f90,1342,1999-06-05
.........\subtab.f90,481,1999-06-08
.........\svp.fig,24536,2003-07-25

.........\weight.f90,1116,1999-06-09

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • computeAreaOfPolygon
    计算多边形(凸凹)面积。 欢迎批评指正(Calculating polygon (convex and concave) area. Welcome criticism)
    2008-04-24 20:38:30下载
    积分:1
  • 2242144_PDE_Galerkin (1)
    说明:  Galerkin method,a numerical approximate method based on weighted residual method,commonly used in differential equation.(Galerkin method,a numerical approximate method based on weighted residual method,commonly used in differential equation.)
    2019-12-25 20:15:07下载
    积分:1
  • 最速下降法
    说明:  最优化课程中的最速下降法matlab程序,利用了wolfe搜索和armijo线搜索(Matlab program of steepest descent method in optimization course, using Wolfe search and Armijo line search)
    2021-03-26 18:19:13下载
    积分:1
  • geopot97.v0.4e.f
    大地测量软件,可以计算大地水准面、重力异常、重力梯度等各种物理量(Geodesy software, coordinate transformation, geoid calculation)
    2013-09-09 08:07:53下载
    积分:1
  • FCT_VOF-and-Youngs
    FCT_VOF AND YOUNGS_PLIC fully functioning source codes Debugged and fully functioning source codes Both can be used to calculate by choosing the icase for (1) the Zalesak rotational flow problem (2) the shear flow problem This complete set includes both FCT_VOF and Youngs_plic source code in f90. Including a input data file. The codes have been debugged and tested using MS-FORTRAN. Results can be obtained directly from the output files and loaded to get results. (FCT_VOF AND YOUNGS_PLIC fully functioning source codes Debugged and fully functioning source codes Both can be used to calculate by choosing the icase for (1) the Zalesak rotational flow problem (2) the shear flow problem This complete set includes both FCT_VOF and Youngs_plic source code in f90. Including a input data file. The codes have been debugged and tested using MS-FORTRAN. Results can be obtained directly from the output files and loaded to get results. Ps: statement CALL WRITER needed to be removed and replaced with usual output statement fsuch as: Write(*,*) x(I,j),y(I,j),fi(I,j)…. Etc., for user’s requirement. )
    2021-02-04 19:09:57下载
    积分:1
  • Compute-normal
    对于网格上每个点求取法向量的方法,程序实现的比较好(Compute normal vectors of 2.5D triangulation)
    2020-11-05 09:09:52下载
    积分:1
  • wedg140
    fortran程序,计算应力强度因子和特征值和特征向量,研究多种材料接触(fortran program)
    2014-09-22 10:47:40下载
    积分:1
  • RSSI
    用Matlab编写 的基于RSSI的信号 强度传输过程中通过损耗进行无线传感器网络WSN节点定位。(WSN ,RSSI)
    2011-11-03 22:10:05下载
    积分:1
  • FDTd
    对一个微带天线使用FDTD方法进行计算和分析,得到该天线反射系数,远区辐射场等信息(Right a microstrip antenna to use the FDTD method carry on calculated and analyzed, get this antenna reflection coefficient, far Ou radiation field and other information)
    2021-05-15 15:30:02下载
    积分:1
  • buitei
    已经调试成功.内含m文件,可直接运行,迭代自组织数据分析,仿真图是速度、距离、幅度三维图像。( Has been successful debugging. M contains files can be directly run, Iterative self-organizing data analysis, FIG simulation speed, distance, amplitude three-dimensional image.)
    2016-09-17 11:32:28下载
    积分:1
  • 696518资源总数
  • 105595会员总数
  • 1今日下载