The following warnings occurred: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.0.30 (Linux)
|
Parametric run on Trnsys building file (.b17) - 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: Parametric run on Trnsys building file (.b17) (/showthread.php?tid=407) |
Parametric run on Trnsys building file (.b17) - borisd - 01-07-2016 Hello! Trnsys deck file (.dck) can be parametrized using tags @@ and Paramter tree but building information (materials, layer thickness,...) are defined in .b17 file which is called from line in .dck file. Is it posible to manually include .b17 file and add parameters in jEPlus project ? Thanks! RE: Parametric run on Trnsys building file (.b17) - Yi - 01-08-2016 Hi Boris, jEPlus is supposed to search for and replace search tags in any additional files incorporated into the .dck with an INCLUDE command. So it should work if you put search tags in a .b17 file. (You will need to edit the file in a separate text editor.) Let me know if it doesn't work. You can post your project files here for me to have a look. Best, Yi RE: Parametric run on Trnsys building file (.b17) - borisd - 01-09-2016 My mistake... deck file editor in jEPlus confused me and I thought jEPlus could only parametrize deck files and not the building .b17 because it can't be edited in internal editor. Everything works, just needed to put @@tag@@ in building file externally. Thanks for response. Regards, Boris RE: Parametric run on Trnsys building file (.b17) - Yi - 01-09-2016 Excellent! No, it is not your fault; it wasn't documented and the GUI can be improved to make you aware of this... Yi |