- Timestamp:
- Dec 8, 2006, 5:21:59 PM (17 years ago)
- Location:
- mso/eml
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
mso/eml/pressure_changers/compressor.mso
-
Property
svn:keywords
set to
Id
-
Property
svn:keywords
set to
-
mso/eml/pressure_changers/flux_machine_basic.mso
-
Property
svn:keywords
set to
Id
-
Property
svn:keywords
set to
-
mso/eml/pressure_changers/turbine.mso
-
Property
svn:keywords
set to
Id
-
Property
svn:keywords
set to
-
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. 4 3 * 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. 11 7 * 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. 13 11 * 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 *------------------------------------------------------------------*# 15 25 16 26 using "streams"; -
Property
svn:keywords
set to
-
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. 4 3 * 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 * 6 21 *---------------------------------------------------------------------- 7 22 * 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. 4 3 * 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 * 6 24 *---------------------------------------------------------------------- 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$ 10 27 *--------------------------------------------------------------------*# 11 28 12 29 using "streams"; 13 30 14 #*15 * Generic PFR model with constant mass holdup16 *17 * Requires the information of:18 * - Reaction values19 * - Heat of reaction20 * - Pressure profile21 *#22 31 Model pfr 23 32 PARAMETERS -
Property
svn:keywords
set to
Note: See TracChangeset
for help on using the changeset viewer.