webmaster 发表于 2020-8-7 13:28:58

国产OneFlow开源CFD软件在Github上的网址

赫新开发的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.
[*]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/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 DEVELOPERSOneFLOW 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 technologyEmail:fantasy_2003_@hotmail.comIf 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.
页: [1]
查看完整版本: 国产OneFlow开源CFD软件在Github上的网址