Skip to content

Commit 37df18a

Browse files
Change equation structure for zoned borefield initialization (#4135)
* kappa calculation moved from initial equation to binding equation (#4130) * Enabled models --------- Co-authored-by: AndreaBartolini <andrea.bartolini@dynamica-it.com>
1 parent 3b6eb5c commit 37df18a

8 files changed

Lines changed: 58 additions & 46 deletions

Buildings/Fluid/Geothermal/ZonedBorefields/BaseClasses/HeatTransfer/GroundTemperatureResponse.mo

Lines changed: 28 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,34 @@ protected
6060
timFin=timFin,
6161
tLoaAgg=tLoaAgg)
6262
"Number of aggregation cells";
63-
final parameter Modelica.Units.SI.Time[i] nu(each fixed=false)
64-
"Time vector for load aggregation";
63+
final parameter Modelica.Units.SI.Time[i] nu = Buildings.Fluid.Geothermal.Borefields.BaseClasses.HeatTransfer.LoadAggregation.aggregationCellTimes(
64+
i=i,
65+
lvlBas=lvlBas,
66+
nCel=nCel,
67+
tLoaAgg=tLoaAgg,
68+
timFin=timFin) "Time vector for load aggregation";
69+
6570
final parameter Modelica.Units.SI.Time t_start(fixed=false)
6671
"Simulation start time";
67-
final parameter Real[nSegTot,nSegTot,i] kappa(each fixed=false)
68-
"Weight factor for each aggregation cell";
72+
73+
final parameter Real[nSegTot,nSegTot,i] kappa =
74+
Buildings.Fluid.Geothermal.ZonedBorefields.BaseClasses.HeatTransfer.temperatureResponseMatrix(
75+
nBor=borFieDat.conDat.nBor,
76+
cooBor=borFieDat.conDat.cooBor,
77+
hBor=borFieDat.conDat.hBor,
78+
dBor=borFieDat.conDat.dBor,
79+
rBor=borFieDat.conDat.rBor,
80+
aSoi=borFieDat.soiDat.aSoi,
81+
kSoi=borFieDat.soiDat.kSoi,
82+
nSeg=nSeg,
83+
nZon=borFieDat.conDat.nZon,
84+
iZon=borFieDat.conDat.iZon,
85+
nBorPerZon=borFieDat.conDat.nBorPerZon,
86+
nu=nu,
87+
nTim=i,
88+
relTol=relTol,
89+
sha=sha) "Weight factor for each aggregation cell";
90+
6991
final parameter Real[i] rCel(each fixed=false) "Cell widths";
7092

7193
discrete Modelica.Units.SI.HeatFlowRate[nSegTot,i] QAgg_flow
@@ -82,7 +104,7 @@ protected
82104
"Previous time step's temperature difference current borehole wall temperature minus initial borehole temperature";
83105
discrete Real[nSegTot] derDelTBor0(each unit="K/s")
84106
"Derivative of wall temperature change from previous time steps";
85-
final parameter Real[nSegTot] dTStepdt(each fixed=false)
107+
final parameter Real[nSegTot] dTStepdt = {kappa[i,i,1]/tLoaAgg for i in 1:nSegTot}
86108
"Time derivative of h_ii/(2*pi*H*Nb*ks) within most recent cell";
87109

88110
Modelica.Units.SI.Heat[nSegTot,1] U "Accumulated heat flow from all segments";
@@ -99,7 +121,7 @@ initial equation
99121
U_old = zeros(nSegTot,1);
100122
derDelTBor0 = zeros(nSegTot);
101123

102-
(nu,rCel) = Buildings.Fluid.Geothermal.Borefields.BaseClasses.HeatTransfer.LoadAggregation.aggregationCellTimes(
124+
(,rCel) = Buildings.Fluid.Geothermal.Borefields.BaseClasses.HeatTransfer.LoadAggregation.aggregationCellTimes(
103125
i=i,
104126
lvlBas=lvlBas,
105127
nCel=nCel,
@@ -108,26 +130,6 @@ initial equation
108130

109131
t_start = time;
110132

111-
kappa =
112-
Buildings.Fluid.Geothermal.ZonedBorefields.BaseClasses.HeatTransfer.temperatureResponseMatrix(
113-
nBor=borFieDat.conDat.nBor,
114-
cooBor=borFieDat.conDat.cooBor,
115-
hBor=borFieDat.conDat.hBor,
116-
dBor=borFieDat.conDat.dBor,
117-
rBor=borFieDat.conDat.rBor,
118-
aSoi=borFieDat.soiDat.aSoi,
119-
kSoi=borFieDat.soiDat.kSoi,
120-
nSeg=nSeg,
121-
nZon=borFieDat.conDat.nZon,
122-
iZon=borFieDat.conDat.iZon,
123-
nBorPerZon=borFieDat.conDat.nBorPerZon,
124-
nu=nu,
125-
nTim=i,
126-
relTol=relTol,
127-
sha=sha);
128-
129-
dTStepdt = {kappa[i,i,1]/tLoaAgg for i in 1:nSegTot};
130-
131133
equation
132134
assert(
133135
time - t_start < timFin,

Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_Geothermal_ZonedBorefields_Examples_SeriesConnectedZones.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
last-generated=2024-05-18
1+
last-generated=2025-03-09
22
statistics-initialization=
33
{
4+
"linear": "0",
45
"nonlinear": "1",
56
"numerical Jacobians": "0"
67
}

Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_Geothermal_ZonedBorefields_Validation_FEFLOW_InletTemperaturePulse.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
last-generated=2024-06-25
1+
last-generated=2025-03-09
22
statistics-initialization=
33
{
4+
"linear": "0",
45
"nonlinear": "1, 1",
56
"numerical Jacobians": "0"
67
}

Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_Geothermal_ZonedBorefields_Validation_FEFLOW_MassFlowRatePulse100.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
last-generated=2024-06-04
1+
last-generated=2025-03-09
2+
statistics-initialization=
3+
{
4+
"linear": "0"
5+
}
26
statistics-simulation=
37
{
48
"linear": "0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0",

Buildings/Resources/ReferenceResults/Dymola/Buildings_Fluid_Geothermal_ZonedBorefields_Validation_FEFLOW_MassFlowRatePulse50.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
last-generated=2024-06-25
1+
last-generated=2025-03-09
2+
statistics-initialization=
3+
{
4+
"linear": "0"
5+
}
26
statistics-simulation=
37
{
48
"linear": "0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0",
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
last-generated=2024-05-24
1+
last-generated=2025-03-09
2+
statistics-initialization=
3+
{
4+
"linear": "0"
5+
}
26
statistics-simulation=
37
{
48
"linear": "0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0",
@@ -9,6 +13,6 @@ statistics-simulation=
913
time=[0e+00, 1.54656e+07]
1014
TBorFieIn[1].T=[2.931499938964844e+02, 2.931499938964844e+02]
1115
TBorFieOut[1].T=[2.866499938964844e+02, 2.919820251464844e+02, 2.920836181640625e+02, 2.9213671875e+02, 2.92171142578125e+02, 2.921986694335938e+02, 2.922212219238281e+02, 2.922413330078125e+02, 2.922596740722656e+02, 2.922774963378906e+02, 2.92294189453125e+02, 2.923101806640625e+02, 2.923257141113281e+02, 2.923406372070312e+02, 2.923550415039062e+02, 2.923689880371094e+02, 2.923823547363281e+02, 2.923955993652344e+02, 2.92408447265625e+02, 2.924206848144531e+02, 2.924328002929688e+02, 2.924445495605469e+02, 2.92455810546875e+02, 2.924669494628906e+02, 2.924777526855469e+02, 2.924880981445312e+02, 2.924983825683594e+02, 2.925083312988281e+02, 2.925179138183594e+02, 2.925274047851562e+02, 2.925365295410156e+02, 2.925452270507812e+02, 2.925538635253906e+02, 2.925623779296875e+02, 2.9257080078125e+02, 2.925791320800781e+02, 2.925870361328125e+02, 2.925945129394531e+02, 2.926019592285156e+02, 2.926093139648438e+02, 2.926165771484375e+02, 2.92623779296875e+02, 2.92630615234375e+02, 2.926370849609375e+02, 2.926435241699219e+02, 2.9264990234375e+02, 2.9265625e+02, 2.926625061035156e+02, 2.926683959960938e+02, 2.926740417480469e+02, 2.926796569824219e+02, 2.926852416992188e+02, 2.926907348632812e+02, 2.926962280273438e+02, 2.927013549804688e+02, 2.927062683105469e+02, 2.92711181640625e+02, 2.92716064453125e+02, 2.927208862304688e+02, 2.927256774902344e+02, 2.927300415039062e+02, 2.927341918945312e+02, 2.927383117675781e+02, 2.92742431640625e+02, 2.927465515136719e+02, 2.927506103515625e+02, 2.92754638671875e+02, 2.927586669921875e+02, 2.927626342773438e+02, 2.927666015625e+02, 2.927705078125e+02, 2.927743835449219e+02, 2.927777404785156e+02, 2.927809143066406e+02, 2.927841186523438e+02, 2.927873229980469e+02, 2.927904968261719e+02, 2.927936706542969e+02, 2.927968444824219e+02, 2.927999877929688e+02, 2.928031311035156e+02, 2.928062133789062e+02, 2.92809326171875e+02, 2.928123779296875e+02, 2.928149719238281e+02, 2.928174438476562e+02, 2.928199462890625e+02, 2.928224792480469e+02, 2.928249816894531e+02, 2.928275146484375e+02, 2.928300170898438e+02, 2.9283251953125e+02, 2.928349914550781e+02, 2.928374633789062e+02, 2.928399353027344e+02, 2.928424072265625e+02, 2.928443908691406e+02, 2.928463745117188e+02, 2.928483581542969e+02, 2.92850341796875e+02, 2.928523559570312e+02]
12-
TOut.y[1]=[2.866499938964844e+02, 2.919041137695312e+02, 2.920606689453125e+02, 2.921203918457031e+02, 2.921639709472656e+02, 2.921997680664062e+02, 2.922178039550781e+02, 2.922456970214844e+02, 2.922635803222656e+02, 2.92281494140625e+02, 2.922900085449219e+02, 2.923072814941406e+02, 2.923200073242188e+02, 2.923299865722656e+02, 2.923410034179688e+02, 2.923500061035156e+02, 2.923599853515625e+02, 2.923746948242188e+02, 2.923825988769531e+02, 2.923905029296875e+02, 2.923999938964844e+02, 2.924100036621094e+02, 2.924200134277344e+02, 2.924299926757812e+02, 2.924400024414062e+02, 2.924478759765625e+02, 2.924557800292969e+02, 2.924599914550781e+02, 2.924700012207031e+02, 2.924794921875e+02, 2.924873962402344e+02, 2.92489990234375e+02, 2.925e+02, 2.92510009765625e+02, 2.92510009765625e+02, 2.925199890136719e+02, 2.925299987792969e+02, 2.925326843261719e+02, 2.925400085449219e+02, 2.925484924316406e+02, 2.925499877929688e+02, 2.925599975585938e+02, 2.925621948242188e+02, 2.925700073242188e+02, 2.925780029296875e+02, 2.925799865722656e+02, 2.925899963378906e+02, 2.925917053222656e+02, 2.926000061035156e+02, 2.926000061035156e+02, 2.926099853515625e+02, 2.9261328125e+02, 2.926199951171875e+02, 2.926199951171875e+02, 2.926300048828125e+02, 2.926348876953125e+02, 2.926400146484375e+02, 2.926406860351562e+02, 2.926499938964844e+02, 2.926499938964844e+02, 2.926600036621094e+02, 2.926600036621094e+02, 2.926700134277344e+02, 2.926700134277344e+02, 2.926700134277344e+02, 2.926799926757812e+02, 2.926799926757812e+02, 2.92689697265625e+02, 2.926900024414062e+02, 2.926900024414062e+02, 2.927000122070312e+02, 2.927000122070312e+02, 2.927000122070312e+02, 2.927099914550781e+02, 2.927099914550781e+02, 2.92712890625e+02, 2.927200012207031e+02, 2.927200012207031e+02, 2.927265930175781e+02, 2.927300109863281e+02, 2.927300109863281e+02, 2.927302856445312e+02, 2.92739990234375e+02, 2.92739990234375e+02, 2.927439880371094e+02, 2.9275e+02, 2.9275e+02, 2.9275e+02, 2.927555847167969e+02, 2.92760009765625e+02, 2.92760009765625e+02, 2.92760009765625e+02, 2.927699890136719e+02, 2.927699890136719e+02, 2.927699890136719e+02, 2.927709045410156e+02, 2.927799987792969e+02, 2.927799987792969e+02, 2.927799987792969e+02, 2.927825012207031e+02, 2.927900085449219e+02]
16+
TOut.y[1]=[2.866499938964844e+02, 2.919397277832031e+02, 2.920591125488281e+02, 2.921200561523438e+02, 2.921589660644531e+02, 2.921923828125e+02, 2.922202758789062e+02, 2.922381896972656e+02, 2.922621765136719e+02, 2.922839660644531e+02, 2.923018798828125e+02, 2.923099975585938e+02, 2.923276672363281e+02, 2.923455810546875e+02, 2.923599853515625e+02, 2.923713684082031e+02, 2.923892822265625e+02, 2.923971862792969e+02, 2.924150695800781e+02, 2.924229736328125e+02, 2.924400024414062e+02, 2.924487915039062e+02, 2.924599914550781e+02, 2.924700012207031e+02, 2.924824829101562e+02, 2.924903869628906e+02, 2.925e+02, 2.92510009765625e+02, 2.925199890136719e+02, 2.92531982421875e+02, 2.925400085449219e+02, 2.925499877929688e+02, 2.925556945800781e+02, 2.925635681152344e+02, 2.925714721679688e+02, 2.925799865722656e+02, 2.925899963378906e+02, 2.926000061035156e+02, 2.926030883789062e+02, 2.926109924316406e+02, 2.926199951171875e+02, 2.926267700195312e+02, 2.926300048828125e+02, 2.926400146484375e+02, 2.926499938964844e+02, 2.926499938964844e+02, 2.926600036621094e+02, 2.926641845703125e+02, 2.926700134277344e+02, 2.926799926757812e+02, 2.926799926757812e+02, 2.92685791015625e+02, 2.926900024414062e+02, 2.927000122070312e+02, 2.927000122070312e+02, 2.927073669433594e+02, 2.927099914550781e+02, 2.927200012207031e+02, 2.927200012207031e+02, 2.927289733886719e+02, 2.927300109863281e+02, 2.927347717285156e+02, 2.92739990234375e+02, 2.927405700683594e+02, 2.9275e+02, 2.9275e+02, 2.927542724609375e+02, 2.92760009765625e+02, 2.92760009765625e+02, 2.927679748535156e+02, 2.927699890136719e+02, 2.927699890136719e+02, 2.927799987792969e+02, 2.927799987792969e+02, 2.927799987792969e+02, 2.927900085449219e+02, 2.927900085449219e+02, 2.927900085449219e+02, 2.92799072265625e+02, 2.927999877929688e+02, 2.927999877929688e+02, 2.928027954101562e+02, 2.928099975585938e+02, 2.928099975585938e+02, 2.928099975585938e+02, 2.928143920898438e+02, 2.928200073242188e+02, 2.928200073242188e+02, 2.928200073242188e+02, 2.928259887695312e+02, 2.928299865722656e+02, 2.928299865722656e+02, 2.928299865722656e+02, 2.928299865722656e+02, 2.928399963378906e+02, 2.928399963378906e+02, 2.928399963378906e+02, 2.928399963378906e+02, 2.928470764160156e+02, 2.928500061035156e+02, 2.928500061035156e+02]
1317
TBorFieOut[2].T=[2.866499938964844e+02, 2.91982666015625e+02, 2.920841369628906e+02, 2.921370239257812e+02, 2.921706237792969e+02, 2.921964111328125e+02, 2.922158508300781e+02, 2.92231689453125e+02, 2.922444152832031e+02, 2.922564697265625e+02, 2.922664489746094e+02, 2.922752075195312e+02, 2.92283447265625e+02, 2.922907104492188e+02, 2.922973022460938e+02, 2.923034973144531e+02, 2.923088684082031e+02, 2.923145446777344e+02, 2.923199462890625e+02, 2.923245544433594e+02, 2.923293762207031e+02, 2.923340148925781e+02, 2.92338134765625e+02, 2.923424377441406e+02, 2.923465576171875e+02, 2.923503723144531e+02, 2.923543090820312e+02, 2.923580932617188e+02, 2.923616638183594e+02, 2.923653259277344e+02, 2.923688049316406e+02, 2.923721008300781e+02, 2.923754577636719e+02, 2.923788146972656e+02, 2.923821716308594e+02, 2.923855590820312e+02, 2.923887939453125e+02, 2.92391845703125e+02, 2.923949279785156e+02, 2.923980102539062e+02, 2.92401123046875e+02, 2.924042053222656e+02, 2.924071960449219e+02, 2.924100646972656e+02, 2.924129333496094e+02, 2.924158325195312e+02, 2.92418701171875e+02, 2.924215698242188e+02, 2.924243774414062e+02, 2.924270935058594e+02, 2.924298095703125e+02, 2.924324951171875e+02, 2.924352111816406e+02, 2.924379272460938e+02, 2.924405517578125e+02, 2.92443115234375e+02, 2.924456787109375e+02, 2.924482421875e+02, 2.924507751464844e+02, 2.924533386230469e+02, 2.924557800292969e+02, 2.924581604003906e+02, 2.924605712890625e+02, 2.924629516601562e+02, 2.9246533203125e+02, 2.924677124023438e+02, 2.924700622558594e+02, 2.924724426269531e+02, 2.924747619628906e+02, 2.924771118164062e+02, 2.924794311523438e+02, 2.924817504882812e+02, 2.924839477539062e+02, 2.92486083984375e+02, 2.924882507324219e+02, 2.924903869628906e+02, 2.924925231933594e+02, 2.924946594238281e+02, 2.924967956542969e+02, 2.924989013671875e+02, 2.925010070800781e+02, 2.925031127929688e+02, 2.925051879882812e+02, 2.925072937011719e+02, 2.925092468261719e+02, 2.925111999511719e+02, 2.925131225585938e+02, 2.925150756835938e+02, 2.925169982910156e+02, 2.925189208984375e+02, 2.925208435058594e+02, 2.925227355957031e+02, 2.92524658203125e+02, 2.925265502929688e+02, 2.925284423828125e+02, 2.925303039550781e+02, 2.925320739746094e+02, 2.925338439941406e+02, 2.925355834960938e+02, 2.92537353515625e+02, 2.925390930175781e+02]
14-
TOut.y[2]=[2.866499938964844e+02, 2.919041137695312e+02, 2.920606689453125e+02, 2.921203918457031e+02, 2.921639709472656e+02, 2.921997680664062e+02, 2.922255859375e+02, 2.922456970214844e+02, 2.922635803222656e+02, 2.92271484375e+02, 2.922893981933594e+02, 2.922973022460938e+02, 2.9230517578125e+02, 2.923130798339844e+02, 2.923200073242188e+02, 2.923288879394531e+02, 2.923367919921875e+02, 2.923399963378906e+02, 2.923425903320312e+02, 2.923500061035156e+02, 2.923583984375e+02, 2.923599853515625e+02, 2.923641967773438e+02, 2.923699951171875e+02, 2.923699951171875e+02, 2.923778991699219e+02, 2.923800048828125e+02, 2.923800048828125e+02, 2.923900146484375e+02, 2.923900146484375e+02, 2.923900146484375e+02, 2.923952941894531e+02, 2.923999938964844e+02, 2.923999938964844e+02, 2.923999938964844e+02, 2.924068908691406e+02, 2.924100036621094e+02, 2.924100036621094e+02, 2.924100036621094e+02, 2.924184875488281e+02, 2.924200134277344e+02, 2.924200134277344e+02, 2.924200134277344e+02, 2.924299926757812e+02, 2.924299926757812e+02, 2.924299926757812e+02, 2.924299926757812e+02, 2.924317016601562e+02, 2.924400024414062e+02, 2.924400024414062e+02, 2.924400024414062e+02, 2.924400024414062e+02, 2.924411926269531e+02, 2.924500122070312e+02, 2.924500122070312e+02, 2.924500122070312e+02, 2.924500122070312e+02, 2.9245068359375e+02, 2.924599914550781e+02, 2.924599914550781e+02, 2.924599914550781e+02, 2.924599914550781e+02, 2.92460205078125e+02, 2.924700012207031e+02, 2.924700012207031e+02, 2.924700012207031e+02, 2.924700012207031e+02, 2.924700012207031e+02, 2.924800109863281e+02, 2.924800109863281e+02, 2.924800109863281e+02, 2.924800109863281e+02, 2.924800109863281e+02, 2.924870910644531e+02, 2.92489990234375e+02, 2.92489990234375e+02, 2.92489990234375e+02, 2.92489990234375e+02, 2.92489990234375e+02, 2.924944763183594e+02, 2.925e+02, 2.925e+02, 2.925e+02, 2.925e+02, 2.925e+02, 2.925018920898438e+02, 2.92510009765625e+02, 2.92510009765625e+02, 2.92510009765625e+02, 2.92510009765625e+02, 2.92510009765625e+02, 2.92510009765625e+02, 2.925199890136719e+02, 2.925199890136719e+02, 2.925199890136719e+02, 2.925199890136719e+02, 2.925199890136719e+02, 2.925199890136719e+02, 2.925299987792969e+02, 2.925299987792969e+02, 2.925299987792969e+02]
18+
TOut.y[2]=[2.866499938964844e+02, 2.919397277832031e+02, 2.920591125488281e+02, 2.921200561523438e+02, 2.921589660644531e+02, 2.921923828125e+02, 2.922105712890625e+02, 2.922381896972656e+02, 2.9224609375e+02, 2.922639770507812e+02, 2.922718811035156e+02, 2.922799987792969e+02, 2.922900085449219e+02, 2.922999877929688e+02, 2.923099975585938e+02, 2.923113708496094e+02, 2.923200073242188e+02, 2.923271789550781e+02, 2.923299865722656e+02, 2.923399963378906e+02, 2.923399963378906e+02, 2.923487854003906e+02, 2.923500061035156e+02, 2.923545837402344e+02, 2.923599853515625e+02, 2.923599853515625e+02, 2.923682861328125e+02, 2.923699951171875e+02, 2.923740844726562e+02, 2.923800048828125e+02, 2.923800048828125e+02, 2.923877868652344e+02, 2.923900146484375e+02, 2.923900146484375e+02, 2.923914794921875e+02, 2.923999938964844e+02, 2.923999938964844e+02, 2.924051818847656e+02, 2.924100036621094e+02, 2.924100036621094e+02, 2.924100036621094e+02, 2.924200134277344e+02, 2.924200134277344e+02, 2.924200134277344e+02, 2.924299926757812e+02, 2.924299926757812e+02, 2.924299926757812e+02, 2.924341735839844e+02, 2.924400024414062e+02, 2.924400024414062e+02, 2.924400024414062e+02, 2.924457702636719e+02, 2.924500122070312e+02, 2.924500122070312e+02, 2.924500122070312e+02, 2.924599914550781e+02, 2.924599914550781e+02, 2.924599914550781e+02, 2.924610900878906e+02, 2.924700012207031e+02, 2.924700012207031e+02, 2.924700012207031e+02, 2.924726867675781e+02, 2.924800109863281e+02, 2.924800109863281e+02, 2.924800109863281e+02, 2.924800109863281e+02, 2.92489990234375e+02, 2.92489990234375e+02, 2.92489990234375e+02, 2.92489990234375e+02, 2.925e+02, 2.925e+02, 2.925e+02, 2.925e+02, 2.9250537109375e+02, 2.92510009765625e+02, 2.92510009765625e+02, 2.92510009765625e+02, 2.92510009765625e+02, 2.92514892578125e+02, 2.925199890136719e+02, 2.925199890136719e+02, 2.925199890136719e+02, 2.925199890136719e+02, 2.925299987792969e+02, 2.925299987792969e+02, 2.925299987792969e+02, 2.925299987792969e+02, 2.925299987792969e+02, 2.925400085449219e+02, 2.925400085449219e+02, 2.925400085449219e+02, 2.925400085449219e+02, 2.925400085449219e+02, 2.925433959960938e+02, 2.925499877929688e+02, 2.925499877929688e+02, 2.925499877929688e+02, 2.925499877929688e+02, 2.925499877929688e+02]

0 commit comments

Comments
 (0)