Changeset 909 for branches/gui/eml/pressure_changers/valve.mso
- Timestamp:
- Feb 19, 2010, 7:08:11 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/eml/pressure_changers/valve.mso
r808 r909 90 90 (1-Inlet.v)*PP.LiquidVolume((Inlet.T+Outlet.T)/2, (Inlet.P+Outlet.P)/2, Outlet.z); 91 91 92 if Pdrop > 0 then92 if Pdrop > 0 * 'atm' then 93 93 "Flow" 94 94 Outlet.F * v = k*x*sqrt(Pdrop * rho_ref / rho ) ; … … 242 242 case "Liquid-Only": 243 243 244 if Pdrop > 0 then244 if Pdrop > 0 * 'atm' then 245 245 246 246 "Valve Equation - Liquid Flow" … … 270 270 case "Vapour-Only": 271 271 272 if Pdrop > 0 then #Update for gas flow !!!!272 if Pdrop > 0 * 'atm' then #Update for gas flow !!!! 273 273 274 274 "Liquid-gas Coefficient Ratio"
Note: See TracChangeset
for help on using the changeset viewer.