The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.0.30 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.0.30 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $awaitingusers - Line: 36 - File: global.php(844) : eval()'d code PHP 8.0.30 (Linux)
File Line Function
/global.php(844) : eval()'d code 36 errorHandler->error
/global.php 844 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 909 - File: global.php PHP 8.0.30 (Linux)
File Line Function
/global.php 909 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5132 - File: inc/functions.php PHP 8.0.30 (Linux)
File Line Function
/inc/functions.php 5132 errorHandler->error
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7288 - File: inc/functions.php PHP 8.0.30 (Linux)
File Line Function
/inc/functions.php 7288 errorHandler->error
/inc/functions.php 5152 is_member
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7288 - File: inc/functions.php PHP 8.0.30 (Linux)
File Line Function
/inc/functions.php 7288 errorHandler->error
/inc/functions.php 5152 is_member
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.0.30 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.0.30 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.0.30 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.0.30 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.0.30 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.0.30 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



jeplus.org forums
Severe error for jEPlus and WWR ratio - Printable Version

+- jeplus.org forums (http://jeplus.org/mybb)
+-- Forum: Building simulation tools (http://jeplus.org/mybb/forumdisplay.php?fid=1)
+--- Forum: jEPlus (http://jeplus.org/mybb/forumdisplay.php?fid=2)
+--- Thread: Severe error for jEPlus and WWR ratio (/showthread.php?tid=416)



Severe error for jEPlus and WWR ratio - andrea - 06-20-2016

Following the useful example found at: http://www.jeplus.org/wiki/doku.php?id=docs:manual_1_5_examples#change_window-to-wall_ratio
I am experiencing severe errors when using jeplus 1.6.3:

Code:
*************   1777 -3.8409902576697323, 3.5, ?=(2.3)/2)+math.sqrt(0.5)*(2.3)/2),                             !- X,Y,Z Vertex 1 {m}
** Severe  ** IP: IDF line~1777 Invalid Number in Numeric Field#6 (Vertex 1 Z-coordinate), value=?=(2.3)/2)+MATH.SQRT(0.5)*(2.3)/2), in FENESTRATIONSURFACE:DETAILED=LR - WIN 000:A

this would suggest errors in setting geometry for WWR in the idf file. What confuses me is that the error manifested itself when moving from version 1.5.2 (where it worked fine) to version 1.6.3. Any suggestion?

Thanks,
Andrea


RE: Severe error for jEPlus and WWR ratio - Yi - 06-22-2016

This part is not a valid equation due to mismatching brackets: ?=(2.3)/2)+math.sqrt(0.5)*(2.3)/2)
Check for typos in the parameter definition.


RE: Severe error for jEPlus and WWR ratio - andrea - 07-04-2016

Yi,
thanks for that and apologies for posting something rather dumb. What surprises me is that version 1.5.2 could run the batch simulations fine!