Skip to content

Commit

Permalink
this is a released version. add function of changing dynamic simulati…
Browse files Browse the repository at this point in the history
…on time step manually. stepspy is updated but not pushed to pypi due to token issue.
  • Loading branch information
changgang committed Mar 24, 2024
1 parent 3f864d1 commit e5579d2
Show file tree
Hide file tree
Showing 130 changed files with 965 additions and 626 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- Reminder of major repository:
* The github repository may lag behind the gitee repository due to some GIT PUSH issues. So, use gitee repository first.
* The 'dev' branch is constantly updating while the 'main' branch is updated when major functions are added. Use 'main' branch for stable applications, and try 'dev' branch for new features.
- Date of Readme: Nov. 2, 2023
- Date of Readme: March 24, 2024

# Reference
Please cite STEPS with the following papers:
Expand All @@ -23,6 +23,7 @@ Though BPA dat format is supported, it will be supported in the future version i
You are encouraged to join us for further development.

## Major versions
- v2.2.0. Add function to change dynamic simulation time step manually. stepspy is also updated however not pushed to pypi due to token issue. please use python/stepspy-current/stepspy.
- v2.1.0. Add function to check if NAN is detected in powerflow solver. stepspy is also updated. Compile option '-ffast-math' is disabled.
- v2.0.0. Major version. (1) Short circuit functions added. Short circuit analysis with direct solution is supported. APIs are added to stepspy. Short circuit analysis with iterative solution is implemented in C++, and APIs will be added in later version. (2) Two toolkit functions added: Correct Three Winding Transformer Impedance Logic and Blockwise Automatic Large Step Logic. If the 'Correct' logic is enabled, zero impedance winding of 3-winding transformer can be automatically fixed to avoid NaN error. If the 'Blockwise' logic is enabled, dynamic simulation time step can be increased for fast simulation (See Reference Paper [2]). The 'Blockwise' logic is implemented with changes of dynamic blocks of first order, differential, and lead-lag. (3) Option 'libsteps_file' is added to stepspy when creating STEPS() object when dynamic library with name different from 'libSTEPS' is used. (4) Some wind turbine model bugs are fixed. (5) stepspy module is also upgraded to v2.0.0.
- v1.6.0. Add VSC HVDC for powerflow and dynamic simulation. stepspy also updated. Released on April 13, 2022.
Expand Down
5 changes: 2 additions & 3 deletions code/steps/STEPS.cbp
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@
<Option compiler="gcc" />
<Build>
<Target title="release">
<Option output="../../build/bin/release/STEPS" prefix_auto="1" extension_auto="1" />
<Option output="../../build/bin/release/libSTEPS" imp_lib="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).def" prefix_auto="1" extension_auto="1" />
<Option object_output="../../build/obj/release/" />
<Option type="1" />
<Option type="3" />
<Option compiler="gcc" />
<Option use_console_runner="0" />
<Option parameters="--compiler " />
<Compiler>
<Add option="-O3" />
Expand Down
Loading

0 comments on commit e5579d2

Please sign in to comment.