登录
首页 » WINDOWS » Fortran

Fortran

于 2020-07-01 发布 文件大小:21062KB
0 320
下载积分: 1 下载次数: 24

代码说明:

  求解拉伐尔喷管程序,(1)空间离散格式:采用JST 或Roe格式; (2)时间离散格式:显示Runge-Kutta格式; (3)几何参数和入口参数(Solve the laval nozzle procedure)

文件列表:

Fortran\analysis
Fortran\analysis\implicit
Fortran\analysis\implicit\amplif.pdf
Fortran\analysis\implicit\implic.exe
Fortran\analysis\implicit\implic.f
Fortran\analysis\implicit\input12
Fortran\analysis\implicit\input22
Fortran\analysis\implicit\Makefile
Fortran\analysis\implicit\plot12.v2d
Fortran\analysis\implicit\plot22.v2d
Fortran\analysis\implicit\README.txt
Fortran\analysis\LICENSE.txt
Fortran\analysis\mstage
Fortran\analysis\mstage\ampl_c.v2d
Fortran\analysis\mstage\ampl_u.v2d
Fortran\analysis\mstage\ampl_u2.v2d
Fortran\analysis\mstage\ampl_v.v2d
Fortran\analysis\mstage\central.pdf
Fortran\analysis\mstage\input_c
Fortran\analysis\mstage\input_u
Fortran\analysis\mstage\input_u2
Fortran\analysis\mstage\input_v
Fortran\analysis\mstage\Makefile
Fortran\analysis\mstage\mstage.exe
Fortran\analysis\mstage\mstage.f
Fortran\analysis\mstage\README.txt
Fortran\analysis\mstage\stab_c.v2d
Fortran\analysis\mstage\stab_u.v2d
Fortran\analysis\mstage\stab_u2.v2d
Fortran\analysis\mstage\stab_v.v2d
Fortran\analysis\mstage\upwind.pdf
Fortran\analysis\mstage\upwind2.pdf
Fortran\analysis\mstage\viscous.pdf
Fortran\grid_1d
Fortran\grid_1d\input
Fortran\grid_1d\laval.exe
Fortran\grid_1d\laval.f
Fortran\grid_1d\laval.grd
Fortran\grid_1d\LICENSE.txt
Fortran\grid_1d\Makefile
Fortran\grid_1d\README.txt
Fortran\grid_struct_2d
Fortran\grid_struct_2d\cgrid
Fortran\grid_struct_2d\cgrid\cgrid.exe
Fortran\grid_struct_2d\cgrid\cgrid.f
Fortran\grid_struct_2d\cgrid\input
Fortran\grid_struct_2d\cgrid\input_rg15a
Fortran\grid_struct_2d\cgrid\input_v
Fortran\grid_struct_2d\cgrid\Makefile
Fortran\grid_struct_2d\cgrid\n0012.grd
Fortran\grid_struct_2d\cgrid\n0012.top
Fortran\grid_struct_2d\cgrid\n0012_v.grd
Fortran\grid_struct_2d\cgrid\n0012_v.top
Fortran\grid_struct_2d\cgrid\output
Fortran\grid_struct_2d\cgrid\output_rg
Fortran\grid_struct_2d\cgrid\output_v
Fortran\grid_struct_2d\cgrid\plot.pdf
Fortran\grid_struct_2d\cgrid\plot.v2d
Fortran\grid_struct_2d\cgrid\plot_rg.pdf
Fortran\grid_struct_2d\cgrid\plot_rg.v2d
Fortran\grid_struct_2d\cgrid\plot_v.pdf
Fortran\grid_struct_2d\cgrid\plot_v.v2d
Fortran\grid_struct_2d\cgrid\README.txt
Fortran\grid_struct_2d\cgrid\rg15a.grd
Fortran\grid_struct_2d\cgrid\rg15a.top
Fortran\grid_struct_2d\channel
Fortran\grid_struct_2d\channel\channel.exe
Fortran\grid_struct_2d\channel\channel.f
Fortran\grid_struct_2d\channel\channel.grd
Fortran\grid_struct_2d\channel\channel.top
Fortran\grid_struct_2d\channel\input
Fortran\grid_struct_2d\channel\Makefile
Fortran\grid_struct_2d\channel\plot.pdf
Fortran\grid_struct_2d\channel\plot.v2d
Fortran\grid_struct_2d\channel\README.txt
Fortran\grid_struct_2d\hgrid
Fortran\grid_struct_2d\hgrid\hgrid.exe
Fortran\grid_struct_2d\hgrid\hgrid.f
Fortran\grid_struct_2d\hgrid\input
Fortran\grid_struct_2d\hgrid\Makefile
Fortran\grid_struct_2d\hgrid\plot.pdf
Fortran\grid_struct_2d\hgrid\plot.v2d
Fortran\grid_struct_2d\hgrid\README.txt
Fortran\grid_struct_2d\hgrid\vki1.grd
Fortran\grid_struct_2d\hgrid\vki1.top
Fortran\grid_struct_2d\hgrid\vki1_xy
Fortran\grid_struct_2d\hgrid\vki1_xy_cusp
Fortran\grid_struct_2d\LICENSE.txt
Fortran\grid_struct_2d\srccom
Fortran\grid_struct_2d\srccom\bezier.f
Fortran\grid_struct_2d\srccom\ellgrid.f
Fortran\grid_struct_2d\srccom\length.f
Fortran\grid_struct_2d\srccom\libgrid.a
Fortran\grid_struct_2d\srccom\Makefile
Fortran\grid_struct_2d\srccom\README.txt
Fortran\grid_struct_2d\srccom\sstretch.f
Fortran\grid_struct_2d\srccom\stretch.f
Fortran\grid_struct_2d\srccom\tfint.f
Fortran\grid_unstr_2d
Fortran\grid_unstr_2d\channel.grd

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

发表评论

0 个回复

  • Python Neural Network Programming
    神经网络是一种模拟人脑的神经网络,以期能够实现类人工智能的机器学习 技术。 本书揭示神经网络背后的概念,并介绍如何通过Python实现神经网络。全书 分为3章和两个附录。第1章介绍了神经网络中所用到的数学思想。第2章介绍使 用Python实现神经网络,识别手写数字,并测试神经网络的性能。第3章带领读 者进一步了解简单的神经网络,观察已受训练的神经网络内部,尝试进一步改善 神经网络的性能,并加深对相关知识的理解。附录分别介绍了所需的微积分知识 和树莓派知识。 本书适合想要从事神经网络研究和探索的读者学习参考,也适合对人工智 能、机器学习和深度学习等相关领域感兴趣的读者阅读。(Python Neural Network Programming)
    2019-01-18 00:23:51下载
    积分:1
  • quantitative-trading-strategies
    量化交易策略,华尔街宽客撰写,可值得参考。(Quantitative trading strategy, Wall Street quants writing, may be worth considering.)
    2021-03-26 13:29:13下载
    积分:1
  • Python灰帽子中文
    python灰帽子入门,主要讲反汇编以及IDAPRO的插件编写(python for security for beginners)
    2018-12-30 16:10:35下载
    积分:1
  • SILBERSCHATZsolution
    Solution SILBERSCHATZ
    2009-04-27 06:24:40下载
    积分:1
  • LadarScanner
    基于Visual C++的激光雷达数据读取和处理程序。激光雷达型号为LMS511(Based on Visual C++ lidar data reading and processing procedures. Model LMS511 laser radar)
    2013-06-05 20:15:40下载
    积分:1
  • Python与机器学习实战
    python与机器学习实战教程,机器学习通过Python语言实现,通过大量的实例再现机器学习强大的生命力(Python and Machine Learning Practical Course. Machine Learning is realized by Python Language, and the powerful vitality of machine learning is reappeared through a large number of examples.)
    2019-05-13 09:59:03下载
    积分:1
  • endnote_Chinese
    说明:  Endnote 是你整理文献的帮手,可以让你在众多的文献中,迅速找到你需要的信息(Endnote is to help you organize the literature, can put you at the large number of literature, quickly find the information you need)
    2008-09-22 20:49:31下载
    积分:1
  • Cooperation-diversity-DF
    协作通信系统中DF协议下的系统仿真,可以实现中断概率的分析。(DF protocol system simulation, collaborative communications system outage probability analysis.)
    2012-04-22 10:51:59下载
    积分:1
  • EXCEL集成系统使用说明
    使用excel制作自己需要的管理软件,使用excel制作 自己需要的管理软件(Using Excel to make the management software you need)
    2017-12-29 13:52:57下载
    积分:1
  • xiaomajh
    win7和office2016 激活工具(win7和office2016jihe gongji)
    2017-06-02 16:56:55下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载