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

Issue1354 polynomial based pump records #1394

Merged
merged 22 commits into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
a202f7f
Pump DN25 H 0.5 to 12
sarahleidolf Oct 11, 2022
ac686b8
Pump DN50 H0.5 to 16
sarahleidolf Oct 11, 2022
062daaf
add coefficients for P = f(Q,N)
sarahleidolf Oct 26, 2022
0256dbf
update power calculation
sarahleidolf Nov 2, 2022
baf1a6b
Merge branch 'development' into issue1354_Polynomial_Based_Pump_Records
sarahleidolf Nov 10, 2022
2190e10
update pump characterisic curve pump DN25_H05_12
sarahleidolf Dec 13, 2022
6193418
update pump characteristic curve pump DN50_H0.5-16/ add documentation
sarahleidolf Dec 13, 2022
d276764
Merge branch 'development' into issue1354_Polynomial_Based_Pump_Records
FelixStege Dec 19, 2022
b90d2e3
Pump DN25/0.5-12 and DN50/0.5-16: calculation of cPQN and cHQN coeffi…
sarahleidolf Jun 29, 2023
509d127
Add Polynominal Based Pumps:
sarahleidolf Jul 21, 2023
774eb24
images for documentation
sarahleidolf Sep 18, 2023
619eeb4
Merge branch 'issue1354_Polynomial_Based_Pump_Records' of https://git…
sarahleidolf Sep 18, 2023
90ca2a6
Check the four pump curves and completion of the documentation
sarahleidolf Oct 19, 2023
3f0fe9a
Merge branch 'development' into issue1354_Polynomial_Based_Pump_Records
sarahleidolf Oct 19, 2023
a5e1c16
Improve curves of Pump DN30_H1_12 and DN50_H1_10
sarahleidolf Oct 24, 2023
078c57a
Merge branch 'issue1354_Polynomial_Based_Pump_Records' of https://git…
sarahleidolf Oct 24, 2023
539f1be
Merge branch 'development' into issue1354_Polynomial_Based_Pump_Records
sarahleidolf Oct 24, 2023
cd59342
CI message from ebc-aixlib-bot. Push new files with corrected html Sy…
Oct 24, 2023
3636403
Documentation
sarahleidolf Oct 24, 2023
0f96616
Merge branch 'issue1354_Polynomial_Based_Pump_Records' of https://git…
sarahleidolf Oct 24, 2023
98970bb
Merge branch 'issue1354_Polynomial_Based_Pump_Records' into correct_H…
sarahleidolf Oct 24, 2023
ceba6da
Merge pull request #1471 from RWTH-EBC/correct_HTML_issue1354_Polynom…
sarahleidolf Oct 24, 2023
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
138 changes: 138 additions & 0 deletions AixLib/DataBase/Pumps/PumpPolynomialBased/Pump_DN25_H05_12.mo
Original file line number Diff line number Diff line change
@@ -0,0 +1,138 @@
within AixLib.DataBase.Pumps.PumpPolynomialBased;
record Pump_DN25_H05_12 "Pump with head 0.5 to 12,4m and 12,4m^3/h volume flow (25/0.5-12 PN)"
Copy link
Contributor

Choose a reason for hiding this comment

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

Is it 12,4 m^3/h? Looking at the data, it looks more like 11,5 m^3/h

extends PumpBaseRecord(
maxMinHeight=[
0.00, 12.30, 0.367;
0.40, 12.37, 0.335;
0.79, 12.44, 0.303;
1.19, 12.40, 0.287;
1.59, 12.23, 0.288;
1.98, 12.07, 0.290;
2.38, 11.84, 0.000;
2.78, 11.61, 0.000;
3.17, 11.35, 0.000;
3.57, 11.07, 0.000;
3.97, 10.79, 0.000;
4.36, 10.48, 0.000;
4.76, 10.17, 0.000;
5.16, 9.83, 0.000;
5.55, 9.47, 0.000;
5.95, 9.11, 0.000;
6.34, 8.78, 0.000;
6.74, 8.47, 0.000;
7.14, 8.15, 0.000;
7.53, 7.82, 0.000;
7.93, 7.49, 0.000;
8.33, 7.14, 0.000;
8.72, 6.80, 0.000;
9.12, 6.45, 0.000;
9.52, 6.10, 0.000;
9.91, 5.75, 0.000;
10.31, 5.34, 0.000;
10.71, 4.91, 0.000;
11.10, 4.48, 0.000;
11.50, 4.05, 0.000]
"maximum and minimum boundaries of pump (Q,Hmax,Hmin)",
maxMinSpeedCurves = [
0.00, 4333, 739;
0.40, 4334, 740;
0.79, 4335, 741;
1.19, 4320, 753;
1.59, 4286, 777;
1.98, 4253, 801;
2.38, 4208, 802;
2.78, 4163, 802;
3.17, 4128, 802;
3.57, 4106, 802;
3.97, 4084, 802;
4.36, 4030, 802;
4.76, 3974, 802;
5.16, 3917, 802;
5.55, 3861, 802;
5.95, 3804, 802;
6.34, 3768, 802;
6.74, 3734, 802;
7.14, 3705, 802;
7.53, 3683, 802;
7.93, 3661, 802;
8.33, 3639, 802;
8.72, 3617, 802;
9.12, 3595, 802;
9.52, 3573, 802;
9.91, 3551, 802;
10.31, 3517, 802;
10.71, 3479, 802;
11.10, 3442, 802;
11.50, 3405, 802]
"maximum and minimum boundaries of pump speed (Q,nMax,nMin)",
nMin=750,
nMax=4350,
cHQN=[ 0.00000e+00, 0.00000e+00, 6.52362e-07;
0.00000e+00, 6.12540e-05, 0.00000e+00;
-4.34488e-02, 0.00000e+00, 0.00000e+00]
"coefficients for H = f(Q,N)",
cPQN=[1.17764e+00, 2.85662e-03, -2.38557e-06, 3.01986e-09, -2.01864e-13;
0.00000e+00, 0.00000e+00, 1.75607e-06, 0.00000e+00, 0.00000e+00;
0.00000e+00, 2.57857e-04, 0.00000e+00, 0.00000e+00, 0.00000e+00;
-8.92872e-02, 0.00000e+00, 0.00000e+00, 0.00000e+00, 0.00000e+00]
"coefficients for P = f(Q,N)");

annotation(preferredView="text", Documentation(revisions="<html><ul>

<li>2023-10-19 by Sarah Leidolf:<br/>
Generated
</li>
</ul>

</html>", info="<html><h4>
Measurement and Regression Data
</h4>
<p>
Impure curves at high pump speed because of inaccurate data of upper
and lower limit of pump speed.
</p>
<p>
<img src=
\"modelica://AixLib/Resources/Images/DataBase/Pumps/PumpsPolynomialBased/Pump_DN25_H05_12.png\"
alt=\"1\">

</p>
<p>
cHQN:
</p>
<p>

<span style=\"font-family: Courier New;\">0.00000e+00, 0.00000e+00,
6.52362e-07;</span>
</p>
<p>
<span style=\"font-family: Courier New;\">0.00000e+00, 6.12540e-05,
0.00000e+00;</span>
</p>
<p>
<span style=\"font-family: Courier New;\">-4.34488e-02, 0.00000e+00,
0.00000e+00</span>

</p>
<p>
cPQN:
</p>
<p>

<span style=\"font-family: Courier New;\">1.17764e+00, 2.85662e-03,
-2.38557e-06, 3.01986e-09, -2.01864e-13;</span>
</p>
<p>
<span style=\"font-family: Courier New;\">0.00000e+00, 0.00000e+00,
1.75607e-06, 0.00000e+00, 0.00000e+00;</span>
</p>
<p>
<span style=\"font-family: Courier New;\">0.00000e+00, 2.57857e-04,
0.00000e+00, 0.00000e+00, 0.00000e+00;</span>
</p>
<p>
<span style=\"font-family: Courier New;\">-8.92872e-02, 0.00000e+00,
0.00000e+00, 0.00000e+00, 0.00000e+00</span>
</p>
</html>"));
end Pump_DN25_H05_12;
144 changes: 144 additions & 0 deletions AixLib/DataBase/Pumps/PumpPolynomialBased/Pump_DN30_H1_12.mo
Original file line number Diff line number Diff line change
@@ -0,0 +1,144 @@
within AixLib.DataBase.Pumps.PumpPolynomialBased;
record Pump_DN30_H1_12 "Pump with head 1 to 11m and 10,7m^3/h volume flow (Wilo Stratos 30/1-12)"
Copy link
Contributor

Choose a reason for hiding this comment

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

Same here, are these values (head and volume flow) correct?

extends PumpBaseRecord(
maxMinHeight=[
0.00, 11.53, 0.800;
0.41, 11.62, 0.832;
0.83, 11.71, 0.865;
1.24, 11.79, 0.897;
1.66, 11.88, 0.929;
2.07, 11.97, 0.944;
2.49, 12.05, 0.825;
2.90, 12.14, 0.706;
3.32, 12.18, 0.587;
3.73, 11.66, 0.467;
4.15, 11.14, 0.000;
4.56, 10.62, 0.000;
4.98, 10.09, 0.000;
5.39, 9.64, 0.000;
5.81, 9.21, 0.000;
6.22, 8.78, 0.000;
6.63, 8.35, 0.000;
7.05, 7.92, 0.000;
7.46, 7.50, 0.000;
7.88, 7.09, 0.000;
8.29, 6.67, 0.000;
8.71, 6.25, 0.000;
9.12, 5.82, 0.000;
9.54, 5.34, 0.000;
9.95, 4.86, 0.000;
10.37, 4.39, 0.000;
10.78, 3.90, 0.000;
11.20, 3.32, 0.000;
11.61, 2.73, 0.000;
12.03, 2.15, 0.000]
"maximum and minimum boundaries of pump (Q,Hmax,Hmin)",
maxMinSpeedCurves = [
0.00, 4800, 1400;
0.41, 4800, 1400;
0.83, 4800, 1400;
1.24, 4800, 1400;
1.66, 4800, 1400;
2.07, 4800, 1400;
2.49, 4800, 1400;
2.90, 4800, 1400;
3.32, 4798, 1400;
3.73, 4773, 1400;
4.15, 4747, 1400;
4.56, 4722, 1400;
4.98, 4696, 1400;
5.39, 4662, 1400;
5.81, 4625, 1400;
6.22, 4588, 1400;
6.63, 4550, 1400;
7.05, 4514, 1400;
7.46, 4480, 1400;
7.88, 4447, 1400;
8.29, 4413, 1400;
8.71, 4379, 1400;
9.12, 4345, 1400;
9.54, 4309, 1400;
9.95, 4274, 1400;
10.37, 4238, 1400;
10.78, 4202, 1400;
11.20, 4168, 1400;
11.61, 4134, 1400;
12.03, 4100, 1400]
"maximum and minimum boundaries of pump speed (Q,nMax,nMin)",
nMin=1400,
nMax=4800,
cHQN=[0.00000e+00, 0.00000e+00, 5.07080e-07;
0.00000e+00, 6.15992e-05, 0.00000e+00;
-6.58190e-02, 0.00000e+00, 0.00000e+00]
"coefficients for H = f(Q,N)",
cPQN=[4.06360e-05, 2.77185e-02, -2.02099e-05, 8.49238e-09, -8.67775e-13;
0.00000e+00, 0.00000e+00, 1.21688e-06, 0.00000e+00, 0.00000e+00;
0.00000e+00, 6.87022e-06, 0.00000e+00, 0.00000e+00, 0.00000e+00;
-3.71130e-02, 0.00000e+00, 0.00000e+00, 0.00000e+00, 0.00000e+00]
"coefficients for P = f(Q,N)");

annotation(preferredView="text", Documentation(revisions="<html><ul>
<li>2023-10-19 by Sarah Leidolf:<br/>
Generated
</li>
</ul>

</html>", info="<html><h4>
Measurement and Regression Data
</h4>
<p>
Dimension estimate, but inaccuracies occur due to lack of information
in the data sheets.
</p>
<p>
Espacially because of missing information of upper and lower limit of
pump speed.
</p>
<p>
<br/>
<img src=
\"modelica://AixLib/Resources/Images/DataBase/Pumps/PumpsPolynomialBased/Pump_DN30_H1_12.png\"
alt=\"1\">

</p>
<p>
cHQN:
</p>
<p>

<span style=\"font-family: Courier New;\">0.00000e+00, 0.00000e+00,
5.07080e-07;</span>
</p>
<p>
<span style=\"font-family: Courier New;\">0.00000e+00, 6.15992e-05,
0.00000e+00;</span>
</p>
<p>
<span style=\"font-family: Courier New;\">-6.58190e-02, 0.00000e+00,
0.00000e+00</span>

</p>
<p>
cPQN:
</p>
<p>

<span style=\"font-family: Courier New;\">4.06360e-05, 2.77185e-02,
-2.02099e-05, 8.49238e-09, -8.67775e-13;</span>
</p>
<p>
<span style=\"font-family: Courier New;\">0.00000e+00, 0.00000e+00,
1.21688e-06, 0.00000e+00, 0.00000e+00;</span>
</p>
<p>
<span style=\"font-family: Courier New;\">0.00000e+00, 6.87022e-06,
0.00000e+00, 0.00000e+00, 0.00000e+00;</span>
</p>
<p>
<span style=\"font-family: Courier New;\">-3.71130e-02, 0.00000e+00,
0.00000e+00, 0.00000e+00, 0.00000e+00</span>

</p>
</html>"));

end Pump_DN30_H1_12;
Loading