Skip to content

Commit

Permalink
Improved wetCoil example (#3614)
Browse files Browse the repository at this point in the history
* Reduced airflow rate and reduced the water temperature

* updated .mos script

* updated references
  • Loading branch information
JayHuLBL authored Dec 22, 2023
1 parent bd8a6de commit edcca09
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 50 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ model WetCoilCounterFlowPControl
parameter Modelica.Units.SI.Temperature T_b2_nominal=15 + 273.15;
parameter Modelica.Units.SI.MassFlowRate m1_flow_nominal=0.1
"Nominal mass flow rate medium 1";
parameter Modelica.Units.SI.MassFlowRate m2_flow_nominal=m1_flow_nominal*4200
parameter Modelica.Units.SI.MassFlowRate m2_flow_nominal=0.2*m1_flow_nominal*4200
/1000*(T_a1_nominal - T_b1_nominal)/(T_b2_nominal - T_a2_nominal)
"Nominal mass flow rate medium 2";
Buildings.Fluid.Sources.Boundary_pT sin_2(
Expand Down Expand Up @@ -98,7 +98,7 @@ model WetCoilCounterFlowPControl
Ti=60) "Controller"
annotation (Placement(transformation(extent={{0,90},{20,110}})));
Modelica.Blocks.Sources.Ramp TWat(
height=30,
height=5,
offset=T_a1_nominal,
startTime=300,
duration=2000) "Water temperature, raised to high value at t=3000 s"
Expand Down Expand Up @@ -181,6 +181,12 @@ for the air outlet.
revisions="<html>
<ul>
<li>
December 14, 2023 by Jianjun Hu:<br/>
Reduced the nominal airflow rate and the water temperature.
This is for
<a href=\"https://github.com/lbl-srg/modelica-buildings/issues/3607\">#3607</a>.
</li>
<li>
December 22, 2014 by Michael Wetter:<br/>
Removed <code>Modelica.Fluid.System</code>
to address issue
Expand Down
Loading

0 comments on commit edcca09

Please sign in to comment.