nikhilgupta10 / GridLAB-D

Other
1 stars 0 forks source link

#789 Silent error when performing fault analysis on IEEE 34 node model with switches, #2524

Closed nikhilgupta10 closed 7 years ago

nikhilgupta10 commented 7 years ago

the IEEE 34 node model was set up and faults were induced on the system. The IEEE 34 node model contains two regulators. The file ran fine with the two regulators in the model but gave a silent error when those regulators were replaced with switch objects.

,

nikhilgupta10 commented 7 years ago

nikhilgupta10 imported these comments from Sourceforge: "andyfisher": * status changed from new to closed

The silent error was due to the fault_check object in the glm file. The the name given to the property eventgen_object belonged to an overhead line and not an eventgen object. To fix this I put a check in fault_check.cpp to make sure that the object specified is an eventgen. I've posted this fix to r4448 of trunk and r4449 of 3.0.

,