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

cim:ActivePowerPerFrequency.unit is wrong #76

Open
VladimirAlexiev opened this issue Sep 19, 2024 · 3 comments
Open

cim:ActivePowerPerFrequency.unit is wrong #76

VladimirAlexiev opened this issue Sep 19, 2024 · 3 comments
Assignees
Labels
unit Units of measure, quantityKinds

Comments

@VladimirAlexiev
Copy link
Collaborator

VladimirAlexiev commented Sep 19, 2024

See qudt/qudt-public-repo#970
cim:ActivePowerPerFrequency is used with only one prop:
cim:ExternalNetworkInjection.governorSCD "Power Frequency Bias. This is the change in power injection divided by the change in frequency and negated. A positive value of the power frequency bias provides additional power injection upon a drop in frequency."

So I've corrected the unit as follows:

delete {cim:ActivePowerPerFrequency.unit cims:isFixed "WPers"}
insert {cim:ActivePowerPerFrequency.unit cims:isFixed "WPerHz"}
where  {cim:ActivePowerPerFrequency.unit cims:isFixed "WPers"};
@Sveino
Copy link
Owner

Sveino commented Sep 23, 2024

If we make this change we would also need to update the EAP model. I know that this was discussed in TF13. I found the following issues:

However, I see for GeneratingUnit we are using PerCent:

<rdf:Description rdf:about="#GeneratingUnit.governorSCD">
<cims:stereotype rdf:resource="http://iec.ch/TC57/NonStandard/UML#attribute"/>
<rdfs:label xml:lang="en">governorSCD</rdfs:label>
<rdfs:domain rdf:resource="#GeneratingUnit"/>
<cims:dataType rdf:resource="#PerCent"/>
<cims:multiplicity rdf:resource="http://iec.ch/TC57/1999/rdf-schema-extensions-19990926#M:0..1" />
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">Governor Speed Changer Droop. This is the change in generator power output divided by the change in frequency normalized by the nominal power of the generator and the nominal frequency and expressed in percent and negated. A positive value of speed change droop provides additional generator output upon a drop in frequency.</rdfs:comment>

I assume that this is an error and we should update it as PerCent.

@VladimirAlexiev
Copy link
Collaborator Author

  • GeneratingUnit.governorSCD "This is the change in generator power output divided by the change in frequency normalized by the nominal power of the generator and the nominal frequency and expressed in percent and negated."
  • The other one is not normalized, so it seems the two qk's are intentionally different
  • I think you should examine some actual values or ask this question in a CIM committee
  • I added cim:UnitSymbol.WPerHz, but will delete it if you confirm that PerCent should be used

@griddigit-ci
Copy link
Collaborator

We will need CIM issue here I guess

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
unit Units of measure, quantityKinds
Projects
None yet
Development

No branches or pull requests

3 participants