Skip to content

Commit

Permalink
new black version
Browse files Browse the repository at this point in the history
  • Loading branch information
dallan-keylogic committed Apr 18, 2024
1 parent 74c5e73 commit dd3afc7
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -756,9 +756,7 @@ def cst(con, sf):
if make_nusselt:
sf_k_tube = gsf(tube.properties[t, z].therm_cond_phase["Vap"])

sf_N_Nu_tube = sgsf(
blk.N_Nu_tube[t, z], 1 / 0.023 * sf_N_Re_tube**0.8
)
sf_N_Nu_tube = sgsf(blk.N_Nu_tube[t, z], 1 / 0.023 * sf_N_Re_tube**0.8)
cst(blk.N_Nu_tube_eqn[t, z], sf_N_Nu_tube)

sf_heat_transfer_coeff_tube = sgsf(
Expand Down

0 comments on commit dd3afc7

Please sign in to comment.