Skip to content

Commit

Permalink
WT3GX works. Previous problem was caused by failing to initialize wt_…
Browse files Browse the repository at this point in the history
…vrt_model in wt_generator as NULL. Need further tests for wt3gx.
  • Loading branch information
changgang committed Mar 3, 2024
1 parent d999d52 commit 3fef4e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/steps/STEPS.depend
Original file line number Diff line number Diff line change
Expand Up @@ -3512,7 +3512,7 @@
<iostream>
<algorithm>

1709447981 source:d:\steps\code\steps\source\data_imexporter\steps_dynamics_imexporter.cpp
1709448156 source:d:\steps\code\steps\source\data_imexporter\steps_dynamics_imexporter.cpp
"header/data_imexporter/steps_imexporter.h"
"header/basic/utility.h"
"header/steps_namespace.h"
Expand Down
1 change: 1 addition & 0 deletions code/steps/source/device/wt_generator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ void WT_GENERATOR::clear()
wt_pitch_model = NULL;
wind_speed_model = NULL;
wt_relay_model = NULL;
wt_vrt_model = NULL;

set_positive_sequence_resistance_in_pu(0.0);
set_positive_sequence_syncronous_reactance_in_pu(0.0);
Expand Down

0 comments on commit 3fef4e1

Please sign in to comment.