11 #include "matrixlib.h"
13 #include <MatrixLib/MatrixLib.h>
35 ml_matrix thrust_Table;
52 void Update(
double h,
double m );
Aircraft engine model.
Definition: sc_ac_engine.h:27
void Initialize(char *filename)
Initialize with a filename.
Definition: sc_ac_engine.cc:25
double get_sfc(void)
Get the specific fuel consumption.
Definition: sc_ac_engine.cc:117
void Update(double h, double m)
Update the model with.
Definition: sc_ac_engine.cc:86
double get_thrust(void)
Get the thrust.
Definition: sc_ac_engine.cc:107
AC_Engine(void)
Constructor.
Definition: sc_ac_engine.cc:15