-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
initializeSimulation, in Ida.cpp, calls IDACalcIC which calls for an initType variable. For tests like the GENROU example, having initType be IDA_YA_YDP_INIT generates oscillation on generation, while IDA_Y_INIT generates steady state conditions on generation.
It might be beneficial to change the logic for how the initType is determined. Simply hardcoding it to IDA_Y_INIT causes an error with the GenConstLoad test (subprocess aborted).
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request