Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change of variable names in IEC models #14

Open
louisg-rte opened this issue Dec 11, 2024 · 1 comment
Open

Change of variable names in IEC models #14

louisg-rte opened this issue Dec 11, 2024 · 1 comment
Assignees

Comments

@louisg-rte
Copy link
Collaborator

louisg-rte commented Dec 11, 2024

for IEC WT models:
WT_wT4Injector_PGenPu --> WT_measurementsPQ_PPuSnRef (injected active power in base SnRef)
WT_wT4Injector_QGenPu --> WT_measurementsPQ_QPuSnRef (injected reactive power in base SnRef)

for IEC 2015 WT models:
WT_pQCalculus_PWtPu --> WT_measurementsPQ_PPu (injected active power in base SNom)
WT_pQCalculus_QWtPu --> WT_measurementsPQ_QPu (injected reactive power in base SNom)

for IEC 2020 WT models:
WT_controlMeasurements_PGenNomPu --> WT_measurementsPQ_PPu (injected active power in base SNom)
WT_controlMeasurements_QGenNomPu --> WT_measurementsPQ_QPu (injected reactive power in base SNom)

for IEC WPP models (new variables):
WPP_elecMeasurements_PPu (injected active power in base SNom)
WPP_elecMeasurements_QPu (injected reactive power in base SNom)
WPP_elecMeasurements_PPuSnRef (injected active power in base SnRef)
WPP_elecMeasurements_QPuSnRef (injected reactive power in base SRef)

@louisg-rte louisg-rte self-assigned this Dec 11, 2024
@louisg-rte
Copy link
Collaborator Author

Some variables have changed name in the IEC models. I wanted to adapt this in Power_Park.ini and this brings me some questions:

  • What is the base power (for pu) that is expected by this dictionnary ? In the modelica models some variables are in pu based on SNom (the nominal power of the unit) and others are based on SnRef (=100 MVA which is a common base power for all Modelica models). Which of them have to be written in this dictionnary ?

  • For IEC WT models there is a variable called InjectedActivePower and another one called ActivePowerPu. Why do we need these 2 variables ? (same for reactive power)
    Capture d’écran de 2024-12-11 11-02-19

  • For IEC WPP models why is there no variable corresponding to active/reactive power ?
    Capture d’écran de 2024-12-11 11-05-33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants