Skip to content

Commit

Permalink
Merge pull request #1238 from NREL/iph_fin_cmods
Browse files Browse the repository at this point in the history
IPH models pull request
  • Loading branch information
sjanzou authored Nov 21, 2024
2 parents 08b2aa7 + 444fda3 commit 901ddf9
Show file tree
Hide file tree
Showing 57 changed files with 53,683 additions and 3,797 deletions.
2 changes: 2 additions & 0 deletions code_attic/cmod_tcstrough_physical_csp_solver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,9 @@ class cm_trough_physical_csp_solver : public compute_module
as_double("W_pb_design") / as_double("eta_ref"), //[MWt]
as_double("solar_mult"), //[-]
0.0, //[MWht]
true, //Use fixed tank height
as_double("h_tank"), //[m]
0.0, // No input diameter (it is calculated)
as_double("u_tank"), //[W/m^2-K]
as_integer("tank_pairs"), //[-]
as_double("hot_tank_Thtr"), //[C]
Expand Down
2 changes: 2 additions & 0 deletions code_attic/cmod_trough_physical_iph_old.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,9 @@ class cm_trough_physical_process_heat : public compute_module
c_heat_sink.ms_params.m_q_dot_des / 1.0, //[MWt]
as_double("solar_mult"), //[-]
c_heat_sink.ms_params.m_q_dot_des / 1.0 * as_double("tshours"), //[hr]
true,
as_double("h_tank"), //[m]
0.0,
as_double("u_tank"), //[W/m^2-K]
as_integer("tank_pairs"), //[-]
as_double("hot_tank_Thtr"), //[C]
Expand Down
Loading

0 comments on commit 901ddf9

Please sign in to comment.