Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Eric's Scientific Computing Website link #111

Merged
merged 1 commit into from
Jun 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ LargeScale Multiphysics Scientific Simulation Environment

OneFLOW is a general-purpose, unstructured Computational Fluid Dynamics (CFD) software with a software architecture that encompasses multidisciplinary computations. It covers low-speed, transonic, and hypersonic ranges. The software employs second-order accurate finite volume method for numerical solution of Reynolds-averaged Navier-Stokes (RANS) equations. It integrates calculation schemes such as Roe, Van-Leer, AUSM, Steger-Warming, and provides SA and SST turbulence models. OneFLOW uses large-scale parallel computing technology and explicit/implicit time formats to efficiently solve the model equations. The software provides commonly used front-end and back-end software interfaces such as Gridgen, Tecplot, and others. OneFLOW is cross-platform, capable of running on both Windows and Linux, enabling large-scale parallel computing on local Windows workstations and remote high-performance computing clusters.

`OneFLOW CFD : Github <https://github.com/eric2003/OneFLOW/>`_

`OneFLOW Scientific Computation Document <https://oneflow-cfd.readthedocs.io/en/latest/>`_
#. `OneFLOW CFD : Github <https://github.com/eric2003/OneFLOW/>`_
#. `OneFLOW Scientific Computation Document <https://oneflow-cfd.readthedocs.io/en/latest/>`_
#. `Eric's Scientific Computing Website <https://eric2003.github.io/Prometheus/>`_

.. toctree::
:hidden:
Expand Down
7 changes: 0 additions & 7 deletions docs/source/user.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,3 @@ THEORY
#. `一维CFD求解器构建+初步在求解器中引入OPENMP <https://zhuanlan.zhihu.com/p/557557266/>`_
#. `一维CFD求解器构建+400万网格+250万迭代步MPI+OPENMP+CUDA标量方程初步测试 <https://zhuanlan.zhihu.com/p/558347173/>`_
#. `一维CFD求解器构建图形界面引擎初步构建 <https://zhuanlan.zhihu.com/p/566355119/>`_







2 changes: 2 additions & 0 deletions docs/source/vcpkg.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
vcpkg
==================================

vcpkg is a cross-platform C/C++ package manager. Get access to thousands of high quality open-source libraries to empower your application and internally share collections of private components.

vcpkg
---------------------------------
#. `vcpkg documentation <https://learn.microsoft.com/en-us/vcpkg/>`_
Expand Down