Skip to content
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

Open
wants to merge 94 commits into
base: issue3544_HeatPumpRTUControls
Choose a base branch
from

Conversation

karthikeyad-pnnl
Copy link
Contributor

Draft PR for merging heat pump RTU control modules.

@JayHuLBL Can you please create a development branch for merging this branch? Thanks!

junkewang001 and others added 30 commits July 24, 2023 20:22
Control modules updates for RTU Development
karthikeyad-pnnl and others added 21 commits January 11, 2024 13:17
@@ -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"
Copy link
Contributor

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,
Copy link
Contributor

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(
Copy link
Contributor

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>
Copy link
Contributor

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)
Copy link
Contributor

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"
Copy link
Contributor

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Run the model gives warning as:
Screenshot 2024-05-13 at 1 32 27 PM

Also, it takes more than 10 minutes to finish the simulation, while for Guideline36.mo it takes 18 seconds.

Copy link
Contributor

@JayHuLBL JayHuLBL left a 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.

@JayHuLBL
Copy link
Contributor

@karthikeyad-pnnl Is there update on this PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants