Skip to content

Commit

Permalink
Update cst_ssc.jl
Browse files Browse the repository at this point in the history
added f_htfmin/max for ptc
  • Loading branch information
jgifford914 authored Dec 2, 2024
1 parent a5d6173 commit 351535b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/cst_ssc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ function run_ssc(case_data::Dict)
end
if model == "ptc"
user_defined_inputs["h_tank_in"] = defaults["h_tank"]
user_defined_inputs["f_htfmin"] = 0.0
user_defined_inputs["f_htfmax"] = 1.0
end
R = Dict()
error = ""
Expand Down

0 comments on commit 351535b

Please sign in to comment.