Skip to content

Commit

Permalink
Update HeatingCoil.res by CFF files (#498)
Browse files Browse the repository at this point in the history
* Update HeatingCoil.res by CFF files

* Update T vals

* Update T vals

* Final T update
  • Loading branch information
rafacanton authored Sep 21, 2023
1 parent e4150bd commit c2b4bde
Showing 1 changed file with 18 additions and 19 deletions.
37 changes: 18 additions & 19 deletions tests/test_fluid_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ def test_results_fluent(self, fluent_simulation, result_name):
"total_pressure",
"density",
"entropy",
"wall_shear_stress",
"temperature",
"total_temperature",
"velocity",
Expand Down Expand Up @@ -218,12 +217,12 @@ def test_results_cfx_cross_locations_on_nodes(self, cfx_simulation):
set_ids 1
phase Water at 25 C (2) Copper (3)
node_ids
1 3.0550e+02
2 3.0445e+02
3 3.0147e+02
4 3.0157e+02
5 3.0301e+02
6 3.0478e+02
1 3.0533e+02
2 3.0389e+02
3 3.0155e+02
4 3.0201e+02
5 3.0340e+02
6 3.0487e+02
... ... ...
""" # noqa: W291, E501
assert str(result) == ref
Expand All @@ -237,12 +236,12 @@ def test_results_cfx_cross_locations_on_nodes(self, cfx_simulation):
set_ids 1
phase Water at 25 C (2) Copper (3)
node_ids
3149 3.0212e+02
4143 3.0047e+02
3140 3.0107e+02
3158 3.0132e+02
3154 3.0473e+02
4146 3.0047e+02
3149 3.0188e+02
4143 3.0039e+02
3140 3.0099e+02
3158 3.0127e+02
3154 3.0498e+02
4146 3.0049e+02
... ... ...
""" # noqa: W291, E501
assert str(result) == ref
Expand Down Expand Up @@ -306,12 +305,12 @@ def test_results_cfx_cross_locations_on_cells(self, cfx_simulation):
set_ids 1
phase Water at 25 C (2) Copper (3)
cell_ids
1 3.0124e+02
2 3.0200e+02
3 3.0184e+02
4 3.0071e+02
5 3.0327e+02
6 3.0063e+02
1 3.0113e+02
2 3.0206e+02
3 3.0182e+02
4 3.0093e+02
5 3.0291e+02
6 3.0055e+02
... ... ...
""" # noqa: W291, E501
assert str(result) == ref
Expand Down

0 comments on commit c2b4bde

Please sign in to comment.