CFD,基于有限体积法的,Roe以及AUSM+up格式的C语言程序-CFD

上传者: zhuyi_525_2012 | 上传时间: 2021-06-29 09:54:38 | 文件大小: 89KB | 文件类型: RAR
不用说了,很好的源代码分享一下,边看边学很有用

文件下载

资源详情

[{"title":"( 46 个子文件 89KB ) CFD,基于有限体积法的,Roe以及AUSM+up格式的C语言程序-CFD","children":[{"title":"src","children":[{"title":"grid_averaging_metrics.cc <span style='color:#111;'> 22.98KB </span>","children":null,"spread":false},{"title":"probes.cc <span style='color:#111;'> 2.59KB </span>","children":null,"spread":false},{"title":"initialize_linear_system.cc <span style='color:#111;'> 4.32KB </span>","children":null,"spread":false},{"title":"petsc_functions.h <span style='color:#111;'> 1.42KB </span>","children":null,"spread":false},{"title":"grid.h <span style='color:#111;'> 4.24KB </span>","children":null,"spread":false},{"title":"Makefile <span style='color:#111;'> 1.74KB </span>","children":null,"spread":false},{"title":"eos.h <span style='color:#111;'> 1.09KB </span>","children":null,"spread":false},{"title":"state_cache.h <span style='color:#111;'> 1.86KB </span>","children":null,"spread":false},{"title":"read_inputs.cc <span style='color:#111;'> 8.62KB </span>","children":null,"spread":false},{"title":"grid_create_elements.cc <span style='color:#111;'> 15.88KB </span>","children":null,"spread":false},{"title":"flamelet.cc <span style='color:#111;'> 11.45KB </span>","children":null,"spread":false},{"title":"main.cc <span style='color:#111;'> 15.87KB </span>","children":null,"spread":false},{"title":"probe.h <span style='color:#111;'> 1.13KB </span>","children":null,"spread":false},{"title":"vec3d.cc <span style='color:#111;'> 4.82KB </span>","children":null,"spread":false},{"title":"limiters.h <span style='color:#111;'> 914B </span>","children":null,"spread":false},{"title":"write_restart.cc <span style='color:#111;'> 5.38KB </span>","children":null,"spread":false},{"title":"grid_readers.cc <span style='color:#111;'> 12.96KB </span>","children":null,"spread":false},{"title":"write_output.cc <span style='color:#111;'> 12.18KB </span>","children":null,"spread":false},{"title":"commons.h <span style='color:#111;'> 3.44KB </span>","children":null,"spread":false},{"title":"eos.cc <span style='color:#111;'> 1.33KB </span>","children":null,"spread":false},{"title":"vec3d.h <span style='color:#111;'> 2.04KB </span>","children":null,"spread":false},{"title":"rans.cc <span style='color:#111;'> 12.62KB </span>","children":null,"spread":false},{"title":"petsc_functions.cc <span style='color:#111;'> 3.30KB </span>","children":null,"spread":false},{"title":"rans.h <span style='color:#111;'> 2.14KB </span>","children":null,"spread":false},{"title":"sources.cc <span style='color:#111;'> 1.01KB </span>","children":null,"spread":false},{"title":"inputs.cc <span style='color:#111;'> 8.68KB </span>","children":null,"spread":false},{"title":"commons.cc <span style='color:#111;'> 1.86KB </span>","children":null,"spread":false},{"title":"diffusive_face_flux.cc <span style='color:#111;'> 1.86KB </span>","children":null,"spread":false},{"title":"initialize.cc <span style='color:#111;'> 5.66KB </span>","children":null,"spread":false},{"title":"assemble_linear_system.cc <span style='color:#111;'> 18.46KB </span>","children":null,"spread":false},{"title":"grid_partition.cc <span style='color:#111;'> 6.28KB </span>","children":null,"spread":false},{"title":"update_eddy_viscosity.cc <span style='color:#111;'> 2.48KB </span>","children":null,"spread":false},{"title":"flamelet_table.cc <span style='color:#111;'> 1.28KB </span>","children":null,"spread":false},{"title":"bc.h <span style='color:#111;'> 1.14KB </span>","children":null,"spread":false},{"title":"grid.cc <span style='color:#111;'> 16.32KB </span>","children":null,"spread":false},{"title":"mpi_functions.cc <span style='color:#111;'> 6.91KB </span>","children":null,"spread":false},{"title":"flamelet_terms.cc <span style='color:#111;'> 10.63KB </span>","children":null,"spread":false},{"title":"update_face_mdot.cc <span style='color:#111;'> 1.88KB </span>","children":null,"spread":false},{"title":"read_restart.cc <span style='color:#111;'> 5.22KB </span>","children":null,"spread":false},{"title":"convective_face_flux.cc <span style='color:#111;'> 5.63KB </span>","children":null,"spread":false},{"title":"mpi_functions.h <span style='color:#111;'> 1.44KB </span>","children":null,"spread":false},{"title":"flamelet.h <span style='color:#111;'> 2.64KB </span>","children":null,"spread":false},{"title":"rans_terms.cc <span style='color:#111;'> 14.53KB </span>","children":null,"spread":false},{"title":"inputs.h <span style='color:#111;'> 5.11KB </span>","children":null,"spread":false},{"title":"set_bcs.cc <span style='color:#111;'> 5.98KB </span>","children":null,"spread":false},{"title":"check_inputs.cc <span style='color:#111;'> 8.13KB </span>","children":null,"spread":false}],"spread":false}],"spread":true}]

评论信息

  • zhcshen :
    (1)代码中的AUSM+up格式没有实现,需要注释掉方可编译,也就是只有ROE格式; (2)所采用的petsc库到底是哪个版本不确定,因为MatCreateMPIAIJ函数接口在最近的几个petsc库
    2018-06-19
  • newxeer :
    没有说明,希望能有个说明文档,包括详细算法的
    2016-08-27
  • sowhatgavin :
    初步阅读了一下代码,本身还是有一些注释的。命名规则也比较规范。 另外,它是C++的,并不是C的。 并且还是支持MPI的,这个可以提一下。 欢迎交流QQ 178068275
    2016-06-23
  • fengyun06 :
    学习了,向作者学习
    2016-01-05
  • yaoyuan90 :
    后缀名是cc, 查了一下是linux下的c++格式,对我来说不太适用,我想找windows 系统的c 文件
    2015-09-13

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明