# OneFLOW **Repository Path**: liusp1988/OneFLOW ## Basic Information - **Project Name**: OneFLOW - **Description**: mirror of OneFLOW on github(https://github.com/eric2003/OneFLOW),国产高性能开源CFD(计算流体力学)模拟软件。 - **Primary Language**: C++ - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2019-06-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [Toc] # OneFLOW ----------------------------------------------------------- The Open-Source CFD Code ----------------------------------------------------------- LargeScale Multiphysics Scientific Simulation Environment ----------------------------------------------------------- ## Build Firstly, make sure that c++ compiler has been intalled. For Windows platform, the [Visual Studio IDE](https://visualstudio.microsoft.com/ "Visual Studio IDE") is recommended. Then download and install [Git](https://git-scm.com/ "Git") and [Cmake](https://cmake.org/download/ "cmake") on your system. ### Windows 1. Download source code from github: ``` git clone --recursive https://github.com/eric2003/OneFLOW ``` The above operation will download the source code together with prebuild thirdparty libraries. You can also build them by yourself. 2. Use cmake to configure and generate project files. 3. Compile and generate executable file. ### Linux 1. Download source code from github: ``` git clone https://github.com/eric2003/OneFLOW ``` The above operation will download the source code only(prebuild thirdparty libraries are not provided) 2. Use cmake to configure and generate appropriate project files, for example: Makefile. 3. 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 Email: Copyright 2017-2019, He Xin, and the OneFLOW contributors.