Skip to content

Commit

Permalink
Very minor falling particle receiver update
Browse files Browse the repository at this point in the history
  • Loading branch information
jannamartinek committed Dec 14, 2023
1 parent b510584 commit 91c1ffd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tcs/csp_solver_falling_particle_receiver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1271,7 +1271,10 @@ void C_falling_particle_receiver::calculate_steady_state_soln(s_steady_state_sol
soln.T_back_wall = Twnew;
soln.T_front_wall = Twfnew;
soln.T_back_wall_avg = Twavg;
soln.T_back_wall_max = Twmax;
soln.T_back_wall_max = Twmax;
Tp = Tpnew;
Tw = Twnew;
Twf = Twfnew;
break;
}

Expand Down

0 comments on commit 91c1ffd

Please sign in to comment.