Engineering Equation Solver: Introducción y Aplicaciones en … · 2020. 4. 23. · Engineering...

Post on 10-Mar-2021

6 views 0 download

Transcript of Engineering Equation Solver: Introducción y Aplicaciones en … · 2020. 4. 23. · Engineering...

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

Antonio Rodríguez Martínez

antonio_rodriguez@uaem.mx

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

Taller

8 de Mayo de 2018

Agenda

Instalación

Ambiente de Trabajo

Casos de estudio

2

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

Instalación

4

Instalación

5

Ambiente de Trabajo

Engineering Equation Solver for Microsoft Windows

Operating Systems

Commercial and Professional Versions

F-Chart Software

http://www.fchart.com/

email: info@fchart.com

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

Ambiente de Trabajo

Equation Window

7

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

Ambiente de Trabajo

Ver: Ejercicio 01 Comments

9

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

Ambiente de Trabajo

Ver: Ejercicio 02 Equations Window

11

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

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

Ambiente de Trabajo Formatted Equations Window

Ver: Ejercicio 03 Solution Window

14

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

Ambiente de Trabajo Formatted Equations Window

16

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

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

Ambiente de Trabajo Residuals Window

Ver: Ejercicio 04 Residuals Window

19

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

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

Ambiente de Trabajo

Diagram Window

22

Ambiente de Trabajo

Diagram Window

23

Ambiente de Trabajo

Diagram Window

24

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

Antonio Rodríguez Martínez

antonio_rodriguez@uaem.mx

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

Taller

8 de Mayo de 2018 25