smib_crosscheck =============== .. py:module:: smib_crosscheck Attributes ---------- .. autoapisummary:: smib_crosscheck.HERE smib_crosscheck.P smib_crosscheck.AVR smib_crosscheck.XLINE smib_crosscheck.FN Functions --------- .. autoapisummary:: smib_crosscheck.solve_operating_point smib_crosscheck.machine_init smib_crosscheck.reduced_rhs smib_crosscheck.main Module Contents --------------- .. py:data:: HERE .. py:data:: P .. py:data:: AVR .. py:data:: XLINE :value: 0.3 .. py:data:: FN :value: 50.0 .. py:function:: solve_operating_point() Loadflow of the SMIB: machine bus PV (P0, V0), infinite bus slack 1.0. .. py:function:: machine_init(vm, i_inj) Steady state of eqs. (11)-(24) for terminal voltage vm and injected current i_inj (machine base, generator convention). .. py:function:: reduced_rhs(x, vref) RHS of the reduced SMIB ODE. x = [delta, omega, E'q, psi_kd, E'd, psi_kq, Vll, Efd]; stator+network eliminated each call. .. py:function:: main() -> None