How to modify output generation of E+ through Eppy

asked 2022-12-04 14:01:56 -0500

Debayan93's avatar

updated 2022-12-05 09:41:58 -0500

Hi,

I am using Eppy to run E+ simulations. I am trying to do the following things:

  1. Creating only the .eso and .html files from the simulation
  2. Ability to save the above-mentioned output files with a desired name and location in my system, as I am trying to simulate the .idf file with changed input at each simulation, save the individual result and later compare them.

Let me know if I can do such.

Best,

Debayan

edit retag flag offensive close merge delete

Comments

short reply to 2. Yes. You can output the files to any name and directory. Basically you can do that by setting options to idf.run(some_options). You can write a function similar make_eplaunch_options() in Make idf.run() work like EPLaunch. Use this function to set the following

  • Output file name (output_prefix)
  • Output file directory (output_directory)

see in Using idf.run to see the run options and what they do

santoshphilip's avatar santoshphilip  ( 2022-12-08 17:49:50 -0500 )edit

Hi @santoshphilip, thanks for your reply. I managed to get it now. I was also looking for another answer if it is possible to run an eppy script without installing EnergyPlus on my system. My idea is to make a web application which uses eppy functionality.

Debayan93's avatar Debayan93  ( 2022-12-13 13:48:51 -0500 )edit

It would be good to post an answer to your question, so others may benefit from this interchange. As you say "I managed to get it now". Can you post your understanding as an answer to your own question (I am hoping unmethours.com lets the questioner also answer). This will help others searching when faced with similar problems

I see your question on web servers. I'll respond at that question

santoshphilip's avatar santoshphilip  ( 2022-12-13 17:12:48 -0500 )edit