0

EnergyPro v8 / CBECC Errors

Hello,

I am getting the following error when running energy pro v8 non residential simulation. I attempted to correct the model based on the errors messages and re run the simulation, however the simulation fails to run.

Any pointer to resolve these issues will be helpful.

below is snippet of typical error message.

2022-05-26 11:46:22 - Error: Table look-up failed: VentilationSpaceFunctionData:VentOccDensSim( VentFuncType='' ) | ERROR: Table row match not found evaluating run u rule: Set DEFAULT Spc:VentOccDensSim (27:'Space-Ventilation.rule' line 978)

2022-05-26 11:46:22 - Error: Undefined data: left side of '' evaluating run u rule: Set DEFAULT Spc:CodeVentPerAreaForDCVFlow (27:'Space-Ventilation.rule' line 2013) 2022-05-26 11:46:22 - Error: Undefined data: left side of '' evaluating run u rule: Set DEFAULT

2022-05-26 11:46:22 - Error: Undefined data: second argument of max() evaluating run u rule: Set DEFAULT Spc:CodeVentFlow (27:'Space-Ventilation.rule' line 3046)

2022-05-26 11:46:22 - Error: Undefined data: second argument of max() evaluating run u rule: Set DEFAULT Spc:CodeVentFlow (27:'Space-Ventilation.rule' line 3046)

2022-05-26 11:46:22 - Error: Undefined data: left side of '' evaluating run u rule: Set DEFAULT Spc:CodeDsgnExhACH (28:'Space-Exhaust.rule' line 1799) 2022-05-26 11:46:22 - Error: Undefined data: left side of '' evaluating run u rule: Set DEFAULT Spc:CodeDsgnExhACH (28:'Space-Exhaust.rule' line 1799)

022-05-26 11:46:22 - Error gathering data to create PolyLp object: ExtWall 'srf36812' undefined 2022-05-26 11:46:22 - Error gathering data to create PolyLp object: ExtWall 'srf36812' undefined - Unable to generate building geometry for simulation (return code -3) 2022-05-26 11:46:22 - Analysis aborted Processing time: Overall 0:01 / SDD2IDF x0 0:00 / SizSim x0 0:00 / AnnSim x0 0:00 / ReportGen x0 0:00 / Other 0:01 2022-05-26 11:46:22 - ResultsSummary population: bAbort = (true) / RuleProcAbort = (false) / iRetVal = 9 / pszResultsSummary = (empty) / iResultsSummaryLen = 2056

Thanks, Aditya

adireddi's avatar
145
adireddi
asked 2022-05-31 11:19:44 -0500
Aaron Boranian's avatar
14.1k
Aaron Boranian
updated 2022-05-31 12:42:37 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Here is what it seems like each error is telling you:

Errors 1 - 5: EnergyPro is trying to look up Ventilation Occupant Density, Code Minimum Ventilation per Area for Demand Controlled Ventilation, and Code Design Exhuast Air Flow in a table from the provided Ventilation Function Type and Ventilation Space Function inputs. You have either set one of these two inputs incorrectly for a space, or have entered something that EnergyPro doesn't have in this lookup table.

Error 6: Sounds like an Exterior Wall surface named 'srf36812' was defined incorrectly.

Hopefully that helps

Aaron Boranian's avatar
14.1k
Aaron Boranian
answered 2022-05-31 12:42:04 -0500
edit flag offensive 0 remove flag delete link

Comments

Thank you, Aaron, for the feedback. Based on the errors, I checked all the space type functions and all the variables listed above, nothing appeared out of the normal. Is there a way know which spaces is causing this issue? similarly is there a way to search where "srf36812" is assigned to?

adireddi's avatar adireddi (2022-05-31 15:52:48 -0500) edit

@adireddi if the EnergyPro input file is text-based, you could open the file in a text editor and search for "VentFuncType" to find the space type function and "srf36812" to find the surface. If it is not text-based, then hopefully you can export a CIBD (CBECC-Com input file) or similar energy model file that is text-based to search for these items.

Aaron Boranian's avatar Aaron Boranian (2022-06-01 09:50:03 -0500) edit

To add to Aaron's advice..

EnergyPro will generate the .cibd19x (or similar) file in Documents > EnergyPro 8 > [Project Name] folder. However, default settings will delete it after the sim finishes, so you need to edit software settings to not delete "temporary files".

Once you find the file, I'd suggest opening it in CBECC-Com natively and trying to run it there. It should give you more info for troubleshooting the issue.. This may require enabling verbose error messages or other settings from within the CBECC-Com interface.

Greg Collins's avatar Greg Collins (2022-06-06 19:42:57 -0500) edit
add a comment see more comments