Skip to content

Commit

Permalink
add reference to SingleSplitRXM20R.mo and try p fix [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian.wuellhorst committed Oct 9, 2023
1 parent 5a7ee7b commit 378cb0f
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
within IBPSA.Fluid.Chillers.ModularReversible.Data.TableData2D.EN14511;
record SingleSplitRXM20R "Daikin_FTXM20R_RXM20R cooling mode"
extends IBPSA.Fluid.Chillers.ModularReversible.Data.TableData2D.Generic(
dpEva_nominal=0,
dpCon_nominal=0,
tabPEle=[0,298.15,303.15,308.15,313.15; 293.15,340,370,400,410,430,470;
295.15,340,370,400,420,430,470; 298.15,340,370,400,420,440,470; 300.15,
340,370,410,420,440,470; 303.15,340,380,410,420,440,470; 305.15,350,380,
Expand All @@ -26,8 +28,16 @@ record SingleSplitRXM20R "Daikin_FTXM20R_RXM20R cooling mode"
Performance data for Daikin FTXM20R_RXM20R for the cooling mode.
</p>
<p>
Boundaries are for dry-bulb temperature.
Boundaries are for dry-bulb temperature. Pressure drops are not provided
in the datasheet.
</p>
<h4>References</h4>
<p>
Daikin, Technical data book RXM-R
<a href=\"https://www.heizman24.de/media/pdf/fa/50/2c/Daikin-RXM-R-Produktdatenbuch.pdf\">
https://www.heizman24.de/media/pdf/fa/50/2c/Daikin-RXM-R-Produktdatenbuch.pdf</a>
</p>
</html>", revisions="<html>
<ul>
<li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ within IBPSA.Fluid.HeatPumps.ModularReversible.Data.TableData2D.EN14511;
record SingleSplitRXM20R "Daikin_FTXM20R_RXM20R heating mode"
extends
IBPSA.Fluid.HeatPumps.ModularReversible.Data.TableData2D.GenericHeatPump(
use_TConOutForOpeEnv=true,
use_TEvaOutForOpeEnv=false,
dpEva_nominal=0,
dpCon_nominal=0,
tabPEle=[0,258.15, 263.15, 268.15, 273.15, 280.15, 283.15;
288.15,1190,1430,1670,1940,2590,2810;
293.15,1120,1360,1600, 1860,2500,2730;
Expand All @@ -27,7 +31,20 @@ record SingleSplitRXM20R "Daikin_FTXM20R_RXM20R heating mode"
Icon(coordinateSystem(preserveAspectRatio=false)),
Diagram(coordinateSystem(preserveAspectRatio=false)),
Documentation(info="<html>
<p>Performance data&nbsp;for&nbsp;Daikin FTXM20R_RXM20R for the heating mode.</p>
<p>
Performance data for Daikin FTXM20R_RXM20R for the heating mode.
</p>
<p>
Boundaries are for dry-bulb temperature. Pressure drops are not provided
in the datasheet.
</p>
<h4>References</h4>
<p>
Daikin, Technical data book RXM-R
<a href=\"https://www.heizman24.de/media/pdf/fa/50/2c/Daikin-RXM-R-Produktdatenbuch.pdf\">
https://www.heizman24.de/media/pdf/fa/50/2c/Daikin-RXM-R-Produktdatenbuch.pdf</a>
</p>
</html>", revisions="<html>
<ul>
<li>
Expand Down
6 changes: 3 additions & 3 deletions IBPSA/Fluid/HeatPumps/ModularReversible/UsersGuide.mo
Original file line number Diff line number Diff line change
Expand Up @@ -459,9 +459,9 @@ for heating and cooling.
<h4>References</h4>
<p>
F. Wuellhorst et al., A Modular Model of Reversible Heat
Pumps and Chillers for System Applications,
<a href=\"https://doi.org/10.3384/ecp21181561\">https://doi.org/10.3384/ecp21181561</a>
F. Wuellhorst et al., A Modular Model of Reversible Heat
Pumps and Chillers for System Applications,
https://doi.org/10.3384/ecp21181561
</p>
</html>"));
Expand Down

0 comments on commit 378cb0f

Please sign in to comment.