-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvariables.cfg
28 lines (28 loc) · 1.06 KB
/
variables.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE BCVTB-variables SYSTEM "variables.dtd">
<BCVTB-variables>
<!-- The next two elements send the set points to E+ -->
<variable source="Ptolemy">
<EnergyPlus schedule="TSetHea"/>
</variable>
<variable source="Ptolemy">
<EnergyPlus schedule="TSetCoo"/>
</variable>
<!-- The next two elements receive the outdoor and zone air temperature from E+ -->
<variable source="EnergyPlus">
<EnergyPlus name="ENVIRONMENT" type="Site Outdoor Air Drybulb Temperature"/>
</variable>
<variable source="EnergyPlus">
<EnergyPlus name="Thermal Zone 1" type="Zone Air Temperature"/>
</variable>
<!-- The next two elements receive the schedule value as an output from E+ -->
<variable source="EnergyPlus">
<EnergyPlus name="TSetHea" type="Schedule Value"/>
</variable>
<variable source="EnergyPlus">
<EnergyPlus name="TSetCoo" type="Schedule Value"/>
</variable>
<variable source="EnergyPlus">
<EnergyPlus name="Boiler Hot Water 1" type="Boiler Gas Rate"/>
</variable>
</BCVTB-variables>