Changeset 742 for branches/gui/eml/pressure_changers/pump.mso
- Timestamp:
- Mar 3, 2009, 11:49:26 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/eml/pressure_changers/pump.mso
r741 r742 14 14 * 15 15 *---------------------------------------------------------------------- 16 * Author: Andrey Copat, Estefane S. Horn, Marcos L. Alencastro 16 * Author: Andrey Copat, Estefane S. Horn, Marcos L. Alencastro (Revised Gerson B. Bicca) 17 17 * $Id$ 18 18 *--------------------------------------------------------------------*# … … 41 41 PumpEfficiency as positive (Brief = "Pump Efficiency", Default = 0.75, Lower=1E-3); 42 42 MechanicalEff as positive (Brief = "Mechanical efficiency", Default = 0.95, Lower=1E-3); 43 NPSH_Options 43 NPSH_Options as Switcher (Brief = "NPSH Options", Valid = ["Default","Include Kinetic Head"], Default = "Default"); 44 44 g as acceleration (Brief = "Gravity Acceleration", Default = 9.81,Hidden = true); 45 45 SuctionArea as area (Brief = "Inlet Nozzle Suction Area", Default = 0.001); … … 62 62 Pincrease as press_delta (Brief = "Pressure Increase",Lower = 0, DisplayUnit = 'kPa', Symbol ="P_{incr}"); 63 63 64 StaticHead as length (Brief = "Static Head"); 64 65 Head as energy_mass (Brief = "Actual Head", Protected=true); 65 66 HeadIsentropic as energy_mass (Brief = "Isentropic Head", Protected=true); 66 67 NPSH_available as length (Brief = "Available Net Positive Suction Head" ,Protected=true); 67 68 68 VelocityHead as length (Brief = "Velocity Head"); 69 StaticHead as length (Brief = "Static Head"); 70 NozzleVelocity as velocity (Brief = "Velocity Inlet Nozzle"); 69 VelocityHead as length (Brief = "Velocity Head",Protected=true); 70 NozzleVelocity as velocity (Brief = "Velocity Inlet Nozzle",Hidden=true); 71 71 72 72 73 73 in Inlet as stream (Brief = "Inlet stream", PosX=0, PosY=0.4025, Symbol="_{in}"); 74 74 out Outlet as streamPH (Brief = "Outlet stream", PosX=1, PosY=0.20, Symbol="_{out}"); 75 76 in WorkIn as power (Brief = "Work Inlet", PosX=0.5, PosY=1, Protected=true); 75 77 76 78 SET … … 127 129 "Brake Power" 128 130 BrakePower * PumpEfficiency = FluidPower; 131 132 "Eletric Power" 133 EletricPower = -WorkIn; 129 134 130 135 "Eletric Power"
Note: See TracChangeset
for help on using the changeset viewer.