Win10 安装 SU2

什么是 SU2

 SU2 不是飞行模拟器,是美国斯坦福大学航空航天学院开发的高精度偏微分方程求解器,它是一款非结构网格求解器,并且是基于C++开发的。

SU2 只是一个求解器。前处理的网格可以使用 gmesh,后处理可以是 csv 文件(excel 文件)、paraview 文件等。

运行环境

我使用的是 Win10,所以直接下载 Win10 Su2 可执行包。

必须软件

需要先安装好 Python3。

MPI(并行计算)是可选的。因为压缩包分为 MPI 版和非 MPI 版。

下载 SU2

SU2 源码

SU2 的源码在 github 上,https://github.com/su2code/SU2

Turtorial

SU2 的 Turtorial 在 github 上,https://github.com/su2code/Tutorials

TestCase

SU2 的 TestCase 在 github 上,https://github.com/su2code/TestCases。

下载 SU2

当前 SU2 的最新版本为 7.0.7 BlackBird。可下载的可执行文件如下图。

我下载的是 SU2 v7.0.7 for Windows。

安装

其实 SU2 没有安装过程,直接将压缩包解压到某个路径就可。

记得在环境变量 PATH 中增加 SU2 的可执行文件所在,也就是 bin 目录所在。这样就算安装好了。如下图。

如上图所示,在  PATH 中增加对应的路径即可,我这里是 E:\zhouyi\SU2-v7.0.7-win64\bin。

测试 SU2

非常的简单,只需要使用网格软件,写出一个网格即可。当然你也可以下载 TestCase,里面有一大堆样例。

我这里使用了 SU2 源码自带的 QuickStart,好像压缩包里没有样例,鄙视一下。QuickStart 里面有两个文件,一个 cfg 文件,所有的网格信息都在里面,一个 su2,配置文件。如下图所示。

CFG 配置文件

使用 notepad 打开 CFG 文件。缺省的输出为 CSV 文件。如下

% Output file format (TECPLOT, PARAVIEW, TECPLOT_BINARY)
TABULAR_FORMAT= CSV

运行过程

打开一个 cmd 窗口,运行 su2_cfd inv_naca0012.cfg。就是使用 su2_cfd.exe 来执行 inv_naca0012.cfg 这个文件。整个输出过程如下:

E:\zhouyi\SU2-v7.0.7-win64\QuickStart>su2_cfd inv_NACA0012.cfg

-------------------------------------------------------------------------
|    ___ _   _ ___                                                      |
|   / __| | | |_  )   Release 7.0.7 "Blackbird"                         |
|   \__ \ |_| |/ /                                                      |
|   |___/\___//___|   Suite (Computational Fluid Dynamics Code)         |
|                                                                       |
-------------------------------------------------------------------------
| SU2 Project Website: https://su2code.github.io                        |
|                                                                       |
| The SU2 Project is maintained by the SU2 Foundation                   |
| (http://su2foundation.org)                                            |
-------------------------------------------------------------------------
| Copyright 2012-2020, SU2 Contributors                                 |
|                                                                       |
| SU2 is free software; you can redistribute it and/or                  |
| modify it under the terms of the GNU Lesser General Public            |
| License as published by the Free Software Foundation; either          |
| version 2.1 of the License, or (at your option) any later version.    |
|                                                                       |
| SU2 is distributed in the hope that it will be useful,                |
| but WITHOUT ANY WARRANTY; without even the implied warranty of        |
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
| Lesser General Public License for more details.                       |
|                                                                       |
| You should have received a copy of the GNU Lesser General Public      |
| License along with SU2. If not, see <http://www.gnu.org/licenses/>.   |
-------------------------------------------------------------------------

Parsing config file for zone 0

----------------- Physical Case Definition ( Zone 0 ) -------------------
Compressible Euler equations.
Mach number: 0.8.
Angle of attack (AoA): 1.25 deg, and angle of sideslip (AoS): 0 deg.
No restart solution, use the values at infinity (freestream).
Dimensional simulation.
The reference area is 1 m^2.
The semi-span will be computed using the max y(3D) value.
The reference length is 1 m.
Reference origin for moment evaluation is (0.25, 0, 0).
Surface(s) where the force coefficients are evaluated: airfoil.

Surface(s) where the objective function is evaluated: airfoil.
Surface(s) plotted in the output file: airfoil.
Surface(s) affected by the design variables: airfoil.
Input mesh file name: mesh_NACA0012_inv.su2

--------------- Space Numerical Integration ( Zone 0 ) ------------------
Jameson-Schmidt-Turkel scheme (2nd order in space) for the flow inviscid terms.
JST viscous coefficients (2nd & 4th): 0.5, 0.02.
The method includes a grid stretching correction (p = 0.3).
Gradient for upwind reconstruction: inverse-distance weighted Least-Squares.
Gradient for viscous and source terms: inverse-distance weighted Least-Squares.

--------------- Time Numerical Integration  ( Zone 0 ) ------------------
Local time stepping (steady state simulation).
Euler implicit method for the flow equations.
FGMRES is used for solving the linear system.
Using a ILU(0) preconditioning.
Convergence criteria of the linear solver: 1e-010.
Max number of linear iterations: 10.
W Multigrid Cycle, with 3 multigrid levels.
Damping factor for the residual restriction: 1.
Damping factor for the correction prolongation: 1.
No CFL adaptation.
+-------------------------------------------+
|  MG Level| Presmooth|PostSmooth|CorrectSmo|
+-------------------------------------------+
|         0|         1|         0|         0|
|         1|         2|         0|         0|
|         2|         3|         0|         0|
|         3|         3|         0|         0|
+-------------------------------------------+
Courant-Friedrichs-Lewy number:   1e+003

------------------ Convergence Criteria  ( Zone 0 ) ---------------------
Maximum number of solver subiterations: 250.
Begin convergence monitoring at iteration 10.
Residual minimum value: 1e-8.
Cauchy series min. value: 1e-006.
Number of Cauchy elements: 100.
Begin windowed time average at iteration 0.

-------------------- Output Information ( Zone 0 ) ----------------------
Writing solution files every 250 iterations.
Writing the convergence history file every 1 inner iterations.
Writing the screen convergence history every 1 inner iterations.
The tabular file format is CSV (.csv).
Convergence history file name: history.
Forces breakdown file name: forces_breakdown.dat.
Surface file name: surface_flow.
Volume file name: flow.
Restart file name: restart_flow.dat.

------------- Config File Boundary Information ( Zone 0 ) ---------------
+-----------------------------------------------------------------------+
|                        Marker Type|                        Marker Name|
+-----------------------------------------------------------------------+
|                         Euler wall|                            airfoil|
+-----------------------------------------------------------------------+
|                          Far-field|                           farfield|
+-----------------------------------------------------------------------+

-------------------- Output Preprocessing ( Zone 0 ) --------------------
  Info: Ignoring the following screen output fields:
  CAUCHY_SENS_PRESS, CAUCHY_DRAG, RMS_ADJ_DENSITY, RMS_ADJ_ENERGY
Screen output fields: INNER_ITER, WALL_TIME, RMS_DENSITY, LIFT, DRAG
History output group(s): ITER, RMS_RES
Convergence field(s): RMS_DENSITY
Warning: No (valid) fields chosen for time convergence monitoring. Time convergence monitoring inactive.
Volume output fields: COORDINATES, SOLUTION, PRIMITIVE

------------------- Geometry Preprocessing ( Zone 0 ) -------------------
Two dimensional problem.
5233 grid points.
10216 volume elements.
2 surface markers.
200 boundary elements in index 0 (Marker = airfoil).
50 boundary elements in index 1 (Marker = farfield).
10216 triangles.
Setting point connectivity.
Renumbering points (Reverse Cuthill McKee Ordering).
Recomputing point connectivity.
Setting element connectivity.
Checking the numerical grid orientation.
All volume elements are correctly orientend.
All surface elements are correctly orientend.
Identifying edges and vertices.
Computing centers of gravity.
Setting the control volume structure.
Area of the computational grid: 1253.25.
Searching for the closest normal neighbors to the surfaces.
Storing a mapping from global to local point index.
Compute the surface curvature.
Max K: 7835.1. Mean K: 34.8252. Standard deviation K: 494.448.
Checking for periodicity.
Computing mesh quality statistics for the dual control volumes.
+--------------------------------------------------------------+
|           Mesh Quality Metric|        Minimum|        Maximum|
+--------------------------------------------------------------+
|    Orthogonality Angle (deg.)|        62.6714|        89.7089|
|     CV Face Area Aspect Ratio|        1.00001|        7.18337|
|           CV Sub-Volume Ratio|        1.00285|        6.47826|
+--------------------------------------------------------------+
Setting the multigrid structure.
+-------------------------------------------+
|  MG Level|       CVs|Aggl. Rate|       CFL|
+-------------------------------------------+
|         0|      5233|    1/1.00|      1000|
|         1|      1533|    1/3.41|   811.871|
|         2|       443|    1/3.46|    654.65|
|         3|       125|    1/3.54|   521.619|
+-------------------------------------------+
Finding max control volume width.
Wetted area = 2.03916 m.
Area projection in the x-plane = 0.119981 m, y-plane = 0.999845 m.
Max. coordinate in the x-direction = 1 m, y-direction = 0.0600055 m.
Min. coordinate in the x-direction = 0 m, y-direction = -0.0600055 m.
Checking if Euler & Symmetry markers are straight/plane:
Boundary marker airfoil is NOT a single straight.
Computing wall distances.

-------------------- Solver Preprocessing ( Zone 0 ) --------------------
Inviscid flow: Computing density based on free-stream
temperature and pressure using the ideal gas law.
Force coefficients computed using free-stream values.

-- Models:
+------------------------------------------------------------------------------+
|          Viscosity Model|        Conductivity Model|              Fluid Model|
+------------------------------------------------------------------------------+
|                        -|                         -|             STANDARD_AIR|
+------------------------------------------------------------------------------+
-- Fluid properties:
+------------------------------------------------------------------------------+
|                  Name|    Dim. value|    Ref. value|      Unit|Non-dim. value|
+------------------------------------------------------------------------------+
|          Gas Constant|       287.058|             1|  N.m/kg.K|       287.058|
|      Spec. Heat Ratio|             -|             -|         -|           1.4|
+------------------------------------------------------------------------------+
-- Initial and free-stream conditions:
+------------------------------------------------------------------------------+
|                  Name|    Dim. value|    Ref. value|      Unit|Non-dim. value|
+------------------------------------------------------------------------------+
|       Static Pressure|        101325|             1|        Pa|        101325|
|               Density|       1.29225|             1|    kg/m^3|       1.29225|
|           Temperature|        273.15|             1|         K|        273.15|
|          Total Energy|        231152|             1|   m^2/s^2|        231152|
|            Velocity-X|       264.994|             1|       m/s|       264.994|
|            Velocity-Y|       5.78219|             1|       m/s|       5.78219|
|    Velocity Magnitude|       265.057|             1|       m/s|       265.057|
+------------------------------------------------------------------------------+
|           Mach Number|             -|             -|         -|           0.8|
+------------------------------------------------------------------------------+
Initialize Jacobian structure (Euler). MG level: 0.
Initialize Jacobian structure (Euler). MG level: 1.
Initialize Jacobian structure (Euler). MG level: 2.
Initialize Jacobian structure (Euler). MG level: 3.

------------------- Numerics Preprocessing ( Zone 0 ) -------------------

----------------- Integration Preprocessing ( Zone 0 ) ------------------

------------------- Iteration Preprocessing ( Zone 0 ) ------------------
Euler/Navier-Stokes/RANS fluid iteration.

------------------------------ Begin Solver -----------------------------

Simulation Run using the Single-zone Driver
+----------------------------------------------------------------+
|  Inner_Iter|   Time(sec)|    rms[Rho]|          CL|          CD|
+----------------------------------------------------------------+
|           0| 1.7000e-001|   -1.026860|    0.201662|    0.082071|
|           1| 1.5450e-001|   -1.171633|    0.264210|    0.037345|
|           2| 1.5800e-001|   -1.238843|    0.302762|    0.028923|
|           3| 1.5275e-001|   -1.329990|    0.321651|    0.024838|
|           4| 1.4740e-001|   -1.422289|    0.329607|    0.023759|
|           5| 1.4367e-001|   -1.518225|    0.332201|    0.023143|
|           6| 1.4357e-001|   -1.588575|    0.332937|    0.022637|
|           7| 1.4300e-001|   -1.662280|    0.333364|    0.022287|
|           8| 1.4256e-001|   -1.745024|    0.333986|    0.022109|
|           9| 1.4180e-001|   -1.837215|    0.334719|    0.022028|
|          10| 1.4245e-001|   -1.915808|    0.335434|    0.021983|
|          11| 1.4158e-001|   -1.998566|    0.336116|    0.021952|
|          12| 1.4123e-001|   -2.092586|    0.336694|    0.021937|
|          13| 1.4086e-001|   -2.188837|    0.337037|    0.021935|
|          14| 1.4047e-001|   -2.282956|    0.337130|    0.021940|
|          15| 1.4062e-001|   -2.373845|    0.337044|    0.021945|
|          16| 1.4059e-001|   -2.461825|    0.336816|    0.021942|
|          17| 1.4039e-001|   -2.549705|    0.336446|    0.021930|
|          18| 1.4068e-001|   -2.636132|    0.335955|    0.021907|
|          19| 1.4110e-001|   -2.716253|    0.335409|    0.021880|
|          20| 1.4152e-001|   -2.786908|    0.334879|    0.021852|
|          21| 1.4155e-001|   -2.846000|    0.334392|    0.021827|
|          22| 1.4148e-001|   -2.889860|    0.333934|    0.021803|
|          23| 1.4167e-001|   -2.918543|    0.333478|    0.021779|
|          24| 1.4212e-001|   -2.938636|    0.333014|    0.021754|
|          25| 1.4227e-001|   -2.956933|    0.332555|    0.021729|
|          26| 1.4222e-001|   -2.975529|    0.332115|    0.021705|
|          27| 1.4225e-001|   -2.993843|    0.331699|    0.021683|
|          28| 1.4231e-001|   -3.011287|    0.331305|    0.021662|
|          29| 1.4283e-001|   -3.028952|    0.330932|    0.021643|
|          30| 1.4239e-001|   -3.048680|    0.330578|    0.021624|
|          31| 1.4197e-001|   -3.070451|    0.330246|    0.021607|
|          32| 1.4185e-001|   -3.093979|    0.329940|    0.021591|
|          33| 1.4174e-001|   -3.118348|    0.329663|    0.021577|
|          34| 1.4311e-001|   -3.143476|    0.329414|    0.021564|
|          35| 1.4392e-001|   -3.169864|    0.329187|    0.021553|
|          36| 1.4395e-001|   -3.198200|    0.328976|    0.021542|
|          37| 1.4379e-001|   -3.228516|    0.328780|    0.021532|
|          38| 1.4385e-001|   -3.261218|    0.328595|    0.021523|
|          39| 1.4363e-001|   -3.297958|    0.328422|    0.021514|
|          40| 1.4371e-001|   -3.333308|    0.328263|    0.021506|
|          41| 1.4390e-001|   -3.367480|    0.328118|    0.021498|
|          42| 1.4402e-001|   -3.400811|    0.327986|    0.021491|
|          43| 1.4409e-001|   -3.434116|    0.327866|    0.021485|
|          44| 1.4424e-001|   -3.467956|    0.327757|    0.021479|
|          45| 1.4448e-001|   -3.502591|    0.327658|    0.021474|
|          46| 1.4506e-001|   -3.538173|    0.327569|    0.021469|
|          47| 1.4612e-001|   -3.574862|    0.327490|    0.021465|
|          48| 1.4594e-001|   -3.612846|    0.327420|    0.021461|
|          49| 1.4574e-001|   -3.652333|    0.327359|    0.021458|
|          50| 1.4571e-001|   -3.693546|    0.327307|    0.021455|
|          51| 1.4558e-001|   -3.736665|    0.327262|    0.021453|
|          52| 1.4549e-001|   -3.781785|    0.327222|    0.021450|
|          53| 1.4531e-001|   -3.828892|    0.327188|    0.021449|
|          54| 1.4536e-001|   -3.877811|    0.327159|    0.021447|
|          55| 1.4518e-001|   -3.928171|    0.327132|    0.021446|
|          56| 1.4509e-001|   -3.979426|    0.327109|    0.021444|
|          57| 1.4514e-001|   -4.030923|    0.327088|    0.021443|
|          58| 1.4498e-001|   -4.082012|    0.327069|    0.021442|
|          59| 1.4458e-001|   -4.132136|    0.327052|    0.021442|
|          60| 1.4444e-001|   -4.180955|    0.327037|    0.021441|
|          61| 1.4458e-001|   -4.228392|    0.327024|    0.021440|
|          62| 1.4475e-001|   -4.274569|    0.327012|    0.021439|
|          63| 1.4458e-001|   -4.319718|    0.327001|    0.021439|
|          64| 1.4446e-001|   -4.364156|    0.326992|    0.021438|
|          65| 1.4438e-001|   -4.408170|    0.326983|    0.021438|
|          66| 1.4451e-001|   -4.452023|    0.326976|    0.021438|
|          67| 1.4441e-001|   -4.495890|    0.326970|    0.021437|
|          68| 1.4438e-001|   -4.539892|    0.326964|    0.021437|
|          69| 1.4441e-001|   -4.584156|    0.326960|    0.021437|
|          70| 1.4423e-001|   -4.628798|    0.326956|    0.021437|
|          71| 1.4406e-001|   -4.673944|    0.326953|    0.021436|
|          72| 1.4447e-001|   -4.719721|    0.326950|    0.021436|
|          73| 1.4434e-001|   -4.766218|    0.326948|    0.021436|
|          74| 1.4429e-001|   -4.813422|    0.326946|    0.021436|
|          75| 1.4399e-001|   -4.861269|    0.326945|    0.021436|
|          76| 1.4386e-001|   -4.909599|    0.326944|    0.021436|
|          77| 1.4379e-001|   -4.958186|    0.326943|    0.021436|
|          78| 1.4378e-001|   -5.006755|    0.326943|    0.021436|
|          79| 1.4374e-001|   -5.055045|    0.326942|    0.021436|
|          80| 1.4391e-001|   -5.102818|    0.326942|    0.021436|
|          81| 1.4404e-001|   -5.149893|    0.326941|    0.021436|
|          82| 1.4386e-001|   -5.196158|    0.326941|    0.021436|
|          83| 1.4370e-001|   -5.241588|    0.326941|    0.021435|
|          84| 1.4361e-001|   -5.286286|    0.326940|    0.021435|
|          85| 1.4374e-001|   -5.330294|    0.326940|    0.021435|
|          86| 1.4379e-001|   -5.373649|    0.326939|    0.021435|
|          87| 1.4378e-001|   -5.416386|    0.326939|    0.021435|
|          88| 1.4385e-001|   -5.458523|    0.326938|    0.021435|
|          89| 1.4389e-001|   -5.499994|    0.326938|    0.021435|
|          90| 1.4373e-001|   -5.540673|    0.326937|    0.021435|
|          91| 1.4413e-001|   -5.580419|    0.326937|    0.021435|
|          92| 1.4416e-001|   -5.619102|    0.326937|    0.021435|
|          93| 1.4412e-001|   -5.656619|    0.326936|    0.021435|
|          94| 1.4402e-001|   -5.692916|    0.326936|    0.021435|
|          95| 1.4407e-001|   -5.727997|    0.326935|    0.021435|
|          96| 1.4402e-001|   -5.761983|    0.326935|    0.021435|
|          97| 1.4413e-001|   -5.795072|    0.326934|    0.021435|
|          98| 1.4405e-001|   -5.827423|    0.326934|    0.021435|
|          99| 1.4402e-001|   -5.859272|    0.326934|    0.021435|
|         100| 1.4402e-001|   -5.890844|    0.326933|    0.021435|
|         101| 1.4394e-001|   -5.922334|    0.326933|    0.021435|
|         102| 1.4382e-001|   -5.953896|    0.326933|    0.021435|
|         103| 1.4377e-001|   -5.985640|    0.326933|    0.021435|
|         104| 1.4373e-001|   -6.017628|    0.326932|    0.021435|
|         105| 1.4388e-001|   -6.049883|    0.326932|    0.021435|
|         106| 1.4400e-001|   -6.082395|    0.326932|    0.021435|
|         107| 1.4395e-001|   -6.115128|    0.326932|    0.021435|
|         108| 1.4393e-001|   -6.148032|    0.326932|    0.021435|
|         109| 1.4386e-001|   -6.181047|    0.326932|    0.021435|
|         110| 1.4390e-001|   -6.214113|    0.326932|    0.021435|
|         111| 1.4396e-001|   -6.247173|    0.326931|    0.021435|
|         112| 1.4392e-001|   -6.280179|    0.326931|    0.021435|
|         113| 1.4393e-001|   -6.313094|    0.326931|    0.021435|
|         114| 1.4397e-001|   -6.345891|    0.326931|    0.021435|
|         115| 1.4393e-001|   -6.378557|    0.326931|    0.021435|
|         116| 1.4391e-001|   -6.411085|    0.326931|    0.021435|
|         117| 1.4382e-001|   -6.443478|    0.326931|    0.021435|
|         118| 1.4378e-001|   -6.475747|    0.326931|    0.021435|
|         119| 1.4365e-001|   -6.507903|    0.326931|    0.021435|
|         120| 1.4355e-001|   -6.539965|    0.326931|    0.021435|
|         121| 1.4342e-001|   -6.571949|    0.326931|    0.021435|
|         122| 1.4346e-001|   -6.603876|    0.326931|    0.021435|
|         123| 1.4354e-001|   -6.635762|    0.326931|    0.021435|
|         124| 1.4356e-001|   -6.667625|    0.326931|    0.021435|
|         125| 1.4375e-001|   -6.699480|    0.326931|    0.021435|
|         126| 1.4366e-001|   -6.731336|    0.326931|    0.021435|
|         127| 1.4368e-001|   -6.763199|    0.326931|    0.021435|
|         128| 1.4353e-001|   -6.795068|    0.326931|    0.021435|
|         129| 1.4345e-001|   -6.826935|    0.326931|    0.021435|
|         130| 1.4340e-001|   -6.858783|    0.326931|    0.021435|
|         131| 1.4327e-001|   -6.890587|    0.326931|    0.021435|
|         132| 1.4319e-001|   -6.922316|    0.326931|    0.021435|
|         133| 1.4311e-001|   -6.953926|    0.326931|    0.021435|
|         134| 1.4305e-001|   -6.985367|    0.326931|    0.021435|
|         135| 1.4295e-001|   -7.016580|    0.326931|    0.021435|
|         136| 1.4291e-001|   -7.047499|    0.326931|    0.021435|
|         137| 1.4284e-001|   -7.078054|    0.326931|    0.021435|
|         138| 1.4278e-001|   -7.108168|    0.326931|    0.021435|
|         139| 1.4272e-001|   -7.137766|    0.326931|    0.021435|
|         140| 1.4267e-001|   -7.166773|    0.326931|    0.021435|
|         141| 1.4258e-001|   -7.195121|    0.326931|    0.021435|
|         142| 1.4257e-001|   -7.222750|    0.326931|    0.021435|
|         143| 1.4249e-001|   -7.249614|    0.326931|    0.021435|
|         144| 1.4250e-001|   -7.275683|    0.326931|    0.021435|
|         145| 1.4248e-001|   -7.300947|    0.326931|    0.021435|
|         146| 1.4243e-001|   -7.325414|    0.326931|    0.021435|
|         147| 1.4245e-001|   -7.349112|    0.326931|    0.021435|
|         148| 1.4234e-001|   -7.372091|    0.326931|    0.021435|
|         149| 1.4225e-001|   -7.394417|    0.326931|    0.021435|
|         150| 1.4220e-001|   -7.416169|    0.326931|    0.021435|
|         151| 1.4218e-001|   -7.437439|    0.326931|    0.021435|
|         152| 1.4216e-001|   -7.458327|    0.326931|    0.021435|
|         153| 1.4212e-001|   -7.478936|    0.326931|    0.021435|
|         154| 1.4209e-001|   -7.499371|    0.326931|    0.021435|
|         155| 1.4205e-001|   -7.519732|    0.326931|    0.021435|
|         156| 1.4199e-001|   -7.540121|    0.326931|    0.021435|
|         157| 1.4196e-001|   -7.560628|    0.326931|    0.021435|
|         158| 1.4189e-001|   -7.581340|    0.326931|    0.021435|
|         159| 1.4179e-001|   -7.602336|    0.326931|    0.021435|
|         160| 1.4174e-001|   -7.623687|    0.326931|    0.021435|
|         161| 1.4167e-001|   -7.645456|    0.326931|    0.021435|
|         162| 1.4169e-001|   -7.667699|    0.326931|    0.021435|
|         163| 1.4173e-001|   -7.690464|    0.326931|    0.021435|
|         164| 1.4178e-001|   -7.713793|    0.326931|    0.021435|
|         165| 1.4187e-001|   -7.737721|    0.326931|    0.021435|
|         166| 1.4199e-001|   -7.762278|    0.326931|    0.021435|
|         167| 1.4220e-001|   -7.787488|    0.326931|    0.021435|
|         168| 1.4218e-001|   -7.813370|    0.326931|    0.021435|
|         169| 1.4212e-001|   -7.839936|    0.326931|    0.021435|
|         170| 1.4206e-001|   -7.867194|    0.326931|    0.021435|
|         171| 1.4202e-001|   -7.895148|    0.326931|    0.021435|
|         172| 1.4199e-001|   -7.923795|    0.326931|    0.021435|
|         173| 1.4189e-001|   -7.953126|    0.326931|    0.021435|
|         174| 1.4179e-001|   -7.983128|    0.326931|    0.021435|
|         175| 1.4171e-001|   -8.013781|    0.326931|    0.021435|

----------------------------- Solver Exit -------------------------------
All convergence criteria satisfied.
+-----------------------------------------------------------------------+
|      Convergence Field     |     Value    |   Criterion  |  Converged |
+-----------------------------------------------------------------------+
|                    rms[Rho]|      -8.01378|          < -8|         Yes|
+-----------------------------------------------------------------------+
-------------------------------------------------------------------------
+-----------------------------------------------------------------------+
|        File Writing Summary       |              Filename             |
+-----------------------------------------------------------------------+
|SU2 restart                        |restart_flow.dat                   |
|Paraview                           |flow.vtu                           |
|Paraview surface                   |surface_flow.vtu                   |
+-----------------------------------------------------------------------+

------------------------- Solver Postprocessing -------------------------
Deleted CNumerics container.
Deleted CIntegration container.
Deleted CSolver container.
Deleted CIteration container.
Deleted CInterface container.
Deleted CGeometry container.
Deleted CFreeFormDefBox class.
Deleted CSurfaceMovement class.
Deleted CVolumetricMovement class.
Deleted CConfig container.
Deleted nInst container.
Deleted COutput class.
-------------------------------------------------------------------------

------------------------- Exit Success (SU2_CFD) ------------------------

我们可以看到,开始计算。计算的结果保存在本目录的 history.csv,如下图所示。

评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

努力的老周

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值