Skip to content

Commit 179d7af

Browse files
committed
fix bug causing convergence failure in system with CR defocus no TES during cycle startup
1 parent 1b615b2 commit 179d7af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tcs/csp_solver_core.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1956,7 +1956,7 @@ class C_csp_solver
19561956
{
19571957
public:
19581958
C_CR_DF__PC_SU__TES_OFF__AUX_OFF() : C_operating_mode_core(C_csp_collector_receiver::ON,
1959-
C_csp_power_cycle::STARTUP_CONTROLLED, C_MEQ__m_dot_tes::E__TO_PC__ITER_M_DOT_SU, C_MEQ__timestep::E_STEP_FROM_COMPONENT,
1959+
C_csp_power_cycle::STARTUP, C_MEQ__m_dot_tes::E__TO_PC__ITER_M_DOT_SU, C_MEQ__timestep::E_STEP_FROM_COMPONENT,
19601960
true, "CR_DF__PC_SU__TES_OFF__AUX_OFF", QUIETNAN, false) {}
19611961

19621962
};

0 commit comments

Comments
 (0)