Skip to content

Commit 10aab86

Browse files
committed
Added $ symbol to indicate terminal.
1 parent 42b34f5 commit 10aab86

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

_tutorials/multiphysics/Basic_RHT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Follow the links provided to download the [config](https://github.com/su2code/Tu
151151
Execute the code with the standard command
152152

153153
```
154-
SU2_CFD config_radiation.cfg
154+
$ SU2_CFD config_radiation.cfg
155155
```
156156

157157
which will show the following convergence history:

_tutorials/multiphysics/Static_FSI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ Also, you will need two files for the [channel mesh](https://github.com/su2code/
248248
Execute the code with the standard command and using the multi-zone config file
249249

250250
```
251-
SU2_CFD config_fsi_steady.cfg
251+
$ SU2_CFD config_fsi_steady.cfg
252252
```
253253

254254
which will show the following convergence history:

_tutorials/structural_mechanics/Multiple_Material.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Finally, given the flexibility of the regions R1 and R3, an incremental approach
8686
Follow the links provided to download the [config](https://github.com/su2code/Tutorials/blob/master/structural_mechanics/cantilever/config_nonlinear_multimaterial.cfg), [mesh](https://github.com/su2code/Tutorials/blob/master/structural_mechanics/cantilever/mesh_cantilever.su2) and [element_properties](https://github.com/su2code/Tutorials/blob/master/structural_mechanics/cantilever/element_properties.dat) files. Execute the code with the standard command
8787

8888
```
89-
SU2_CFD config_nonlinear_multimaterial.cfg
89+
$ SU2_CFD config_nonlinear_multimaterial.cfg
9090
```
9191

9292
which will show the following convergence history:

_tutorials/structural_mechanics/Nonlinear_Elasticity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ MARKER_PRESSURE = ( left, 1E3, upper, 0, right, 0)
9494
Follow the links provided to download the [config](https://github.com/rsanfer/Tutorials/blob/master/structural_mechanics/cantilever/config_nonlinear.cfg) and [mesh](https://github.com/rsanfer/Tutorials/blob/master/structural_mechanics/cantilever/mesh_cantilever.su2) files. Execute the code with the standard command
9595

9696
```
97-
SU2_CFD config_nonlinear.cfg
97+
$ SU2_CFD config_nonlinear.cfg
9898
```
9999

100100
which will show the following convergence history:

0 commit comments

Comments
 (0)