Eliot Aretskin-Hariton

Results 9 issues of Eliot Aretskin-Hariton

### Desired capability or behavior. We have lots of variables in `Aircraft.Engine` that have `propeller` in the name or are only applicable to propeller designs. We may want to make...

### Desired capability or behavior. An optional gearbox component should be added between the motor / turboshaft and the prop. Users should be able to change the gear ratio and...

enhancement

### Summary The Goal was to create a large_single_aisle example of multi-mission optimization to allow an aircraft to be optimized for two missions, a mission where the aircraft was full...

enhancement

### Description Using a LEAPS-based mass calculation and trying to overload / set the PASSENGER_MASS, BAGGAGE_MASS, or PASSENGER_PAYLOAD_MASS, none of these will affect Aircraft.CrewPayload.TOTAL_PAYLOAD_MASS. The computations for Aircraft.CrewPayload.TOTAL_PAYLOAD_MASS happen in...

bug

### Desired documentation content. It is hard for me to find the Override documentation page in aviary because I think of overloading or overwriting. OverRIDING doesn't come when I think...

### Desired capability or behavior. There are a number of options that users will want to manipulate during the optimization. For example: `Aircraft.Wing.LOAD_PATH_SWEEP_DIST` are actually functions of `Aircraft.Wing.SWEEP` and should...

### Desired capability or behavior. **Issue 1) Displaying non-exclusive Items** Current N2 behavior allows users to select different things to activate on the left hand side that are exclusive from...

### Desired capability or behavior. the `prob.list_driver_vars()` is very useful for getting a summary of the objectives, design variables, and constraints for a problem. We often include a similar type...

Current Aviary Repo Size ~ 110k lines of code Current number of `phase_info` instantiated in 28 different locations ~ 2.2k lines of code `phase_info` currently takes up 2% of our...