-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add descriptors for components of the Ohm law and differentiate AC and DC current #1632
Comments
Some thoughts on these proposals:
|
I agree with all of this, but we are still missing the alternative to We could also create the two terms and give them the same label, it is how they are used in the literature and the unique IDs prevent conflicts. Other alterantive is to have them labeled like:
|
By the way, I was suggesting |
I browsed a bit Wikipedia and found
So what about using
If have to define later something for A/mm², then we can still use
Yes, true. But this total resistance of the circuit is still a property of the circuit (made up of individual objects) and still not a property of the of the current.
I don't think that this is a process attribute of a electrical energy transfer either, as there can be a voltage without transferring energy. At the terminals of a battery there is a voltage, even in moments when no energy is transfered from or to the battery. |
Did someone check, whether there exist already ontologies that contains these concepts in a manner that we could import / adapt? |
I looked into PATO and ENVO, but did not find anything helpful. The only helpful things in other ontologies are the mentioned definitions of the associated units in the units ontology. |
I have been looking for use cases, and one thing that I have often noticed is that the current intensity is not that much used to describe Transmission line infrastructure, it is mostly voltages and power capacities. Examples: Wikipedia, IEEE RELIABILITY TEST SYSTEM Not that we keep the terms out, I think they are still valuable but probably we can afford more complexity in the other terms and keep |
Description of the issue
In existing classes like
HVDC-line
andAC-line
we refer to the termcurrent
. This is also necessary to describe the differences of AC and DC charging processes that may come out of #1444Along the same lines we have things like
resistance
andvoltage
Ideas of solution
This should not be very complicated to implement since we already have some parallels. Using for example the
water flow
axioms.water flow
has process attribute
somewater flow rate
water flow rate
has quantity value
somevolumetric flow rate value
We could add the axioms for
electrical energy transfer
:electrical energy transfer
alternative label
current
orelectric current
electrical energy transfer
has process attribute
somecurrent intensity
current intensity
has quantity value
somecurrent intensity value
electrical energy transfer
has process attribute
someresistance
resistance
has quantity value
someresistance value
electrical energy transfer
has process attribute
somevoltage
voltage
has quantity value
somevoltage value
Definitions:
current intensity
: "Current intensity is the process attribute of an electrical energy transfer which quantifies the rate of electrons flowing through it."resistance
: "Resistance is the process attribute of an electrical energy transfer which quantifies the opposition to electron flow."voltage
: "Voltage is the process attribute of an electrical energy transfer which quantifies the electron flow potential differences of its starting and ending points."We could also add subclasses of
electrical energy transfer
:Alternate current
: "An alternate current is an electrical energy transfer whose charge changes during the flow"Direct current
: "A direct current is an electrical energy transfer whose charge is constant during the flow"I was also thinking of axiomizing charge but, since alternate current changes the charge constantly this may be tricky. What we could have is still define charge as an attribute but not axiomize it.
Please let me know if you agree with these definitions, I would like to implement them asap as I need them for work.
Workflow checklist
I am aware that
The text was updated successfully, but these errors were encountered: