Difference between revisions of "ASCEND/C2/Simulating-flowsheet/English"
(Created page with ''''Tutorial 5: Model a Flowsheet''' {| style="border-spacing:0;" | style="border:0.5pt solid #00000a;padding-top:0in;padding-bottom:0in;padding-left:0.0069in;padding-right:0.00…') |
|||
Line 18: | Line 18: | ||
We will learn how to | We will learn how to | ||
− | * | + | * Model a mixer and execute it |
− | * | + | * Model a reactor |
− | * | + | * Design a reactor |
− | * | + | * Connect different components in a single flowsheet |
− | * | + | * Run the flowsheet |
Line 32: | Line 32: | ||
| style="border-top:none;border-bottom:0.5pt solid #00000a;border-left:0.5pt solid #00000a;border-right:0.5pt solid #00000a;padding-top:0in;padding-bottom:0in;padding-left:0.0069in;padding-right:0.0069in;"| Here I am using | | style="border-top:none;border-bottom:0.5pt solid #00000a;border-left:0.5pt solid #00000a;border-right:0.5pt solid #00000a;padding-top:0in;padding-bottom:0in;padding-left:0.0069in;padding-right:0.0069in;"| Here I am using | ||
− | Ubuntu Linux OS v. 12.04 | + | '''Ubuntu Linux''' OS v. 12.04 |
− | ASCEND v. 0.9.8 | + | '''ASCEND''' v. 0.9.8 |
Line 45: | Line 45: | ||
| style="border-top:none;border-bottom:0.5pt solid #00000a;border-left:0.5pt solid #00000a;border-right:0.5pt solid #00000a;padding-top:0in;padding-bottom:0in;padding-left:0.0069in;padding-right:0.0069in;"| To follow this tutorial, user must have basic knowledge of | | style="border-top:none;border-bottom:0.5pt solid #00000a;border-left:0.5pt solid #00000a;border-right:0.5pt solid #00000a;padding-top:0in;padding-bottom:0in;padding-left:0.0069in;padding-right:0.0069in;"| To follow this tutorial, user must have basic knowledge of | ||
− | Linux and | + | '''Linux''' and |
− | ASCEND | + | '''ASCEND''' |
− | To know more about ASCEND please visit ascend4.org | + | To know more about ASCEND please visit '''ascend4.org''' |
For relevant tutorials please visit our website | For relevant tutorials please visit our website | ||
Line 59: | Line 59: | ||
Show the complete Flowsheet | Show the complete Flowsheet | ||
− | | style="border-top:none;border-bottom:0.5pt solid #00000a;border-left:0.5pt solid #00000a;border-right:0.5pt solid #00000a;padding-top:0in;padding-bottom:0in;padding-left:0.0069in;padding-right:0.0069in;"| Let's begin the tutorial with the example problem 10.32 from the book Elementary Principles of Chemical Processes by Felder and Rousseau. This example is available on page 508 of the book. We will model the 3 components of this Flowsheet- mixer, reactor and separator and we will then assemble them to model the complete flow sheet. | + | | style="border-top:none;border-bottom:0.5pt solid #00000a;border-left:0.5pt solid #00000a;border-right:0.5pt solid #00000a;padding-top:0in;padding-bottom:0in;padding-left:0.0069in;padding-right:0.0069in;"| Let's begin the tutorial with the example problem '''10.32''' from the book ''''Elementary Principles of Chemical Processes by Felder and Rousseau'''.' |
+ | |||
+ | This example is available on page 508 of the book. | ||
+ | |||
+ | We will model the 3 components of this Flowsheet- mixer, reactor and separator and we will then assemble them to model the complete flow sheet. | ||
|- | |- | ||
Line 65: | Line 69: | ||
Reactions | Reactions | ||
− | | style="border-top:none;border-bottom:0.5pt solid #00000a;border-left:0.5pt solid #00000a;border-right:0.5pt solid #00000a;padding-top:0in;padding-bottom:0in;padding-left:0.0069in;padding-right:0.0069in;"| Here Ethane is dehydrogenated to ethylene and acetylene in the following pair of reactions. | + | | style="border-top:none;border-bottom:0.5pt solid #00000a;border-left:0.5pt solid #00000a;border-right:0.5pt solid #00000a;padding-top:0in;padding-bottom:0in;padding-left:0.0069in;padding-right:0.0069in;"| Here''' Ethane''' is dehydrogenated to''' ethylene''' and '''acetylene''' in the following pair of reactions. |
The equilibrium conditions are also given as follows | The equilibrium conditions are also given as follows | ||
− | Here yi signifies mole-fraction | + | Here '''yi''' signifies mole-fraction |
Line 78: | Line 82: | ||
Flowsheet | Flowsheet | ||
− | | style="border-top:none;border-bottom:0.5pt solid #00000a;border-left:0.5pt solid #00000a;border-right:0.5pt solid #00000a;padding-top:0in;padding-bottom:0in;padding-left:0.0069in;padding-right:0.0069in;"| Let's now model the mixer in ASCEND. | + | | style="border-top:none;border-bottom:0.5pt solid #00000a;border-left:0.5pt solid #00000a;border-right:0.5pt solid #00000a;padding-top:0in;padding-bottom:0in;padding-left:0.0069in;padding-right:0.0069in;"| Let's now model the mixer in '''ASCEND.''' |
− | In mixer, a fresh feed of ethane with n0 moles is mixed with a recycle stream of ethane with n6 moles | + | In mixer, a fresh feed of '''ethane''' with '''n0''' moles is mixed with a recycle stream of '''ethane''' with '''n6 '''moles |
− | The outlet stream consists of 100 moles of ethane | + | The outlet stream consists of 100 moles of '''ethane''' |
|- | |- | ||
Line 90: | Line 94: | ||
| style="border-top:none;border-bottom:0.5pt solid #00000a;border-left:0.5pt solid #00000a;border-right:0.5pt solid #00000a;padding-top:0in;padding-bottom:0in;padding-left:0.0069in;padding-right:0.0069in;"| Thus the equation for mixer is | | style="border-top:none;border-bottom:0.5pt solid #00000a;border-left:0.5pt solid #00000a;border-right:0.5pt solid #00000a;padding-top:0in;padding-bottom:0in;padding-left:0.0069in;padding-right:0.0069in;"| Thus the equation for mixer is | ||
− | n0+n6 =100 | + | '''n0+n6 =100''' |
I already have the code for this mixer in a text file. | I already have the code for this mixer in a text file. | ||
Line 98: | Line 102: | ||
|- | |- | ||
| style="border-top:none;border-bottom:0.5pt solid #00000a;border-left:0.5pt solid #00000a;border-right:0.5pt solid #00000a;padding-top:0in;padding-bottom:0in;padding-left:0.0069in;padding-right:0.0069in;"| Open code file in text editor | | style="border-top:none;border-bottom:0.5pt solid #00000a;border-left:0.5pt solid #00000a;border-right:0.5pt solid #00000a;padding-top:0in;padding-bottom:0in;padding-left:0.0069in;padding-right:0.0069in;"| Open code file in text editor | ||
− | | style="border-top:none;border-bottom:0.5pt solid #00000a;border-left:0.5pt solid #00000a;border-right:0.5pt solid #00000a;padding-top:0in;padding-bottom:0in;padding-left:0.0069in;padding-right:0.0069in;"| Open the file flowsheet.a4c in a text editor | + | | style="border-top:none;border-bottom:0.5pt solid #00000a;border-left:0.5pt solid #00000a;border-right:0.5pt solid #00000a;padding-top:0in;padding-bottom:0in;padding-left:0.0069in;padding-right:0.0069in;"| Open the file '''flowsheet.a4c '''in a text editor |
|- | |- | ||
Line 104: | Line 108: | ||
MODEL mixer; | MODEL mixer; | ||
− | | style="border-top:none;border-bottom:0.5pt solid #00000a;border-left:0.5pt solid #00000a;border-right:0.5pt solid #00000a;padding-top:0in;padding-bottom:0in;padding-left:0.0069in;padding-right:0.0069in;"| Here we require atoms.a4l to use the variable type 'mole'. | + | | style="border-top:none;border-bottom:0.5pt solid #00000a;border-left:0.5pt solid #00000a;border-right:0.5pt solid #00000a;padding-top:0in;padding-bottom:0in;padding-left:0.0069in;padding-right:0.0069in;"| Here we require '''atoms.a4l''' to use the variable type ''''mole''''. |
− | I have named the model as mixer. | + | I have named the model as '''mixer'''. |
|- | |- | ||
Line 114: | Line 118: | ||
| style="border-top:none;border-bottom:0.5pt solid #00000a;border-left:0.5pt solid #00000a;border-right:0.5pt solid #00000a;padding-top:0in;padding-bottom:0in;padding-left:0.0069in;padding-right:0.0069in;"| Let’s Name the three streams of mixer as: | | style="border-top:none;border-bottom:0.5pt solid #00000a;border-left:0.5pt solid #00000a;border-right:0.5pt solid #00000a;padding-top:0in;padding-bottom:0in;padding-left:0.0069in;padding-right:0.0069in;"| Let’s Name the three streams of mixer as: | ||
− | n_0, n_6 and n_tot. | + | '''n_0, n_6 and n_tot'''. |
− | Define the stream as a mole. | + | Define the stream as a '''mole'''. |
|- | |- | ||
Line 126: | Line 130: | ||
That is : | That is : | ||
− | n_tot= n_0+n_6; | + | '''n_tot= n_0+n_6'''<nowiki>;</nowiki> |
− | Note that label like equation 1 is not necessary to right, but this helps in debugging the code | + | Note that label like ''''equation 1'''' is not necessary to right, but this helps in debugging the code |
|- | |- | ||
Line 136: | Line 140: | ||
END specify; | END specify; | ||
− | | style="border-top:none;border-bottom:0.5pt solid #00000a;border-left:0.5pt solid #00000a;border-right:0.5pt solid #00000a;padding-top:0in;padding-bottom:0in;padding-left:0.0069in;padding-right:0.0069in;"| Let's now define METHODS for solving the mixer. | + | | style="border-top:none;border-bottom:0.5pt solid #00000a;border-left:0.5pt solid #00000a;border-right:0.5pt solid #00000a;padding-top:0in;padding-bottom:0in;padding-left:0.0069in;padding-right:0.0069in;"| Let's now define '''METHODS''' for solving the mixer. |
− | Under METHOD specify, | + | Under '''METHOD specify''', |
− | We fix the variable n_tot | + | We fix the variable '''n_tot''' |
Line 151: | Line 155: | ||
END values; | END values; | ||
− | | style="border-top:none;border-bottom:0.5pt solid #00000a;border-left:0.5pt solid #00000a;border-right:0.5pt solid #00000a;padding-top:0in;padding-bottom:0in;padding-left:0.0069in;padding-right:0.0069in;"| Under METHOD values, | + | | style="border-top:none;border-bottom:0.5pt solid #00000a;border-left:0.5pt solid #00000a;border-right:0.5pt solid #00000a;padding-top:0in;padding-bottom:0in;padding-left:0.0069in;padding-right:0.0069in;"| Under '''METHOD values''', |
− | n_tot is assigned the value 100 mole | + | '''n_tot''' is assigned the value 100 mole |
Line 170: | Line 174: | ||
END mixer; | END mixer; | ||
− | | style="border-top:none;border-bottom:0.5pt solid #00000a;border-left:0.5pt solid #00000a;border-right:0.5pt solid #00000a;padding-top:0in;padding-bottom:0in;padding-left:0.0069in;padding-right:0.0069in;"| METHOD seqmod signifies setting the model in sequential modular simulation. | + | | style="border-top:none;border-bottom:0.5pt solid #00000a;border-left:0.5pt solid #00000a;border-right:0.5pt solid #00000a;padding-top:0in;padding-bottom:0in;padding-left:0.0069in;padding-right:0.0069in;"| '''METHOD seqmod '''signifies setting the model in sequential modular simulation. |
− | This signifies that given feed stream and unit operations specification, ASCEND will calculate the intermediate and outlet streams | + | This signifies that given feed stream and unit operations specification, '''ASCEND''' will calculate the intermediate and outlet streams |
Under this method, | Under this method, | ||
− | RUN specify and | + | '''RUN specify''' and |
− | RUN values | + | '''RUN values''' |
Now END the model mixture | Now END the model mixture | ||
− | Note that model mixer is not square as there is one equation and two unknowns. | + | Note that '''model mixer '''is not square as there is one equation and two unknowns. |
− | Thus one can’t solve the model mixture separately in ASCEND | + | Thus one can’t solve the '''model mixture''' separately in '''ASCEND''' |
|- | |- | ||
Line 194: | Line 198: | ||
As you can see there is one stream entering the reactor, and four streams leaving it. | As you can see there is one stream entering the reactor, and four streams leaving it. | ||
− | Here ethane is dehydrogenated to ethylene and acetylene, so the out stream consists of ethane, ethylene, acetylene and hydrogen | + | Here '''ethane '''is dehydrogenated to '''ethylene''' and '''acetylene''', so the out stream consists of '''ethane, ethylene, acetylene '''and''' hydrogen''' |
|- | |- | ||
Line 212: | Line 216: | ||
Define all the input and the output stream as the mole. | Define all the input and the output stream as the mole. | ||
− | The reaction extent ksi1 and ksi2 is also defined as mole | + | The reaction extent''' ksi1''' and '''ksi2''' is also defined as '''mole''' |
Equation 2-6 are defined as shown in the slide | Equation 2-6 are defined as shown in the slide | ||
Line 220: | Line 224: | ||
We don’t use division to avoid a poor initialization for solving the problem | We don’t use division to avoid a poor initialization for solving the problem | ||
− | Now under METHODS section, we define methods in a similar way as that for mixer. | + | Now under '''METHODS''' section, we define methods in a similar way as that for mixer. |
− | Under values section, instead of giving a direct value, we initialize the value of the reaction extent ksi1 and ksi2 , we thus give a nominal value of ksi1 and ksi2 | + | Under '''values '''section, instead of giving a direct value, we initialize the value of the reaction extent '''ksi1''' and '''ksi2''' , we thus give a '''nominal''' value of '''ksi1''' and '''ksi2''' |
− | We also set upper bound for ksi1 and ksi2. | + | We also set '''upper bound''' for '''ksi1''' and '''ksi2.''' |
For assigning the nominal value, we write | For assigning the nominal value, we write | ||
− | ksi_1.nominal is equal to ksi_1 | + | '''ksi_1.nominal is equal to ksi_1''' |
similarly for assigning the upper bound, we write | similarly for assigning the upper bound, we write | ||
− | ksi_1.upper_bound is equal to n_tot into 2 | + | '''ksi_1.upper_bound is equal to n_tot into 2''' |
− | Now, end the Method values | + | Now, end the '''Method values''' |
− | Define the method seqmod and END the reactor | + | Define the '''method seqmod''' and '''END''' the reactor |
|- | |- | ||
Line 254: | Line 258: | ||
|- | |- | ||
| style="border-top:none;border-bottom:0.5pt solid #00000a;border-left:0.5pt solid #00000a;border-right:0.5pt solid #00000a;padding-top:0in;padding-bottom:0in;padding-left:0.0069in;padding-right:0.0069in;"| Open flowsheet.a4c in a text editor and highlight the code text sequentially | | style="border-top:none;border-bottom:0.5pt solid #00000a;border-left:0.5pt solid #00000a;border-right:0.5pt solid #00000a;padding-top:0in;padding-bottom:0in;padding-left:0.0069in;padding-right:0.0069in;"| Open flowsheet.a4c in a text editor and highlight the code text sequentially | ||
− | | style="border-top:none;border-bottom:0.5pt solid #00000a;border-left:0.5pt solid #00000a;border-right:0.5pt solid #00000a;padding-top:0in;padding-bottom:0in;padding-left:0.0069in;padding-right:0.0069in;"| I have named the model flowsheet | + | | style="border-top:none;border-bottom:0.5pt solid #00000a;border-left:0.5pt solid #00000a;border-right:0.5pt solid #00000a;padding-top:0in;padding-bottom:0in;padding-left:0.0069in;padding-right:0.0069in;"| I have named the model '''flowsheet''' |
We define | We define | ||
− | m1 IS_A mixer; | + | '''m1 IS_A mixer;''' |
− | r1 IS_A reactor; and | + | '''r1 IS_A reactor; '''and |
− | s1 IS_A separator; | + | '''s1 IS_A separator'''<nowiki>;</nowiki> |
− | Note that the variable mixer, reactor and separator is used by ASCEND from the models defined before | + | Note that the variable mixer, reactor and separator is used by '''ASCEND '''from the models defined before |
Now let us state that output from mixture is same as input for the reactor and the output of the reactor is same as the input to the separator. | Now let us state that output from mixture is same as input for the reactor and the output of the reactor is same as the input to the separator. | ||
Line 270: | Line 274: | ||
We equate the two by the help of the operator | We equate the two by the help of the operator | ||
− | ARE_THE_SAME | + | '''ARE_THE_SAME''' |
− | ARE_THE_SAME is a merging operator | + | '''ARE_THE_SAME''' is a merging operator |
It merges different models or variables into one, for example, we write | It merges different models or variables into one, for example, we write | ||
− | m1.n_tot,r1.n_tot ARE_THE_SAME; | + | '''m1.n_tot,r1.n_tot ARE_THE_SAME'''<nowiki>;</nowiki> |
This saves us from creating additional different equations | This saves us from creating additional different equations | ||
− | Under METHODS section, we will again write the same methods as specify, values and seqmod. | + | Under''' METHODS section''', we will again write the same methods as '''specify, values and seqmod'''. |
− | Note that under method specify and method values, we run methods for each individual component under each method. For example, under method specify we have written | + | Note that under '''method specify''' and''' method values''', we run methods for each individual component under each method. For example, under method specify we have written |
− | RUN m1.specify and | + | '''RUN m1.specify''' and |
− | RUN r1.specify | + | '''RUN r1.specify''' |
This command will execute the specify method for mixer under the method specify for flowsheet | This command will execute the specify method for mixer under the method specify for flowsheet | ||
− | Now define the method seqmod and END the flowsheet | + | Now define the '''method seqmod''' and '''END''' the flowsheet |
Line 296: | Line 300: | ||
|- | |- | ||
− | | style="border-top:none;border-bottom:0.5pt solid #00000a;border-left:0.5pt solid #00000a;border-right:0.5pt solid #00000a;padding-top:0in;padding-bottom:0in;padding-left:0.0069in;padding-right:0.0069in;"| Open the model in ASCEND | + | | style="border-top:none;border-bottom:0.5pt solid #00000a;border-left:0.5pt solid #00000a;border-right:0.5pt solid #00000a;padding-top:0in;padding-bottom:0in;padding-left:0.0069in;padding-right:0.0069in;"| Open the model in '''ASCEND''' |
− | | style="border-top:none;border-bottom:0.5pt solid #00000a;border-left:0.5pt solid #00000a;border-right:0.5pt solid #00000a;padding-top:0in;padding-bottom:0in;padding-left:0.0069in;padding-right:0.0069in;"| Open this model in ASCEND | + | | style="border-top:none;border-bottom:0.5pt solid #00000a;border-left:0.5pt solid #00000a;border-right:0.5pt solid #00000a;padding-top:0in;padding-bottom:0in;padding-left:0.0069in;padding-right:0.0069in;"| Open this model in '''ASCEND''' |
− | Now click on m1 mixer, you will see ASCEND has assigned some default values to the streams n_0,n_6 and n_tot | + | Now click on '''m1 mixer''', you will see '''ASCEND''' has assigned some default values to the streams '''n_0,n_6 and n_tot''' |
− | Now under method section, click on seqmod, then click on RUN | + | Now under '''method section''', click on '''seqmod''', then click on''' RUN''' |
− | Now click on the solve icon. | + | Now click on the '''solve''' icon. |
You will see the message converged in the panel below | You will see the message converged in the panel below | ||
− | Now click on m1 mixer, you will see ASCEND has calculated the values for the streams n_0 and n_6 | + | Now click on '''m1 mixer''', you will see '''ASCEND''' has calculated the values for the streams '''n_0 and n_6''' |
It is also satisfying the equation | It is also satisfying the equation | ||
− | n_0+n_6 = n_tot | + | '''n_0+n_6 = n_tot''' |
We encourage the learner to observe the values of remaining two components before and after solving the flowsheet for better understanding. | We encourage the learner to observe the values of remaining two components before and after solving the flowsheet for better understanding. | ||
Line 319: | Line 323: | ||
Summary | Summary | ||
− | | style="border:0.5pt solid #00000a;padding-top:0in;padding-bottom:0in;padding-left:0.0069in;padding-right:0.0069in;"| Let’s summarize. In this tutorial, we have learnt | + | | style="border:0.5pt solid #00000a;padding-top:0in;padding-bottom:0in;padding-left:0.0069in;padding-right:0.0069in;"| Let’s summarize. In this tutorial, we have learnt,How to |
− | + | ||
− | How to | + | |
− | * | + | * Model a mixer and execute it |
− | * | + | * Model a reactor |
− | * | + | * Connect different components in a single flowsheet |
− | * | + | * Run the flowsheet |
Revision as of 15:43, 17 June 2014
Tutorial 5: Model a Flowsheet
|
|
Slide number 1
Title slide |
Welcome to the tutorial on Modelling a Flowsheet in ASCEND |
Show Slide 2 | In this tutorial,
We will learn how to
|
Slide number 3
System Requirement |
Here I am using
Ubuntu Linux OS v. 12.04 ASCEND v. 0.9.8
|
Slide number 4
Pre-requisites |
To follow this tutorial, user must have basic knowledge of
Linux and ASCEND To know more about ASCEND please visit ascend4.org For relevant tutorials please visit our website |
Slide number 5
Show the complete Flowsheet |
Let's begin the tutorial with the example problem 10.32 from the book 'Elementary Principles of Chemical Processes by Felder and Rousseau.'
This example is available on page 508 of the book. We will model the 3 components of this Flowsheet- mixer, reactor and separator and we will then assemble them to model the complete flow sheet. |
Slide number 6
Reactions |
Here Ethane is dehydrogenated to ethylene and acetylene in the following pair of reactions.
The equilibrium conditions are also given as follows Here yi signifies mole-fraction
|
Slide number 7
Flowsheet |
Let's now model the mixer in ASCEND.
In mixer, a fresh feed of ethane with n0 moles is mixed with a recycle stream of ethane with n6 moles The outlet stream consists of 100 moles of ethane |
Slide number 8
Equations for Mixer |
Thus the equation for mixer is
n0+n6 =100 I already have the code for this mixer in a text file. Let me explain the code. |
Open code file in text editor | Open the file flowsheet.a4c in a text editor |
REQUIRE "atoms.a4l";
MODEL mixer; |
Here we require atoms.a4l to use the variable type 'mole'.
I have named the model as mixer. |
n_0, n_6 and n_tot.
IS_A mole; |
Let’s Name the three streams of mixer as:
n_0, n_6 and n_tot. Define the stream as a mole. |
n_tot= n_0+n_6; | Now we define the equation for mixture as simple mole balance as :
Output = Input That is : n_tot= n_0+n_6; Note that label like 'equation 1' is not necessary to right, but this helps in debugging the code |
METHOD specify;
FIX n_tot ; END specify; |
Let's now define METHODS for solving the mixer.
Under METHOD specify, We fix the variable n_tot
|
METHOD values;
n_tot := 100.0 {mole}; END values; |
Under METHOD values,
n_tot is assigned the value 100 mole
|
METHOD seqmod;
RUN clear; RUN specify; RUN values; END seqmod; END mixer; |
METHOD seqmod signifies setting the model in sequential modular simulation.
This signifies that given feed stream and unit operations specification, ASCEND will calculate the intermediate and outlet streams Under this method, RUN specify and RUN values Now END the model mixture Note that model mixer is not square as there is one equation and two unknowns. Thus one can’t solve the model mixture separately in ASCEND |
Slide number 9
Flowsheet |
Let us now model the second component of the flowsheet i.e. the reactor
As you can see there is one stream entering the reactor, and four streams leaving it. Here ethane is dehydrogenated to ethylene and acetylene, so the out stream consists of ethane, ethylene, acetylene and hydrogen |
Slide number 10
Equations for Reactor |
These are the set of equations to be used for modelling the reactor
To understand these equations, please refer the textbook Now let’s look at the code for reactor |
Open flowsheet.a4c in a text editor and highlight the code text sequentially | I have named the model as reactor
Define all the input and the output stream as the mole. The reaction extent ksi1 and ksi2 is also defined as mole Equation 2-6 are defined as shown in the slide Note that equation 7 and 8 are written as numerator on the left hand side equal to right hand side into denominator of the right hand side We don’t use division to avoid a poor initialization for solving the problem Now under METHODS section, we define methods in a similar way as that for mixer. Under values section, instead of giving a direct value, we initialize the value of the reaction extent ksi1 and ksi2 , we thus give a nominal value of ksi1 and ksi2 We also set upper bound for ksi1 and ksi2. For assigning the nominal value, we write ksi_1.nominal is equal to ksi_1 similarly for assigning the upper bound, we write ksi_1.upper_bound is equal to n_tot into 2 Now, end the Method values Define the method seqmod and END the reactor |
Slide 11
Assignment: Equations for Separator |
Now these are the set of equations for separation process
Using these model the separator on similar lines as that of mixture Once we have modelled each component of the flowsheet Let’s now wire them together. I have the code for modelling the flowsheet. Let me explain the logic of connecting different components via code. |
Open flowsheet.a4c in a text editor and highlight the code text sequentially | I have named the model flowsheet
We define m1 IS_A mixer; r1 IS_A reactor; and s1 IS_A separator; Note that the variable mixer, reactor and separator is used by ASCEND from the models defined before Now let us state that output from mixture is same as input for the reactor and the output of the reactor is same as the input to the separator. We equate the two by the help of the operator ARE_THE_SAME ARE_THE_SAME is a merging operator It merges different models or variables into one, for example, we write m1.n_tot,r1.n_tot ARE_THE_SAME; This saves us from creating additional different equations Under METHODS section, we will again write the same methods as specify, values and seqmod. Note that under method specify and method values, we run methods for each individual component under each method. For example, under method specify we have written RUN m1.specify and RUN r1.specify This command will execute the specify method for mixer under the method specify for flowsheet Now define the method seqmod and END the flowsheet
|
Open the model in ASCEND | Open this model in ASCEND
Now click on m1 mixer, you will see ASCEND has assigned some default values to the streams n_0,n_6 and n_tot Now under method section, click on seqmod, then click on RUN Now click on the solve icon. You will see the message converged in the panel below Now click on m1 mixer, you will see ASCEND has calculated the values for the streams n_0 and n_6 It is also satisfying the equation n_0+n_6 = n_tot We encourage the learner to observe the values of remaining two components before and after solving the flowsheet for better understanding. |
Open slide number 12
Summary |
Let’s summarize. In this tutorial, we have learnt,How to
|
Slide Number 13
About the spoken tutorial project |
Information on spoken tutorial project is available on our website http://spoken-tutorial.org
|
Slide number 14
Spoken Tutorial Workshops |
Details of the workshops based on spoken tutorials is also available on the website |
Slide number 15
Acknowledgements
|
Spoken Tutorial Project is funded by NMEICT,MHRD |
Slide number 16
Thanks you |
This is Priya Bagde from IIT Bombay signing off. Thank you for joining. |