Skip to content

Commit

Permalink
update files
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed Apr 25, 2024
1 parent bd8d6d7 commit fb6a390
Show file tree
Hide file tree
Showing 13 changed files with 955 additions and 369 deletions.
6 changes: 0 additions & 6 deletions docs/modules/TroughPhysical.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,6 @@ TowerAndReceiver Group
.. autoclass:: PySAM.TroughPhysical.TroughPhysical.TowerAndReceiver
:members:

SolarResourceData Group
------------------------

.. autoclass:: PySAM.TroughPhysical.TroughPhysical.SolarResourceData
:members:

CapitalCosts Group
-------------------

Expand Down
6 changes: 0 additions & 6 deletions docs/modules/TroughPhysicalIph.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,6 @@ TowerAndReceiver Group
.. autoclass:: PySAM.TroughPhysicalIph.TroughPhysicalIph.TowerAndReceiver
:members:

SolarResourceData Group
------------------------

.. autoclass:: PySAM.TroughPhysicalIph.TroughPhysicalIph.SolarResourceData
:members:

CapitalCosts Group
-------------------

Expand Down
10 changes: 5 additions & 5 deletions modules/FresnelPhysical.c
Original file line number Diff line number Diff line change
Expand Up @@ -506,13 +506,13 @@ static PyGetSetDef SystemDesign_getset[] = {
PyDoc_STR("*float*: Estimated gross to net conversion factor\n\n**Required:**\nTrue"),
NULL},
{"solar_mult_in", (getter)SystemDesign_get_solar_mult_in,(setter)SystemDesign_set_solar_mult_in,
PyDoc_STR("*float*: Solar multiple Input"),
PyDoc_STR("*float*: Solar multiple Input\n\n**Required:**\nTrue"),
NULL},
{"solar_mult_or_Ap", (getter)SystemDesign_get_solar_mult_or_Ap,(setter)SystemDesign_set_solar_mult_or_Ap,
PyDoc_STR("*float*: Design using specified solar mult or field aperture [m3]"),
PyDoc_STR("*float*: Design using specified solar mult or field aperture [m3]\n\n**Required:**\nTrue"),
NULL},
{"total_Ap_in", (getter)SystemDesign_get_total_Ap_in,(setter)SystemDesign_set_total_Ap_in,
PyDoc_STR("*float*: Field aperture Input [m3]"),
PyDoc_STR("*float*: Field aperture Input [m3]\n\n**Required:**\nTrue"),
NULL},
{"tshours", (getter)SystemDesign_get_tshours,(setter)SystemDesign_set_tshours,
PyDoc_STR("*float*: Equivalent full-load thermal storage hours [hr]\n\n**Required:**\nTrue"),
Expand Down Expand Up @@ -2234,7 +2234,7 @@ static PyGetSetDef Powerblock_getset[] = {
PyDoc_STR("*float*: Pumping power to move 1kg of HTF through PB loop [kW/kg]\n\n**Required:**\nTrue"),
NULL},
{"pc_config", (getter)Powerblock_get_pc_config,(setter)Powerblock_set_pc_config,
PyDoc_STR("*float*: 0: Steam Rankine (224), 1: user defined [-]\n\n**Constraints:**\nINTEGER"),
PyDoc_STR("*float*: 0: Steam Rankine (224), 1: user defined [-]\n\n**Constraints:**\nINTEGER\n\n**Required:**\nTrue"),
NULL},
{"q_sby_frac", (getter)Powerblock_get_q_sby_frac,(setter)Powerblock_set_q_sby_frac,
PyDoc_STR("*float*: Fraction of thermal power required for standby mode [none]\n\n**Required:**\nTrue"),
Expand Down Expand Up @@ -3137,7 +3137,7 @@ static PyGetSetDef SysControl_getset[] = {
PyDoc_STR("*float*: Max. dispatch optimization solve duration [s]\n\n**Required:**\nRequired if is_dispatch=1"),
NULL},
{"dispatch_series", (getter)SysControl_get_dispatch_series,(setter)SysControl_set_dispatch_series,
PyDoc_STR("*sequence*: Time series dispatch factors"),
PyDoc_STR("*sequence*: Time series dispatch factors\n\n**Required:**\nTrue"),
NULL},
{"is_dispatch", (getter)SysControl_get_is_dispatch,(setter)SysControl_set_is_dispatch,
PyDoc_STR("*float*: Allow dispatch optimization? [-]\n\n**Required:**\nFalse. Automatically set to 0 if not assigned explicitly or loaded from defaults."),
Expand Down
6 changes: 3 additions & 3 deletions modules/FresnelPhysicalIph.c
Original file line number Diff line number Diff line change
Expand Up @@ -476,13 +476,13 @@ static PyGetSetDef SystemDesign_getset[] = {
PyDoc_STR("*float*: Design heat input to power block [MWt]\n\n**Required:**\nTrue"),
NULL},
{"solar_mult_in", (getter)SystemDesign_get_solar_mult_in,(setter)SystemDesign_set_solar_mult_in,
PyDoc_STR("*float*: Solar multiple Input"),
PyDoc_STR("*float*: Solar multiple Input\n\n**Required:**\nTrue"),
NULL},
{"solar_mult_or_Ap", (getter)SystemDesign_get_solar_mult_or_Ap,(setter)SystemDesign_set_solar_mult_or_Ap,
PyDoc_STR("*float*: Design using specified solar mult or field aperture [m3]"),
PyDoc_STR("*float*: Design using specified solar mult or field aperture [m3]\n\n**Required:**\nTrue"),
NULL},
{"total_Ap_in", (getter)SystemDesign_get_total_Ap_in,(setter)SystemDesign_set_total_Ap_in,
PyDoc_STR("*float*: Field aperture Input [m3]"),
PyDoc_STR("*float*: Field aperture Input [m3]\n\n**Required:**\nTrue"),
NULL},
{"tshours", (getter)SystemDesign_get_tshours,(setter)SystemDesign_set_tshours,
PyDoc_STR("*float*: Equivalent full-load thermal storage hours [hr]\n\n**Required:**\nTrue"),
Expand Down
2 changes: 1 addition & 1 deletion modules/Solarpilot.c
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ static PyGetSetDef SolarPILOT_getset[] = {
PyDoc_STR("*float*: Contingency for cost overrun [%]\n\n**Required:**\nTrue"),
NULL},
{"cost_sf_fixed", (getter)SolarPILOT_get_cost_sf_fixed,(setter)SolarPILOT_set_cost_sf_fixed,
PyDoc_STR("*float*: Soalr field fixed cost [$]\n\n**Required:**\nTrue"),
PyDoc_STR("*float*: Solar field fixed cost [$]\n\n**Required:**\nTrue"),
NULL},
{"csp_pt_sf_fixed_land_area", (getter)SolarPILOT_get_csp_pt_sf_fixed_land_area,(setter)SolarPILOT_set_csp_pt_sf_fixed_land_area,
PyDoc_STR("*float*: Fixed land area [acre]\n\n**Required:**\nTrue"),
Expand Down
Loading

0 comments on commit fb6a390

Please sign in to comment.