Changeset 176 for branches/newlanguage/eml/pressure_changers/pump.mso
- Timestamp:
- Mar 4, 2007, 1:56:54 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/newlanguage/eml/pressure_changers/pump.mso
r125 r176 33 33 34 34 PARAMETERS 35 outer PP as Plugin (Brief = "External Physical Properties" );35 outer PP as Plugin (Brief = "External Physical Properties", Type="PP"); 36 36 outer NComp as Integer (Brief = "Number of chemical components", Lower = 1); 37 37 Mw(NComp) as molweight (Brief = "Molar Weight"); 38 38 Eff as positive (Default = 0.72, Brief = "Pump Efficiency"); 39 39 Meff as positive (Default = 0.95, Brief = "Brake Efficiency"); 40 Beta as positive (Default = 0, Brief = "Volumetric Expansivity", Unit = "1/K");40 Beta as positive (Default = 0, Brief = "Volumetric Expansivity", Unit = '1/K'); 41 41 g as acceleration (Brief = "Gravity Acceleration", Default = 9.81); 42 42 N as vel_angular (Brief = "Rotation", Default = 100); … … 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", 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'); 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", Unit='kJ/kmol'); 54 Head_is as head (Brief = "Isoentripic Head", Unit='kJ/kmol'); 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", Unit = 'kPa'); 57 57 NPSHa as length (Brief = "Available Net Positive Suction Head"); 58 NS as positive (Brief = "Specific Speed", Unit = "(rpm*(gal/min)^0.5)/(m^3/4)");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", Unit = 'm^3/kmol'); 61 61 62 62 SET … … 147 147 Model pump 148 148 PARAMETERS 149 outer PP as Plugin;150 149 outer PP as Plugin (Brief = "External Physical Properties", Type="PP"); 150 outer NComp as Integer; 151 151 152 152 VARIABLES
Note: See TracChangeset
for help on using the changeset viewer.