马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
赫新开发的OneFlow开源软件在Github上的网址及简要信息:
https://github.com/eric2003/OneFLOW
The Open-Source CFD CodeLargeScale Multiphysics Scientific Simulation EnvironmentBuildFirstly, 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/OneFLOWThe above operation will download the source code together with prebuilt thirdparty libraries. You can also build them by yourself. Linux- Download source code from github:
git clone https://github.com/eric2003/OneFLOWThe 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. |