-
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
include subclasses of energy transformation #372
Comments
There are also SE→ SE transformations (all the Power-to-X stuff). So don't limit this to PE → SE. |
Shouldn't processes be subclasses of |
The power plants and power generating units already have quite a detailed structure as subclasses of artificial object? Why do you consider breaking this structure and changing power plants from artificial objects to processes? |
From an energy model point of view we need both. We need the the power plants as artificial objects to descripe for example the stock of power plants, but we need also the energy transformation as a process, where we could for example describe the efficiency of the energy transformation. The sub classes of the power plants as artificial objects should be equal to the energy transformation ones. |
Yes I would take the same subclasses as those which you already discussed for the power plants. Yes true efficiency was a bad example, that could be also a property of a power plant. A better example are emission coefficients. They need to be multiplied with the amount of energy transformed/produced and can't be properties of power plants, but could be properties of energy transformation processes. I remember that we also talked about including energy production. Maybe its also better to call that energy transformation? |
We already have a class (Related to #390.) |
Is it really necessary to include (however) all those types of energy transformation? Maybe it is sufficent to include all relevant parts to annotate such a transformation. |
Sounds like a good solution. I don't know - is it possible to use the ontology like a puzzle? Can I describe a specific transformation process by combining several parts of the ontology and combine it with an attribute and a value? @p-kuckertz do you know? |
No, I'm of no use here, sorry. I do not know about this way of utilizing an ontology and I'm no domain expert... |
and
@jannahastings @fabianneuhaus can you help here? |
Sure, this could just be captured in an anonymous class expression in an axiom rather than a named class, we already use such expressions in some cases. Reading the thread above, I would just like to underscore that power plants and energy transformations need to be separate entities. Of course, the power plant facilitates the energy transformation. |
I don't understand it yet. The term "energy transformation" already exists. Can we somehow relate this energy transformation process to all existing power plants in the OEO? If yes, I think we don't need the subclasses of energy transformation? |
Of the existing relations, |
Not only the power plants, but all energy converting devices. |
On the other hand: it is the |
I like the idea to add this relation to all power plants and energy converting devices. Is the discussion now closed? |
I just took a look into the hierarchy: for consisenty reasons we should either add the relation only to Before we implement, we should wait for #77 and decide: do we relate to |
Why |
power plant --> has part --> power generating unit --> has part --> energy converting device |
That is clear, but I think |
If I relate it to |
or for both |
@stap-m can you explain your thoughts behind energy converting device? Otherwise I'd go with power generating unit as @Vera-IER proposed |
Sorry, I don't get the connection to energy carrier and emission coefficient here. Could you give an example? I mean, "
|
Yes its definitly a correct correlation, when energy converting devices are related to energy transformation. From my model perspective I need to give attributes like efficiencies or emission coefficients to types of power generating units. A coal power plant has a higer emission coefficient than a gas power plant for example. For example if a have X TWh power generated by a coal power plant, the model calculates the emissions by multiplying the emission coefficient with the generated power. Its related to the combustion process of a power plant (which is different for the different energy carriers), not to the generator. |
no, it doesn't inherit it |
We should still think about which is the more primary of these and first capture that (I assume the generator?). The other then could be, in principle, derived, and although as @akleinau says it will not be inherited automatically, we should still think about whether we need both and if so whether there is a regular relationship between them that can be automatically computed (even if perhaps not within OWL) and if that would help? |
@Vera-IER I completely agree, that for modelling the overall efficiency or emmisions of the power plant is relevant, and not of a single generator. But these are different relations. I don't see a problem to implement such relations for |
Did I understand it correctly that we can implement both relations?: |
this issue has 45 comments. Maybe it is a good idea to define an upper limit like 30 comments, after which an issue should be discussed in a dev meeting as it got too complex? |
In the OEO Dev Meeting we agreed to include those relations: I will implement it, but I don't know where to put the term tracker item in that case. Because they exist already for |
Description of the issue
We need some subclasses of "energy transformation". @stap-m deleted the existing subclasses of "energy production" (which is now "energy transformation"), see issue #77. We thought it would be good to discuss the subclasses from scratch and maybe take some old definitions.
Ideas of solution
I would define the subclass processes of energy transformation as a transformation process from the primary energy source X into a secondary energy form (electricity, heat or electricity and heat).
I saw that in the OEO under continuant --> energy: there are some primary energy sources and there are also the secondary energy forms mixed togehter. I would separate them and complete the list (but that's maybe an issue by itsself).
For the subclasses of energy transformation process I would inlude:
I hope I didn't forget any type of power plant...
Workflow checklist
I am aware that
The text was updated successfully, but these errors were encountered: