-
Notifications
You must be signed in to change notification settings - Fork 47
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
simulate a real heat pump system with heat storage and two-point control #39
Comments
Thank you for your question. |
Thank you very much for the quick answer. That sounds like a good plan. My rough approach would be now:
Would that make sense? Sorry if I don't quite understand something. |
Sounds fine with me. |
Thanks a lot for your help and your hint, I will modify the default cycle model accordingly. I noticed that with the default cycle model the actual compressor electrical power W of the compressor and the total heat transfer rate Q of the condenser are always the same after the solver has converged:
Can this be true? This would mean that it makes no sense to call the solver in discrete intervals for the simulation, if I am only interested in these two values? |
That's absolutely correct. The idea of @abahman is for systems in which the boundary conditions are changing, in which case, if you neglect the dynamics of the system, this idea would work well. If the dynamics of the system itself are important, then this approach would not be suitable. |
First of all, many thanks for providing the code.
I want to use the cycle model in heat mode to simulate a real heat pump system.
In the real system, the heat pump is either switched on or off according to the temperatures in a heat storage tank.
Is it possible to simulate a longer period when the heat pump is switched on or off from time to time?
The text was updated successfully, but these errors were encountered: