v1.0.1 #1213
jkirk5
announced in
Announcements
v1.0.1
#1213
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Aviary version 1.0.1 is now released! This version includes a large number of bug fixes and behind-the-scenes changes, as well as a few feature additions and minor backwards-incompatible changes.
Feature Additions
Mission.Takeoff.ROLLING_FRICTION_COEFFICIENT, `Mission.Landing.ROLLING_FRICTION_COEFFICIENT'). When not provided by the user, these revert to the same defaults as legacy codes (FLOPS vs. GASP) based on which equations of motion are selected for mission analysis.Aircraft.Design.OPERATING_ITEMSwas created to bookkeep non-fuel and passenger/cargo masses included in useful load. This includes crew, unusable fuel, and oil mass among others.Aircraft.Design.THRUST_TAKEOFF_PER_ENG. A new variable,Mission.Takeoff.CLIMBOUT_THRUST_FRACTIONallows the user to control the takeoff thrust to assist in modeling failure states. It defaults to 1.0 for backwards compatibility reasons (i.e. full engine thrust used in takeoff)Aircraft.Design.PERCENT_EXCRESCENCE_DRAG. It not provided by the user, it defaults to the value used by the legacy code for that aerodynamics method.Backwards Incompatibilities
Variable Name Changes
Fuel variables were updated to specify that they record mass (as opposed to volume)
Aircraft.Engine.CONSTANT_FUEL_CONSUMPTION->Aircraft.Engine.CONSTANT_FUEL_MASS_CONSUMPTIONAircraft.Fuel.AUXILIARY_FUEL_CAPACITY->Aircraft.Fuel.AUXILIARY_FUEL_MASS_CAPACITYAircraft.Fuel.WING_FUEL_CAPACITY->Aircraft.Fuel.WING_FUEL_MASS_CAPACITYDynamic.Vehicle.Propulsion.FUEL_FLOW_RATE->Dynamic.Vehicle.Propulsion.FUEL_MASS_FLOW_RATEDynamic.Vehicle.Propulsion.FUEL_FLOW_RATE_NEGATIVE->Dynamic.Vehicle.Propulsion.FUEL_MASS_FLOW_RATE_NEGATIVEDynamic.Vehicle.Propulsion.FUEL_FLOW_RATE_NEGATIVE_TOTAL->Dynamic.Vehicle.Propulsion.FUEL_MASS_FLOW_RATE_NEGATIVE_TOTALMission.BLOCK_FUEL->Mission.BLOCK_FUEL_MASSMission.RESERVE_FUEL_ADDITIONAL->Mission.RESERVE_FUEL_MASS_ADDITIONALMission.TOTAL_FUEL->Mission.TOTAL_FUEL_MASSMission.TOTAL_RESERVE_FUEL->Mission.TOTAL_RESERVE_FUEL_MASSMission.Constraints.EXCESS_FUEL_CAPACITY->Mission.Constraints.EXCESS_FUEL_MASS_CAPACITYMission.Takeoff.FUEL->Mission.Takeoff.FUEL_MASSMission.Taxi.FUEL_TAXI_IN->Mission.Taxi.FUEL_MASS_TAXI_INMission.Taxi.FUEL_TAXI_OUT->Mission.Taxi.FUEL_MASS_TAXI_OUTAircraft.Design.THRUST_TAKEOFF_PER_ENGhas been removed (see Feature Additions above for explanation)What's Changed
Full Changelog: v1.0.0...v1.0.1
This discussion was created from the release v1.0.1.
All reactions