Changeset 196 for branches/newlanguage/eml/pressure_changers/pump.mso
- Timestamp:
- Mar 7, 2007, 5:43:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/newlanguage/eml/pressure_changers/pump.mso
r176 r196 44 44 45 45 VARIABLES 46 rho as dens_mass (Brief = "Specific Mass" , Unit='kg/m^3');47 Cp as cp_mol (Brief = "Heat Capacity" , Unit='kJ/kmol/K');48 FPower as power (Brief = "Fluid Power" , Unit='kW');49 BPower as power (Brief = "Brake Power" ,Unit='kW');50 EPower as power (Brief = "Eletrical Potency" , Unit='kW');51 Pdiff as press_delta (Brief = "Pressure Increase", Unit='kPa');46 rho as dens_mass (Brief = "Specific Mass"); 47 Cp as cp_mol (Brief = "Heat Capacity"); 48 FPower as power (Brief = "Fluid Power"); 49 BPower as power (Brief = "Brake Power"); 50 EPower as power (Brief = "Eletrical Potency"); 51 Pdiff as press_delta (Brief = "Pressure Increase", DisplayUnit='kPa'); 52 52 Pratio as positive (Brief = "Pressure Ratio"); 53 Head as head (Brief = "Head Developed" , Unit='kJ/kmol');54 Head_is as head (Brief = "Isoentripic Head" , Unit='kJ/kmol');53 Head as head (Brief = "Head Developed"); 54 Head_is as head (Brief = "Isoentripic Head"); 55 55 Mwm as molweight (Brief = "Mixture Molar Weight"); 56 pvm as pressure (Brief = "Mixture Vapour Pressure" , Unit = 'kPa');56 pvm as pressure (Brief = "Mixture Vapour Pressure"); 57 57 NPSHa as length (Brief = "Available Net Positive Suction Head"); 58 58 NS as positive (Brief = "Specific Speed", Unit = '(rpm*(gal/min)^0.5)/(m^3/4)'); 59 59 Q as flow_vol (Brief = "Volumetric Flow Rate"); 60 vm as vol_mol (Brief = "Mixture Molar Volume" , Unit = 'm^3/kmol');60 vm as vol_mol (Brief = "Mixture Molar Volume"); 61 61 62 62 SET
Note: See TracChangeset
for help on using the changeset viewer.