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

Thermal wheels #3554

Open
wants to merge 184 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
184 commits
Select commit Hold shift + click to select a range
3685a5b
first implementation
Sep 28, 2023
12eb4b8
enhance the example by adding one use case
Sep 29, 2023
07dbf26
cleanup
Sep 29, 2023
b149ee5
update the model doc
Sep 29, 2023
c85a367
improve model doc
Oct 9, 2023
0501e4c
update the release note
Oct 9, 2023
bd60f25
Merge pull request #3541 from SenHuang19/issue3538_Air2Air_recovery
JayHuLBL Oct 9, 2023
aa48571
merged master
JayHuLBL Oct 9, 2023
1d1107a
renamed example model, removed obsolete example
JayHuLBL Oct 9, 2023
dc5a245
removed Modelica.Fluid.System
JayHuLBL Oct 10, 2023
7d6d0e0
reverted changes, changed example models name
JayHuLBL Oct 11, 2023
ea482fd
fixed html syntax, corrected release note
JayHuLBL Oct 11, 2023
e2cc156
renamed model
JayHuLBL Oct 25, 2023
9ad06bf
merged master
JayHuLBL Oct 25, 2023
6aa884a
fix typos
Nov 1, 2023
80aa7ed
change parameter names and replace if with approximation
Nov 2, 2023
3b4bddb
reimplement the wheels with different controls
Nov 2, 2023
d0a6f99
fixing naming and icon
Nov 3, 2023
1280ac1
Merge branch 'master' into issue3538_Air2Air_recovery
Nov 8, 2023
6291751
model clean up
Nov 10, 2023
4bfe833
model doc update and clean up
Nov 13, 2023
0c47509
fix issues in examples
Nov 14, 2023
e7720a1
diagram and info updated
Nov 14, 2023
fce7045
model doc enhance
Nov 15, 2023
13e1010
fix typos
Nov 15, 2023
1e772d6
merge the changes from the forked repo
Nov 15, 2023
e596b73
fix html issue and obsolete files
Nov 15, 2023
34a4738
format enhancement
Nov 15, 2023
28288e8
fix model doc
Nov 15, 2023
9043c75
typo fix
Nov 15, 2023
04c4078
Merge branch 'master' into issue3538_Air2Air_recovery
JayHuLBL Nov 27, 2023
2b6df81
Merge branch 'lbl-srg:issue3538_Air2Air_recovery' into issue3538_Air2…
SenHuang19 Nov 28, 2023
0b4a86d
update model doc
Nov 28, 2023
ec1e7c6
model doc update
Nov 29, 2023
2028e45
Merge pull request #3577 from SenHuang19/issue3538_Air2Air_recovery
JayHuLBL Dec 4, 2023
481c258
corrected package order, removed redundant digits
JayHuLBL Dec 4, 2023
f14f28f
improved documentation and the format
JayHuLBL Dec 4, 2023
9804347
fixed html error
JayHuLBL Dec 4, 2023
250f8e3
added git status
JayHuLBL Dec 5, 2023
4296f4a
reverted conf.yml change
JayHuLBL Dec 5, 2023
29e2b79
improved warning messages [ci skip]
JayHuLBL Dec 14, 2023
54ec5d8
improved warning messages [ci skip]
JayHuLBL Dec 14, 2023
1d32a41
renamed connectors [ci skip]
JayHuLBL Dec 14, 2023
e4610fc
removed final for the displayUnit
JayHuLBL Dec 14, 2023
47f9fdf
input limit update and model doc improve
Dec 15, 2023
3cb0b93
Merge pull request #3608 from SenHuang19/issue3538_Air2Air_recovery
JayHuLBL Dec 15, 2023
f8e4d44
improved graphic [ci skip]
JayHuLBL Dec 18, 2023
4b76bcd
add power calculation and remove sensors
Dec 19, 2023
5bc3276
ref data update
Dec 19, 2023
8a466d5
model doc improved
Dec 19, 2023
a76755b
Merge pull request #3615 from SenHuang19/issue3538_Air2Air_recovery
JayHuLBL Dec 19, 2023
cdbaf03
improved comments [ci skip]
JayHuLBL Dec 20, 2023
3291ad3
Merge branch 'master' into issue3538_Air2Air_recovery
JayHuLBL Dec 20, 2023
c50cf08
changed revision note
JayHuLBL Dec 20, 2023
9765dc1
improved error message
JayHuLBL Dec 21, 2023
56163fa
Merge branch 'master' into issue3538_Air2Air_recovery
JayHuLBL Dec 22, 2023
07c23a5
improved text
JayHuLBL Jan 3, 2024
739b7a3
improved comments
JayHuLBL Jan 3, 2024
79ca115
Merge branch 'master' into issue3538_Air2Air_recovery
JayHuLBL Jan 3, 2024
344478b
corrected assertion check
JayHuLBL Jan 3, 2024
c2b9351
Rearranged compoents and connections [ci skip]
mwetter Jan 5, 2024
2dd9393
Added block icon
mwetter Jan 5, 2024
516a325
Corrected typo
mwetter Jan 5, 2024
f8892c9
Corrected typo
mwetter Jan 5, 2024
89bc2a8
Updated assertion message to the same as other models use
mwetter Jan 5, 2024
417263d
Renamed package and models
mwetter Jan 5, 2024
b35367a
Updated comments and default parameter bindings
mwetter Jan 6, 2024
1d88681
Changed dp_nominal to more realistic value
mwetter Jan 6, 2024
e186be0
Removed default values in base class
mwetter Jan 6, 2024
2d2be9d
Moved to Latent package so that Sensible wheels can be added too
mwetter Jan 6, 2024
9716db3
Refactored models to use common base class
mwetter Jan 6, 2024
4c57394
Formatted file
mwetter Jan 6, 2024
18c8160
merged master, correcter package order [ci skip]
JayHuLBL Jan 9, 2024
7ece958
add the sensible wheel package
Jan 10, 2024
3c807aa
model doc update and remove unneeded settings
Jan 10, 2024
0aa1165
add the rest files for sensible wheel
Jan 10, 2024
c9abfbf
update the om scripts
Jan 10, 2024
c51ff77
reference data update
Jan 10, 2024
0b2e9c7
Merge branch 'issue3538_Air2Air_recovery' of https://github.com/SenHu…
Jan 10, 2024
13d5792
model doc update
Jan 12, 2024
6c5932e
release note update
Jan 12, 2024
003bf58
Merge pull request #3636 from SenHuang19/issue3538_Air2Air_recovery
JayHuLBL Mar 1, 2024
22124d8
Merge branch 'master' into issue3538_Air2Air_recovery
JayHuLBL Mar 1, 2024
4c00241
Merge branch 'issue3538_Air2Air_recovery' of https://github.com/lbl-s…
JayHuLBL Mar 1, 2024
4f865a6
changed interface connectors
JayHuLBL Mar 1, 2024
3a63f0a
moved instance to be protected, improved comment
JayHuLBL Mar 4, 2024
d73e1ad
merged master [ci skip]
JayHuLBL Apr 10, 2024
a95f2d2
improved graphics
JayHuLBL Apr 12, 2024
77d6ba5
merged master
JayHuLBL Apr 12, 2024
3cbc5a1
improved text
JayHuLBL Apr 12, 2024
d5549c9
Merge branch 'master' into issue3538_Air2Air_recovery
mwetter Apr 23, 2024
fcff2bf
Improved implementation to avoid non-needed call to regStep
mwetter Apr 23, 2024
5f85b77
Revised implementation and documentation
mwetter Apr 23, 2024
b7c4161
Improved implementation to avoid non-needed call to regStep
mwetter Apr 23, 2024
526249d
Updated comment
mwetter Apr 23, 2024
292edbf
Changed graphical layout
mwetter Apr 24, 2024
ddc8734
Added icons
mwetter Apr 24, 2024
234038d
Updated icon
mwetter Apr 24, 2024
15d5370
Removed connector to itself
mwetter Apr 24, 2024
0fa5da9
Updated release notes
mwetter Apr 24, 2024
dfbe906
Corrected html
mwetter Apr 24, 2024
c973468
Restricted ratio of flow rates
mwetter Apr 24, 2024
40b5d7c
Removed assertion that would trigger each time the fan switches off
mwetter Apr 24, 2024
de43d6c
model implementation improve
SenHuang19 May 6, 2024
40a863c
improve the implementation and examples
SenHuang19 May 8, 2024
e265a62
model improve and clean
SenHuang19 May 9, 2024
c803b24
update the scripts
SenHuang19 May 9, 2024
a11281b
update the reference data
SenHuang19 May 9, 2024
8a14a33
model doc update and example improves
SenHuang19 May 13, 2024
cfdf906
update the power calculation
SenHuang19 Jun 10, 2024
01c29ac
update the model directory
SenHuang19 Jun 14, 2024
0c728c6
update the thermal wheels
SenHuang19 Jun 14, 2024
4c757ae
update scripts
SenHuang19 Jun 14, 2024
d60cb27
update the reference dataset
SenHuang19 Jun 14, 2024
206d94f
improve the model doc
SenHuang19 Jun 17, 2024
c63596a
model doc improve and typo fix
SenHuang19 Jun 20, 2024
030d1cc
reference data update
SenHuang19 Jun 20, 2024
49341ae
model doc update
SenHuang19 Jun 20, 2024
3a28f6d
model doc improve
SenHuang19 Jun 21, 2024
84f9d01
format update
SenHuang19 Jun 22, 2024
822e498
format update
SenHuang19 Jun 22, 2024
5711f57
minor changes to model implementation
SenHuang19 Jun 24, 2024
81b0f28
reference data update
SenHuang19 Jun 24, 2024
1af8bcb
minor change
SenHuang19 Jun 24, 2024
3b4309d
model doc update
SenHuang19 Jul 5, 2024
df18e6b
improve the model doc
SenHuang19 Aug 14, 2024
37f3c7d
model doc improve
SenHuang19 Aug 30, 2024
ee21c9f
model doc update
SenHuang19 Sep 3, 2024
4da862d
change the performance dataset into parameters
Sep 26, 2024
0b7f334
minor doc format update
SenHuang19 Sep 27, 2024
d27b421
fix typos
Nov 22, 2024
1e96958
update reference
Nov 22, 2024
ba6c61e
Merge pull request #3909 from SenHuang19/issue3538_Air2Air_recovery
JayHuLBL Nov 22, 2024
78303a3
use abs path
Dec 3, 2024
c2ef139
improve model doc
Dec 3, 2024
cbe53f4
fix typo
Dec 3, 2024
78ad81d
improve implementation
Dec 3, 2024
d231f09
update refer
Dec 3, 2024
433a7f6
avoid issues in running regression test
Dec 3, 2024
f316242
Merge pull request #4070 from SenHuang19/issue3538_Air2Air_recovery
JayHuLBL Dec 11, 2024
f734d4e
merged master
JayHuLBL Dec 11, 2024
2ed8ca9
updated references
JayHuLBL Dec 11, 2024
017d710
unified the tolerance
JayHuLBL Dec 11, 2024
38263a3
corrected pacakge order
JayHuLBL Dec 11, 2024
1e8016f
Merge branch 'master' into issue3538_Air2Air_recovery
JayHuLBL Dec 17, 2024
b445be5
propagated parameters
JayHuLBL Dec 18, 2024
0c915b7
Removed import (used only once)
mwetter Jan 2, 2025
dcdc95f
Added units
mwetter Jan 2, 2025
4a9797a
Formatted code
mwetter Jan 2, 2025
b443b29
Added units
mwetter Jan 2, 2025
323be23
Added default component name and prefix
mwetter Jan 2, 2025
d71244b
Revised documentation
mwetter Jan 2, 2025
c793e8d
Moved files
mwetter Jan 2, 2025
c8cb04f
Moved models
mwetter Jan 2, 2025
83adadb
Moved models
mwetter Jan 2, 2025
1fcb0e3
Moved models, removed import
mwetter Jan 2, 2025
36fc074
Corrected documentation
mwetter Jan 2, 2025
25aaba5
Removed show_T and made hex protected
mwetter Jan 2, 2025
8bee6c2
Removed show_T
mwetter Jan 2, 2025
bfe91fc
Fixed instance name
mwetter Jan 2, 2025
bcc360d
Changed assertion so it does not trigger when system is off
mwetter Jan 3, 2025
ed8898a
Changed initial damper position so not all are open, revised models
mwetter Jan 3, 2025
3d2d904
Formatted file
mwetter Jan 3, 2025
b3b13b6
Corrected variable name
mwetter Jan 3, 2025
66d8689
Revised documentation
mwetter Jan 3, 2025
9e2c7a7
Formatted code
mwetter Jan 3, 2025
afb528d
Updated reference results due to new damper initialization
mwetter Jan 3, 2025
bec22f0
Updated documentation
mwetter Jan 3, 2025
61aca53
Formatted code
mwetter Jan 3, 2025
2721786
Updated documentation
mwetter Jan 3, 2025
679efae
Renamed instance for clarity
mwetter Jan 3, 2025
c3c3c57
Renamed models for clarity
mwetter Jan 3, 2025
d9f6b54
Removed trailing white spaces
mwetter Jan 3, 2025
878f290
update the thermal wheel parameters and examples
Jan 5, 2025
15b26a9
update the script
Jan 5, 2025
7ccc266
update the reference dataset
Jan 5, 2025
8d6da4a
model doc update and clean
Jan 6, 2025
f90a37f
fix the issues with flags
Jan 10, 2025
3ce6d26
fix typo, remove spaces
Jan 10, 2025
b1d93c1
add default values to the data set
Jan 15, 2025
566a56e
Merge pull request #4088 from SenHuang19/issue3538_Air2Air_recovery
JayHuLBL Jan 15, 2025
3008ad3
corrected namings [ci skip]
JayHuLBL Feb 5, 2025
5614cb9
corrected text format
JayHuLBL Feb 5, 2025
7f67b1b
Merge branch 'master' into issue3538_Air2Air_recovery
JayHuLBL Feb 5, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Restricted ratio of flow rates
  • Loading branch information
mwetter committed Apr 24, 2024
commit c9734681631dc570cce6d35240cbe78149a6d010
Original file line number Diff line number Diff line change
@@ -69,13 +69,15 @@ protected

Real rat
"Ratio of the average operating air flow rate to the nominal supply air flow rate";
Real epsSenPL
Real ratRes
"Ratio of the average operating air flow rate to the nominal supply air flow rate, restricted to valid domain";
Modelica.Units.SI.Efficiency epsSenPL
"Part load sensible heat exchanger effectiveness used for calculation";
Real epsSen_nominal
Modelica.Units.SI.Efficiency epsSen_nominal
"Nominal sensible heat exchanger effectiveness used for calculation";
Real epsLatPL
Modelica.Units.SI.Efficiency epsLatPL
"Part load latent heat exchanger effectiveness used for calculation";
Real epsLat_nominal
Modelica.Units.SI.Efficiency epsLat_nominal
"Nominal latent heat exchanger effectiveness used for calculation";

equation
@@ -87,7 +89,7 @@ equation
rat = (VSup_flow + VExh_flow)/2/VSup_flow_nominal;
// Check if the extrapolation goes too far
assert(rat > 0.5 and rat < 1.3,
"In " + getInstanceName() + ": The ratio of the operating flow rate to the nominal supply flow rate should be in the range of [0.5, 1.3].",
"In " + getInstanceName() + ": The ratio of the operating flow rate to the nominal supply flow rate should be in the range of [0.5, 1.3]. Restricting value for effectiveness calculation.",
level=AssertionLevel.warning);
// Switch between cooling and heating modes based on the difference between the supply air temperature and the exhaust air temperature
fraCoo = if (equSen_nominal and equSenPL and equLat_nominal and equLatPL) then 0.5 else Buildings.Utilities.Math.Functions.regStep(TSup-TExh, 1, 0, 1e-5);
@@ -99,8 +101,9 @@ equation
epsLat_nominal = if equLat_nominal then epsLatCoo_nominal else fraCoo*epsLatCoo_nominal + (1-fraCoo) * epsLatHea_nominal;

// Calculate effectiveness
epsSen =uSpe*(epsSenPL + (epsSen_nominal - epsSenPL)*(rat - 0.75)/0.25);
epsLat =uSpe*(epsLatPL + (epsLat_nominal - epsLatPL)*(rat - 0.75)/0.25);
ratRes = Buildings.Utilities.Math.Functions.smoothLimit(x=rat, l=0.5, u=1.3, deltaX=0.01);
epsSen =uSpe*(epsSenPL + (epsSen_nominal - epsSenPL)*(ratRes - 0.75)/0.25);
epsLat =uSpe*(epsLatPL + (epsLat_nominal - epsLatPL)*(ratRes - 0.75)/0.25);
assert(epsSen >= 0 and epsSen < 1,
"In " + getInstanceName() + ": The sensible heat exchange effectiveness epsSen = " + String(epsSen) + ". It should be in the range of [0, 1].
Check if the part load (75% of the nominal supply flow rate) or nominal sensible heat exchanger effectiveness is too high or too low.",
@@ -122,16 +125,16 @@ under heating and cooling modes at different flow rates of the supply
air and the exhaust air.
</p>
<p>
It firstly calculates the ratio of the average operating flow rate to the nominal
supply flow rate by:
It calculates the ratio of the average operating flow rate to the nominal
supply flow rate as
</p>
<pre>
rat = (VSup_flow + VExh_flow)/(2*VSup_flow_nominal),
rat = max(0.5, min(1.3, (VSup_flow + VExh_flow)/(2*VSup_flow_nominal))),
</pre>
<p>
where <code>VSup_flow</code> is the flow rate of the supply air;
<code>VExh_flow</code> is the flow rate of the exhaust air;
<code>VSup_flow_nominal</code> is the nominal flow rate of the supply air; and
where <code>VSup_flow</code> is the flow rate of the supply air,
<code>VExh_flow</code> is the flow rate of the exhaust air,
<code>VSup_flow_nominal</code> is the nominal flow rate of the supply air, and
<code>rat</code> is the flow ratio.
</p>
<p>
@@ -143,15 +146,15 @@ It then calculates the sensible and latent heat exchanger effectiveness by:
</pre>
<p>
where <code>epsSen</code> and <code>epsLat</code> are the effectiveness
for the sensible and latent heat transfer, respectively;
for the sensible and latent heat transfer, respectively,
<code>epsSen_nominal</code> and <code>epsSenPL</code> are the effectiveness
for the sensible heat transfer when <code>rat</code> is 1 and 0.75, respectively;
for the sensible heat transfer when <code>rat</code> is 1 and 0.75, respectively,
<code>epsLat_nominal</code> and <code>epsLatPL</code> are the effectiveness
for the latent heat transfer when <code>Rat</code> is 1 and 0.75, respectively;
for the latent heat transfer when <code>Rat</code> is 1 and 0.75, respectively, and
<code>uSpe</code> is the speed ratio of a rotary wheel.
</p>
<p>
The parameters <code>epsSen_nominal</code>, <code>epsSenPL</code>, <code>epsLat_nominal</code>, and
The parameters <code>epsSen_nominal</code>, <code>epsSenPL</code>, <code>epsLat_nominal</code>, and
<code>epsLatPL</code> have different values depending on if the wheel is in
the cooling or heating mode.
If the supply air temperature is greater than the exhaust air
@@ -161,9 +164,9 @@ Otherwise, it operates under the heating mode.
</p>
<P>
<b>Note:</b>
The value of the <code>rat</code> is suggested to be between <i>0.5</i> and <i>1.3</i>,
The value of the <code>rat</code> is suggested to be between <i>0.5</i> and <i>1.3</i> during normal operation
to ensure reasonable extrapolation.
Likewise, an unbalanced air flow ratio less than 2, i.e., <code>VSup_flow/VExh_flow</code> &#62; <i>0.5</i>
Likewise, an unbalanced air flow ratio less than 2, i.e., <code>VSup_flow/VExh_flow</code> &#62; <i>0.5</i>
and <code>VSup_flow/VExh_flow</code> &#60; <i>2</i>, is recommended.
</P>
<h4>References</h4>
@@ -174,6 +177,10 @@ U.S. Department of Energy 2016.
</html>", revisions="<html>
<ul>
<li>
April 24, 2024, by Michael Wetter:<br/>
Restricted flow ratio to valid region.
</li>
<li>
September 29, 2023, by Sen Huang:<br/>
First implementation.
</li>
Original file line number Diff line number Diff line change
@@ -53,9 +53,9 @@ protected

Real rat
"Ratio of the average operating air flow rate to the nominal supply air flow rate";
Real epsPL
Modelica.Units.SI.Efficiency epsPL
"Part load sensible heat exchanger effectiveness used for calculation";
Real eps_nominal
Modelica.Units.SI.Efficiency eps_nominal
"Nominal sensible heat exchanger effectiveness used for calculation";

equation
@@ -67,14 +67,16 @@ equation
rat = (VSup_flow + VExh_flow)/2/VSup_flow_nominal;
// Check if the extrapolation goes too far
assert(rat > 0.5 and rat < 1.3,
"In " + getInstanceName() + ": The ratio of the operating flow rate to the nominal supply flow rate should be in the range of [0.5, 1.3].",
"In " + getInstanceName() + ": The ratio of the operating flow rate to the nominal supply flow rate should be in the range of [0.5, 1.3]. Restricting value for effectiveness calculation.",
level=AssertionLevel.warning);
// Switch between cooling and heating modes based on the difference between the supply air temperature and the exhaust air temperature
fraCoo = if equ_nominal and equPL then 0.5 else Buildings.Utilities.Math.Functions.regStep(TSup-TExh, 1, 0, 1e-5);
epsPL = if equPL then epsCooPL else fraCoo*epsCooPL + (1-fraCoo) * epsHeaPL;
eps_nominal = if equ_nominal then epsCoo_nominal else fraCoo*epsCoo_nominal + (1-fraCoo) * epsHea_nominal;
// Calculate effectiveness
eps =uSpe*(epsPL + (eps_nominal - epsPL)*(rat - 0.75)/0.25);
eps =uSpe*(epsPL + (eps_nominal - epsPL)*(
Buildings.Utilities.Math.Functions.smoothLimit(x=rat, l=0.5, u=1.3, deltaX=0.01) - 0.75)/0.25);

assert(eps >= 0 and eps < 1,
"In " + getInstanceName() + ": The sensible heat exchange effectiveness eps = " + String(eps) + ". It should be in the range of [0, 1].
Check if the part load (75% of the nominal supply flow rate) or nominal sensible heat exchanger effectiveness is too high or too low.",
@@ -92,29 +94,29 @@ under heating and cooling modes at different flow rates of the supply
air and the exhaust air.
</p>
<p>
It firstly calculates the ratio of the average operating flow rate to the nominal
It first calculates the ratio of the average operating flow rate to the nominal
supply flow rate by:
</p>
<pre>
rat = (VSup_flow + VExh_flow)/(2*VSup_flow_nominal),
rat = max(0.5, min(1.3, (VSup_flow + VExh_flow)/(2*VSup_flow_nominal))),
</pre>
<p>
where <code>VSup_flow</code> is the flow rate of the supply air;
<code>VExh_flow</code> is the flow rate of the exhaust air;
<code>VSup_flow_nominal</code> is the nominal flow rate of the supply air; and
where <code>VSup_flow</code> is the flow rate of the supply air,
<code>VExh_flow</code> is the flow rate of the exhaust air,
<code>VSup_flow_nominal</code> is the nominal flow rate of the supply air and
<code>rat</code> is the flow ratio.
</p>
<p>
It then calculates the sensible heat exchanger effectiveness by:
It then calculates the sensible heat exchanger effectiveness as
</p>
<pre>
eps = uSpe * (epsPL + (eps_nominal - epsPL) * (rat - 0.75)/0.25),
</pre>
<p>
where <code>eps</code> is the effectiveness
for the sensible heat transfer, respectively;
for the sensible heat transfer, respectively,
<code>eps_nominal</code> and <code>epsPL</code> are the effectiveness
for the sensible heat transfer when <code>rat</code> is 1 and 0.75, respectively.
for the sensible heat transfer when <code>rat</code> is 1 and 0.75, respectively, and
<code>uSpe</code> is the speed ratio of a rotary wheel.
</p>
<p>
@@ -123,15 +125,15 @@ have different values depending on if the wheel is in
the cooling or heating mode.
If the supply air temperature is greater than the exhaust air
temperature, the exchanger is considered to operate under
the cooling mode;
the cooling mode.
Otherwise, it operates under the heating mode.
</p>
<P>
<b>Note:</b>
The value of the <code>rat</code> is suggested to be between <i>0.5</i> and <i>1.3</i>,
The value of the <code>rat</code> is suggested to be between <i>0.5</i> and <i>1.3</i> during normal operation
to ensure reasonable extrapolation.
Likewise, an unbalanced air flow ratio less than 2, i.e., <code>VSup_flow/VExh_flow</code> &#62; <i>0.5</i>
and <code>VSup_flow/VExh_flow</code> &#60; <i>2</i>, is recommended.
and <code>VSup_flow/VExh_flow</code> &#60; <i>2</i> is recommended.
</P>
<h4>References</h4>
<p>
@@ -141,6 +143,10 @@ U.S. Department of Energy 2016.
</html>", revisions="<html>
<ul>
<li>
April 24, 2024, by Michael Wetter:<br/>
Restricted flow ratio to valid region.
</li>
<li>
January 8, 2024, by Sen Huang:<br/>
First implementation.
</li>