Ignore:
Timestamp:
Jul 25, 2008, 11:18:50 AM (15 years ago)
Author:
Rafael de Pelegrini Soares
Message:

Updated the models to work with some language constraints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/sample/processes/Sample_Process.mso

    r564 r574  
    7878EQUATIONS
    7979
    80 for z in [1:Reac.NDisc]
     80for z in [1:Reac.NDisc] do
    8181       
    8282"Reaction Rate = k*C(1)"
     
    125125INITIAL
    126126
    127 for z in [2:Reac.NDisc+1]
     127for z in [2:Reac.NDisc+1] do
    128128       
    129129        Reac.str(z).T = Reac.Inlet.T;
Note: See TracChangeset for help on using the changeset viewer.