Skip to content

Commit 7deb8c4

Browse files
authored
Update Quick-Start.md
1 parent c2eb8ae commit 7deb8c4

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

_docs_v7/Quick-Start.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ The first step in this tutorial is to solve the Euler equations:
7272
1. Either navigate to the QuickStart/ directory or create a directory in which to run the tutorial. If you have created a new directory, copy the config file (inv_NACA0012.cfg) and the mesh file (mesh_NACA0012_inv.su2) to this directory.
7373
2. Run the executable by entering `SU2_CFD inv_NACA0012.cfg` at the command line. If you have not set the $SU2_RUN environment variable you will need to run `../bin/SU2_CFD inv_NACA0012.cfg` (from the QuickStart directory) or use the appropriate path to your SU2_CFD executable at the command line.
7474
3. SU2 will print residual updates with each iteration of the flow solver, and the simulation will finish after reaching the specified convergence criteria.
75-
4. Files containing the flow results (with "flow" in the file name) will be written upon exiting SU2. The flow solution can be visualized in ParaView (.vtk) or Tecplot (.dat or .plt). More specifically, these files are:
76-
- **flow.dat** or **flow.vtk** - full volume flow solution.
77-
- **surface_flow.dat** or **surface_flow.vtk** - flow solution along the airfoil surface.
75+
4. Files containing the flow results (with "flow" in the file name) will be written upon exiting SU2. The flow solution can be visualized in ParaView (.vtk) or Tecplot (.dat or .szplt). More specifically, these files are:
76+
- **flow.szplt** or **flow.vtk** - full volume flow solution.
77+
- **surface_flow.szplt** or **surface_flow.vtk** - flow solution along the airfoil surface.
7878
- **surface_flow.csv** - comma separated values (.csv) file containing values along the airfoil surface.
7979
- **restart_flow.dat** - restart file in an internal format for restarting this simulation in SU2.
8080
- **history.dat** or **history.csv** - file containing the convergence history information.
@@ -84,9 +84,9 @@ Next, we want to run the adjoint solution to get the sensitivity of the objectiv
8484
2. Rename the restart file (restart_flow.dat) to "solution_flow.dat" so that the adjoint code has access to the direct flow solution.
8585
3. Run the executable again by entering `SU2_CFD inv_NACA0012.cfg` at the command line.
8686
4. SU2 will print residual updates with each iteration of the adjoint solver, and the simulation will finish after reaching the specified convergence criteria.
87-
5. Files containing the adjoint results (with "adjoint" in the file name) will be written upon exiting SU2. The flow solution can be visualized in ParaView (.vtk) or Tecplot (.dat or .plt). More specifically, these files are:
88-
- **adjoint.dat** or **adjoint.vtk** - full volume adjoint solution.
89-
- **surface_adjoint.dat** or **surface_adjoint.vtk** - adjoint solution along the airfoil surface.
87+
5. Files containing the adjoint results (with "adjoint" in the file name) will be written upon exiting SU2. The flow solution can be visualized in ParaView (.vtk) or Tecplot (.dat or .szplt). More specifically, these files are:
88+
- **adjoint.szplt** or **adjoint.vtk** - full volume adjoint solution.
89+
- **surface_adjoint.szplt** or **surface_adjoint.vtk** - adjoint solution along the airfoil surface.
9090
- **surface_adjoint.csv** - comma separated values (.csv) file containing values along the airfoil surface.
9191
- **restart_adj_cd.dat** - restart file in an internal format for restarting this simulation in SU2. Note that the name of the objective appears in the file name.
9292
- **history.dat** or **history.csv** - file containing the convergence history information.

0 commit comments

Comments
 (0)