12.07.2015 Views

Developement Of An Instrument Landing Simulation ... - Cal Poly

Developement Of An Instrument Landing Simulation ... - Cal Poly

Developement Of An Instrument Landing Simulation ... - Cal Poly

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

High By-pass Engine: Engine Type = 3if (EngType == 3){Thrust=(0.1/(Vtrue*1.69/a))*Tsl*(rho/rhosl); //Tsl - lbsif (NumEng == 1){RThrust=0.5*RThrottle*Thrust;LThrust=0.5*LThrottle*Thrust;//printf("RThrust3-1: %i\n",RThrust);//printf("LThrust3-1: %i\n",LThrust);}else{RThrust=RThrottle*Thrust;LThrust=LThrottle*Thrust;//printf("RThrust3-2: %i\n",RThrust);//printf("LThrust3-2: %i\n",LThrust);}}//Non - Afterburning Jet Engine: Engine Type = 4if (EngType == 4){Thrust=Tsl*(rho/rhosl); //Tsl - lbsif (NumEng == 1){RThrust=0.5*RThrottle*Thrust;70

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!