Big Chemical Encyclopedia

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

Articles Figures Tables About

Stiff ordinary differential equations solver

Equation (4.78) is a set of nonlinear algebraic equation and may be solved using various techniques [64], Often the nonlinear differential Eq. (4.77) are solved to the steady-state condition in place of the algebraic equations using the stiff ordinary differential equation solvers described in Chapter 2 [65], See Appendix I for more information on available numerical codes. [Pg.240]

CONP Kee, R. J., Rupley, F. and Miller, J. A. Sandia National Laboratories, Livermore, CA. A Fortran program (conp.f) that solves the time-dependent kinetics of a homogeneous, constant pressure, adiabatic system. The program runs in conjunction with CHEMKIN and a stiff ordinary differential equation solver such as LSODE (lsode.f, Hindmarsh, A. C. LSODE and LSODI, Two Initial Value Differential Equation Solvers, ACM SIGNUM Newsletter, 15, 4, (1980)). The simplicity of the code is particularly valuable for those not familiar with CHEMKIN. [Pg.753]

A commercial stiff ordinary differential equation solver subroutine, DVOGER, is available in the IMSL Library (3). This subroutine uses Gear s method for the solution of stiff ODE s with analytic or numerical Jacobians. The pyrolysis model was solved using DVOGER and the analytical Jacobians of Eqs. (14) and (15). For a residence time of 0.0511 in dimensionless time, defined as t/t where 9... [Pg.222]

Develop two method-of-lines simulations to solve this problem. In the first, formulate the problem as standard-form ordinary differential equations, y7 = ff(f, y). In the second, formulate the problem in differential-algebraic (DAE) form, 0 = g(t, y, y ). Standard-form stiff, ordinary-differential-equation (ODE) solvers are readily avalaible. DAE solvers are less readily available, but Dassl is a good choice. The Fortran source code for Dassl is available at http //wwwjietlib.org. [Pg.331]

The mathematical models of the reacting polydispersed particles usually have stiff ordinary differential equations. Stiffness arises from the effect of particle sizes on the thermal transients of the particles and from the strong temperature dependence of the reactions like combustion and devolatilization. The computation time for the numerical solution using commercially available stiff ODE solvers may take excessive time for some systems. A model that uses K discrete size cuts and N gas-solid reactions will have K(N + 1) differential equations. As an alternative to the numerical solution of these equations an iterative finite difference method was developed and tested on the pyrolysis model of polydispersed coal particles in a transport reactor. The resulting 160 differential equations were solved in less than 30 seconds on a CDC Cyber 73. This is compared to more than 10 hours on the same machine using a commercially available stiff solver which is based on Gear s method. [Pg.215]

One particular class of ordinary differential equation solvers (ODE-solvers) handles stiff ODEs and these are widely known as stiff solvers. In our context, a system of ODEs sometimes becomes stiff if it comprises very fast and also very slow steps or relatively high and low concentrations. A typical example would be an oscillating reaction. Here, a highly sophisticated step-size control is required to achieve a reasonable compromise between accuracy and computation time. It is well outside the scope of this chapter to expand on the intricacies of modem numerical... [Pg.245]

Given the initial conditions (concentrations of the 22 chemical species at t = 0), the concentrations of the chemical species with time are found by numerically solving the set of the 22 stiff ordinary differential equations (ODE). An ordinary differential equation system solver, EPISODE (17) is used. The method chosen for the numerical solution of the system includes variable step size, variable-order backward differentiation, and a chord or semistationary Newton method with an internally computed finite difference approximation to the Jacobian equation. [Pg.239]

The MATLAB functions ode23s and ode]5s are solvers suitable for solution of stiff ordinary differential equations (see Table 5.1). [Pg.354]

The partial differential equations describing the catalyst particle are discretized with central finite difference formulae with respect to the spatial coordinate [50]. Typically, around 10-20 discretization points are enough for the particle. The ordinary differential equations (ODEs) created are solved with respect to time together with the ODEs of the bulk phase. Since the system is stiff, the computer code of Hindmarsh [51] is used as the ODE solver. In general, the simulations progressed without numerical problems. The final values of the rate constants, along with their temperature dependencies, can be obtained with nonlinear regression analysis. The differential equations were solved in situ with the backward... [Pg.172]

Simultaneous to the graph creation, kinetic properties in each vRxn are used to create the appropriate reaction rate equations (ordinary differential equations, ODE). These properties include rate constants (e.g., Michaelis constant, Km, and maximum velocity, Vmax, for enzyme-catalyzed reactions, and k for nonenzymatic reactions), inhibitor constants, A) and modes of inhibition or allosterism. The total set of rate equations and specified initial conditions forms an initial value problem that is solved by a stiff ODE equation solver for the concentrations of all species as a function of time. The constituent transforms for the each virtual enzyme are compiled by carefully culling the literature for data on enzymes known to act on the chemicals and chemical metabolites of interest. [Pg.58]

The system of differential equations is integrated using CVODE numerical integration package. CVODE is a solver for stiff and nonstiff ordinary differential equation systems [60]. The fraction of dose absorbed is calculated as the sum of all drug amounts crossing the apical membrane as a function of time, divided by the dose, or by the sum of all doses if multiple dosing is used. [Pg.476]

The Matlab Simulink Model was designed to represent the model stmctuie and mass balance equations for SSF and is shown in Fig. 6. Shaded boxes represent the reaction rates, which have been lumped into subsystems. To solve the system of ordinary differential equations (ODEs) and to estimate unknown parameters in the reaction rate equations, the inter ce parameter estimation was used. This program allows the user to decide which parameters to estimate and which type of ODE solver and optimization technique to use. The user imports observed data as it relates to the input, output, or state data of the SimuUnk model. With the imported data as reference, the user can select options for the ODE solver (fixed step/variable step, stiff/non-stiff, tolerance, step size) as well options for the optimization technique (nonlinear least squares/simplex, maximum number of iterations, and tolerance). With the selected solver and optimization method, the unknown independent, dependent, and/or initial state parameters in the model are determined within set ranges. For this study, nonlinear least squares regression was used with Matlab ode45, which is a Rimge-Kutta [3, 4] formula for non-stiff systems. The steps of nonlinear least squares regression are as follows ... [Pg.385]

The mathematical model forms a system of coupled hyperbolic partial differential equations (PDEs) and ordinary differential equations (ODEs). The model could be converted to a system of ordinary differential equations by discretizing the spatial derivatives (dx/dz) with backward difference formulae. Third order differential formulae could be used in the spatial discretization. The system of ODEs is solved with the backward difference method suitable for stiff differential equations. The ODE-solver is then connected to the parameter estimation software used in the estimation of the kinetic parameters. More details are given in Chapter 10. The comparison between experimental data and model simulations for N20/Ar step responses over RI1/AI2O3 (Figure 8.8) demonstrates how adequate the mechanistic model is. [Pg.296]

The partial-differential equations (3) are solved numerically through finite difference approximation for the spatial derivatives and the method of line for time advancement. The model medium is represented by a discretized line with a resolution from 50 up to 200 points. The resulting set of ordinary differential equations is integrated with a stiff ODE solver [85]. Care is taken to vary the spatio-temporal resolution in order to check the reliability of the reported phenomena. [Pg.529]

The principal task of the interpreter is to provide two subroutines for use by the simulation program, which is a solver for ordinary or partial differential equations. Since chemical systems are for the most part "stiff as a result of negative feedback(72) the interpreter expects the simulation package to... [Pg.122]


See other pages where Stiff ordinary differential equations solver is mentioned: [Pg.80]    [Pg.754]    [Pg.80]    [Pg.614]    [Pg.30]    [Pg.391]    [Pg.522]    [Pg.80]    [Pg.51]    [Pg.641]    [Pg.601]    [Pg.53]    [Pg.262]    [Pg.613]    [Pg.47]    [Pg.606]    [Pg.111]    [Pg.171]    [Pg.518]    [Pg.392]    [Pg.641]   
See also in sourсe #XX -- [ Pg.81 ]




SEARCH



Differential equations stiffness

Equation solvers

Ordinary Differential Equation Solver

Ordinary differential equation

Solver

Stiff Stiffness

Stiff differential equations

Stiff ordinary differential equations

Stiff-equations

Stiffness

Stiffness equation

© 2024 chempedia.info