Error Temperature of liquid volume must be less than or equal to Maximum valid temperature

17 次查看(过去 30 天)
Hello,
I am trying to simulate a Liquid cooling circuit and started by building the hydraulic resistances into the model. Therefore i only want the pressure drop / volume flow of the flow network. But an Error calling "Temperature of liquid volume must be less than or equal to Maximum valid temperature" is blocking the solve process. Does anyone have a solution for this? I also tried out ways to set a reference temperature - i have a feeling that the reference temperature doesnt fit because of 0K value. Therefore i tried out the perfect insulator.
I attached my Simulink file.
Thanks a lot!
  1 个评论
Divyanshu
Divyanshu 2023-12-19
Hi Johannes,
A possible reason for this "Temperature of liquid volume must be less than or equal to Maximum valid temperature" assertion getting triggered in the model can be due to a sudden pressure drop.
The error might not be related to temperature , I tried to make some changes in the model and simulate it again.
I have the following observations:
  • Firstly there is some parameter mismatch or some unxpected value is specified for some parameter in the blocks 'Ideal Angular Velocity source' or 'Centrifugal Pump' inside Subsystem 'Pumpenmodul'.
  • When these two blocks 'Ideal Angular Velocity Source' & 'Centrigual Pump' are replaced with 'Flow Coefficient Parameterized Valve' the error is gone and model simulates successfully.
You can try something around these observations to proceed further.
Please refer the following documentation for further details about 'Flow Coefficient Parameterized Valve':
Hope it helps!

请先登录,再进行评论。

回答(1 个)

Yifeng Tang
Yifeng Tang 2024-1-2
Hi Johannes,
I took a look at your model. Two minor things, both in the pump subsystem, I'd suggest that you change:
  1. the unit of the Simulink-PS converter should be 'rpm'. The default unit of 1 will be interpreted as rad/s and it's a bit toooo fast.
  2. you may need to start the pump more slowly, instead of asking it to run at 3500 rpm at t=0. I put in a step to "turn on" the pump and a transfer function to slow down the step to mimic the gradual increase of speed.
with these two changes, the model seems to run OK.

类别

Help CenterFile Exchange 中查找有关 Upgrading Hydraulic Models to Use Isothermal Liquid Blocks 的更多信息

标签

产品


版本

R2023b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by