convexengineering / gplibrary

Useful subsystem models
MIT License
10 stars 11 forks source link

Simple Flight Profile Performance Model #94

Closed mayork closed 7 years ago

mayork commented 7 years ago

@1ozturkbe @bjarni177 use the Commercial_Flight_Profile_Simple_Performance.py file at 0eb77e7 to begin linking your subsystem with the flight profile

@bqpd here's the (finally) working example you were looking for

the only outstanding thing in the model is that the atmosphere model isn't fully functional since SignomialEquality isn't running inside vectorize

1ozturkbe commented 7 years ago

Sure. I just made a copy called CFP_Fuselage_Performance.py, so you can mess around with the other one as you'd like.

On Mon, Oct 31, 2016 at 12:55 PM mayork notifications@github.com wrote:

@mayork commented on this pull request.

In gpkitmodels/Commercial Sizing/Commerical_Flight_Profile_Simple_Performance.py https://github.com/hoburg/gpkit-models/pull/94#pullrequestreview-6477525 :

@@ -766,7 +770,7 @@ def determine_unbounded_variables(self, model, solver=None, verbosity=0, 'numeng': 2,

'W_{Load_max}': 6664,

         'n_{pass}': 150,
  • 'pax{area}': 1, +## 'pax{area}': 1, 'w_{aisle}':0.51,

    'C{D{fuse}}': .005, #assumes flat plate turbulent flow, from wikipedia

         'e': .9,

@1ozturkbe https://github.com/1ozturkbe can you move the integrated fuse/flight profile to a new file called something like Fuse_flight_profile and then revert this file back to the base flight profile code? I want to have a flight profile we can run individually

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/hoburg/gpkit-models/pull/94#pullrequestreview-6477525, or mute the thread https://github.com/notifications/unsubscribe-auth/AO9SX8W6z8HkO-_p65Zh8wV6-0gBLhMIks5q5h1tgaJpZM4Kbb5i .

mayork commented 7 years ago

@1ozturkbe I got the VT and wing integrated successfully in the file D8.py. Feel free to start integrating your fuselage at any point. The HT model needs some work before integrating with a flight profile (we should discuss CG modeling some) and the engine is waiting on a few back end things before it's ready for integration

bqpd commented 7 years ago

This project been moved to the https://github.com/hoburg/d8 repository