Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
0

How can I configure jEPlus to modify the insulation thickness in TRNSYS

asked 2024-08-08 07:25:33 -0500

kr's avatar

updated 2024-08-09 15:57:54 -0500

I’m currently working on a project involving TRNSYS and jEPlus for a parametric study, I’m trying to adjust the insulation thickness in the roof floor and walls but I’m having trouble because the parameter doesn’t seem to be directly specified in the .dck file.I was wondering if you could provide some guidance on how to handle this issue.

edit retag flag offensive close merge delete

Comments

Hi, would you be able to show me how insulation thickness is defined in your trnsys model?

Yi Zhang's avatar Yi Zhang  ( 2024-08-09 08:45:47 -0500 )edit

In TRNSYS, the details of construction materials, including insulation thickness, are specified in the b18 file. For instance, you can find the insulation thickness listed in the b18 file like this: CONSTRUCTION GROUND LAYERS = FLOOR STONE SILENCE CONCRETE INSUL THICKNESS= 0.005 0.06 0.04 0.24 0.08
ABS-FRONT= 0.8 : ABS-BACK= 0.4
EPS-FRONT= 0.9 : EPS-BACK= 0.9
HFRONT = 11 : HBACK= 999 However, it's worth noting that jEPlus primarily works with the .dck file for its operations. Consequently, if I need to adjust these details, I would need to refer to the .b18 file.

kr's avatar kr  ( 2024-08-09 10:00:17 -0500 )edit

Hmm, it sounds like it is time to update jEPlus. Can you send me the full set of input files of your model? In the meantime, a workaround may be to create a bunch of b18 files with different thicknesses and use jEPlus to change the reference - a bit dumb and only works when you have only one or two variables in b18.

Yi Zhang's avatar Yi Zhang  ( 2024-08-11 17:02:01 -0500 )edit

1 Answer

Sort by » oldest newest most voted
0

answered 2024-08-15 04:55:28 -0500

Yi Zhang's avatar

In jEPlus, any files referenced with an "ASSIGN" statement will be scanned for parameter search tags. So you should be able to insert search tags into the b18 file, e.g.

CONSTRUCTION GROUND LAYERS = FLOOR STONE SILENCE CONCRETE INSUL 
THICKNESS= @@thickness@@
ABS-FRONT= 0.8 : ABS-BACK= 0.4

and define the parameter in jEPlus with "{0.005, 0.06, 0.04, 0.24, 0.08}" as the values.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Careers

Question Tools

Stats

Asked: 2024-08-08 07:25:33 -0500

Seen: 77 times

Last updated: Aug 15