-
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
Rename storage capacity
to energy storage capacity
#1466
Comments
I agree. The existing class describes an energy storage capacity and there are other storage capacities like the water storage capacity of an water tank. |
I also fully agree with your proposal - changing the label and making it a subclass of maximum value. I then would miss a concept for |
I like your idea. However, I think can distinguish between two concepts:
|
So then: |
That is true, but this brings a problem: A quantity value is always a quantity value of something and this something is in this case very broad. This probably requires something like an object with an storage function. So I suggest, that we keep it for the moment narrow and define only the one that are related to energy storage. Proposals:
This implies the axioms:
Via their parent classes,
Footnotes
|
Can we make it more concise, such as:
The temporal dimension of "currently" is implied in With the proposed definition of 'energy storage content' and the axioms, I agree. |
Okay, then I think we are ready to implement. Who will implement? @lumi321? Or maybe @u-mueller? |
Following your discussion and considering its starting point, shouldn't the definition be:
If so, should we think of renaming the class Later on we could add superclasses |
I agree. |
Ok, then I'll implement. |
…storage-capacity storage capacity #1466
Description of the issue
The capacity to store energy is currently called
storage capacity
, which can be missleading and may be overseen, when searching for energy storage capacity. Therefore, I suggest to renamestorage capacity
toenergy storage capacity
.Furthermore,
storage capacity
is currently just a quantity value, although the definition already refers to a maximum value1. Hence, I suggest to make it a subclass of maximum value.Ideas of solution
Rename
storage capacity
toenergy storage capacity
.Then, make
energy storage capacity
a subclass of maximum value.Workflow checklist
I am aware that
Footnotes
"Storage capacity is the quantity value stating the maximum energy an energy storage object can store." ↩
The text was updated successfully, but these errors were encountered: