Skip to content

Commit

Permalink
alphap1 has to be a SigEq.
Browse files Browse the repository at this point in the history
  • Loading branch information
1ozturkbe committed Sep 6, 2019
1 parent bebd56a commit 1ad823c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions turbofan/engine_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -552,8 +552,7 @@ def setup(self, thrust, engine, state, BLI):

#constrain the new BPR
alpha == mFan / mCore,
# SignomialEquality(alphap1, alpha + 1),
Tight([alphap1 <= alpha + 1]),
SignomialEquality(alphap1, alpha + 1),
alpha <= self.thrust['\\alpha_{max}'],

#SIGNOMIAL
Expand Down

0 comments on commit 1ad823c

Please sign in to comment.