Changeset 3 for mso/eml/types.mso
- Timestamp:
- Jun 29, 2006, 11:22:58 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mso/eml/types.mso
r1 r3 20 20 coefficient as Real (Brief = "General Coefficient", Default=1, Lower=-50, Upper=50); 21 21 constant as Real (Brief = "General Constant", Default=10, Lower=-5000, Upper=5000); 22 positive as Real (Brief = "Positive General Constant", Default=1.0, Lower= 0.0);22 positive as Real (Brief = "Positive General Constant", Default=1.0, Lower=-1e-6); 23 23 negative as Real (Brief = "Negative General Constant", Default=-1.0, Upper=0.0); 24 24 fraction as positive (Brief = "Fraction" , Default=0.5, Upper=1); … … 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, Upper=1e8, Unit = "kmol/h"); 133 flow_mol as positive (Brief = "Mole Flow", Default=10, Lower=-1e8, Upper=1e8, Unit = "kmol/h"); 134 134 135 flow_mol_delta as flow_mol (Brief = "Difference of Mole Flow", Lower=-1e8); 135 136
Note: See TracChangeset
for help on using the changeset viewer.