-
Notifications
You must be signed in to change notification settings - Fork 1
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 ApparentPower vs QUDT ComplexPower #43
Comments
Looks good, but we need to dive in definitions. The complex power can be expressed as P+jQ where P is the active and Q reactive power. the S - apparent power we exchange is the module of this the complex power can be expressed as sqrt(P^2+Q^2)<ctan(Q/P), where the < is the angle part. I think we do not want the angle but just the module We need to see an example of ComplexPower in QUDT maybe that will get clearer |
QUDT refers to https://www.electropedia.org/iev/iev.nsf/display?openform&ievref=131-11-39, qudt:latexDefinition "$\\underline{S} = \\underline{U}\\underline{I^*}$, where $\\underline{U}$ is voltage phasor and $\\underline{I^*}$ is the complex conjugate of the current phasor."^^qudt:LatexString ;
qudt:latexSymbol "$\\underline{S}$"^^qudt:LatexString ; So it also calls it |
Answered in qudt/qudt-public-repo#970: QUDT has |
By the way, @VladimirAlexiev, this topic happens to be what I used in explaining how we compute qudt:applicableUnit triples. See https://github.com/qudt/qudt-public-repo/wiki/Advanced-User-Guide#4-computing-applicable-units-for-a-quantitykind |
But is it true?
unit:V-A
applies toquantitykind:ComplexPower
ComplexPower
: units apply to magnitudes, not to vectorsComplexPower
as "under sinusoidal conditions, is the product of the phasor U representing the voltage between the terminals of a linear two-terminal element or two-terminal circuit and the complex conjugate of the phasor I representing the electric current in the element or circuit"ApparentPower
as "Product of the RMS value of the voltage and the RMS value of the current."Questions:
skos:broader
or maybe evenskos:exactMatch
ApparentPower
as a new QuantityKind to QUDT?The text was updated successfully, but these errors were encountered: