Skip to content

Commit

Permalink
merge develop
Browse files Browse the repository at this point in the history
  • Loading branch information
tyneises committed Apr 10, 2023
1 parent c017780 commit 3f0d540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcs/csp_solver_fresnel_collector_receiver.cpp
Expand Up @@ -784,7 +784,7 @@ C_csp_fresnel_collector_receiver::E_loop_energy_balance_exit C_csp_fresnel_colle
m_E_dot_HR_hot_subts = E_HR_hot / sim_info.ms_ts.m_step; //[MWt]

// HTF out of system
m_c_htf_ave_ts_ave_temp = m_htfProps.Cp_ave(T_htf_cold_in, m_T_sys_h_t_int, 5) * 1000.0; //[J/kg-K]
m_c_htf_ave_ts_ave_temp = m_htfProps.Cp_ave(T_htf_cold_in, m_T_sys_h_t_int) * 1000.0; //[J/kg-K]
m_q_dot_htf_to_sink_subts = m_m_dot_htf_tot * m_c_htf_ave_ts_ave_temp * (m_T_sys_h_t_int - T_htf_cold_in) * 1.E-6;

double Q_dot_balance_subts = m_q_dot_sca_abs_summed_subts - m_q_dot_xover_loss_summed_subts -
Expand Down

0 comments on commit 3f0d540

Please sign in to comment.