我们可以对没有出口边界条件的系统建模吗?
如您所见,我将出口边界条件作为20 bar。实际上,我希望压缩机使用压力比来计算压力出口。
我们可以使用没有出口边界条件的流体库对系统建模?
As you can see the figure, I gave outlet boundary condition as 20 bar. Actually I want the compressor to calculate the pressure outlet by using pressure ratio.
Can we model a system using fluid libray without outlet boundary condition?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果仅删除
sinkp
系统将不确定 - 您会错过一个边界值。由于压缩机模型描述了压力差与质量流量之间的关系,因此,如果您希望该模型钙化出口压力,则必须指定质量流量。为此,将质量流量/焓(或温度)作为出口边界组件而不是sinkp
。切记指定负质量流量。If you just remove
sinkP
the system will be underdetermined — you'll miss one boundary value. Since the compressor models describe the relationship between pressure difference and mass flow rate you must specify the mass flow rate if you want the model to calculte the outlet pressure. To do so, use a mass flow rate/enthalpy (or temperature) as outlet boundary component instead ofsinkP
. Remember to specify a negative mass flow rate.