Skip to content

A few small fixes#909

Merged
Kenneth-T-Moore merged 6 commits intoOpenMDAO:mainfrom
Kenneth-T-Moore:cleanup3
Nov 4, 2025
Merged

A few small fixes#909
Kenneth-T-Moore merged 6 commits intoOpenMDAO:mainfrom
Kenneth-T-Moore:cleanup3

Conversation

@Kenneth-T-Moore
Copy link
Copy Markdown
Member

@Kenneth-T-Moore Kenneth-T-Moore commented Oct 29, 2025

Summary

  1. Removed the "use_actual_takeoff_mass" option, since it isn't used anywhere in the code.
  2. Renamed some inconsistently named aviary variables with hieararchy name CONTROL_MASS = but name string 'ctrl_mass'".
  3. Fixed a bug where throttle was incorrectly given a scaler default value in the energy phase.

Related Issues

Backwards incompatibilities

These variables:

    SURFACE_CONTROL_MASS = 'aircraft:wing:surface_ctrl_mass'
    SURFACE_CONTROL_MASS_COEFFICIENT = 'aircraft:wing:surface_ctrl_mass_coefficient'
    SURFACE_CONTROL_MASS_SCALER = 'aircraft:wing:surface_ctrl_mass_scaler'

have become:

    SURFACE_CONTROL_MASS = 'aircraft:wing:surface_control_mass'
    SURFACE_CONTROL_MASS_COEFFICIENT = 'aircraft:wing:surface_control_mass_coefficient'
    SURFACE_CONTROL_MASS_SCALER = 'aircraft:wing:surface_control_mass_scaler'

New Dependencies

None

@Kenneth-T-Moore Kenneth-T-Moore added this pull request to the merge queue Nov 3, 2025
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Nov 3, 2025
@Kenneth-T-Moore Kenneth-T-Moore added this pull request to the merge queue Nov 3, 2025
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Nov 3, 2025
@Kenneth-T-Moore Kenneth-T-Moore added this pull request to the merge queue Nov 4, 2025
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Nov 4, 2025
@Kenneth-T-Moore Kenneth-T-Moore added this pull request to the merge queue Nov 4, 2025
Merged via the queue into OpenMDAO:main with commit 8885a09 Nov 4, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants