<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

  <title><![CDATA[Category: simulation | DROMOTHERM]]></title>
  <link href="https://www.dromotherm.com/categories/simulation/atomfr.xml" rel="self"/>
  <link href="https://www.dromotherm.com/"/>
  <updated>2026-05-19T11:11:04+00:00</updated>
  <id>https://www.dromotherm.com/</id>
  <author>
    <name><![CDATA[]]></name>
    <email><![CDATA[alexandrep.cuer@gmail.com]]></email>
  </author>
  <generator uri="https://github.com/recurser/jekyll-plugins">Recurser</generator>
  
  
  <entry>
    <title type="html"><![CDATA[Simulation with EnergyPlus]]></title>
    <link href="https://www.dromotherm.com/2026/05/energyplus-sim/"/>
    <updated>2026-05-09T00:00:00+00:00</updated>
    <id>https://www.dromotherm.com/2026/05/energyplus-sim</id>
    <content type="html"><![CDATA[<p>Rather than rebuilding from scratch in python, a robust approach is to use <a href="https://energyplus.net/">energyplus</a></p>

<p>Exemple of a tertiairy building :</p>

<p><img src="/assets/energy_plus/acf.png" alt="" /></p>

<table>
  <thead>
    <tr>
      <th>Area</th>
      <th>[m2]</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Total Building Area</td>
      <td>1377.00</td>
    </tr>
    <tr>
      <td>Net Conditioned Building Area</td>
      <td>906.00</td>
    </tr>
    <tr>
      <td>Unconditioned Building Area</td>
      <td>471.00</td>
    </tr>
  </tbody>
</table>

<h1 id="air-to-water-heat-pump-with-gaz-boiler-in-backup">air to water heat pump with gaz boiler in backup</h1>

<p><img src="/assets/energy_plus/hpatw_gas_backup.png" alt="" /></p>

<table>
  <thead>
    <tr>
      <th>consumption</th>
      <th>Electricity [GJ]</th>
      <th>Natural Gas [GJ]</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Heating</td>
      <td>16.01</td>
      <td>18.66</td>
    </tr>
    <tr>
      <td>Pumps</td>
      <td>0.79</td>
      <td>0.00</td>
    </tr>
    <tr>
      <td>Total End Uses</td>
      <td>16.80</td>
      <td>18.66</td>
    </tr>
  </tbody>
</table>

<table>
  <thead>
    <tr>
      <th>zone HVAC</th>
      <th>Design Size Maximum Water Flow Rate [m3/s]</th>
      <th>U-Factor times Area [W/C]</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>RDC BASEBOARD</td>
      <td>0.000931</td>
      <td>755.96</td>
    </tr>
    <tr>
      <td>RPLUS1 BASEBOARD</td>
      <td>0.000857</td>
      <td>695.28</td>
    </tr>
  </tbody>
</table>

<table>
  <thead>
    <tr>
      <th>PlantLoop</th>
      <th>Initial Maximum Loop Flow Rate [m3/s]</th>
      <th>Initial Plant Loop Volume [m3]</th>
      <th>Maximum Loop Flow Rate [m3/s]</th>
      <th>Plant Loop Volume [m3]</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>WATER_HEATING_LOOP</td>
      <td>0.001788</td>
      <td>0.214543</td>
      <td>0.001788</td>
      <td>0.214543</td>
    </tr>
  </tbody>
</table>

<table>
  <thead>
    <tr>
      <th>Pump:VariableSpeed</th>
      <th>Initial Design Flow Rate [m3/s]</th>
      <th>Initial Design Power Consumption [W]</th>
      <th>Design Flow Rate [m3/s]</th>
      <th>Design Power Consumption [W]</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>INSIDE_VARIABLE_PUMP</td>
      <td>0.001788</td>
      <td>456.78</td>
      <td>0.001788</td>
      <td>456.78</td>
    </tr>
  </tbody>
</table>

<table>
  <thead>
    <tr>
      <th>HeatPump:PlantLoop:EIR:Heating</th>
      <th>Initial Design Size Load Side Volume Flow Rate [m3/s]</th>
      <th>Initial Design Size Source Side Volume Flow Rate [m3/s]</th>
      <th>Design Size Nominal Capacity [W]</th>
      <th>User-Specified Nominal Capacity [W]</th>
      <th>Design Size Load Side Volume Flow Rate [m3/s]</th>
      <th>Design Size Source Side Volume Flow Rate [m3/s]</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>HPATW_EIR_EIR_HEATPUMP_AIR2WATER</td>
      <td>0.001788</td>
      <td>2.07</td>
      <td>73564.99</td>
      <td>35000.00</td>
      <td>0.001788</td>
      <td>2.07</td>
    </tr>
  </tbody>
</table>

<h1 id="profiles">profiles</h1>

<p><img src="/assets/energy_plus/hpatw_profiles.png" alt="" /></p>
]]></content>
  </entry>
  
</feed>
