This comes from #390
We need to distinguish between consumption of primary, secondary or final energy.
We can implement primary / secondary / final energy consumption as subclasses of consumption(_The process of using something and thereby reducing its amount._)
Related definitions mentioned so far:
Primary fuels: Fuels which are extracted directly from natural resources. Examples are: crude oil, natural gas, coals, etc.
Secondary fuels: Fuels manufactured from primary fuels. Examples are: cokes, motor gasoline and coke oven gas, blast furnace gas.
(Glossary of the 2019 Refinement to the 2006 IPCC Guidelines for National Greenhouse Gas Inventories)
Primary Energy is energy that is contained in fuels within the biosphere and natural reserves, or captured from natural energy flows, in a suitable form for use. Inert matter removed from the extracted fuels and quantities re-injected, flared or vented are not included.
— adapted from United Nations. _International Recommendations for Energy Statistics_. 154 https://unstats.un.org/unsd/energystats/methodology/ires/ (2018), paragraph 5.10
Secondary Energy is energy that has been converted from primary energy or a different form of secondary energy.
— adapted from United Nations. _International Recommendations for Energy Statistics_. 154 https://unstats.un.org/unsd/energystats/methodology/ires/ (2018), paragraph 5.10
Final Energy is energy that is delivered to energy consumers for their use.
— adapted from United Nations. _International Recommendations for Energy Statistics_. 154 https://unstats.un.org/unsd/energystats/methodology/ires/ (2018), paragraph 5.22
I am aware that
First we should agree on which concepts we are talking. I think we need the following two concepts;
Some suggestions for definitions that are in line with Eurostat's definition:
We should define these classes as subclasses of consumption, which is a process. Then, we can relate them via _has quantity value_ to smth like an energy amount value or power rate value, which can be used for other purposes aswell.
The definitions rewritten as subclasses of consumption:
Nice definitions!
I would add the alternative term gross inland energy consumption to gross inland consumption (both are used).
And I think the relationship to the energy amount value is helpful and sufficient. This class doesn't exist yet, right?
No, energy amount value doesn't exist yet.
How about _An energy amount value is a quantity value that describes an amount of energy._?
Maybe we can add some words to the definition:
_An energy amount value is a quantity value that describes a measured or calculated amount of energy for a specific one-dimensional temporal region._
I prefer @sfluegel05's proposal as the inclusion of temporal region in the definition is an unnecessary restriction. An example: If a mass of 1 kg is 1 m above the ground it has a potential energy of 9,81 J, so the energy amount value is 9.81 J. I don't see how that is related to a temporal region.
Okay, let's take Simon's proposal. I was just thinking about energy consumption.
"an energy amount is an amout of energy" is not really a robust definition. I thought about _An energy amount value is a quantity value that describes a quantity of energy._ which isn't much better though. Does anybody have an idea how to replace the second "amount" in the def? If not, let's take it anyway.
We had a similar problem for the length value. Finally, we defined it as: _Length value is a quantity value that has a length unit as unit._
Following that structure we could define: _An energy value is a quantity value that has an energy unit as unit._
Should we also include the relationship energy amount value has unit energy unit?
And I noticed that the units I use the most (PJ and TWh) are not included in the energy unit subclasses. Should we include more possible units? If yes I can open a seperate isssue for that.
Should we also include the relationship
energy amount valuehas unitenergy unit?
Yes, of course. That directly follows from that definition.
And I noticed that the units I use the most (PJ and TWh) are not included in the energy unit subclasses. Should we include more possible units? If yes I can open a seperate isssue for that.
That is definitely worth its own issue.
This issue is ready for implementation, isn't it?
I think so.
I can implement. The question is where? consumption is implemented in OEO social and I would implement energy amount value in OEO physical. If I implement the subclasses of consumption in OEO social, the relation to has quantity value energy amount value is not possible.
energy amount value seems to me like something that should belong in oeo-physical. So I would suggest to move consumption to oeo-shared, since it may be used in different modules.
Most helpful comment
energy amount valueseems to me like something that should belong in oeo-physical. So I would suggest to moveconsumptionto oeo-shared, since it may be used in different modules.