Skip to content

Commit

Permalink
Update plot_obs_vhz_ctrl_im_2kw.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mhinkkan authored Apr 29, 2024
1 parent b52eb3d commit d9208b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/obs_vhz/plot_obs_vhz_ctrl_im_2kw.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
mdl.mechanics.tau_L_t = Sequence(times, values)

# Quadratic load torque profile, e.g. pumps and fans (uncomment to enable)
# k = 1.1*base.tau_nom/(base.w/base.p)**2
# k = 1.1*base.tau_nom/(base.w/base.n_p)**2
# mdl.mechanics.tau_L_w = lambda w_M: np.sign(w_M)*k*w_M**2

# %%
Expand Down

0 comments on commit d9208b9

Please sign in to comment.