Ignore:
Timestamp:
Apr 11, 2007, 10:16:05 PM (16 years ago)
Author:
Argimiro Resende Secchi
Message:

Added orientation type (vertical and horizontal) into the flash model. "Across" is now a variable and "diameter" is a new parameter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sample/stage_separators/sample_flash.mso

    r213 r235  
    6565       
    6666        SET
    67         fl.V = 2000 * 'm^3';
    68         fl.Across = 1 * 'm^2';
    69        
     67        fl.V = 50 * 'm^3';
     68        fl.diameter = 2 * 'm';
     69        fl.orientation = "vertical";
     70#       fl.orientation = "horizontal";
     71
    7072        INITIAL
    7173        fl.OutletL.T = 338 * 'K';
    72         fl.Level = 1 * 'm';
     74        fl.Level = 0.4 * 'm';
    7375
    7476        fl.OutletL.z(1) = 0.1;
     
    8385        Dynamic = true;
    8486        TimeStep = 0.1;
    85         TimeEnd = 20;
     87        TimeEnd = 5;
    8688        TimeUnit = 'h';
    8789end
Note: See TracChangeset for help on using the changeset viewer.