Presentation is loading. Please wait.

Presentation is loading. Please wait.

Process simulation, optimisation and design. P.S.O.D. ORGANIZATION ISSUES.

Similar presentations


Presentation on theme: "Process simulation, optimisation and design. P.S.O.D. ORGANIZATION ISSUES."— Presentation transcript:

1 Process simulation, optimisation and design

2 P.S.O.D. ORGANIZATION ISSUES

3 Course scope Introduction Introduction MathCAD MathCAD Introduction to CAPE Introduction to CAPE Simple simulation of heat exchange process using common software Simple simulation of heat exchange process using common software ChemCAD (by dr Robert Kubica) ChemCAD (by dr Robert Kubica)

4 Process simulation, optimisation and design Course objectives

5 Provide the students with: Provide the students with: –using specialized software for mathematical problems solution –clear understanding of what is a process simulation, a process optimization and process design –using commonly available software to solve simulation problems –using specialized software for process simulation

6 Lectures are available on the web address www.chemia.polsl.pl/~jkocurek/Studenci.html

7 Introduction

8 All the simulation related issues requires

9 A Model, what is it? A model is a representation of some aspects of real world objects by: A model is a representation of some aspects of real world objects by: –other parameters easier to measure –scaled down objects –equations and numbers – mathematical models

10 The Model, what for? A good model of the apparatus is needed for: A good model of the apparatus is needed for: –Apparatus design –Process »simulation »optimization »design apparatus design can be done with pen and piece of paper but even quite simple process optimization problem needs to involve the computer apparatus design can be done with pen and piece of paper but even quite simple process optimization problem needs to involve the computer

11 Model, how to calculate? Manually Manually –We need: »Knowledge »Paper and pen »Log tables, slide rule, calculator Computer supported calculation Computer supported calculation –We need: »Knowledge »PROGRAM

12 COMPUTER PROGRAM DEFINITION „Set of instructions in a logical sequence interpreted and executed by a computer enabling the computer to perform a required function; also called software. Programs are the "thought processes" of computers, without which they cannot operate. Programs are written in various languages, to conform with the operating system of particular computers.”

13 Computer supported calculation PROGRAM PROGRAM –Written by user, using programming language: »Low level (assembler) »High level (C, Pascal, Fortran, Basic) –Written by user, using common applications for calculation »Spreadsheets (Excel, Calc) »Mathematical tools (MathLab, MathCAD) –Specialized software for modeling and process simulation (AspenOne, ProSIM, ChemCAD) PROGRAM PROGRAM –Written by user, using programming language: »Low level (assembler) »High level (C, Pascal, Fortran, Basic) –Written by user, using common applications for calculation »Spreadsheets (Excel, Calc) »Mathematical tools (MathLab, MathCAD) –Specialized software for modeling and process simulation (AspenOne, ProSIM, ChemCAD)

14 MathCADMathCAD The mathematical tool

15 Introduction User interface User interface –Writing cursor '+' –Toolbars »Calculator – equation symbols »Graph – building the charts »Matrix – inserting matrix/vectors, matrics operation »Calculus – derivatives, integrals, limits, summation, iterated product »Symbolic »Evaluation »Boolean –logical operation »Programming »Greek – inserting Greek letters –Turn of the Resource center at startup View/Preferences/Startup Options

16

17 Basic operations Basic operations –Typing: »"normal" – text Forced by: [shift]+["] Forced by: [shift]+["] Automatically: after space insertion Automatically: after space insertion »"variable" – interpreted by program Default Default –The typing modes are identified by style: »Normal – Font is Arial (by default) »Variable – Font is Times (by default) –Assign symbol":=" (keys [:][=])

18 Numbers notation Numbers notation –Floating-point notation: 1.23·10 4 Multiplication symbol [*]Superscript (exponent) [^] Key sequence: [1][.][2][3][*][1][0][^][4]

19 MathCAD intro [2][/][3][+][3][^][2][  ][l][n][(][3][)][=] To go back to basic level press spacebar or right arrow [2][/][3][+][3][^][2][space bar][l][n][(][3][)][=] or

20 MathCAD intro Variables notation Variables notation –Latin and Greek alphabet ( [ctrl] + [g] after typing Latin letter) –Case sensitivity: x  X –Subscripts (not vector/matrix subscripts) [.] –Prim: x`, bis: x`` etc.

21 MathCAD intro Assigning values and expressions (Pascal like) Assigning values and expressions (Pascal like) –One value assigned to one variable: x:=5 keys: [x][:][5] –Range of arithmetic progression assigned to variable »Default step: x:=0..3 (means numbers 0, 1, 2, 3) keys [x][:][0][;][3] »Defined step: x:=0,2..6 (means numbers 0, 2, 4, 6) keys [x][:][0][,][2][;][6] –Expression to variable: y:=2·x+3 keys: [y][:][2][*][x][+][3] Has to be defined earlier

22 MathCAD intro CorrectIncorrect

23 MathCAD intro The expressions edition The expressions edition –To change the position of edited place press space bar  Vertical line: shows place of insertion of a sign Horizontal: shows range will be inserted into function etc.

24 MathCAD functions Standard functions set Standard functions set Functions definition Functions definition –Syntax: FunctionName(arg1, arg2,...):= expression –E.g. f(x,y)=x·y keys: [f][(][x][y][)][:][x][*][y] Calculations with use of defined (or predefined) functions: Calculations with use of defined (or predefined) functions: –Evaluation for constants –Evaluation for defined variables –Evaluation for range of constants (vectors)

25 MathCAD functions Function of constant (scalar) Function of constant (scalar)

26 MathCAD functions Function of variable Function of variable Local variable Global variable

27 MathCAD functions Range of arithmetic sequence (or vector) Range of arithmetic sequence (or vector)

28 MathCAD functions Graphs: Graphs: –Function of one variable f(x) keys: [f][(][x][)][shift]+[2][x]

29 MathCAD functions Graphs: Graphs: – –Default independent values range: -10 ÷ 10 – –Can be edited

30 Graphs: Graphs: –Several functions of one independent variable range: f(x), g(x)@x keys: [f][(][x][)][,] [g][(][x][)][shift]+[2][x] MathCAD functions

31 Graphs: Graphs: –Several functions of several different independent variable range: f(x), g(z)@x, z keys: [f][(][x][)][,] [g][(][z][)][shift]+[2][x][,][z] MathCAD functions

32 Graphs formatting: Graphs formatting: MathCAD functions

33 Graphs formatting: Graphs formatting: MathCAD functions

34

35 Show markers enabled

36 MathCAD – vectors and matrix Matrix variable definition Matrix variable definition vector – one column matrix vector – one column matrix

37 MathCAD – vectors and matrix

38 Matrix operations Matrix operations –Multiply by constant –Matrix transpose [ctrl]+[1] –Inverse [^][-][1] –Matrix multiplying –Determinant

39 To read the matrix elements A r, k : key [[] r- row nr, k – column nr To read the matrix elements A r, k : key [[] r- row nr, k – column nr –e.g. element A 1,1 keys: [A][[][1][,][1][=] To chose matrix column To chose matrix column –First column A( A ): keys [A][ctrl]+[6][0] –Default first column number is 0, (to change : Math/Options/Array Origin) MathCAD – vectors and matrix

40 Calculations of dot product and cross product of vectors Calculations of dot product and cross product of vectors

41 Special definition of matrix elements as a function of row-column number M i,j =f(i,j) Special definition of matrix elements as a function of row-column number M i,j =f(i,j) –E.g. Value of element is equal to product of column and row number MathCAD – vectors and matrix

42 MathCAD 3D graphs 3D graphs of function on the base of matrix : [ctrl]+[2][M] 3D graphs of function on the base of matrix : [ctrl]+[2][M] –M – matrix defined earlier RESTICTION: function arguments have to bee integer type

43 3D Graphs of function of real type arguments 3D Graphs of function of real type arguments –Using procedure: CreateMesh(function, lb_v1, ub_v1, lb_v2, ub_v2, v1grid, v2grid) –Assign result to variable –Plot of the variable like plot of matrix ([ctrl]+[2]) MathCAD 3D graphs Boundaries can be the real type numbers. (def. –5,5) Grids have to be integer type numbers (def. 20)

44 MathCAD 3D graphs

45 MathCAD 3D graphs - formating

46 MathCAD 3D graphs – formatting: fill options

47 Contours colour filled

48 MathCAD 3D graphs – formatting: line options

49 MathCAD 3D graphs – formatting: Lighting

50 MathCAD 3D graphs – formatting: Fog and perspective

51 MathCAD 3D graphs – formatting: Backplane and Grids

52 Predefined constants e = 2,718 – natural logarithm base e = 2,718 – natural logarithm base g = 9,81 m 2 /s – acceleration of gravity g = 9,81 m 2 /s – acceleration of gravity  = 3,142 – circle perimeter/diameter ratio  = 3,142 – circle perimeter/diameter ratio

53 MathCAD equation solving Single equation (one unknown value) Single equation (one unknown value) 1.Given-Find method »Input start point of variable »Type "Given" »Type equation with using [ = ] ([ctrl]+[=]) »Type Find(variable)=

54 MathCAD equation solving Given-Find – solving methods Given-Find – solving methods –Linear (function of type c 0 x 0 + c 1 x 1 +...+ c n x n ) – starting point do not affects on results, it only defines size of matrix/vector of the solution. –Nonlinear – according to nonlinear equation. Obtained result could depend on starting point. Available methods: »Conjugate Gradient »Quasi – Newton »Levenberg-Marquardt »Quadratic The choice of method is automatic by default. User can choose method from the pop-up menu over word Find. The choice of method is automatic by default. User can choose method from the pop-up menu over word Find.

55 Single equation (one unknown value) Single equation (one unknown value) 2.Root procedure: Root(function, variable, low_limit, up_limit)= –Values of function at the bounds must have different signs or MathCAD equation solving

56 Single equation (one unknown value) Single equation (one unknown value) 2.Root procedure methods: 1.Secant method 2.Mueller method MathCAD equation solving x3x3 x2x2 y3y3 x1x1 y1y1 y2y2 x4x4 x5x5

57 Single equation (one unknown value) Single equation (one unknown value) 3.Special procedure: polyroots for the polynomials. Argument of procedure is a vector of polynomial coefficients (a 0, a 1...). The result is a vector too. MathCAD equation solving Methods: 1.Laguerre's method 2.companion matrix

58 The system of linear equations The system of linear equations –Solving on the base of matrix toolbar: »Prepare square matrix of equations coefficients (A) and vector of free terms (B) »Do the operation x:=A -1 B and show result: x= Or »Use the procedure LSOLVE: lsolve(A,B)= MathCAD, the system of equations solving

59

60 The system of nonlinear equation The system of nonlinear equation –Can be solved using given-find method »Assign starting values to variables »Type Given »Type the equations using = sign (bolded) »Type Find(var1, var2,...)= MathCAD, the system of equations solving

61

62 Differential equations solving Numerical methods: Numerical methods: –Gives only values not function –Engineer usually needs values –There is no need to make complicated transformations (e.g. variables separation) –Basic method implemented in MathCAD is Runge-Kutta 4 th order method.

63 Differential equations solving Numerical methods principle Numerical methods principle –Calculation involve bounded segment of independent variable only –Every point is being calculated on the base of one or few points calculated before or given. –Independent variable is calculated using step: x i+1 = x i + h = x i +  x –Dependent value is being calculated according to the method

64 Differential equations solving Runge-Kutta 4 th order method principles: Runge-Kutta 4 th order method principles: –New point of integral is being calculated on the base of one point (given/calculated) and 4 intermediate values

65 MathCAD differential equations Single, first order differential equation Single, first order differential equation 1.Assign the initial value of dependent variable (optionally) 2.Define the derivative function 3.Assign to the new variable the integrating function rkfixed: R:=rkfixed(init_v, low_bound, up_bound, num_seg, function) Initial condition

66 4.Result is matrix (table) of two columns: first contain independent values second dependent ones 5.To show result as a plot: R @R 5.To show result as a plot: R @R MathCAD differential equations

67

68 System of first order differential equations System of first order differential equations 1.Assign the vector of initial conditions of dependent variables (starting vector) 2.Define the vectoral function of derivatives (right-hand sides of equations) 3.Assign to the variable function rkfixed: R:=rkfixed(init_vect, low_bound, up_bound, num_seg, function) MathCAD differential equations

69 4.Result is matrix (table) of three columns: first contain independent values, 2 nd first dependent values, third second ones : 5.Results as a plot: R,R @ R 5.Results as a plot: R,R @ R MathCAD differential equations

70

71 Single second order equation Single second order equation 1.Transform the second order equation to the system of two first order equations: Initial condition MathCAD differential equations

72 Example: Example: Solve the second order differential equation (calculate values of function and its first derivatives) given by equation: While y=10 and y’=-1 for x=0 In the range of x= In the range of x=

73 MathCAD differential equations System of equations Starting vectorVectoral function

74


Download ppt "Process simulation, optimisation and design. P.S.O.D. ORGANIZATION ISSUES."

Similar presentations


Ads by Google