Skip to content
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 energy conversion efficiency and related classes #591

Merged
merged 3 commits into from
Nov 10, 2020

Conversation

sfluegel05
Copy link
Contributor

closes #434

I implemented the following classes and relations:

  • energy conversion efficiency: Energy conversion efficiency is a process attribute describing the ratio between the input of an energy transformation and the outputs that are used.
    • process attribute of some energy transformation
    • has quantity value some efficiency value
  • efficiency value: An efficiency value is a quantity value stating the ratio between a process's inputs and the outputs that are used.
    • has unit some ratio
  • coefficient of performance value: A coefficient of performance value is a quantity value stating the ratio between the work input and the total output of an energy conversion process.
    • has unit some ratio
  • energy conversion performance: Energy conversion performance is a process attribute describing the ratio between the non-heat input of an energy transformation and the outputs that are used.
    • process attribute of some energy transformation
    • has quantity value some coefficient of performance value

@sfluegel05 sfluegel05 added the [A] new term Including new term(s) in the ontology label Nov 10, 2020
@github-actions github-actions bot added the oeo-physical changes the oeo-physical module label Nov 10, 2020
@sfluegel05 sfluegel05 marked this pull request as ready for review November 10, 2020 09:55
@sfluegel05 sfluegel05 merged commit 2b5db55 into dev Nov 10, 2020
@sfluegel05 sfluegel05 deleted the feature/energy-conversion-efficiency-#434 branch November 10, 2020 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[A] new term Including new term(s) in the ontology oeo-physical changes the oeo-physical module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Include "energy conversion efficiency" class
2 participants