Skip to content

Commit 64bc649

Browse files
authored
Update _tutorials/design_features/Species_Transport/Species_Transport.md
1 parent 414894f commit 64bc649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_tutorials/design_features/Species_Transport/Species_Transport.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ For `DV_KIND` the tag `FFD_CONTROL_POINT` is simply repeated 10 times.
164164
The `DV_PARAM` option lists, which of the FFD-Box points is going to be deformed and also the direction of deformation. So `(BOX, 2, 0, 0, 0.0, 1.0, 0.0 )` refers to a point in the FFD-Box names `BOX` with the i-j-k-indices `2, 0, 0` and will be deformed along the vector `0.0, 1.0, 0.0` i.e. in y-direction.
165165
The `DV_PARAM` list can either be created by hand or by editing the output of a helping script that ships with SU2 (same directory as `SU2_CFD` binary etc.):
166166
```
167-
$ python set_ffd_design_var.py -i 6 -j 1 -k 0 -b BOX -m 'wall'
167+
$ python set_ffd_design_var.py -i 6 -j 1 -k 0 -b BOX -m 'wall' --dimension 2
168168
```
169169
which creates these list for the `FFD_CONTROL_POINT`'s in x-y-z direction, but we are only interested in the y-direction.
170170
```

0 commit comments

Comments
 (0)