- Timestamp:
- Dec 8, 2006, 6:37:22 PM (16 years ago)
- Location:
- mso/sample/controllers
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
mso/sample/controllers/CSTR_noniso_pid.mso
r37 r84 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 * Sample file for controllers 17 *---------------------------------------------------------------------- 18 * Author: 19 * $Id$ 20 *--------------------------------------------------------------------*# 21 1 22 using "controllers/PIDs"; 2 23 -
mso/sample/controllers/Sample_flash_pid.mso
r37 r84 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 *---------------------------------------------------------------------- 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 * Flash separator sample file. 17 *-------------------------------------------------------------------- 18 * 19 * This sample file needs VRTherm (www.vrtech.com.br) to run. 20 * 21 *-------------------------------------------------------------------- 7 22 * Author: Rafael de Pelegrini Soares 8 23 * $Id$ 9 *---------------------------------------------------------------------- 10 * 11 * Flash separator sample file. 12 * 13 * This file requires an compatible thermodynamic package installed. 14 * 15 *--------------------------------------------------------------------*# 24 *------------------------------------------------------------------*# 25 16 26 using "stage_separators/flash"; 17 27 using "controllers/PIDIncr"; -
mso/sample/controllers/sample_tanks_pid.mso
r47 r84 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 *---------------------------------------------------------------------- 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 *------------------------------------------------------------------- 17 * Sample file for tanks level control 18 * 19 *------------------------------------------------------------------- 7 20 * Author: Tiago Osório 8 21 * $Id$ 9 *---------------------------------------------------------------------- 10 * 11 * Arquivo de exemplo do EMSO 12 * 13 * Controle de nível de tanques. 14 * 15 *-------------------------------------------------------------------*# 22 *-----------------------------------------------------------------*# 16 23 17 24 using "tanksmodel"; -
mso/sample/controllers/tanksmodel.mso
r1 r84 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 * 6 15 *---------------------------------------------------------------------- 7 * File name: eml_template.mso8 16 * Author: Rafael de Pelegrini Soares 9 17 * $Id$
Note: See TracChangeset
for help on using the changeset viewer.