- Timestamp:
- Aug 26, 2006, 2:16:25 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mso/eml/types.mso
r3 r7 52 52 # Eletric 53 53 current as positive (Brief = "Electrical Current", Default=10, Upper=1e12, Unit ="A"); 54 charge as positive (Brief = "Electrical Charge", Default=10, Upper=1e12, Unit ="C");54 charge as Real (Brief = "Electrical Charge", Default=10, Upper=1e12, Lower=-1e12, Unit ="C"); 55 55 capacitance as positive (Brief = "Electrical Capacitance", Default=10, Upper=1e12, Unit ="F"); 56 56 indutance as positive (Brief = "Electrical Indutance", Default=10, Upper=1e12, Unit ="V*s/A"); … … 131 131 flow_vol as positive (Brief = "Volumetric Flow", Default=1, Upper=1e12, Unit = "m^3/h"); 132 132 flow_vol_delta as flow_vol (Brief = "Difference of Volumetric Flow", Lower=-1e12); 133 flow_mol as positive (Brief = "Mole Flow", Default=10, Lower=-1e 8, Upper=1e8, Unit = "kmol/h");133 flow_mol as positive (Brief = "Mole Flow", Default=10, Lower=-1e-6, Upper=1e8, Unit = "kmol/h"); 134 134 135 135 flow_mol_delta as flow_mol (Brief = "Difference of Mole Flow", Lower=-1e8);
Note: See TracChangeset
for help on using the changeset viewer.