WriteEngineData:
--------------------------------------------------------------------------
Write engine data to a table.
The text file is compatible with the DSim2 function sc_ac_engine.cc/h.
Performs a demo using SRT data for the turbofan and ramjet.
Since version 1.0
--------------------------------------------------------------------------
Form:
WriteEngineData( fileName, d )
--------------------------------------------------------------------------
------
Inputs
------
fileName (1,:) Filename
d (.) Data structure with thrust and sFC data
.m (1,n) Mach number
.h (1,m) Altitude (m)
.thrust (m,n) Thrust (N)
.sFC (m,n) Specific fuel consumption (kg/N-s)
-------
Outputs
-------
None
--------------------------------------------------------------------------
Children:
Common: FileUtils/FindDirectory