-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue3544 heat pump rtu controls #3545
base: issue3544_HeatPumpRTUControls
Are you sure you want to change the base?
Issue3544 heat pump rtu controls #3545
Conversation
…ldings into junkewang001-RTUdevelopment
Rt udevelopment
Control modules updates for RTU Development
…trols Issue3544 heat pump rtu controls
…nkewang001/modelica-buildings into issue3544_HeatPumpRTUControls
Issue3544 heat pump rtu controls
…trols Issue3544 heat pump rtu controls
Issue3544 heat pump rtu controls
@@ -0,0 +1,606 @@ | |||
within Buildings.Examples.VAVReheat.BaseClasses; | |||
partial model HVAC_Interface | |||
"Partial model of variable air volume flow system with terminal reheat that serves five thermal zones" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update the comment. The partial model is not just used for the VAV system.
Modelica.Fluid.Interfaces.FluidPort_b portHeaTerRet(redeclare package Medium = | ||
MediumW) "Terminal heat loop return" annotation (Placement( | ||
transformation(extent={{490,-310},{510,-290}}), | ||
iconTransformation(extent={{310, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
improve the text format.
input Modelica.Units.SI.Power PCooSen "Sensible cooling energy"; | ||
input Modelica.Units.SI.Power PCooLat "Latent cooling energy"; | ||
|
||
Real EFan( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check the format.
<a href=\"modelica://Buildings.Examples.VAVReheat.Guideline36\"> | ||
Buildings.Examples.VAVReheat.Guideline36</a>. | ||
</p> | ||
</html>", revisions="<html> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update the revision note. is it a new model?
color={0,0,127})); | ||
|
||
for i in 1:nCoiCoo loop | ||
connect(CooCoi[i].TOut,TOut) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check format
@@ -0,0 +1,227 @@ | |||
within Buildings.Examples.VAVReheat.BaseClasses; | |||
partial model PartialHVAC_DXSystems | |||
"Partial model of variable air volume flow system with terminal reheat that serves five thermal zones" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
correct the comment.
@@ -0,0 +1,159 @@ | |||
within Buildings.Examples.VAVReheat; | |||
model Guideline36_DXSystems |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@karthikeyad-pnnl Please see inline comments. The example model Guideline36_DXSystems.mo
takes unexpected long time to finish the simulation. Please double check if there is any bug.
@karthikeyad-pnnl Is there update on this PR? |
Draft PR for merging heat pump RTU control modules.
@JayHuLBL Can you please create a development branch for merging this branch? Thanks!