Changeset 624 for branches/gui/eml
- Timestamp:
- Sep 18, 2008, 2:50:55 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/eml/stage_separators/columnTeste.mso
r618 r624 115 115 Mw = PP.MolecularWeight(); 116 116 117 V olumeOfTray = V;118 HeatSupply = Q;119 PlateArea = Ap;120 HolesArea = Ah;121 WeirLength = lw;122 WeirHeight = hw;123 FeeheryCoeff = w;124 ElgueCoeff = btray;125 OlsenCoeff = fw;126 TrayLiquidPasses = Np;117 V=VolumeOfTray; 118 Q=HeatSupply; 119 Ap=PlateArea; 120 Ah=HolesArea; 121 lw=WeirLength; 122 hw=WeirHeight ; 123 w=FeeheryCoeff; 124 btray=ElgueCoeff; 125 fw=OlsenCoeff; 126 Np=TrayLiquidPasses; 127 127 128 128 VARIABLES
Note: See TracChangeset
for help on using the changeset viewer.