Skip to content

Commit 4460300

Browse files
author
Marie J Vaucher
committed
solve the cnflicts between hbx issue and upstream main
2 parents 8e03df0 + ae90ac4 commit 4460300

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

openconcept/thermal/tests/test_heat_exchanger.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,8 @@ def test_by_hand(self):
401401
* alpha_cold**-0.1541
402402
* delta_cold**0.1499
403403
* gamma_cold**-0.0678
404-
* (1 + 5.269e-5 * redh_cold**1.340 * alpha_cold**0.504 * delta_cold**0.456 * gamma_cold**-1.055) ** 0.1
404+
* (1 + 5.269e-5 * redh_cold**1.340 * alpha_cold**0.504 * delta_cold**0.456 * gamma_cold**-1.055)
405+
** 0.1
405406
)
406407
j_hot = (
407408
0.6522
@@ -419,7 +420,8 @@ def test_by_hand(self):
419420
* alpha_cold**-0.1856
420421
* delta_cold**0.3053
421422
* gamma_cold**-0.2659
422-
* (1 + 7.669e-8 * redh_cold**4.429 * alpha_cold**0.920 * delta_cold**3.767 * gamma_cold**0.236) ** 0.1
423+
* (1 + 7.669e-8 * redh_cold**4.429 * alpha_cold**0.920 * delta_cold**3.767 * gamma_cold**0.236)
424+
** 0.1
423425
)
424426
f_hot = (
425427
9.6243

0 commit comments

Comments
 (0)