-
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
Energy X functions lack realized in axioms #1539
Comments
The related class Also we have a somehow parallel class Thus I propose:
This definition proposal is still a bit clunky, but at least a start. |
Sounds reasonable. I edited the axiomon energy transfer.
|
I'll implement everything except the energy storage related stuff. |
…ise-energy-functions Add `realized in` axioms to energy functions #1539
Description of the issue
We have the following energy-related funcions:
energy transformation function
: An energy transformation function is the function of an artificial object that has been engineered to transform input energy into usable output energy of a different type.electricity generation function
: An electricity generation function is an energy transformation function to transform other types of energy to electrical energy.heat generation function'
: A heat generation function is an energy transformation function to transform other types of energy to thermal energy.renewable energy transformation function
: A renewable energy function is the energy transformation function to transform renewable energy.energy transfer function
: An energy transfer function is a function of an artificial object that has been engineered to transfer energy over a spatial distance.energy storage function
: An energy storage function is the function of an artificial object that has been engineered to contain energy for later usage whereby input energy and usable output energy are of the same type.But it is not yet axiomatised in which processes these functions are realised.
Ideas of solution
Add axioms:
'energy transformation function' 'realized in' some 'energy transformation'
'electricity generation function' 'realized in' some 'electricity generation process'
'heat generation function' 'realized in' some 'heat generation process'
'renewable energy transformation function' 'realized in' some ('energy transformation' and 'has participant' some 'renewable energy')
'energy transfer function' 'realized in' some 'energy transformation function'
'energy storage function' 'realized in' some 'energy storage process'
For the last one we need to add an
energy storage process
, but that is a concept that we anyway need to add sooner later.Workflow checklist
I am aware that
The text was updated successfully, but these errors were encountered: