Skip to content

Commit

Permalink
Merge branch 'mdlfix' of github.com:jinningwang/andes into pr/jinning…
Browse files Browse the repository at this point in the history
…wang/240
  • Loading branch information
cuihantao committed Dec 21, 2021
2 parents ec9fefb + 8668aa1 commit 9d4bc1d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions andes/models/renewable/reeca1.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,11 +439,6 @@ def __init__(self, system, config):
)

# --- Placeholders for `Iqmin` and `Iqmax` ---
self.s4in = Algeb(info='Voltage error (Vref0)',
v_str='(PFsel + SWQ_s0 * (Iqcmd0 * vp - PFsel)) / vp',
e_str='(PFsel + SWQ_s0 * (Iqcmd0 * vp - PFsel)) / vp - s4in',
tex_name='s_{4in}',
)
self.s4 = LagFreeze(u='PFsel / vp',
T=self.Tiq, K=1,
freeze=self.Volt_dip,
Expand Down

0 comments on commit 9d4bc1d

Please sign in to comment.