Replies: 1 comment
-
Upon reinspection, I have much refactoring to do. I will create a new issue when I have a clearer idea in mind for what exactly is going wrong. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I have recently begun to attempt to use tespy for the modelling of heat recovery solutions. However, as an initial step, I wanted to create a simple model of a dryer.
For this, I based myself off of the SimpleHeatExchanger component and attempted to create a new, custom component. I have attached the code for this custom component:
This custom component would allow input of an amount of water to be "added" to the inlet, which will correspond to the water evaporated from the material we are drying. However, any attempt to manipulate the composition of the fluid has ended in failure. I have been able to manipulate the enthalpy calculations to obtain an acceptable shell from which to work around (though it is still a work in progres). I am however, stumped as to how the composition could be altered. I would be very grateful if anyone could help.
Respectfully,
Manuel.
Beta Was this translation helpful? Give feedback.
All reactions