Skip to content

Commit

Permalink
Finish adding links and documentations.
Browse files Browse the repository at this point in the history
  • Loading branch information
lzwang26 committed Aug 18, 2023
1 parent 63826f3 commit 74049d8
Show file tree
Hide file tree
Showing 8 changed files with 159 additions and 122 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ equation
color={0,127,225},
thickness=1));
connect(floor1.port_a_CooWat, chiWatNet.ports_b[1]) annotation (Line(
points={{134.313,20},{134.313,0},{112,0},{112,-102},{72,-102},{72,
-101.933},{40,-101.933}},
points={{134.313,20},{134.313,0},{112,0},{112,-102},{72,-102},{72,-101.933},
{40,-101.933}},
color={0,127,225},
thickness=1));

Expand Down Expand Up @@ -194,15 +194,14 @@ equation
points={{20,-104},{16,-104},{16,-106},{10,-106}},
color={0,127,255},
thickness=1));
connect(chiWatNet.p, chiWatPla.dP) annotation (Line(points={{41,-100},{54,
-100},{54,-120},{-16,-120},{-16,-94},{-11.6,-94}},
connect(chiWatNet.p, chiWatPla.dP) annotation (Line(points={{41,-100},{54,-100},
{54,-120},{-16,-120},{-16,-94},{-11.6,-94}},
color={0,0,127}));
connect(chiWatPla.TCWSet, TCWSupSet.y) annotation (Line(points={{-11.6,-106},
{-20,-106},{-20,-50},{-59,-50}},
color={0,0,127}));
connect(chiWatPla.TWetBul, TWetBul) annotation (Line(points={{-11.6,-110},{
-92,-110},{-92,-68},{-114,-68}},
color={0,0,127}));
connect(chiWatPla.TWetBul, TWetBul) annotation (Line(points={{-11.6,-110},{-92,
-110},{-92,-68},{-114,-68}}, color={0,0,127}));
connect(boiWatPla.port_a, boiWatNet.port_b) annotation (Line(
points={{140,-96},{140,-96},{156,-96}},
color={238,46,47},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
within MultizoneOfficeComplexAir.BaseClasses;
package HVACSide
package HVACSide "Package with base classes for the HVAC side"

annotation (Documentation(info="<html>
<p>This package contains base classes that are used to construct the HVAC side models. </p>
</html>"));
end HVACSide;
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
within MultizoneOfficeComplexAir.BaseClasses.LoadSide;
model LoadWrapper
model LoadWrapper "Load calculation in EnergyPlus using Spawn"
MultizoneOfficeComplexAir.BaseClasses.LoadSide.BaseClasses.WholeBuildingEnergyPlus
whoBui annotation (Placement(transformation(extent={{-60,-10},{-40,10}})));
Modelica.Blocks.Interfaces.RealInput Tem[15] "temperature vector"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
within MultizoneOfficeComplexAir.BaseClasses;
package LoadSide
package LoadSide "Package with base classes for the loadside"

annotation (Documentation(info="<html>
<p>This package contains base classes that are used to construct the loadside models. </p>
</html>"));
end LoadSide;
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
within MultizoneOfficeComplexAir.BaseClasses;
package ReadOverwrite "Contains overwrite base classes for the test case"

annotation (Documentation(info="<html>
<p>This package contains overwrite base classes for the test case.</p>
</html>"));
end ReadOverwrite;
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
within MultizoneOfficeComplexAir;
package BaseClasses "Contains base classes for the test case"
package BaseClasses "Package with base classes for the testcase"
extends Modelica.Icons.BasesPackage;

annotation (Documentation(info="<html>
<p>This package contains base classes that are used to construct the models in the testcase. </p>
</html>"));
end BaseClasses;
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
within MultizoneOfficeComplexAir;
package TestCases "Contains models for test cases"
extends Modelica.Icons.ExamplesPackage;

annotation (Documentation(info="<html>
<p>This package contains models of the testcase. </p>
</html>"));
end TestCases;

0 comments on commit 74049d8

Please sign in to comment.