Aviary 0.9.6 preview #585
jkirk5
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The next tagged version of Aviary will be arriving soon! There will be a number of small, backwards-incompatible changes to be aware of. Once v0.9.6 arrives, you may notice minor changes in your model's results. Here is a list of changes, and if you need to make any modifications to your models to replicate old results.
Key new features since last version (0.9.4-dev):
Propulsion
) and simple battery model (located inEnergy
) are now available for useTurbopropModel
(aEngineModel
subclass) packages together a shaft-power generating model, a gearbox model, and a propeller model. By default, aTurbopropModel
attempts to build a turboshaft engine deck connected to a simple gearbox and the Hamilton Standard propeller module. Any of these models can be substituted with user-provided subsystems. TheTurbopropModel
currently requires use of the level2 interface or deeper.EngineModels
on an aircraft is supported for energy method missionsNon-backwards compatible changes:
Atmosphere
component now defaults to using geodetic altitude, rather than geopotential. This may cause minor changes in results from components that useAtmosphere
, such as mission analysis. To revert, reset the default onaviary/subsystems/atmosphere/atmosphere.py
todefault='geodetic',
aircraft:engine:global_throttle
andaircraft:engine:global_hybrid_throttle
toTrue
Beta Was this translation helpful? Give feedback.
All reactions