Skip to content

Commit 43a5aa3

Browse files
authored
Merge pull request #65 from ArneVoss/patch-1
Update Custom-Output.md
2 parents 389c26f + 7e59116 commit 43a5aa3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

_docs_v7/Custom-Output.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,11 @@ For the compressible Navier-Stokes solver (i.e. `SOLVER=NAVIER_STOKES`), a **non
136136
| `DRAG` | Total Drag coefficient. | `AERO_COEFF` |
137137
| `LIFT` | Total Lift coefficient | `AERO_COEFF` |
138138
| `SIDEFORCE` | Total Sideforce coefficient. | `AERO_COEFF` |
139-
| `MOMENT-X` | Total Moment around the x-axis. | `AERO_COEFF` |
140-
| `MOMENT-Y` | Total Moment around the y-axis. | `AERO_COEFF` |
141-
| `MOMENT-Z` | Total Moment around the z-axis. | `AERO_COEFF` |
142-
| `FORCE-X` | Total Force in x direction. | `AERO_COEFF` |
143-
| `FORCE-Y` | Total Force in y direction. | `AERO_COEFF` |
144-
| `FORCE-Z` | Total Force in z direction.| `AERO_COEFF` |
139+
| `MOMENT_X` | Total Moment around the x-axis. | `AERO_COEFF` |
140+
| `MOMENT_Y` | Total Moment around the y-axis. | `AERO_COEFF` |
141+
| `MOMENT_Z` | Total Moment around the z-axis. | `AERO_COEFF` |
142+
| `FORCE_X` | Total Force in x direction. | `AERO_COEFF` |
143+
| `FORCE_Y` | Total Force in y direction. | `AERO_COEFF` |
144+
| `FORCE_Z` | Total Force in z direction.| `AERO_COEFF` |
145145
| `EFFICIENCY` | Total Lift-to-drag ratio. | `AERO_COEFF` |
146146

0 commit comments

Comments
 (0)