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
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