#*--------------------------------------------------------------------- * This file is property of the author and cannot be used, copyed * or modified without permission. * * Copyright (C) 2002-2004 the author *---------------------------------------------------------------------- * Author: Rafael de Pelegrini Soares * $Id: ThreeTank1.mso 25 2006-09-06 19:41:38Z rafael $ *---------------------------------------------------------------------- * * Arquivo de exemplo do EMSO * * Sistema de uma série de tanques. * *-------------------------------------------------------------------*# using "stage_separators/tank"; FlowSheet ThreeTank VARIABLES Feed as flow_vol; DEVICES Tank1 as tank_simplified; Tank2 as tank_simplified; Tank3 as tank_simplified; CONNECTIONS Feed to Tank1.Fin; Tank1.Fout to Tank2.Fin; Tank2.Fout to Tank3.Fin; end