Big Chemical Encyclopedia

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

Articles Figures Tables About

ODE Solver Algorithm

When using an ordinary differential equation (ODE) solver such as Polymath or  [Pg.230]

MATLAB, it is usually easier to leave the mole balances, rate laws, and concen- [Pg.230]


P6-17g Review the oxidation of formaldehyde to formic acid leactions over a van-dium titanium oxide catalyst [Ind. Eng. Ch m. Res., 28, 387 (1989)] shown in the ODE solver algorithm in the Summary. [Pg.459]

Table E6-6.1. ODE Solver Algorithm for Mulitple Reactions (Continued)... Table E6-6.1. ODE Solver Algorithm for Mulitple Reactions (Continued)...
Summary 733 ODE Solver Algorithm 736 CD-ROM Material 736 Questions and Problems 738... [Pg.1094]

The classic methods use an ODE solver in combination with an optimization algorithm and solve the problem sequentially. This solution strategy is referred to as a sequential solution and optimization approach, since for each iteration the optimization variables are set and then the differential equation constraints are integrated. Though straightforward, this approach is generally inefficient because it requires the accurate solution of the model equations at each iteration within the optimization, even when iterates are far from the final optimal solution. [Pg.169]

This function is called numerous times from the Matlab ODE solver. In the example it is the ode45 which is the standard Runge-Kutta algorithm. ode45 requires as parameters the file name of the inner function, ode autocat. m, the vector of initial concentrations, cO, the rate constants, k, and the total amount of time for which the reaction should be modelled (20 time units in the example). The solver returns the vector t at which the concentrations were calculated and the concentrations themselves, the matrix C. Note that due to the adaptive step size control, the concentrations are computed at times t which are not predefined. [Pg.88]

The most efficient algorithm for the solution of the sensitivity differential equations is called the decoupled direct method (ddm), which was first applied in chemical kinetics by Dunker [67, 68]. He drew attention to the fact that equations (4.1) and (4.6) have the same Jacobian, so that a stiff ode solver will use the same step size and order of approximation in the solution of both odes. The ddm method first takes a step for the solution of equation (4.1) and then performs steps for the solution of equation (4.6) for / = 1,. . . , m. The procedure is repeated in the subsequent steps. Since the Jacobian of the equations is the same, it has to be triangularized only once for each time interval. This method is applied in the program SENKIN [69]. [Pg.317]

As the MATLAB software packages with Optimisation Toolbox provides both effective ordinary differential equation (ODE) solvers as well as powerful optimization algorithms, the dynamic simulations reported in this paper are carried out by using the MATLAB Optimisation Toolbox (8). [Pg.586]

An optimal control strategy and algorithm using commercial optimization software packages connected to reliable DAE/ODE solvers are successful for the determination of optimal trajectories with good convergence properties. This implies that under certain conditions, the more complicated optimal control algorithms, such as that based on the well-known Pontrya-gin s maximum principle, could be avoided. [Pg.590]

The multiple reaction algorithm can be applied to parallel reactions, series reactions, complex reactions, and independent reactions. The availability of software packages (ODE solvers) makes it much easier to solve problems using moles or molar flow rates Fj rather than conversion. For liquid systems, concentration is usually the preferred variable used in the mole balance equations. [Pg.286]


See other pages where ODE Solver Algorithm is mentioned: [Pg.119]    [Pg.289]    [Pg.204]    [Pg.510]    [Pg.668]    [Pg.979]    [Pg.230]    [Pg.338]    [Pg.736]    [Pg.192]    [Pg.235]    [Pg.119]    [Pg.289]    [Pg.204]    [Pg.510]    [Pg.668]    [Pg.979]    [Pg.230]    [Pg.338]    [Pg.736]    [Pg.192]    [Pg.235]    [Pg.86]    [Pg.75]    [Pg.167]    [Pg.179]    [Pg.8]    [Pg.362]    [Pg.127]    [Pg.305]    [Pg.146]    [Pg.198]    [Pg.539]    [Pg.56]    [Pg.200]    [Pg.213]    [Pg.522]    [Pg.74]    [Pg.99]    [Pg.142]    [Pg.208]    [Pg.216]    [Pg.389]    [Pg.69]    [Pg.392]   


SEARCH



Solver

© 2024 chempedia.info