How to use other fuels in combustion component? #760
Unanswered
HaSchneider
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Hi @HaSchneider! That would actually be a great feature! You have to add the formation enthalpy to the location indicated by you, and you have to add the fuel to the fuel list here: https://github.com/oemof/tespy/blob/dev/src/tespy/tools/global_vars.py#L107. There are two more things to consider:
You could give it a try and let me know, how it went? Best Francesco |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to add more fuels to combustion component. Is there a way to do that dynamically with the existing code?
And what is needed for additional fuels? Some needed property might already be provided by coolprop. Is it only the enthalpy of formation defined here?
Beta Was this translation helpful? Give feedback.
All reactions