Changes in mso/sample/reactors/sample_pfr.mso [70:46]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mso/sample/reactors/sample_pfr.mso
r70 r46 35 35 NComp = PP.NumberOfComponents; 36 36 37 Reac.NDisc = 10;37 Reac.NDisc = 20; 38 38 Reac.Across = 0.7 * "in^2"; 39 39 Reac.L = 2.28 * "m"; … … 71 71 for z in [2:Reac.NDisc+1] 72 72 Reac.str(z).T = Reac.Inlet.T; 73 Reac.str(z).z (1:NComp-1) = Reac.Inlet.z(1:NComp-1);73 Reac.str(z).z = Reac.Inlet.z; 74 74 end 75 75
Note: See TracChangeset
for help on using the changeset viewer.