Big Chemical Encyclopedia

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

Articles Figures Tables About

Vector parameter file

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 Structure module of MOMEC enables you to analyze structures that have been saved as. hin files. These can be structural data files from experimental work, from a data base (e.g. the CSD) or computed structures such as those optimized with MOMEC. The geometric parameters accessible include the calculation of a least-squares plane (defined by three or more points), the distance of atoms from this plane, the angle between a vector such as a metal-ligand bond and a plane, that between two planes, e. g., for the measure of a trigonal twist angle or a tetrahedral twist angle. In this lesson, we will analyze the structures of the four conformers of [Co(en)3]3+ considered in Sections 17.3, 17.4 and 17.5. [Pg.226]

Step 2 Check the function as you did before. In fact, because you already checked the m-file prob2.m you only have to check that y2 is calculated correctly from fi anAf2. The command is invoked by first setting the initial guess (this also sets the length of the vector of independent variables, i.e. it tells MATLAB how many parameters it has to adjust) ... [Pg.49]

The specification of a simulation problem in CHEOPS is done by means of setup files in XML format which describe the structure of the flowsheet to be solved as well as variables of various types (scalars, vectors, time profiles, and distributions). The variables are classified into inputs, outputs, parameters, and states. Inputs and parameters should be specified by the user. The setup files define references to the models, their types and associated tools, and the type of simulation with a respective set of simulation options. [Pg.490]

The total solubility parameter of a resin or polymer is the point in three-dimensional space where the three partial solubility parameter vectors meet as the center point of the idealized spherical envelope. The distance in space between the two sets of parameters (solvent and polymer) can be represented by the radius of interaction term, R. The radius of interaction term is used to express the degree of mutual solubility. All of these solubility comparisons can be made by using computer spreadsheets that are described in this chapter. These computer spreadsheets were developed in the Lotus 123. WKl file format. The data files are listed on the IBM compatible computer disk in the Lotus. WKl and can be translated to Excel for Windows format. [Pg.297]

Within the function file, we define if as such in the first line. The set of ordinary equations Reactor is written as a function of the independent variable, t, and a vector of dependent variables x. In order to use variable names closer to the real ones, we can define fhem as columns of fhe dependent variables vector (i.e., I = x(l)). Next, in the second line, we write the global statement so that these variables can be used within the script. MATLAB needs that all the parameters, constants, or equations are explicit of the variables and defined before fhe system of differential equations. Thus, we write the rate constants and other parameters defined earlier. This reactor is a semibatch in the sense that we add the initiator during the first minute of the reaction at a constant rate. Thus, we define a rafe that is constant if the time is lower or equal to 60 s and 0 otherwise using the if-then-end syntax. Finally, we write the differential equations. The right-hand side of the differential equations must be the same word as the one we use in the title of the function Reactor. Each equation will be Reactor (n, 1). We present the results in Figure 4.17. [Pg.133]

Performs nonlinear regression using the Gauss-Newton estimation method. The jc-data is given as x, while the y-data is given as y. The function, FUN, that is to be fitted must be written as an m-file. It will take three arguments the coefficient values, x, and y (in this order). The function should be written to allow for matrix evaluatitni. The initial guess is specified in bataO. The vector beta contains the estimated values of the coefficients, the vector r contains the residuals, and covb is the estimated covariance matrix for the problem. J is the Jacobian matrix evaluated with the best estimate for the parameters. [Pg.343]


See other pages where Vector parameter file is mentioned: [Pg.75]    [Pg.76]    [Pg.75]    [Pg.76]    [Pg.155]    [Pg.109]    [Pg.195]    [Pg.191]    [Pg.109]    [Pg.445]    [Pg.242]    [Pg.155]    [Pg.382]    [Pg.480]    [Pg.237]    [Pg.371]    [Pg.145]    [Pg.184]    [Pg.407]    [Pg.115]    [Pg.494]    [Pg.284]    [Pg.214]    [Pg.489]    [Pg.401]    [Pg.209]   
See also in sourсe #XX -- [ Pg.70 ]




SEARCH



Parameter vector

Vector file

© 2024 chempedia.info