Skip to content

Commit

Permalink
Update documentation section and put required models in alphabetical …
Browse files Browse the repository at this point in the history
…order
  • Loading branch information
jelgerjansen committed Sep 21, 2023
1 parent 10ff8bb commit e5c257d
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 12 deletions.
8 changes: 4 additions & 4 deletions IBPSA/Examples/Tutorial/SimpleHouse/SimpleHouse1.mo
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ The heat capacity value of a wall may be computed as <i>C=A*d*c<sub>p</sub>*&rho
<h4>Required models</h4>
<ul>
<li>
<a href=\"modelica://Modelica.Thermal.HeatTransfer.Components.ThermalResistor\">
Modelica.Thermal.HeatTransfer.Components.ThermalResistor</a>
</li>
<li>
<a href=\"modelica://Modelica.Thermal.HeatTransfer.Components.HeatCapacitor\">
Modelica.Thermal.HeatTransfer.Components.HeatCapacitor</a>
</li>
<li>
<a href=\"modelica://Modelica.Thermal.HeatTransfer.Components.ThermalResistor\">
Modelica.Thermal.HeatTransfer.Components.ThermalResistor</a>
</li>
</ul>
<h4>Connection instructions</h4>
<p>
Expand Down
8 changes: 4 additions & 4 deletions IBPSA/Examples/Tutorial/SimpleHouse/SimpleHouse4.mo
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@ the media for the models in the heating circuit should be set to <i>MediumWater<
<h4>Required models</h4>
<ul>
<li>
<a href=\"modelica://IBPSA.Fluid.HeatExchangers.Radiators.RadiatorEN442_2\">
IBPSA.Fluid.HeatExchangers.Radiators.RadiatorEN442_2</a>
</li>
<li>
<a href=\"modelica://IBPSA.Fluid.HeatExchangers.HeaterCooler_u\">
IBPSA.Fluid.HeatExchangers.HeaterCooler_u</a>
</li>
<li>
<a href=\"modelica://IBPSA.Fluid.HeatExchangers.Radiators.RadiatorEN442_2\">
IBPSA.Fluid.HeatExchangers.Radiators.RadiatorEN442_2</a>
</li>
<li>
<a href=\"modelica://IBPSA.Fluid.Movers.Preconfigured.FlowControlled_m_flow\">
IBPSA.Fluid.Movers.Preconfigured.FlowControlled_m_flow</a>
</li>
Expand Down
1 change: 1 addition & 0 deletions IBPSA/Examples/Tutorial/SimpleHouse/SimpleHouse5.mo
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Modelica.Thermal.HeatTransfer.Sensors.TemperatureSensor</a>
<h4>Connection instructions</h4>
<p>
The heater modulation level should be set to one when the heater is on and to zero otherwise.
Furthermore, the pump should only circulate water when the heater is on.
</p>
<h4>Reference result</h4>
<p>
Expand Down
21 changes: 17 additions & 4 deletions IBPSA/Examples/Tutorial/SimpleHouse/SimpleHouse6.mo
Original file line number Diff line number Diff line change
Expand Up @@ -109,16 +109,28 @@ The nominal mass flow rate of the ventilation system is <i>0.1 kg/s</i>.
<h4>Required models</h4>
<ul>
<li>
<a href=\"modelica://IBPSA.Fluid.Actuators.Dampers.Exponential\">
IBPSA.Fluid.Actuators.Dampers.Exponential</a>
</li>
<li>
<a href=\"modelica://IBPSA.Fluid.HeatExchangers.ConstantEffectiveness\">
IBPSA.Fluid.HeatExchangers.ConstantEffectiveness</a>
</li>
<li>
<a href=\"modelica://IBPSA.Fluid.Movers.FlowControlled_dp\">
IBPSA.Fluid.Movers.FlowControlled_dp</a>
<a href=\"modelica://IBPSA.Fluid.Movers.Preconfigured.FlowControlled_dp\">
IBPSA.Fluid.Movers.Preconfigured.FlowControlled_dp</a>
</li>
<li>
<a href=\"modelica://IBPSA.Fluid.Actuators.Dampers.Exponential\">
IBPSA.Fluid.Actuators.Dampers.Exponential</a>
<a href=\"modelica://IBPSA.Fluid.Sources.Boundary_pT\">
IBPSA.Fluid.Sources.Boundary_pT</a>
</li>
<li>
<a href=\"modelica://Modelica.Blocks.Logical.Hysteresis\">
Modelica.Blocks.Logical.Hysteresis</a>
</li>
<li>
<a href=\"modelica://Modelica.Blocks.Math.BooleanToReal\">
Modelica.Blocks.Math.BooleanToReal</a>
</li>
</ul>
<h4>Connection instructions</h4>
Expand All @@ -129,6 +141,7 @@ Add a <code>boundary_pT</code> to draw air from the environment.
Enable its temperature input and connect it to the <i>TDryBul</i> variable in the weather data reader.
Also reconsider the nominal mass flow rate parameter value in the <code>MixingVolume</code>
given the flow rate information of the ventilation system.
Finally, make sure that the fan is only active when the damper is open.
</p>
<h4>Reference result</h4>
<p>
Expand Down

0 comments on commit e5c257d

Please sign in to comment.