The following warnings occurred: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.0.30 (Linux)
|
Combinatorial parameters (solved) - 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: Combinatorial parameters (solved) (/showthread.php?tid=19) |
Combinatorial parameters (solved) - kostas mourkos - 11-22-2014 Hi to everyone, I am using Daysim/Radiance to calculate the lighting loads and then I import the associated schedule file to Energy Plus. Now just say that I have two window parameters ( single @ double glazing) and the associated lighting control files lighting_control_single_glazing and lighting_control_double_glazing. How can I combine single glazing with lighting_control_single_glazing in order to avoid combinations like single_glazing with lighting_control_double_glazing? Thanks in advance, Kostas RE: Combinatorial parameters - Yi - 11-22-2014 Hi Kostas, Using EP-Macro will be essential here. If you haven't tried it, there is video tutorial here: http://www.jeplus.org/wiki/doku.php?id=docs:videos:3_epmacro for a quick introduction. The full details of EP-Macro is in the official document (http://apps1.eere.energy.gov/buildings/energyplus/pdfs/auxiliaryprograms.pdf), from page 129. You can save the lighting schedules in text files separately, and import them into the main IDF (now should be named IMF) model using the ##include command. If you name the schedule files carefully, so they are aligned with the glazing options, you can then control both with one parameter. For example, if the glazing parameter uses search tag @@glazing@@ with two values {single, double}, you can name the schedule files as lighting_single.idf and lighting_double.idf, respectively. And then in the main model, import the schedule file with ##include lighting_@@glazing@@.idf... There are other ways to do this, such as using the combinatorial parameters (see: http://www.jeplus.org/wiki/doku.php?id=docs:manual_1_5_params#combinatorial_parameters) Hope these make sense... Yi RE: Combinatorial parameters - kostas mourkos - 11-23-2014 Yes, they make sense. Many thanks for your reply. Kostas |