找回密码
 注册
查看: 8132|回复: 0

[新闻动态] 国产OneFlow开源CFD软件在Github上的网址

[复制链接]
发表于 2020-8-7 13:28:58 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x
赫新开发的OneFlow开源软件在Github上的网址及简要信息:
https://github.com/eric2003/OneFLOW
The Open-Source CFD CodeLargeScale Multiphysics Scientific Simulation EnvironmentBuild
Firstly, make sure that c++ compiler has been installed. For Windows platform, the Visual Studio IDE is recommended. Then download and install Git and Cmake on your system.
Dependencies
  • CGNS: a general, portable, and extensible standard for the storage and retrieval of CFD analysis data.
  • HDF5: a set of file formats (HDF4, HDF5) designed to store and organize large amounts of data, needed by CGNS.
  • Metis: a set of serial programs for partitioning graphs, partitioning finite element meshes.
  • MPI: Massage Passing Interface.A standardized and portable message-passing standard for parallel computing. Some well-known open source implementations are MS-MPI(recommended in Windows platform), MPICH and OpenMPI.
Windows
  • Download source code from github:
git clone --recursive https://github.com/eric2003/OneFLOW
The above operation will download the source code together with prebuilt thirdparty libraries. You can also build them by yourself.
  • Use cmake to configure and generate project files.
  • Compile and generate executable file.

Linux
  • Download source code from github:
git clone https://github.com/eric2003/OneFLOW
The above operation will download the source code only(prebuilt thirdparty libraries are not provided)
  • Use cmake to configure and generate appropriate project files, for example: Makefile.
  • Compile and generate executable file.

OneFLOW DEVELOPERS
OneFLOW is being developed by individuals and organized teams all around the world.
The current OneFLOW release has been coordinated by the OneFLOW International Developers Society with selected contributions from the open-source community.
The main research teams contributing to the current release are:
Dr He Xin, at Transition technology
If you have any problem in building or running the code, please do not hesitate to contact.
Copyright 2017-2020, He Xin, and the OneFLOW contributors.
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表