forked from ibpsa/project1-boptest
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finish adding links and documentations.
- Loading branch information
Showing
8 changed files
with
159 additions
and
122 deletions.
There are no files selected for viewing
243 changes: 132 additions & 111 deletions
243
...ffice_complex_air/models/MultizoneOfficeComplexAir/BaseClasses/BuildingControlEmulator.mo
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 4 additions & 1 deletion
5
...izone_office_complex_air/models/MultizoneOfficeComplexAir/BaseClasses/HVACSide/package.mo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
2 changes: 1 addition & 1 deletion
2
...e_office_complex_air/models/MultizoneOfficeComplexAir/BaseClasses/LoadSide/LoadWrapper.mo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 4 additions & 1 deletion
5
...izone_office_complex_air/models/MultizoneOfficeComplexAir/BaseClasses/LoadSide/package.mo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
3 changes: 3 additions & 0 deletions
3
..._office_complex_air/models/MultizoneOfficeComplexAir/BaseClasses/ReadOverwrite/package.mo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
6 changes: 5 additions & 1 deletion
6
...ases/multizone_office_complex_air/models/MultizoneOfficeComplexAir/BaseClasses/package.mo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |
4 changes: 4 additions & 0 deletions
4
testcases/multizone_office_complex_air/models/MultizoneOfficeComplexAir/TestCases/package.mo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; |