tops.dyn_models.gen
Classes
Base class for dynamic models |
Module Contents
- class tops.dyn_models.gen.GEN(*args, **kwargs)
Bases:
tops.dyn_models.utils.DAEModel
Base class for dynamic models
- bus_idx
- bus_idx_red
- bus_ref_spec()
- load_flow_pv()
- init_from_load_flow(x_0, v_0, S)
- dyn_const_adm()
- state_list()
Returns list of states for dynamic model. Should be overwritten (if model has one or more states)
- input_list()
Returns list of inputs for dynamic model. Should be overwritten (if model has one or more inputs)
- int_par_list()
- reduced_system()
- current_injections(x, v)
- state_derivatives(dx, x, v)
- d(x, v)
- q(x, v)
- v_t(x, v)
- v_t_abs(x, v)
- v_setp(x, v)
- e_q_st(x, v)
- e_d_st(x, v)
- e_q_t(x, v)
- e_d_t(x, v)
- angle(x, v)
- speed(x, v)
- e_st(x, v)
- e_t(x, v)
- i(x, v)
- I(x, v)
- i_d(x, v)
- i_q(x, v)
- s_e(x, v)
- p_e(x, v)
- q_e(x, v)
- S_e(x, v)
- P_e(x, v)
- Q_e(x, v)
- P_nom(x, v)