Optimal components for a two-stage heat pump in Simscape
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello everyone,
I am designing a heat pump with a configuration based on a flash tank plus an internal heat exchanger (IHX) (as in the picture). So far, the results have been satisfactory for the simple cycle and the simple cycle plus an iHX.
The model I want to replicate looks like this:
When trying to use the flash tank together with the expansion valve it does not reach steady state and oscillates as can be seen in the picture constantly. I think the problem has its origin in the expansion valve or the flash tank. These are modelled with the components "Receiver Accumulator (2P)" and Thermostatic Expansion Valve (2P)" respectively.
In the case of the flash tank the BV port has no vapour mass flow even though there is vapour inside the tank, as shown in the picture. I tried to occupy a "Controlled Mass Flow Rate Source (2P)" at the outlet of the "BV" port with the mass flow rate measured in "S6", but it did not work (the simulation did not start after compiling).
In the case of the expansion valve 2 it is clear that the "S" port is not at the outlet of the evaporator, therefore the control of the vapour superheat is not optimal. Therefore, try to use another type of expansion valve, such as the "Variable Local Restriction (2P)" according to the example "ssc_refrigeration" and the "Pressure-Reducing Valve (2P)". In the case of the first one, there is an error that stops the simulation and in the case of the second one, the results are not very satisfactory.
Therefore I have the following questions:
- In the case of the flash tank, why there is no steam flow in the "BV" port. Are there missing components to obtain the desired result?
- In the case of the expansion valve, is the chosen component not suitable for the second stage? If so, what other option would be available?
1 Commento
Ilan
il 28 Set 2023
Hi,
I'm working also on Matlab to modelise an heat-pump. I have difficulties to make the model works, so I was wondering which blocs have you used at the both extremities of the condenser and evaporator ?
Thanks
Risposte (2)
Yifeng Tang
il 10 Ago 2022
It puzzles me why there isn't a flow out of the BV port of the tank. There isn't a flow into BV port either? The BV port is connected to the outlet of Compressor_S1 and inlet of Compressor_S2, so if the two mass flowrate signals are different, there has to be a net mass flow from the BV port. Or, are the mdot signal different?
Now the expansion valve: you are right in that if it's not a thermal expansion valve in the actual system, you should not use the TXV block. A variable local restriction MAY work, but I've found that the parameters need to be set very carefully. Otherwise you may run into errors like "lower than minimum pressure" or "lower than minimum temperature", when the local velocity and enthalpy calculation somehow leads to an unphysical state. The "Resistance" block doesn't have such issues and is more stable in these cases. However, there isn't a variable resistance block in the library yet. But we can make one using Simscape language :) See attached for a variable resistance block with a cmd for percentage opening. Play with it in a test harness before dropping into your model. I hope the parametrization is intuitive.
To use a custom Simscape block:
Directly as Simscape Component: https://www.mathworks.com/help/physmod/simscape/ref/simscapecomponent.html
Or
3 Commenti
Yifeng Tang
il 23 Ago 2022
A thermostatic expansion valve adjusts the flowrate so that at the outlet of the evaporator the valve references, there is a few degrees of superheat. If the outlet is too hot/cold, more/less flow will be let through. This helps the refrigeration cycle to operate in a reasonable range. If such a control strategy makes sense for your application, then yes, it's a good option.
The flash tank in your model reminds me of something I've seen in the past. I've encountered cases where a level control valve is used to regulate the flow into the evaporator. The level of liquid in a tank is sensed, and more flow will be let through if the level rises. Typically found in large units like water chiller for buildings.
Vedere anche
Categorie
Scopri di più su Two-Phase Fluid Library in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!