Develop#25
Merged
Merged
Conversation
- Remove Eigen3 and fmt source. - Updated version file to reflect the current version as 1.1.5.
- Added IEEECommonDataFormat and PSSERawFormat classes for reading different input formats. - Introduced Reader base class with methods to retrieve bus and branch data. - Implemented Writer class with functions to display bus data and write output to CSV. - Created Logger class for logging messages with different severity levels. - Developed ArgumentParser class for command-line argument parsing, supporting various options. - Removed obsolete Utils functions and integrated necessary utilities into the new structure. - Updated main application logic to utilize the new Reader and Writer classes. - Enhanced test cases to validate the new implementations and ensure proper functionality.
- Added Jacobian matrix computation for Newton-Raphson method. - Refactored Newton-Raphson solver to utilize separate power mismatch calculation. - Introduced Q-limit checking for PV buses after convergence. - Updated main application logic to handle iterative Q-limit adjustments. - Enhanced test cases for Gauss-Seidel and Newton-Raphson to include Q-limit checks. - Modified IEEE data reading to accommodate voltage magnitude initialization.
This commit introduces a new raw data file for the IEEE 39-bus test system, which includes detailed information about buses, loads, generators, branches, transformers, and other system components. The data is formatted for use with PSS®E software, facilitating power system analysis and simulations.
- Updated copyright information in multiple files to reflect the correct author name. - Changed the job name assignment in ArgumentParser to use the stem of the input file. - Added a new Banner utility for displaying terminal and file output headers, including product information and license notice. - Integrated the Banner utility into ArgumentParser's help and version methods. - Updated version number from 1.1.5 to 1.2.0. - Ensured consistent licensing information across all source files.
…ompatibility and clarity
…y in header files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.