2

Are there any tools to view node time series data after EnergyPlus has hit a fatal error?

I have a fuel cell CHP system which I have based on the SOFC Fuel Cell in the MicroCogeneration.idf example file. When I try to run it I get runaway plant temperatures during system sizing.

** Severe  ** Plant temperatures are getting far too hot, check controls and relative loads and capacities
**   ~~~   **  During Warmup, Environment=ETI DWELLINGS, at Simulation time=05/07 04:40 - 04:50
<snipped>
**   ~~~   ** Possible things to look for to correct this problem are:
**   ~~~   **   Capacity, Operation Scheme, Mass flow problems, Pump Heat building up over time.
**   ~~~   **   Try a shorter runperiod to stop before it fatals and look at
**   ~~~   **     lots of node time series data to see what is going wrong.
**   ~~~   **   If this is happening during Warmup, you can use Output:Diagnostics,ReportDuringWarmup;
**   ~~~   **   This is detected at the loop level, but the typical problems are in the components.
**  Fatal  ** CheckForRunawayPlantTemps: Simulation terminated because of run away plant temperatures, too hot

I've added Output:Diagnostics,ReportDuringWarmup; as suggested and I now have a CSV with mass flow rates and node temperatures for all nodes. I can use this to diagnose, but it's not exactly intuitive. Normally I use the DesignBuilder Results Viewer tool to check for unexpected behaviour, but when I try to import the .eso file I get this error.

image description

Are there any tools which can import an incomplete .eso file? Or alternatively, is there a way to edit the .eso file which will allow DesignBuilder Results Viewer to import the data?

Jamie Bull's avatar
5.1k
Jamie Bull
asked 2015-02-12 11:29:07 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2017-09-25 15:36:23 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

4

OpenStudio's ResultsViewer works with the sqlite database which mirrors the content of the eso. I believe it will open your incomplete data. You must run the simulation with a request for sqlite output.

Kyle Benne's avatar
6k
Kyle Benne
answered 2015-02-12 14:04:32 -0500
edit flag offensive 0 remove flag delete link

Comments

The documentation for ResultsViewer can be found here, including screenshots. You can open any EnergyPlus sql output file, even if the simulation wasn't performed with OpenStudio.

aparker's avatar aparker (2015-02-14 11:08:33 -0500) edit
add a comment see more comments