Skip to content

Commit d24deb3

Browse files
author
bjpalmer
committed
Cleaned up a few problems in dynamic simulation
1 parent 31834d5 commit d24deb3

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

src/applications/dynamic_simulation_full_y/input.xml

+16
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,22 @@
6464
<timeStep> 0.005</timeStep>
6565
</faultEvent>
6666
</faultEvents>
67+
<generatorWatch>
68+
<generator>
69+
<busID> 60 </busID>
70+
<generatorID> 1 </generatorID>
71+
</generator>
72+
<generator>
73+
<busID> 67 </busID>
74+
<generatorID> 1 </generatorID>
75+
</generator>
76+
<generator>
77+
<busID> 79 </busID>
78+
<generatorID> 1 </generatorID>
79+
</generator>
80+
</generatorWatch>
81+
<generatorWatchFrequency> 2 </generatorWatchFrequency>
82+
<generatorWatchFileName> gen_watch.csv </generatorWatchFileName>
6783
<LinearSolver>
6884
<PETScOptions>
6985
<!-ksp_view>

src/applications/modules/dynamic_simulation_full_y/dsf_app_module.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616
// -------------------------------------------------------------
1717
//
18-
#define USE_TIMESTAMP
18+
//#define USE_TIMESTAMP
1919

2020
#include "gridpack/include/gridpack.hpp"
2121
#include "dsf_app_module.hpp"

0 commit comments

Comments
 (0)