Skip to content

Address deprecation warning in EngineDeck #1083

@jkirk5

Description

@jkirk5

Desired capability or behavior.

Address the deprecation in engine_deck.py (currently line 1320), which states that we will not be accepting both SCALED_SLS_THRUST and SCALE_FACTOR provided for the same model. This is one of the later holdouts from when engines were switched from using SCALED_SLS_THRUST as the preferred scaling control to SCALE_FACTOR.

SCALED_SLS_THRUST should be a computed output only, so we want to avoid "overwriting" it with a specified value, which might mess up cases where SCALE_FACTOR is allowed to vary

Is your feature request related to a problem? Please describe.

No response

Associated Bug Report

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    code cleanupCode cleanup, refactoring, or similar helpful reorganization

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions