Skip to content
Snippets Groups Projects
Commit a6fb0078 authored by Felix MARSOLLIER's avatar Felix MARSOLLIER
Browse files

Correction: Missing handover of the fraction of water when condensation occurs

parent e02d64ff
No related branches found
No related tags found
No related merge requests found
......@@ -171,7 +171,7 @@ equation
port_in_A.Xi_outflow = inStream(port_in_A.Xi_outflow);
port_out_A.m_flow + port_in_A.m_flow = 0.0;
m_flowA * (inStream(port_in_A.h_outflow) - port_out_A.h_outflow) = Pex;
port_out_A.Xi_outflow = inStream(port_out_A.Xi_outflow);
port_out_A.Xi_outflow = if S_wet > 1e-2 then {XA_out_2} else inStream(port_out_A.Xi_outflow);
//
port_in_B.m_flow = m_flowB;
port_in_B.h_outflow = inStream(port_in_B.h_outflow);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment