Changeset 77 for mso/eml


Ignore:
Timestamp:
Dec 8, 2006, 5:21:59 PM (17 years ago)
Author:
Paula Bettio Staudt
Message:

Added propset "Id" property and updated reactors files header

Location:
mso/eml
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • mso/eml/pressure_changers/compressor.mso

    • Property svn:keywords set to Id
  • mso/eml/pressure_changers/flux_machine_basic.mso

    • Property svn:keywords set to Id
  • mso/eml/pressure_changers/turbine.mso

    • Property svn:keywords set to Id
  • mso/eml/reactors/batch.mso

    • Property svn:keywords set to Id
    r8 r77  
    1 #*---------------------------------------------------------------------
    2 * This file is property of the author and cannot be used, copyed
    3 * or modified without permission.
     1#*-------------------------------------------------------------------
     2* EMSO Model Library (EML) Copyright (C) 2004 - 2007 ALSOC.
    43*
    5 * Copyright (C) 2002-2004  the author
    6 *----------------------------------------------------------------------
    7 * Author: Paula Bettio Staudt
    8 *         Rafael de Pelegrini Soares
    9 * $Id: sample_batch.mso 1 2006-06-20 17:33:53Z rafael $
    10 *----------------------------------------------------------------------
     4* This LIBRARY is free software; you can distribute it and/or modify
     5* it under the therms of the ALSOC FREE LICENSE as available at
     6* http://www.enq.ufrgs.br/alsoc.
    117*
    12 * Sample file for a isotermic batch reactor.
     8* EMSO Copyright (C) 2004 - 2007 ALSOC, original code
     9* from http://www.rps.eng.br Copyright (C) 2002-2004.
     10* All rights reserved.
    1311*
    14 *-------------------------------------------------------------------*#
     12* EMSO is distributed under the therms of the ALSOC LICENSE as
     13* available at http://www.enq.ufrgs.br/alsoc.
     14*
     15*--------------------------------------------------------------------
     16* Model of a batch reactor
     17*
     18*       - Assumptions
     19*               * isotermic
     20*
     21*--------------------------------------------------------------------
     22* Author: Paula B. Staudt and Rafael P. Soares
     23* $Id$
     24*------------------------------------------------------------------*#
    1525
    1626using "streams";
  • mso/eml/reactors/cstr.mso

    r1 r77  
    1 #*---------------------------------------------------------------------
    2 * This file is property of the author and cannot be used, copyed
    3 * or modified without permission.
     1#*-------------------------------------------------------------------
     2* EMSO Model Library (EML) Copyright (C) 2004 - 2007 ALSOC.
    43*
    5 * Copyright (C) 2004  the author
     4* This LIBRARY is free software; you can distribute it and/or modify
     5* it under the therms of the ALSOC FREE LICENSE as available at
     6* http://www.enq.ufrgs.br/alsoc.
     7*
     8* EMSO Copyright (C) 2004 - 2007 ALSOC, original code
     9* from http://www.rps.eng.br Copyright (C) 2002-2004.
     10* All rights reserved.
     11*
     12* EMSO is distributed under the therms of the ALSOC LICENSE as
     13* available at http://www.enq.ufrgs.br/alsoc.
     14*
     15*--------------------------------------------------------------------
     16* Model of cstr reactor
     17*--------------------------------------------------------------------
     18*
     19*
     20*
    621*----------------------------------------------------------------------
    722* Author: Paula B. Staudt
  • mso/eml/reactors/pfr.mso

    • Property svn:keywords set to Id
    r69 r77  
    1 #*---------------------------------------------------------------------
    2 * This file is property of the author and cannot be used, copyed
    3 * or modified without permission.
     1#*-------------------------------------------------------------------
     2* EMSO Model Library (EML) Copyright (C) 2004 - 2007 ALSOC.
    43*
    5 * Copyright (C) 2004  the author
     4* This LIBRARY is free software; you can distribute it and/or modify
     5* it under the therms of the ALSOC FREE LICENSE as available at
     6* http://www.enq.ufrgs.br/alsoc.
     7*
     8* EMSO Copyright (C) 2004 - 2007 ALSOC, original code
     9* from http://www.rps.eng.br Copyright (C) 2002-2004.
     10* All rights reserved.
     11*
     12* EMSO is distributed under the therms of the ALSOC LICENSE as
     13* available at http://www.enq.ufrgs.br/alsoc.
     14*
     15*--------------------------------------------------------------------
     16* Model of a Generic PFR with constant mass holdup
     17*--------------------------------------------------------------------
     18*
     19*       - Requires the information of:
     20*                * Reaction values
     21*                * Heat of reaction
     22*                * Pressure profile
     23*
    624*----------------------------------------------------------------------
    7 * Author: Rafael de P. Soares
    8 *         Paula B. Staudt
    9 * $Id: cstr.mso 1 2006-06-20 17:33:53Z rafael $
     25* Author: Rafael de P. Soares and Paula B. Staudt
     26* $Id$
    1027*--------------------------------------------------------------------*#
    1128
    1229using "streams";
    1330
    14 #*
    15 * Generic PFR model with constant mass holdup
    16 *
    17 * Requires the information of:
    18 * - Reaction values
    19 * - Heat of reaction
    20 * - Pressure profile
    21 *#
    2231Model pfr
    2332        PARAMETERS
Note: See TracChangeset for help on using the changeset viewer.