-
Notifications
You must be signed in to change notification settings - Fork 161
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 #3799 from karthikeyad-pnnl/issue3438_DXdehumidifi…
…er_mergeFix Issue3438 d xdehumidifier merge fix
- Loading branch information
Showing
13 changed files
with
57 additions
and
53 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
35 changes: 35 additions & 0 deletions
35
Buildings/Fluid/Humidifiers/Data/DXDehumidifier/EnergyPlus.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,35 @@ | ||
within Buildings.Fluid.Humidifiers.Data.DXDehumidifier; | ||
record EnergyPlus | ||
"Example data record for DX dehumidifier model from EnergyPlus" | ||
|
||
extends Buildings.Fluid.Humidifiers.Data.DXDehumidifier.Generic(watRem={-2.72487866408, | ||
0.100711983591,-9.90538285E-04,0.050053043874,-2.03629282E-04,-3.41750531E-04}, | ||
eneFac={-2.38831907E+00,0.093047739452,-1.36970033E-03,0.066533716758,-3.43198063E-04, | ||
-5.62490295E-04}); | ||
|
||
annotation (preferredView="info", | ||
Documentation(info="<html> | ||
<p>This is an example data record for the DX dehumidifier that uses parameters | ||
from an EnergyPlus v23.1.0 Example model <code>SingleFamilyHouse_HP_Slab_Dehumidification.idf</code>. | ||
</p> | ||
</html>", | ||
revisions="<html> | ||
<ul> | ||
<li> | ||
June 20, 2023, by Xing Lu and Karthik Devaprasad:<br/> | ||
First implementation. | ||
</li> | ||
</ul> | ||
</html>"), | ||
Icon(graphics={ | ||
Text( | ||
extent={{-91,1},{-8,-54}}, | ||
textColor={0,0,255}, | ||
fontSize=16, | ||
textString="watRem"), | ||
Text( | ||
extent={{2,-16},{94,-38}}, | ||
textColor={0,0,255}, | ||
textString="eneFac", | ||
fontSize=16)})); | ||
end EnergyPlus; |
2 changes: 1 addition & 1 deletion
2
Buildings/Fluid/Humidifiers/Data/Generic.mo → ...umidifiers/Data/DXDehumidifier/Generic.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
11 changes: 11 additions & 0 deletions
11
Buildings/Fluid/Humidifiers/Data/DXDehumidifier/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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
within Buildings.Fluid.Humidifiers.Data; | ||
package DXDehumidifier | ||
"Package with data record for DX dehumidifier" | ||
extends Modelica.Icons.MaterialPropertiesPackage; | ||
|
||
annotation (Documentation(info="<html> | ||
<p> | ||
This package contains data records for the zone air DX dehumidifier. | ||
</p> | ||
</html>")); | ||
end DXDehumidifier; |
2 changes: 2 additions & 0 deletions
2
Buildings/Fluid/Humidifiers/Data/DXDehumidifier/package.order
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,2 @@ | ||
EnergyPlus | ||
Generic |
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,10 +1,11 @@ | ||
within Buildings.Fluid.Humidifiers; | ||
package Data "Package with data record for DX dehumidifier" | ||
package Data | ||
"Package with data records for classes in Humidifiers package" | ||
extends Modelica.Icons.MaterialPropertiesPackage; | ||
|
||
annotation (Documentation(info="<html> | ||
<p> | ||
This package contains a data record baseclass for the zone air DX dehumidifier. | ||
This package contains data records for the classes in the Humidifiers package. | ||
</p> | ||
</html>")); | ||
end Data; |
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 +1 @@ | ||
Generic | ||
DXDehumidifier |
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
33 changes: 0 additions & 33 deletions
33
Buildings/Fluid/Humidifiers/Validation/Data/DXDehumidifier.mo
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,3 @@ SprayAirWasher_X | |
SprayAirWasher_X_dynamic | ||
SteamHumidifier_X | ||
SteamHumidifier_X_dynamic | ||
Data |