Skip to content

Commit

Permalink
adding sun_loc_des to tower models
Browse files Browse the repository at this point in the history
  • Loading branch information
qualand committed Nov 5, 2024
1 parent 8b35767 commit f2cad97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ssc/cmod_csp_tower_particle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ static var_info _cm_vtab_csp_tower_particle[] = {
{ SSC_INPUT, SSC_NUMBER, "water_usage_per_wash", "Water usage per wash", "L/m2_aper", "", "Heliostat Field", "*", "", ""},
{ SSC_INPUT, SSC_NUMBER, "washing_frequency", "Mirror washing frequency", "none", "", "Heliostat Field", "*", "", ""},
{ SSC_INPUT, SSC_NUMBER, "check_max_flux", "Check max flux at design point", "", "", "Heliostat Field", "?=0", "", ""},
{ SSC_INPUT, SSC_NUMBER, "sun_loc_des", "Sun location at design point (0 = Summer solstice, 1 = Equinox, 2 = Winter solstice)", "", "", "Heliostat Field", "?=0", "", "SIMULATION_PARAMETER"},
{ SSC_INPUT, SSC_NUMBER, "sun_loc_des", "Sun location at design point (0 = Summer solstice, 1 = Equinox, 2 = Winter solstice)", "", "", "Heliostat Field", "?=0", "", ""},

// Inputs required for user-defined SF performance when field_model_type = 4
// Values can be defined by mapping to equivalent _calc output for simulation results with field_model_type < 3
Expand Down
1 change: 1 addition & 0 deletions ssc/cmod_mspt_iph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ static var_info _cm_vtab_mspt_iph[] = {
{ SSC_INPUT, SSC_NUMBER, "water_usage_per_wash", "Water usage per wash", "L/m2_aper", "", "Heliostat Field", "*", "", ""},
{ SSC_INPUT, SSC_NUMBER, "washing_frequency", "Mirror washing frequency", "none", "", "Heliostat Field", "*", "", ""},
{ SSC_INPUT, SSC_NUMBER, "check_max_flux", "Check max flux at design point", "", "", "Heliostat Field", "?=0", "", ""},
{ SSC_INPUT, SSC_NUMBER, "sun_loc_des", "Sun location at design point (0 = Summer solstice, 1 = Equinox, 2 = Winter solstice)", "", "", "Heliostat Field", "?=0", "", ""},

// Inputs required for user defined SF performance when field_model_type = 4
// Values can be defined by mapping to equivalent _calc output for simulation results with field_model_type < 3
Expand Down
1 change: 1 addition & 0 deletions ssc/cmod_tcsmolten_salt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ static var_info _cm_vtab_tcsmolten_salt[] = {
{ SSC_INPUT, SSC_NUMBER, "water_usage_per_wash", "Water usage per wash", "L/m2_aper", "", "Heliostat Field", "*", "", ""},
{ SSC_INPUT, SSC_NUMBER, "washing_frequency", "Mirror washing frequency", "none", "", "Heliostat Field", "*", "", ""},
{ SSC_INPUT, SSC_NUMBER, "check_max_flux", "Check max flux at design point", "", "", "Heliostat Field", "?=0", "", ""},
{ SSC_INPUT, SSC_NUMBER, "sun_loc_des", "Sun location at design point (0 = Summer solstice, 1 = Equinox, 2 = Winter solstice)", "", "", "Heliostat Field", "?=0", "", ""},

// Inputs required for user defined SF performance when field_model_type = 4
// Values can be defined by mapping to equivalent _calc output for simulation results with field_model_type < 3
Expand Down

0 comments on commit f2cad97

Please sign in to comment.