-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1466 from RWTH-EBC/1426-non-standard-annotation-phe
1426 non standard annotation phe
- Loading branch information
Showing
43 changed files
with
439 additions
and
413 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
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,7 @@ | ||
within AixLib.BoundaryConditions.InternalGains; | ||
package Types | ||
type MachineActivity = enumeration( | ||
low "low", | ||
middle "middle", | ||
high "high") "Enumeration to define the machine activity"; | ||
end Types; |
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 |
---|---|---|
|
@@ -5,3 +5,4 @@ Machines | |
Moisture | ||
Examples | ||
BaseClasses | ||
Types |
4 changes: 2 additions & 2 deletions
4
...WeatherData/Old/WeatherTRY/RadiationOnTiltedSurface/BaseClasses/PartialRadOnTiltedSurf.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
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
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
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
9 changes: 9 additions & 0 deletions
9
AixLib/ThermalZones/HighOrder/Components/Types/CalcMethodConvectiveHeatTransfer.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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
within AixLib.ThermalZones.HighOrder.Components.Types; | ||
type CalcMethodConvectiveHeatTransfer = enumeration( | ||
DIN_6946 | ||
"DIN 6946", | ||
ASHRAE_Fundamentals | ||
"ASHRAE Fundamentals", | ||
Custom_hCon | ||
"Custom hCon (constant)") | ||
"Calculation method for convective heat transfer coefficient at outside surface"; |
11 changes: 11 additions & 0 deletions
11
.../ThermalZones/HighOrder/Components/Types/CalcMethodConvectiveHeatTransferInsideSurface.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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
within AixLib.ThermalZones.HighOrder.Components.Types; | ||
type CalcMethodConvectiveHeatTransferInsideSurface = enumeration( | ||
EN_ISO_6946_Appendix_A | ||
"EN ISO 6946 Appendix A >>Flat Surfaces<<", | ||
Bernd_Glueck | ||
"By Bernd Glueck", | ||
Custom_hCon | ||
"Custom hCon (constant)", | ||
ASHRAE140_2017 | ||
"ASHRAE140-2017") | ||
"Calculation method for convective heat transfer coefficient at inside surface"; |
Oops, something went wrong.