engineering equation solver: introducción y aplicaciones en … · 2020. 4. 23. · engineering...

25
Engineering Equation Solver: Introducción y Aplicaciones en Ingeniería Antonio Rodríguez Martínez [email protected] Semana de la Química y la Ingeniería 2018 Taller 8 de Mayo de 2018

Upload: others

Post on 10-Mar-2021

26 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Engineering Equation Solver: Introducción y Aplicaciones en … · 2020. 4. 23. · Engineering Equation Solver: Introducción y Aplicaciones en Ingeniería Antonio Rodríguez Martínez

Engineering Equation Solver: Introducción y Aplicaciones en Ingeniería

Antonio Rodríguez Martínez

[email protected]

Semana de la Química y la Ingeniería 2018

Taller

8 de Mayo de 2018

Page 2: Engineering Equation Solver: Introducción y Aplicaciones en … · 2020. 4. 23. · Engineering Equation Solver: Introducción y Aplicaciones en Ingeniería Antonio Rodríguez Martínez

Agenda

Instalación

Ambiente de Trabajo

Casos de estudio

2

Page 3: Engineering Equation Solver: Introducción y Aplicaciones en … · 2020. 4. 23. · Engineering Equation Solver: Introducción y Aplicaciones en Ingeniería Antonio Rodríguez Martínez

Instalación

Descarga e Instalación

Web:

http://www.mediafire.com/file/9hv8uy363bwo1og/EES+Engineering+Equation+S

olver+Commercial+Ver6p883+3D.rar

Video:

https://www.youtube.com/watch?v=ZXynbhsC_iU

3

Page 4: Engineering Equation Solver: Introducción y Aplicaciones en … · 2020. 4. 23. · Engineering Equation Solver: Introducción y Aplicaciones en Ingeniería Antonio Rodríguez Martínez

Instalación

4

Page 5: Engineering Equation Solver: Introducción y Aplicaciones en … · 2020. 4. 23. · Engineering Equation Solver: Introducción y Aplicaciones en Ingeniería Antonio Rodríguez Martínez

Instalación

5

Page 6: Engineering Equation Solver: Introducción y Aplicaciones en … · 2020. 4. 23. · Engineering Equation Solver: Introducción y Aplicaciones en Ingeniería Antonio Rodríguez Martínez

Ambiente de Trabajo

Engineering Equation Solver for Microsoft Windows

Operating Systems

Commercial and Professional Versions

F-Chart Software

http://www.fchart.com/

email: [email protected]

6

Chapter 2: EES Windows...................................................................................23

General Information.........................................................................................23

Equations Window............................................................................................25

Formatted Equations Window..............................................................................27

Solution Window.............................................................................................29

Arrays Window................................................................................................31

Residuals Window............................................................................................33

Parametric Table Window...................................................................................35

Diagram Window.............................................................................................42

Page 7: Engineering Equation Solver: Introducción y Aplicaciones en … · 2020. 4. 23. · Engineering Equation Solver: Introducción y Aplicaciones en Ingeniería Antonio Rodríguez Martínez

Ambiente de Trabajo

Equation Window

7

Page 8: Engineering Equation Solver: Introducción y Aplicaciones en … · 2020. 4. 23. · Engineering Equation Solver: Introducción y Aplicaciones en Ingeniería Antonio Rodríguez Martínez

Ambiente de Trabajo

Equations Window

The Equations window operates very much like a word processor.

The equations that EES is to solve are entered in this window.

Editing commands, i.e., Cut, Copy, Paste, are located in the Edit menu and can be

applied in the usual manner.

Clicking the right mouse button on selected text in the Equations window will

bring up editing commands in a popup menu.

8

Page 9: Engineering Equation Solver: Introducción y Aplicaciones en … · 2020. 4. 23. · Engineering Equation Solver: Introducción y Aplicaciones en Ingeniería Antonio Rodríguez Martínez

Ambiente de Trabajo

Ver: Ejercicio 01 Comments

9

Page 10: Engineering Equation Solver: Introducción y Aplicaciones en … · 2020. 4. 23. · Engineering Equation Solver: Introducción y Aplicaciones en Ingeniería Antonio Rodríguez Martínez

Ambiente de Trabajo

Equations Window

Additional information relevant to the Equations window follows.

1. Blank lines may be used to make the Equations window more legible.

2. Comments are enclosed in braces {comment} or in quote marks "another comment" and may span

multiple lines.

3. Equations are normally entered one per line, terminated by pressing the Return or Enter keys.

4. Equations may be entered in any order.

5. The order of mathematical operators used in the equations conform to the rules used in FORTRAN,

Basic, C or Pascal.

For example, the equation X = 3 + 4 * 5 could have been entered as (X – 3) / 4 = 5

Page 11: Engineering Equation Solver: Introducción y Aplicaciones en … · 2020. 4. 23. · Engineering Equation Solver: Introducción y Aplicaciones en Ingeniería Antonio Rodríguez Martínez

Ambiente de Trabajo

Ver: Ejercicio 02 Equations Window

11

Page 12: Engineering Equation Solver: Introducción y Aplicaciones en … · 2020. 4. 23. · Engineering Equation Solver: Introducción y Aplicaciones en Ingeniería Antonio Rodríguez Martínez

Ambiente de Trabajo

Equations Window

Additional information relevant to the Equations window follows.

6. Upper and lower case letters are not distinguished.

7. Variable names must start with a letter and consist of any keyboard characters except (‘|)*/+-^{ } ":;.

The maximum variable length is 30 characters.

String variables hold character information and are identified with a $ as the last character in their

names, as in BASIC.

Array variables are identified with square braces around the array index or indices, e.g., X[5,3].

As a general rule, variables should not be given names that correspond to those of built-in functions

(e.g., pi, sin, enthalpy). 12

Page 13: Engineering Equation Solver: Introducción y Aplicaciones en … · 2020. 4. 23. · Engineering Equation Solver: Introducción y Aplicaciones en Ingeniería Antonio Rodríguez Martínez

Ambiente de Trabajo

Formatted Equations Window

The Formatted Equations window displays

the equations entered in the Equations

window in n easy-to-read mathematical

format as shown in the sample windows

below.

13

Page 14: Engineering Equation Solver: Introducción y Aplicaciones en … · 2020. 4. 23. · Engineering Equation Solver: Introducción y Aplicaciones en Ingeniería Antonio Rodríguez Martínez

Ambiente de Trabajo Formatted Equations Window

Ver: Ejercicio 03 Solution Window

14

Page 15: Engineering Equation Solver: Introducción y Aplicaciones en … · 2020. 4. 23. · Engineering Equation Solver: Introducción y Aplicaciones en Ingeniería Antonio Rodríguez Martínez

Ambiente de Trabajo

Solution Window

The Solution window will automatically appear in front of all other windows after the calculations,

initiated with the Solve or Min/Max commands in the Calculate menu, are completed.

The values and units of all variables appearing in the Equations window will be shown in alphabetical

order using as many columns as can be fit across the window.

15

Page 16: Engineering Equation Solver: Introducción y Aplicaciones en … · 2020. 4. 23. · Engineering Equation Solver: Introducción y Aplicaciones en Ingeniería Antonio Rodríguez Martínez

Ambiente de Trabajo Formatted Equations Window

16

Page 17: Engineering Equation Solver: Introducción y Aplicaciones en … · 2020. 4. 23. · Engineering Equation Solver: Introducción y Aplicaciones en Ingeniería Antonio Rodríguez Martínez

Ambiente de Trabajo

Arrays Window

EES allows the use of array variables. EES array variables have the array index in square brackets, e.g.,

X[5] and Y[6,2].

The values of all variables including array variables are normally displayed in the Solution window after

calculations are completed.

17

Page 18: Engineering Equation Solver: Introducción y Aplicaciones en … · 2020. 4. 23. · Engineering Equation Solver: Introducción y Aplicaciones en Ingeniería Antonio Rodríguez Martínez

Ambiente de Trabajo

Residuals Window

The Residuals window indicates the equation blocking and calculation order used by EES, and the status

of the unit checking, in addition to the relative and absolute residual values.

The absolute residual of an equation is the difference between the values on the left and right hand

sides of the equation.

The relative residual is the magnitude of the absolute residual divided by the value of left side of the

equation

18

Page 19: Engineering Equation Solver: Introducción y Aplicaciones en … · 2020. 4. 23. · Engineering Equation Solver: Introducción y Aplicaciones en Ingeniería Antonio Rodríguez Martínez

Ambiente de Trabajo Residuals Window

Ver: Ejercicio 04 Residuals Window

19

Page 20: Engineering Equation Solver: Introducción y Aplicaciones en … · 2020. 4. 23. · Engineering Equation Solver: Introducción y Aplicaciones en Ingeniería Antonio Rodríguez Martínez

Ambiente de Trabajo

Parametric Table Window

A Parametric table operates somewhat like a spreadsheet. Numerical values can be entered into any of

the cells.

Ver: Ejercicio 05 Parametric Table20

Page 21: Engineering Equation Solver: Introducción y Aplicaciones en … · 2020. 4. 23. · Engineering Equation Solver: Introducción y Aplicaciones en Ingeniería Antonio Rodríguez Martínez

Ambiente de Trabajo

Diagram Window

The Diagram window serves several functions.

First, it provides a place to display a graphics and text relating to the problem that is being solved.

For example, a schematic diagram of a system identifying state point locations can be displayed in

the Diagram window to help interpret the equations in the Equations window.

Second, the Diagram window can be used for to provide convenient input and output of information and

for report generation.

21

Page 22: Engineering Equation Solver: Introducción y Aplicaciones en … · 2020. 4. 23. · Engineering Equation Solver: Introducción y Aplicaciones en Ingeniería Antonio Rodríguez Martínez

Ambiente de Trabajo

Diagram Window

22

Page 23: Engineering Equation Solver: Introducción y Aplicaciones en … · 2020. 4. 23. · Engineering Equation Solver: Introducción y Aplicaciones en Ingeniería Antonio Rodríguez Martínez

Ambiente de Trabajo

Diagram Window

23

Page 24: Engineering Equation Solver: Introducción y Aplicaciones en … · 2020. 4. 23. · Engineering Equation Solver: Introducción y Aplicaciones en Ingeniería Antonio Rodríguez Martínez

Ambiente de Trabajo

Diagram Window

24

Page 25: Engineering Equation Solver: Introducción y Aplicaciones en … · 2020. 4. 23. · Engineering Equation Solver: Introducción y Aplicaciones en Ingeniería Antonio Rodríguez Martínez

Engineering Equation Solver: Introducción y Aplicaciones en Ingeniería

Antonio Rodríguez Martínez

[email protected]

Semana de la Química y la Ingeniería 2018

Taller

8 de Mayo de 2018 25