How to I simulate only heat exchanger outlet conditions?
3 views (last 30 days)
Show older comments
I want to simulate the outlet temperature of a shell and tube heat exchanger with a fixed mass flow rate of fluid on the tube side and variable mass flow rate of thermal liquid on the shell side. I built the model shown below but I get an error. I believe it is because I don't have port B of the mass flow rate source connected to anything but how do I resolve this? I am not interested in the downstream conditions. I'm curious to know why this same error doesn't apply to the thermal liquid side?
The error is:
An error occurred while running the simulation and the simulation was terminated
Caused by:
- ['Fuel_Gas_Process/Solver Configuration']: Steady state solve failed to converge.
- The model may not give enough information to make it possible to solve for values of some of its variables. Specific advice is given below.
Cannot solve for one or more variables:
Equations of one or more components may be dependent or inconsistent. This can cause problems in transient initialization. Here is the set of components involved:
Equation location is: 'C:\Program Files\MATLAB\R2020b\toolbox\physmod\simscape\library\m\+foundation\+gas\+sources\mass_flow_source.ssc' (line 180)
0 Comments
Accepted Answer
Juan Sagarduy
on 12 Jan 2021
Hello Tiffy
What happens underneath is that the model has got too many state variables in relation to equations.
In order to solve the mathematical problem, simscape needs constraints on both outlet ports in G and TL. Reservoirs or pressure sources are the options u have.
Hope this helps. Regards / Juan
More Answers (0)
See Also
Categories
Find more on Two-Phase Fluid Library in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!