Skip to content
Snippets Groups Projects
Commit 26cf8ccc authored by Ruben Di Battista's avatar Ruben Di Battista Committed by GitHub
Browse files

Update README.md

parent 2a66b0c0
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ The filename is optional. Without it the parser will look for the `for006.dat' f ...@@ -15,7 +15,7 @@ The filename is optional. Without it the parser will look for the `for006.dat' f
## Output File ### ## Output File ###
The Output file is composed by two structures: `Coeffs` and `State`. The Output file is composed by two structures: `Coeffs` and `State`.
`Coeffs` contains all the aerodynamic coefficients interpolated over the 4 states (AoA, Mach, Altitude, Sidesplip angles) and the struct `State` contains the set of states (Aoa, Mach, Altitude, Sideslip Angle) the coefficients have been calculated on and the position of the center of gravity. `Coeffs` contains all the aerodynamic coefficients interpolated over the 4 states (AoA, Mach, Altitude, Sideslip angles) and the struct `State` contains the set of states (Aoa, Mach, Altitude, Sideslip Angle) the coefficients have been calculated on and the position of the center of gravity.
``` ```
Coeffs = Coeffs =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment