Skip to content

Commit

Permalink
Move borefield model
Browse files Browse the repository at this point in the history
  • Loading branch information
dhblum committed Jan 8, 2024
1 parent 259f6a4 commit 8097276
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within Buildings.Experimental.DHC.Plants.Reservoir;
within Buildings.Experimental.DHC.Examples.Combined.BaseClasses;
model BoreField "Geothermal borefield model"
extends Buildings.Fluid.Geothermal.Borefields.TwoUTubes(
final energyDynamics=Modelica.Fluid.Types.Dynamics.FixedInitial,
Expand Down Expand Up @@ -79,6 +79,11 @@ double U-tube parallel configuration.
</html>", revisions="<html>
<ul>
<li>
January 8, 2024, by David Blum:<br/>
Moved to <code>Buildings.Experimental.DHC.Examples.Combined.BaseClasses.BoreField</code>.
This is for xxxx.
</li>
<li>
May 31, 2023, by Michael Wetter:<br/>
Removed <code>final</code> modifier for <code>borFieDat</code> to allow record to be replaced
in models that extend this model.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ partial model PartialSeries "Partial model for series network"
datDes(final mCon_flow_nominal=bui.ets.mSerWat_flow_nominal) "Design data"
annotation (Placement(transformation(extent={{-340,220},{-320,240}})));
// COMPONENTS
Buildings.Experimental.DHC.Plants.Reservoir.BoreField
borFie(redeclare final package Medium = Medium) "Bore field" annotation (
Buildings.Experimental.DHC.Examples.Combined.BaseClasses.BoreField borFie(
redeclare final package Medium = Medium) "Bore field" annotation (
Placement(transformation(
extent={{-10,-10},{10,10}},
rotation=0,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
BoreField
PartialSeries
DesignDataSeries
1 change: 0 additions & 1 deletion Buildings/Experimental/DHC/Plants/Reservoir/package.order
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
BoreField
1 change: 0 additions & 1 deletion Buildings/Experimental/DHC/Plants/package.order
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Combined
Cooling
Heating
Reservoir
Steam
BaseClasses
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@ convertClass("Buildings.Controls.OBC.CDL.Logical.ZeroCrossing",
// Conversion for https://github.com/lbl-srg/modelica-buildings/issues/3596
convertClass("Buildings.Controls.OBC.CDL.Reals.Sources.ModelTime",
"Buildings.Controls.OBC.CDL.Reals.Sources.CivilTime");

// Conversion for https://github.com/lbl-srg/modelica-buildings/issues/xxxx
convertClass("Buildings.Experimental.DHC.Plants.Reservoir.Borefield",
"Buildings.Experimental.DHC.Examples.Combined.BaseClasses.BoreField");
8 changes: 8 additions & 0 deletions Buildings/package.mo
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,14 @@ have been <b style=\"color:blue\">improved</b> in a
This change is supported in the conversion script.
</td>
</tr>
<tr><td valign=\"top\">Buildings.Experimental.DHC.Plants.Reservoir.Borefield
</td>
<td valign=\"top\">Moved to Buildings.Experimental.DHC.Examples.Combined.BaseClasses.BoreField
<a href=\"Modelica://Buildings.Experimental.DHC.Examples.Combined.BaseClasses.BoreField\">.<br/>
This is for <a href=\"https://github.com/lbl-srg/modelica-buildings/issues/xxxx\">#xxxx</a>.<br/>
This change is supported in the conversion script.
</td>
</tr>
<tr><td colspan=\"2\"><b>Buildings.Fluid.SolarCollectors</b>
</td>
</tr>
Expand Down

0 comments on commit 8097276

Please sign in to comment.