LCA results are not matching the manually calculated results #190
-
Hello, I hope you are doing well. I have been trying to validate my LCA results by making the similar system in excel and cross checking my LCA emission results. However, I am unable to get the similar results. So, I wanted to ask if there is a way to print/get emission values at each step or in each unit operation? Also, when I insert the emissions by electricity and initial feedstock to zero, it makes the emissions to be zero as well.
It means it is not accounting for the natural gas emissions in rotary dryer. So, I wanted to see if there is a way I can assign GWP to natural gas well like we do in case of electricity and feedstock. The code is as follows for your reference:
Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes, use the Thanks, |
Beta Was this translation helpful? Give feedback.
@Uzair1shah,
Yes, use the
<Stream>.set_CF
method to set the characterization factor of the natural gas inlet to the drum drier (<DrumDrier>.ins[2].set_CF
). Don't forget to set characterization factors for your steam (usingbst.settings.set_utility_agent_CF
)if you are not using the BoilerTurbogenerator.Thanks,