Integrating Multiple Tables with EES - kbka

In summary, integrating multiple tables with EES (Engineering Equation Solver) allows for the combination of data from different tables in order to perform calculations and analysis in a more efficient and organized manner. This process involves creating a master table that links the separate tables together and then selecting the desired columns and rows to be used in the calculations. EES also offers various options for sorting and filtering the data to further customize the integration process. Overall, integrating multiple tables with EES can greatly enhance the functionality and accuracy of data analysis in engineering applications.
  • #1
kbka
25
0
Hi,

I'm aware that this post is regarding some engineering software, but since only mechies use EES (as far as I know) I'm posting my question here!:)

So I'm solving some first order DE's. My question is can I have multiple integration tables in EES?

The thing is I want to compress a gas from time=0 to time=10 and determine temperature and pressure. I got this part figured out.

and then from time=10 to time=20 I want to integrate using the last values of the former integration (Pressure and temperature), but using a new set of DE.

anybody have experience doing this?

regards,
kbka
 
Engineering news on Phys.org
  • #2
I'm thinking that if I can make EES solve the first half of my program, and then afterwards solve the second half using the results from the first, that would solve my problem.

As of now EES is trying to solve the two DE simoltaneously which of course is my problem...
 
  • #3
I do have experience with this and my recommendation is to not use EES for this. I do compressor modeling and have attempted to implement a simple compressor model using EES at one point with only limited success.

To do what you are asking you will need to tell EES an order to solve things in using Modules and Subprograms (check the help files for examples).

EES is a very robust non-linear equation solver that is designed to solve many equations simultaneously. However, it is not a robust programming language and should be avoided for tasks that involve numerical stepping.

If it is a HW problem or something look into the modules and subprograms, if it is for a research project I would suggest moving away from EES.
 
  • #4
Thank you!

It is a project, but with the amount of time remaining and my lack of experience in other languages (only one being a tad of MATLAB programming), I'd say sticking to EES is best for me.

I have another problem now though. The integral table doesn't show anymore, I have tried to place the command '$Integratable time:1;P;T' inside the module, below and above it. When I run the program A warning pops up saying
"TIME must be an integration variable in the equation-based integral. An integral Table will not be created"

The final temperature of each proces is calcuated and make sense but I'd like to be able to follow the temperature rise as the pressure is changed throughout the whole process...

Any solution to this?
 
  • #5
Hello, my name's Carlos. I've come up with a similar problem of yours. I'm trying to use equation based integral functions to model the motion and drying of a particle dragged by air force while falling down in the inside of a rotary dryer. I need to do iterative integrations using the values of previous steps. I tried to use subprograms but it hasn't worked so far. Did you figure out how to do it? It's for research purposes.

Thanks a lot.
 

FAQ: Integrating Multiple Tables with EES - kbka

What is EES and why is it useful for integrating multiple tables?

EES stands for Engineering Equation Solver and it is a software program used for solving engineering problems. It is useful for integrating multiple tables because it has the ability to import and export data from different formats, making it easier to combine and analyze multiple tables.

How do you import tables into EES?

You can import tables into EES by using the "Import Table" command under the "File" menu. This allows you to browse for the table file and specify the data format. EES supports various data formats such as Excel, CSV, and text files.

Can you merge tables in EES?

Yes, you can merge tables in EES by using the "Merge Table" command under the "Table" menu. This allows you to select multiple tables and combine them into one table. You can also specify the type of merge (horizontal or vertical) and the position of the merged table in the original table.

How do you export tables from EES?

You can export tables from EES by using the "Export Table" command under the "File" menu. This allows you to select the table you want to export and choose the desired format for the exported file. EES supports various formats such as Excel, CSV, and HTML.

Can you perform calculations on multiple tables in EES?

Yes, you can perform calculations on multiple tables in EES by using the "Table Calculations" command under the "Table" menu. This allows you to specify the mathematical operations and the tables you want to apply them to. The results will be displayed in a new table.

Similar threads

Back
Top