jsbsim.js
Version:
JSBSim flight dynamics model ported to JavaScript
114 lines (107 loc) • 3.42 kB
text/xml
<plotset>
<!--
This file contains plot descriptions for the atmospheric data logged by JSBSim
when the atmosphere flag is turned ON.
These are the variables logged by JSBSim with the atmosphere flag set to ON
Rho (slugs/ft^3)
Absolute Viscosity
Kinematic Viscosity
Temperature (R)
P_{SL} (psf)
P_{Ambient} (psf)
Turbulence Magnitude (ft/sec)
Turbulence X Direction (rad)
Turbulence Y Direction (rad)
Turbulence Z Direction (rad)
Wind V_{North} (ft/s)
Wind V_{East} (ft/s)
Wind V_{Down} (ft/s)
-->
<page>
<plot>
<title>Temperature vs. Time</title>
<label axis="y">Temperature (R)</label>
<label axis="x">Time (sec)</label>
<scale>auto</scale>
<parameter axis="x">Time</parameter>
<parameter axis="y">Temperature (R)</parameter>
</plot>
<plot>
<title>Pressure vs. Time</title>
<label axis="x">Time (sec)</label>
<label axis="y">Pressure (psf)</label>
<scale>auto</scale>
<parameter axis="x">Time</parameter>
<parameter axis="y">P_{Ambient} (psf)</parameter>
</plot>
<plot>
<title>Density vs. Time</title>
<label axis="y">Rho (slugs/ft^3)</label>
<label axis="x">Time (sec)</label>
<scale>auto</scale>
<parameter axis="y">Rho (slugs/ft^3)</parameter>
<parameter axis="x">Time</parameter>
</plot>
</page>
<page>
<plot>
<title></title>
<label axis="x"> Time (sec) </label>
<label axis="y"> Wind V_{Down} (ft/s) </label>
<scale>auto</scale>
<parameter axis="x">Time</parameter>
<parameter axis="y">Wind V_{Down} (ft/s)</parameter>
</plot>
<plot>
<title></title>
<label axis="x"> </label>
<label axis="y"> Wind V_{East} (ft/s) </label>
<scale>auto</scale>
<parameter axis="x">Time</parameter>
<parameter axis="y">Wind V_{East} (ft/s)</parameter>
</plot>
<plot>
<title>Wind vs. Time</title>
<label axis="x"> </label>
<label axis="y"> Wind V_{North} (ft/s) </label>
<scale>auto</scale>
<parameter axis="x">Time</parameter>
<parameter axis="y">Wind V_{North} (ft/s)</parameter>
</plot>
</page>
<page>
<plot>
<title></title>
<label axis="x"> Time (sec) </label>
<label axis="y"> Turbulence Z Direction (rad) </label>
<scale>auto</scale>
<parameter axis="x">Time</parameter>
<parameter axis="y">Turbulence Z Direction (rad)</parameter>
</plot>
<plot>
<title></title>
<label axis="x"> </label>
<label axis="y"> Turbulence Y Direction (rad) </label>
<scale>auto</scale>
<parameter axis="x">Time</parameter>
<parameter axis="y">Turbulence Y Direction (rad)</parameter>
</plot>
<plot>
<title></title>
<label axis="x"> </label>
<label axis="y"> Turbulence X Direction (rad) </label>
<scale>auto</scale>
<parameter axis="x">Time</parameter>
<parameter axis="y">Turbulence X Direction (rad)</parameter>
</plot>
<plot>
<title>Turbulence vs. Time</title>
<label axis="x"> </label>
<label axis="y"> Turbulence Magnitude (ft/sec) </label>
<scale>auto</scale>
<parameter axis="x">Time</parameter>
<parameter axis="y">Turbulence Magnitude (ft/sec)</parameter>
</plot>
</page>
</plotset>