nikhilgupta10 / GridLAB-D

Other
1 stars 0 forks source link

#839 solar pv does not handle lack of parent inverter gracefully, #2567

Closed nikhilgupta10 closed 7 years ago

nikhilgupta10 commented 7 years ago

module generators; object solar { generator_mode SUPPLY_DRIVEN; generator_status ONLINE; panel_type SINGLE_CRYSTAL_SILICON; efficiency 0.2; area 2500; }

This model starts out trying to do without a parent by warning that no parent
is defined it will use static voltages. But then the simulation
crashes on a null pointer.

Recommend the object either work ok with static voltage or exit
on an error that a parent inverter is required.

,

nikhilgupta10 commented 7 years ago

nikhilgupta10 imported these comments from Sourceforge: The user laurmarinovici does not exist anymore. Therefore assigning this to afisher1. "jcfuller":- Description has changed:

Diff: