Changeset 78
- Timestamp:
- Dec 8, 2006, 5:29:10 PM (15 years ago)
- Location:
- mso/eml/heat_exchangers
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
mso/eml/heat_exchangers/DoublePipe.mso
-
Property
svn:keywords
set to
Id
r68 r78 1 #-------------------------------------------------------------------- 2 # Author: Gerson Balbueno Bicca 3 # $Id: DoublePipe.mso 1 2006-10-23 15:39:05Z gerson $ 4 #-------------------------------------------------------------------- 1 #*------------------------------------------------------------------- 2 * EMSO Model Library (EML) Copyright (C) 2004 - 2007 ALSOC. 3 * 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 * Author: Gerson Balbueno Bicca 17 * $Id$ 18 *------------------------------------------------------------------*# 19 5 20 using "HEX_Engine"; 6 21 #===================================================================== -
Property
svn:keywords
set to
-
mso/eml/heat_exchangers/HEX_Engine.mso
r68 r78 1 #*--------------------------------------------------------------------* 1 #*------------------------------------------------------------------- 2 * EMSO Model Library (EML) Copyright (C) 2004 - 2007 ALSOC. 3 * 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 *--------------------------------------------------------------------* 2 16 * Heat Exchangers Abstract Models 3 17 *-------------------------------------------------------------------- -
mso/eml/heat_exchangers/HeatExchangerDetailed.mso
r68 r78 1 2 #-------------------------------------------------------------------- 3 # Author: Gerson Balbueno Bicca 4 # $Id$ 5 #-------------------------------------------------------------------- 1 #*------------------------------------------------------------------- 2 * EMSO Model Library (EML) Copyright (C) 2004 - 2007 ALSOC. 3 * 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 * Author: Gerson Balbueno Bicca 17 * $Id$ 18 *------------------------------------------------------------------*# 6 19 7 20 using "HEX_Engine"; -
mso/eml/heat_exchangers/HeatExchangerDiscretized.mso
r68 r78 1 2 #-------------------------------------------------------------------- 3 # Author: Gerson Balbueno Bicca 4 # $Id$ 5 #-------------------------------------------------------------------- 1 #*------------------------------------------------------------------- 2 * EMSO Model Library (EML) Copyright (C) 2004 - 2007 ALSOC. 3 * 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 * Author: Gerson Balbueno Bicca 17 * $Id$ 18 *------------------------------------------------------------------*# 6 19 7 20 using "HEX_Engine"; -
mso/eml/heat_exchangers/HeatExchangerSimplified.mso
r68 r78 1 #-------------------------------------------------------------------- 2 # Author: Gerson Balbueno Bicca 3 # $Id$ 4 #-------------------------------------------------------------------- 1 #*------------------------------------------------------------------- 2 * EMSO Model Library (EML) Copyright (C) 2004 - 2007 ALSOC. 3 * 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 * Author: Gerson Balbueno Bicca 17 * $Id$ 18 *--------------------------------------------------------------------*# 19 5 20 using "HEX_Engine"; 6 21 #===================================================================== -
mso/eml/heat_exchangers/Mheatex.mso
r45 r78 1 #*--------------------------------------------------------------------- 1 #*------------------------------------------------------------------- 2 * EMSO Model Library (EML) Copyright (C) 2004 - 2007 ALSOC. 3 * 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 *--------------------------------------------------------------------- 2 17 * Model of a Multistream Heat Exchanger 3 18 * -
mso/eml/heat_exchangers/heater.mso
r45 r78 1 #*--------------------------------------------------------------------- 1 #*------------------------------------------------------------------- 2 * EMSO Model Library (EML) Copyright (C) 2004 - 2007 ALSOC. 3 * 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 *--------------------------------------------------------------------- 2 16 * Model of a Heater and Cooler 3 17 *
Note: See TracChangeset
for help on using the changeset viewer.