You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple Heat Exchanger simulation app written in Scilab 6
Required data:
path/directory leading to your .xls file consisting of input mass flow and heat capacity parameters (CP) for each component (ex: C:\Users\path\to\file.xls)
Make sure your data located at sheet 1, starting from A1
Component
Mass In
Cp
A
B
C
D
E
component1_name
...
...
...
...
...
...
component2_name
...
...
...
...
...
...
component3_name
...
...
...
...
...
...
component4_name
...
...
...
...
...
...
reference temperature (K)
T input
T output
What you get:
Cp input and output
Enthalpy input and output
Amount of heat required (Q)
About
A simple Heat Exchanger simulation app written in Scilab 6