-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is for #21. This medium has been added to allow numerical experiments on the large air-based systems in the Buildings library in order to see what that ddifference is between this medium and the new (yet to be implemented) air model.
- Loading branch information
Showing
3 changed files
with
21 additions
and
39 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
within Annex60; | ||
package Experimental "Package with experimental models" | ||
extends Modelica.Icons.Package; | ||
|
||
annotation (preferredView="info", Documentation(info="<html> | ||
<p> | ||
This package contains models that are experimental. | ||
They may be included in the <code>Annex60</code> library | ||
if they have been shown to be useful. | ||
For example, this package may include new media models | ||
so that numerical benchmarks can be conducted easily in order | ||
to evaluate whether addition of the media is desirable or not. | ||
</p> | ||
</html>")); | ||
end Media; |
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 |
---|---|---|
|
@@ -3,4 +3,4 @@ Controls | |
Fluid | ||
Media | ||
Utilities | ||
|
||
Experimental |