Carleton Coffrin

Results 314 comments of Carleton Coffrin

Documentation as been updated and the name of this issue changed to reflect the new scope.

Thanks for the heads up! Did you test with v19.05? We recently fixed some generator bounds in that release.

Ok I think I see the source of the issue. For example a generator from `case89_pegase__api`, ``` 4586 -363.8 0.0 254.4 -254.4 1.0 100.0 1 0 -727.6; % SYNC ```...

@rdzman, what are your thoughts on modifying Matpower to support non-zero q-bounds on consumption-only generators?

That sounds good, thanks for your insights! We will use the `-1e-10` work around until dispatchable loads become separate elements.

This will also simplify the implementation of OLTC.

Revisit `tr-tp-models` branch once this is done.

Consider addressing #575 here as well.

This will also be a good time to revisit the naming of constraints like, ``` constraint_ohms_yt_from(pm, i) constraint_voltage_angle_difference(pm, i) constraint_thermal_limit_from(pm, i) ``` Should probably have names like `constraint_line_power_flow_from`, `constraint_line_thermal_limit_from`.

Closely related to #67.