Hi, I have been attempting to combine EP-macro funcionalities with jEPlus, following Ivan's video guidance.
Specifically, I would like to include in the parametric simulations the possibility of changing building fabric. This would mean combining a choice of constructions to form a build-up (WALL1 + FLOOR2 + WINDOW1 etc.)
!- =========== ALL OBJECTS IN CLASS: CONSTRUCTION ===========
Construction,
WALL1, !- Name
BRICK, !- Outside Layer
INS1, !- Layer 2
BLOCK; !- Layer 3
!- =========== ALL OBJECTS IN CLASS: CONSTRUCTION ===========
Construction,
WALL2, !- Name
BRICK, !- Outside Layer
INS2, !- Layer 2
BLOCK; !- Layer 3
etc.
with a choice of materials (layers) to form on construction element.
!- =========== ALL OBJECTS IN CLASS: MATERIAL ===========
Material,
INS1, !- Name
Smooth, !- Roughness
0.05, !- Thickness {m}
0.025, !- Conductivity {W/m-K}
20, !- Density {kg/m3}
1030, !- Specific Heat {J/kg-K}
0.9000000, !- Thermal Absorptance
0.7; !- Solar Absorptance
INS2 etc.
If this is limited to, say, changing the insulation thickness, I suppose I could swap the parameter 'thickness' with a @@label@@. However, would there be a system to perform a sort of a 'recursive' ##include, that is an ##include within another ##include?
Thanks