Skip to content

Commit

Permalink
Merge branch 'particle_gen3_csp' of https://github.com/NREL/ssc into …
Browse files Browse the repository at this point in the history
…particle_gen3_csp
  • Loading branch information
qualand committed Dec 15, 2023
2 parents ecd2602 + 91c1ffd commit 3c85f6e
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 3c85f6e

Please sign in to comment.