CURENT / andes

Python toolbox / library for power system transient dynamics simulation with symbolic modeling and numerical analysis 🔥
https://ltb.curent.org
Other
208 stars 108 forks source link

Implementation of ESAC5A excitation system model & addition of the module in corresponding ANDES modules #342

Closed aaliqureshi closed 2 years ago

aaliqureshi commented 2 years ago

1- esac5a.py : ESAC5A excitation system model code 2- andes/models/init.py : Updated 3-andes/models/exciter/init.py : Updated

codecov[bot] commented 2 years ago

Codecov Report

Merging #342 (85b890a) into develop (37b4da9) will increase coverage by 0.07%. The diff coverage is 100.00%.

:exclamation: Current head 85b890a differs from pull request most recent head 3bcf9be. Consider uploading reports for the commit 3bcf9be to get more accurate results

@@             Coverage Diff             @@
##           develop     #342      +/-   ##
===========================================
+ Coverage    78.07%   78.14%   +0.07%     
===========================================
  Files          170      171       +1     
  Lines        14153    14201      +48     
===========================================
+ Hits         11050    11098      +48     
  Misses        3103     3103              
Impacted Files Coverage Δ
andes/models/__init__.py 100.00% <ø> (ø)
andes/models/exciter/__init__.py 100.00% <100.00%> (ø)
andes/models/exciter/esac5a.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 37b4da9...3bcf9be. Read the comment docs.

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

cuihantao commented 2 years ago

Thanks for the contribution!