Changeset 69 for mso/sample
- Timestamp:
- Dec 5, 2006, 2:46:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mso/sample/reactors/sample_pfr.mso
r46 r69 35 35 NComp = PP.NumberOfComponents; 36 36 37 Reac.NDisc = 20;37 Reac.NDisc = 1; 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 = Reac.Inlet.z;73 Reac.str(z).z(1:NComp-1) = Reac.Inlet.z(1:NComp-1); 74 74 end 75 75
Note: See TracChangeset
for help on using the changeset viewer.