YASim: Difference between revisions

Jump to navigation Jump to search
12 bytes added ,  2 November 2014
→‎Command Line: - revert change. The format of the tabular data is important for people that want to import data in third party apps (it is not "table style" )
No edit summary
(→‎Command Line: - revert change. The format of the tabular data is important for people that want to import data in third party apps (it is not "table style" ))
Line 344: Line 344:
<code>"C:\Program Files\FlightGear\bin\Win32\yasim.exe" "C:\Program Files\FlightGear\data\Aircraft\f-14b\f-14b-yasim.xml" -g -a 1000 -s 490</code>
<code>"C:\Program Files\FlightGear\bin\Win32\yasim.exe" "C:\Program Files\FlightGear\data\Aircraft\f-14b\f-14b-yasim.xml" -g -a 1000 -s 490</code>


* '''-g:''' Instructs YASim to generate table-style data instead of the usual solver output. This can be redirected to a file and used in various plotting programs to visualize the actual lift, drag, L/D curves. The columns of the output from left to right are: AoA, Lift, Drag, L/D. (aoa in degrees, lift and drag in G's).
* '''-g:''' Instructs YASim to generate space-separated tabular data instead of the usual solver output. This can be redirected to a file and used in various plotting programs to visualize the actual lift, drag, L/D curves. The columns of the output from left to right are: AoA, Lift, Drag, L/D. (aoa in degrees, lift and drag in G's).
* '''-a <altitude in feet:>''' Run the solver at the given altitude in feet.
* '''-a <altitude in feet:>''' Run the solver at the given altitude in feet.
* '''-s <speed in knots>:''' Also run at the given airspeed in knots.
* '''-s <speed in knots>:''' Also run at the given airspeed in knots.
422

edits

Navigation menu