Big Chemical Encyclopedia

Chemical substances, components, reactions, process design ...

Articles Figures Tables About

Sequential-Modular flowsheeting

Perkins, J. D., "Efficient Solution of Design Problems Using a Sequential Modular Flowsheeting Programme", CACE 79, EFCE Montreux, April 1979. [Pg.40]

Clearly define, in your own words, the terms design variables and state variables, sequential modular flowsheet simulation, equation-based flowsheet simulation, tear stream, convergence block, and design specification. [Pg.504]

Sequential modular. Refers to the process simulator being based on modules, and the modules solved in a sequential precedence order imposed by the flowsheet information flow. [Pg.524]

Typical process modules used in sequential modular-based flowsheeting codes with their subroutine names. [Pg.537]

To execute a sequential solution for a set of modules, you have to tear certain streams. Tearing in connection with modular flowsheeting involves decoupling the interconnections between the modules so that sequential information flow can take place. Tearing is required because of the loops of information created by recycle... [Pg.540]

Kisala, T. P. R. A. Trevino-Lozano J. F. Boston H. I. Britt et al. Sequential Modular and Simultaneous Modular Strategies for Process Flowsheet Optimization. Comput Chem Eng 11 567-579 (1987). [Pg.548]

The older modular simulation mode, on the other hand, is more common in commerical applications. Here process equations are organized within their particular unit operation. Solution methods that apply to a particular unit operation solve the unit model and pass the resulting stream information to the next unit. Thus, the unit operation represents a procedure or module in the overall flowsheet calculation. These calculations continue from unit to unit, with recycle streams in the process updated and converged with new unit information. Consequently, the flow of information in the simulation systems is often analogous to the flow of material in the actual process. Unlike equation-oriented simulators, modular simulators solve smaller sets of equations, and the solution procedure can be tailored for the particular unit operation. However, because the equations are embedded within procedures, it becomes difficult to provide problem specifications where the information flow does not parallel that of the flowsheet. The earliest modular simulators (the sequential modular type) accommodated these specifications, as well as complex recycle loops, through inefficient iterative procedures. The more recent simultaneous modular simulators now have efficient convergence capabilities for handling multiple recycles and nonconventional problem specifications in a coordinated manner. [Pg.208]

An alternative to the sequential modular approach is to solve the equations modeling all of the units in a process flowsheet simultaneously this is known as the equation-based approach. Advantages to the sequential modular approach include (1) specialized numerical techniques tailored to each unit operation can be used, and (2) the numerical failure of one unit operation may still yield usable flowsheet information. Advantages to the equation-based... [Pg.133]

Sparse Matrix Methods. In order to get around the limitations of the sequential modular architecture for use in design and optimization, alternate approaches to solving flowsheeting problems have been investigated. Attempts to solve all or many of the nonlinear equations simultaneously has led to considerable interest in sparse matrix methods generally as a result of using the Newton-Raphson method or Broyden s method (22, 23, 24 ). ... [Pg.11]

Sequential Modular. By far the most experience with flowsheeting systems has been with the sequential modular architecture (59- 3). It is this architecture that is most easily understood by the process engineer. Each module calculates all output streams from input streams subject to module parameters. Generally, the stream variables consist of component flows, temperature (or enthalpy) and pressure as the independent variables. Other dependent variables such as total flow, fraction vapor and total enthalpy (or temperature) are often carried in the stream. [Pg.16]

A number of variations are possible with such two tiered sytems. Tearing can take place in the conventional way and the torn streams can be estimated. Each module in turn can be calculated as in the sequential modular systems. A linearized model of each module can then be generated which in turn can be used in the linearized flowsheet model. From Equation (1)... [Pg.31]

Lin (100) suggested breaking the process flowsheet into one or more blocks of modules. Each block of modules contains one or more modules and all of the modules in the same block are solved simultaneously. The whole process flowsheet is then solved by conventional sequential modular approach by treating each block as a module. [Pg.33]

The computational architecture is a sequential modular approach with advanced features. To model a process, each equipment module is simulated by a program module. The overall process is simulated by connecting the models together in the same way as the equipment in the flow sheet. When the input streams are known then the outputs can be calculated. The entire flowsheet can be calculated "sequentially" in this manner. Advanced features are discussed below in connection with an example. [Pg.291]

The Newton/sparse matrix methods now used by electrical engineers have become the solution method of choice. Hutchison and his students at Cambridge were among the first chemical engineers to publish this approach, in the early 1970s. They used a quasi-linear model rather than a Newton one, but the ideas were really very similar. (It appears that the COPE flowsheeting system of Exxon was Newton based it existed in the mid-1960s but slowly evolved into a sequential modular system. One must assume the Newton method failed to compete.)... [Pg.512]

Process design for continuous processes is carried out mostly using steady-state simulators. In steady-state process simulation, individual process units or entire floivsheets are calculated, such that there are no time deviations of variables and parameters. Most of the steady-state floivsheet simulators use a sequential modular approach in which the flowsheet is broken into small units. Since each unit is solved separately, the flowsheet is worked through sequentially and iteration is continued until the entire flowsheet is converged. Another way to solve the flowsheet is to use the equation oriented approach, where the flowsheet is handled as a large set of equations, which are solved simultaneously. [Pg.25]

Ihese difficulties vanish if the system equations are simply collected and solved for all unknown variables. Several powerful equation-solving algorithms are available in commercial programs like Maple , Mathematica , Matlab , Mathcad , and E-Z Solve that make the equation-based approach competitive with the sequential modular approach. Many researchers in the field believe that as this trend continues, the former approach will replace the latter one as the standard method for flowsheet simulation. (Engineers are also working on simultaneous modular methods, which combine features of both sequential modular and equation-based approaches. We will not deal with these refinements here, however.)... [Pg.523]

Equation-based flowsheet simulators have not reached the level of commercialization of their sequential modular counterparts as of the time of this writing, and the development of efficient equation-solving algorithms is the subject of much continuing research. [Pg.533]

In a sequential-modular program, the executive program sets up the flowsheet sequence, identifies the recycle loops, and controls the unit operation calculations, while interacting with the unit operations library, physical property data bank, and the other subroutines. The executive program also contains procedures for the optimum ordering of the calculations and routines to promote convergence. [Pg.165]

For a sequential-modular simulation program to be able to solve a flowsheet with a recycle, the design engineer needs to provide an initial estimate of a stream somewhere in the recycle loop. This is known as a tear stream, as the loop is torn at that point. The program can then solve and update the tear stream values with a new estimate. The procedure is repeated until the difference between values at each iteration becomes less than a specified tolerance, at which point the flowsheet is said to be converged to a solution. [Pg.207]

The sequential modular method of flowsheeting, as mentioned previously, is the one most commonly encountered in computer packages. A module exists for each process unit in the information flowsheet. Given the values of each input stream composition, flow rate, temperature, pressure, enthalpy, and the equipment parameters, the module calculates the properties of its outlet streams. The output stream for a module can become the input stream for another module for which the calculations proceed until the material and energy balances are resolved for the entire process. [Pg.568]

Figure 5.11 Information flow between modules in a typical sequential modular-based flowsheeting package. Figure 5.11 Information flow between modules in a typical sequential modular-based flowsheeting package.
To obtain a solution for the material and energy balances in a flowsheet by the sequential modular method, you must partition the flowsheet, select tear streams, nest the computations, and thus determine the computation sequence. [Pg.576]

EXAMPLE 5.8 Solution of Material and Energy Balances Using a Sequential Modular-Based Flowsheeting Code... [Pg.581]

The two basic flowsheet software architectures are sequential modular and equation-based. In sequential modular, we write each unit model so that it calculates output(s), given feed(s), and unit parameters. This is the most commonly used flowsheeting architecture at present, and examples include Aspen+ plus Hysys (AspenTech), ChemCAD, and PROll (SimSci). In equation-based (or open-system) architectures, all equations are written describing material and energy balances as algebraic equations in the form/(x) = 0. This is the preferred architecture for new simulators and optimization, and examples include Speedup (AspenTech) and gPROMS (PSE pic). Each is discussed in turn. [Pg.1338]

For a design problem, converge the entire flowsheet (close all the recycles) for every intermediate value of the adjust variable. This is very expensive computationally and is a major drawback to the sequential modular approach. Alternative and sometimes faster approaches include... [Pg.1340]

More recant efforts to develop computer-aided process synthesis methodologies can be cbeincterized as either sequential modular, simultaneous modular, or equation oriented, Sequeatial-modular approaches are ben for steady-state simulation where process inputs are defined and process para met ara ate available. The best feature of sequential-modular approaches is that they are flowsheet oriented, bot they are not as flexible as the other methodologies in parfonuing design and optimization tasks.39... [Pg.217]

Equation-oriented approaches are based on sets of equations that are written for the units in a particalar flowsheet.36 Unlike the sequential-modular systems, which often contain the necemery information for a veriety of process units, equaiion-orianted synthesizers require the pinctirioner to develop the mode] eqon-lions. These are solved through iterative tecbaiques with staadatd numerical methods. [Pg.217]

In Simultaneous-Modular approach the solution strategy is a combination of Sequential-Modular and Equation-Oriented approaches. Rigorous models are used at units level, which are solved sequentially, while linear models are used at flowsheet level, solved globally. The linear models are updated based on results obtained with rigorous models. This architecture has been experimented in some academic products. [Pg.47]

It may be concluded that Sequential-Modular approach keeps a dominant position in steady state simulation. The Equation-Oriented approach has proved its potential in dynamic simulation, and real time optimisation. The solution for the future generations of flowsheeting software seems to be a fusion of these strategies. The release 11.1 of Aspen Plus (2002) incorporates for the first time EO features in the environment of a SM simulator. [Pg.47]

Sequential-Modular approach is mostly used in steady state flowsheeting, among we may cite as major products Aspen Plus, ChemCad, Hysys, ProII, Prosim, and Winsim (see Table 2.2 for information). However, there are some dynamic simulators built on this architecture, the most popular being Hysys. [Pg.47]

Flowsheeting is still dominated by the Sequential-Modular architecture, but incorporates increasingly features of the Equation-Oriented solution mode. A limited number of systems can offer both steady state and dynamic flowsheeting simulators. [Pg.58]


See other pages where Sequential-Modular flowsheeting is mentioned: [Pg.581]    [Pg.59]    [Pg.96]    [Pg.708]    [Pg.581]    [Pg.59]    [Pg.96]    [Pg.708]    [Pg.277]    [Pg.279]    [Pg.120]    [Pg.133]    [Pg.14]    [Pg.511]    [Pg.512]    [Pg.513]    [Pg.513]    [Pg.201]    [Pg.578]    [Pg.46]   
See also in sourсe #XX -- [ Pg.524 , Pg.539 ]

See also in sourсe #XX -- [ Pg.568 ]




SEARCH



Flowsheet

Flowsheet simulation sequential modular

Flowsheeting

Flowsheets

Modular

Modularity

Modularization

Sequential modular

© 2024 chempedia.info