HOPP
Getting Started
Installation
Usage
HOPP Simulation Interface
Hybrid Plant Site Information
Power Sources and Storage Technologies
Dispatch Strategies
Additional Tooling and Information
Flicker Modeling
Cost Calculator
Dispatchable Solar Case Study
Using Binder to Access Jupyter Notebooks
Citing HOPP
HOPP
Index
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
|
Y
_
__init__() (hopp.simulation.hopp_interface.HoppInterface method)
(hopp.simulation.hybrid_simulation.HybridSimulation method)
(hopp.simulation.hybrid_simulation.HybridSimulationOutput method)
(hopp.simulation.hybrid_simulation.TechnologiesConfig method)
(hopp.simulation.technologies.battery.battery.Battery method)
(hopp.simulation.technologies.battery.battery.BatteryConfig method)
(hopp.simulation.technologies.battery.battery.BatteryOutputs method)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless method)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStatelessConfig method)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStatelessOutputs method)
(hopp.simulation.technologies.csp.csp_plant.CspConfig method)
(hopp.simulation.technologies.csp.csp_plant.CspOutputs method)
(hopp.simulation.technologies.csp.csp_plant.CspPlant method)
(hopp.simulation.technologies.csp.tower_plant.TowerConfig method)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
(hopp.simulation.technologies.csp.trough_plant.TroughConfig method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant method)
(hopp.simulation.technologies.dispatch.hybrid_dispatch_options.HybridDispatchOptions method)
(hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.power_source_dispatch.PowerSourceDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.pv_dispatch.PvDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.wave_dispatch.WaveDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.wind_dispatch.WindDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic method)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic method)
(hopp.simulation.technologies.financial.mhk_cost_model.MHKCostModelInputs method)
(hopp.simulation.technologies.financial.mhk_cost_model.MHKCosts method)
(hopp.simulation.technologies.grid.Grid method)
(hopp.simulation.technologies.grid.GridConfig method)
(hopp.simulation.technologies.layout.flicker_mismatch.FlickerMismatch method)
(hopp.simulation.technologies.power_source.PowerSource method)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVConfig method)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant method)
(hopp.simulation.technologies.pv.pv_plant.PVConfig method)
(hopp.simulation.technologies.pv.pv_plant.PVPlant method)
(hopp.simulation.technologies.sites.SiteInfo method)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKConfig method)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant method)
(hopp.simulation.technologies.wind.wind_plant.WindConfig method)
(hopp.simulation.technologies.wind.wind_plant.WindPlant method)
(hopp.tools.analysis.bos.cost_calculator.CostCalculator method)
_aggregate_financial_output() (hopp.simulation.hybrid_simulation.HybridSimulation method)
_cable_sys_overbuild (hopp.simulation.technologies.financial.mhk_cost_model.MHKCosts attribute)
_calculate_power_loss() (hopp.simulation.technologies.layout.flicker_mismatch.FlickerMismatch static method)
_calculate_shading() (hopp.simulation.technologies.layout.flicker_mismatch.FlickerMismatch static method)
_calculate_turbine_shadow() (hopp.simulation.technologies.layout.flicker_mismatch.FlickerMismatch method)
_charge_battery() (hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic method)
_check_efficiency_value() (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch static method)
(hopp.simulation.technologies.dispatch.power_sources.power_source_dispatch.PowerSourceDispatch static method)
(hopp.simulation.technologies.dispatch.power_sources.pv_dispatch.PvDispatch static method)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch static method)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch static method)
(hopp.simulation.technologies.dispatch.power_sources.wave_dispatch.WaveDispatch static method)
(hopp.simulation.technologies.dispatch.power_sources.wind_dispatch.WindDispatch static method)
(hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch static method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch static method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch static method)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic static method)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch static method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch static method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic static method)
_check_initial_soc() (hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic method)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic method)
_create_capacity_parameter() (hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic method)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic method)
_create_csp_port() (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch static method)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch static method)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch static method)
_create_cycle_constraints() (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch static method)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch static method)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch static method)
_create_cycle_linking_constraints() (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch method)
_create_cycle_parameters() (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch static method)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch static method)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch static method)
_create_cycle_variables() (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch static method)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch static method)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch static method)
_create_efficiency_parameters() (hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic method)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic method)
_create_lifecycle_count_constraint() (hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic method)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic method)
_create_lifecycle_model() (hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic method)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic method)
_create_linking_constraints() (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch method)
_create_lv_battery_auxiliary_variables() (hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch static method)
_create_lv_battery_constraints() (hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch static method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch static method)
_create_lv_battery_parameters() (hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch method)
_create_lv_battery_power_equation_constraints() (hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch static method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch static method)
_create_lv_battery_variables() (hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch static method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch static method)
_create_pool() (hopp.simulation.technologies.layout.flicker_mismatch.FlickerMismatch method)
_create_port() (hopp.simulation.technologies.dispatch.power_sources.power_source_dispatch.PowerSourceDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.pv_dispatch.PvDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.wave_dispatch.WaveDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.wind_dispatch.WindDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic method)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic method)
_create_receiver_constraints() (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch static method)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch static method)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch static method)
_create_receiver_linking_constraints() (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch method)
_create_receiver_parameters() (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch static method)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch static method)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch static method)
_create_receiver_variables() (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch static method)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch static method)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch static method)
_create_soc_inventory_constraint() (hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic method)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic method)
_create_soc_linking_constraint() (hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic method)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic method)
_create_storage_constraints() (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch static method)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch static method)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch static method)
(hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic method)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic method)
_create_storage_linking_constraints() (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch method)
_create_storage_parameters() (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch static method)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch static method)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch static method)
(hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic method)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic method)
_create_storage_port() (hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch static method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch static method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch static method)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic static method)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch static method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch static method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic static method)
_create_storage_variables() (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch static method)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch static method)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch static method)
(hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic method)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic method)
_create_variables() (hopp.simulation.technologies.dispatch.power_sources.power_source_dispatch.PowerSourceDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.pv_dispatch.PvDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.wave_dispatch.WaveDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.wind_dispatch.WindDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic method)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic method)
_device_rated_power (hopp.simulation.technologies.financial.mhk_cost_model.MHKCosts attribute)
_device_spacing (hopp.simulation.technologies.financial.mhk_cost_model.MHKCosts attribute)
_discharge_battery() (hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic method)
_distance_to_shore (hopp.simulation.technologies.financial.mhk_cost_model.MHKCosts attribute)
_enforce_power_fraction_limits() (hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic method)
_fileout (hopp.simulation.hybrid_simulation.HybridSimulation attribute)
_financial_model (hopp.simulation.technologies.dispatch.power_sources.pv_dispatch.PvDispatch attribute)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch attribute)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch attribute)
(hopp.simulation.technologies.dispatch.power_sources.wave_dispatch.WaveDispatch attribute)
(hopp.simulation.technologies.dispatch.power_sources.wind_dispatch.WindDispatch attribute)
_fix_dispatch_model_variables() (hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic method)
_get_duration_battery_full_cycle() (hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic method)
_get_model_dict() (hopp.simulation.hybrid_simulation.HybridSimulation method)
(hopp.simulation.hybrid_simulation.TechnologiesConfig method)
(hopp.simulation.technologies.battery.battery.Battery method)
(hopp.simulation.technologies.battery.battery.BatteryConfig method)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless method)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStatelessConfig method)
(hopp.simulation.technologies.csp.csp_plant.CspConfig method)
(hopp.simulation.technologies.csp.csp_plant.CspPlant method)
(hopp.simulation.technologies.csp.tower_plant.TowerConfig method)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
(hopp.simulation.technologies.csp.trough_plant.TroughConfig method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant method)
(hopp.simulation.technologies.financial.mhk_cost_model.MHKCostModelInputs method)
(hopp.simulation.technologies.financial.mhk_cost_model.MHKCosts method)
(hopp.simulation.technologies.grid.Grid method)
(hopp.simulation.technologies.grid.GridConfig method)
(hopp.simulation.technologies.power_source.PowerSource method)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVConfig method)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant method)
(hopp.simulation.technologies.pv.pv_plant.PVConfig method)
(hopp.simulation.technologies.pv.pv_plant.PVPlant method)
(hopp.simulation.technologies.sites.SiteInfo method)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKConfig method)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant method)
(hopp.simulation.technologies.wind.wind_plant.WindConfig method)
(hopp.simulation.technologies.wind.wind_plant.WindPlant method)
_heuristic_method() (hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic method)
_keys (hopp.simulation.hybrid_simulation.HybridSimulationOutput attribute)
_lifecycle_count_rule() (hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic method)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic method)
_number_devices (hopp.simulation.technologies.financial.mhk_cost_model.MHKCosts attribute)
_number_rows (hopp.simulation.technologies.financial.mhk_cost_model.MHKCosts attribute)
_rating_range_kw (hopp.simulation.technologies.wind.wind_plant.WindPlant attribute)
_ref_model_num (hopp.simulation.technologies.financial.mhk_cost_model.MHKCosts attribute)
_row_spacing (hopp.simulation.technologies.financial.mhk_cost_model.MHKCosts attribute)
_set_control_mode() (hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic method)
_set_model_specific_parameters() (hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic method)
_set_power_fraction_limits() (hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic method)
_setup_array() (hopp.simulation.technologies.layout.flicker_mismatch.FlickerMismatch method)
_setup_heatmap_template() (hopp.simulation.technologies.layout.flicker_mismatch.FlickerMismatch static method)
_setup_irradiance() (hopp.simulation.technologies.layout.flicker_mismatch.FlickerMismatch method)
_setup_string_points() (hopp.simulation.technologies.layout.flicker_mismatch.FlickerMismatch method)
_setup_wind_dir() (hopp.simulation.technologies.layout.flicker_mismatch.FlickerMismatch method)
_system_model (hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
(hopp.simulation.technologies.dispatch.power_sources.pv_dispatch.PvDispatch attribute)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch attribute)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch attribute)
(hopp.simulation.technologies.dispatch.power_sources.wave_dispatch.WaveDispatch attribute)
(hopp.simulation.technologies.dispatch.power_sources.wind_dispatch.WindDispatch attribute)
_water_depth (hopp.simulation.technologies.financial.mhk_cost_model.MHKCosts attribute)
A
allowable_cycle_startup_power (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
allowable_receiver_startup_power (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
annual_energies (hopp.simulation.hybrid_simulation.HybridSimulation property)
annual_energy_kwh (hopp.simulation.technologies.battery.battery.Battery property)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless property)
(hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
(hopp.simulation.technologies.grid.Grid property)
(hopp.simulation.technologies.power_source.PowerSource property)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
(hopp.simulation.technologies.pv.pv_plant.PVPlant property)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant property)
(hopp.simulation.technologies.wind.wind_plant.WindPlant property)
append_kml_data() (hopp.simulation.technologies.sites.SiteInfo static method)
approx_nominal_efficiency (hopp.simulation.technologies.pv.pv_plant.PVConfig attribute)
as_dict() (hopp.simulation.hybrid_simulation.HybridSimulation method)
(hopp.simulation.hybrid_simulation.TechnologiesConfig method)
(hopp.simulation.technologies.battery.battery.Battery method)
(hopp.simulation.technologies.battery.battery.BatteryConfig method)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless method)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStatelessConfig method)
(hopp.simulation.technologies.csp.csp_plant.CspConfig method)
(hopp.simulation.technologies.csp.csp_plant.CspPlant method)
(hopp.simulation.technologies.csp.tower_plant.TowerConfig method)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
(hopp.simulation.technologies.csp.trough_plant.TroughConfig method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant method)
(hopp.simulation.technologies.financial.mhk_cost_model.MHKCostModelInputs method)
(hopp.simulation.technologies.financial.mhk_cost_model.MHKCosts method)
(hopp.simulation.technologies.grid.Grid method)
(hopp.simulation.technologies.grid.GridConfig method)
(hopp.simulation.technologies.power_source.PowerSource method)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVConfig method)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant method)
(hopp.simulation.technologies.pv.pv_plant.PVConfig method)
(hopp.simulation.technologies.pv.pv_plant.PVPlant method)
(hopp.simulation.technologies.sites.SiteInfo method)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKConfig method)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant method)
(hopp.simulation.technologies.wind.wind_plant.WindConfig method)
(hopp.simulation.technologies.wind.wind_plant.WindPlant method)
assign() (hopp.simulation.hybrid_simulation.HybridSimulation method)
(hopp.simulation.technologies.battery.battery.Battery method)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless method)
(hopp.simulation.technologies.csp.csp_plant.CspPlant method)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant method)
(hopp.simulation.technologies.grid.Grid method)
(hopp.simulation.technologies.power_source.PowerSource method)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant method)
(hopp.simulation.technologies.pv.pv_plant.PVPlant method)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant method)
(hopp.simulation.technologies.wind.wind_plant.WindPlant method)
aux_charge_current_is_charging (hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch property)
aux_charge_current_soc (hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch property)
aux_discharge_current_is_discharging (hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch property)
aux_discharge_current_soc (hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch property)
available_generation (hopp.simulation.technologies.dispatch.power_sources.power_source_dispatch.PowerSourceDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.pv_dispatch.PvDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.wave_dispatch.WaveDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.wind_dispatch.WindDispatch property)
available_thermal_generation (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
average_current (hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch property)
B
Battery (class in hopp.simulation.technologies.battery.battery)
battery (hopp.simulation.hybrid_simulation.HybridSimulation attribute)
(hopp.simulation.hybrid_simulation.TechnologiesConfig attribute)
BatteryConfig (class in hopp.simulation.technologies.battery.battery)
BatteryOutputs (class in hopp.simulation.technologies.battery.battery)
BatteryStateless (class in hopp.simulation.technologies.battery.battery_stateless)
BatteryStatelessConfig (class in hopp.simulation.technologies.battery.battery_stateless)
BatteryStatelessOutputs (class in hopp.simulation.technologies.battery.battery_stateless)
benefit_cost_ratio (hopp.simulation.technologies.battery.battery.Battery property)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless property)
(hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
(hopp.simulation.technologies.grid.Grid property)
(hopp.simulation.technologies.power_source.PowerSource property)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
(hopp.simulation.technologies.pv.pv_plant.PVPlant property)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant property)
(hopp.simulation.technologies.wind.wind_plant.WindPlant property)
benefit_cost_ratios (hopp.simulation.hybrid_simulation.HybridSimulation property)
blade_pos_of_rotated_ellipse() (in module hopp.simulation.technologies.layout.shadow_flicker)
blocks (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.power_source_dispatch.PowerSourceDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.pv_dispatch.PvDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.wave_dispatch.WaveDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.wind_dispatch.WindDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic property)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic property)
boundary (hopp.simulation.technologies.sites.SiteInfo property)
bounding_box (hopp.simulation.technologies.sites.SiteInfo property)
C
cable_system_overbuild (hopp.simulation.technologies.financial.mhk_cost_model.MHKCostModelInputs attribute)
calc_capacity_credit_percent() (hopp.simulation.technologies.battery.battery.Battery method)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless method)
(hopp.simulation.technologies.csp.csp_plant.CspPlant method)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant method)
(hopp.simulation.technologies.grid.Grid method)
(hopp.simulation.technologies.power_source.PowerSource method)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant method)
(hopp.simulation.technologies.pv.pv_plant.PVPlant method)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant method)
(hopp.simulation.technologies.wind.wind_plant.WindPlant method)
calc_gen_max_feasible_kwh() (hopp.simulation.technologies.battery.battery.Battery method)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless method)
(hopp.simulation.technologies.csp.csp_plant.CspPlant method)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant method)
(hopp.simulation.technologies.grid.Grid method)
(hopp.simulation.technologies.power_source.PowerSource method)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant method)
(hopp.simulation.technologies.pv.pv_plant.PVPlant method)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant method)
(hopp.simulation.technologies.wind.wind_plant.WindPlant method)
calc_nominal_capacity() (hopp.simulation.technologies.battery.battery.Battery method)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless method)
(hopp.simulation.technologies.csp.csp_plant.CspPlant method)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant method)
(hopp.simulation.technologies.grid.Grid method)
(hopp.simulation.technologies.power_source.PowerSource method)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant method)
(hopp.simulation.technologies.pv.pv_plant.PVPlant method)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant method)
(hopp.simulation.technologies.wind.wind_plant.WindPlant method)
calculate_aperture_and_land_area() (hopp.simulation.technologies.csp.trough_plant.TroughPlant method)
calculate_financials() (hopp.simulation.hybrid_simulation.HybridSimulation method)
calculate_installed_cost() (hopp.simulation.hybrid_simulation.HybridSimulation method)
calculate_installed_costs() (hopp.tools.analysis.bos.cost_calculator.CostCalculator method)
calculate_total_costs() (hopp.tools.analysis.bos.cost_calculator.CostCalculator method)
calculate_total_installed_cost() (hopp.simulation.technologies.battery.battery.Battery method)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless method)
(hopp.simulation.technologies.csp.csp_plant.CspPlant method)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant method)
(hopp.simulation.technologies.grid.Grid method)
(hopp.simulation.technologies.power_source.PowerSource method)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant method)
(hopp.simulation.technologies.pv.pv_plant.PVPlant method)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant method)
(hopp.simulation.technologies.wind.wind_plant.WindPlant method)
capacity (hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic property)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic property)
capacity_credit_percent (hopp.simulation.hybrid_simulation.HybridSimulation property)
(hopp.simulation.technologies.battery.battery.Battery property)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless property)
(hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
(hopp.simulation.technologies.grid.Grid property)
(hopp.simulation.technologies.power_source.PowerSource property)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
(hopp.simulation.technologies.pv.pv_plant.PVPlant property)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant property)
(hopp.simulation.technologies.wind.wind_plant.WindPlant property)
capacity_factor (hopp.simulation.technologies.battery.battery.Battery property)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless property)
(hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
(hopp.simulation.technologies.grid.Grid property)
(hopp.simulation.technologies.power_source.PowerSource property)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
(hopp.simulation.technologies.pv.pv_plant.PVPlant property)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant property)
(hopp.simulation.technologies.wind.wind_plant.WindPlant property)
capacity_factor_after_curtailment (hopp.simulation.technologies.grid.Grid property)
capacity_factor_at_interconnect (hopp.simulation.technologies.grid.Grid property)
capacity_factors (hopp.simulation.hybrid_simulation.HybridSimulation property)
capacity_hours (hopp.simulation.technologies.sites.SiteInfo attribute)
capacity_payment (hopp.simulation.technologies.battery.battery.Battery property)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless property)
(hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
(hopp.simulation.technologies.grid.Grid property)
(hopp.simulation.technologies.power_source.PowerSource property)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
(hopp.simulation.technologies.pv.pv_plant.PVPlant property)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant property)
(hopp.simulation.technologies.wind.wind_plant.WindPlant property)
capacity_payments (hopp.simulation.hybrid_simulation.HybridSimulation property)
capacity_price (hopp.simulation.hybrid_simulation.HybridSimulation property)
(hopp.simulation.technologies.battery.battery.Battery property)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless property)
(hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
(hopp.simulation.technologies.grid.Grid property)
(hopp.simulation.technologies.power_source.PowerSource property)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
(hopp.simulation.technologies.pv.pv_plant.PVPlant property)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant property)
(hopp.simulation.technologies.wind.wind_plant.WindPlant property)
center (hopp.simulation.technologies.sites.SiteInfo property)
charge_current (hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch property)
charge_efficiency (hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic property)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic property)
charge_power (hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic property)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic property)
check_consistent_financial_models() (hopp.simulation.hybrid_simulation.HybridSimulation method)
check_gen_grid_limit() (hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic method)
chemistry (hopp.simulation.technologies.battery.battery.Battery property)
(hopp.simulation.technologies.battery.battery.BatteryConfig attribute)
condenser_losses (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
config (hopp.simulation.technologies.battery.battery.Battery attribute)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless attribute)
(hopp.simulation.technologies.csp.csp_plant.CspPlant attribute)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant attribute)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant attribute)
(hopp.simulation.technologies.grid.Grid attribute)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant attribute)
(hopp.simulation.technologies.pv.pv_plant.PVPlant attribute)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant attribute)
(hopp.simulation.technologies.wind.wind_plant.WindPlant attribute)
config_name (hopp.simulation.technologies.battery.battery.Battery attribute)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant attribute)
(hopp.simulation.technologies.pv.pv_plant.PVPlant attribute)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant attribute)
(hopp.simulation.technologies.wind.wind_plant.WindPlant attribute)
construction_financing_cost (hopp.simulation.technologies.battery.battery.Battery property)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless property)
(hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
(hopp.simulation.technologies.grid.Grid property)
(hopp.simulation.technologies.power_source.PowerSource property)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
(hopp.simulation.technologies.pv.pv_plant.PVPlant property)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant property)
(hopp.simulation.technologies.wind.wind_plant.WindPlant property)
ConvexLinearVoltageBatteryDispatch (class in hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch)
copy() (hopp.simulation.technologies.battery.battery.Battery method)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless method)
(hopp.simulation.technologies.csp.csp_plant.CspPlant method)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant method)
(hopp.simulation.technologies.grid.Grid method)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant method)
(hopp.simulation.technologies.pv.pv_plant.PVPlant method)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant method)
(hopp.simulation.technologies.wind.wind_plant.WindPlant method)
cost_info (hopp.simulation.hybrid_simulation.HybridSimulation attribute)
cost_installed (hopp.simulation.hybrid_simulation.HybridSimulation property)
(hopp.simulation.technologies.battery.battery.Battery property)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless property)
(hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
(hopp.simulation.technologies.grid.Grid property)
(hopp.simulation.technologies.power_source.PowerSource property)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
(hopp.simulation.technologies.pv.pv_plant.PVPlant property)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant property)
(hopp.simulation.technologies.wind.wind_plant.WindPlant property)
cost_model_inputs (hopp.simulation.technologies.financial.mhk_cost_model.MHKCosts attribute)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant attribute)
cost_outputs (hopp.simulation.technologies.financial.mhk_cost_model.MHKCosts property)
cost_per_change_thermal_input (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
cost_per_charge (hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic property)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic property)
cost_per_cycle_generation (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
cost_per_cycle_start (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
cost_per_discharge (hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic property)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic property)
cost_per_field_generation (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
cost_per_field_start (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
cost_per_generation (hopp.simulation.technologies.dispatch.power_sources.power_source_dispatch.PowerSourceDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.pv_dispatch.PvDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.wave_dispatch.WaveDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.wind_dispatch.WindDispatch property)
CostCalculator (class in hopp.tools.analysis.bos.cost_calculator)
create() (hopp.simulation.hybrid_simulation.HybridSimulationOutput method)
create_field_layout_and_simulate_flux_eta_maps() (hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
create_heat_maps() (hopp.simulation.technologies.layout.flicker_mismatch.FlickerMismatch method)
create_mhk_cost_calculator() (hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant method)
create_module_cells_mesh() (in module hopp.simulation.technologies.layout.shadow_flicker)
create_pv_string_points() (in module hopp.simulation.technologies.layout.shadow_flicker)
create_turbines_in_grid() (in module hopp.simulation.technologies.layout.shadow_flicker)
CspConfig (class in hopp.simulation.technologies.csp.csp_plant)
CspDispatch (class in hopp.simulation.technologies.dispatch.power_sources.csp_dispatch)
CspOutputs (class in hopp.simulation.technologies.csp.csp_plant)
CspPlant (class in hopp.simulation.technologies.csp.csp_plant)
current (hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic property)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic property)
curtailment_percent (hopp.simulation.technologies.grid.Grid property)
curtailment_ts_kw (hopp.simulation.technologies.grid.Grid property)
curtailment_value_type (hopp.simulation.technologies.sites.SiteInfo attribute)
cycle_ambient_efficiency_correction (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
cycle_capacity_kw (hopp.simulation.technologies.csp.csp_plant.CspConfig attribute)
(hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerConfig attribute)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughConfig attribute)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
cycle_efficiency_tables (hopp.simulation.technologies.csp.csp_plant.CspPlant attribute)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant attribute)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant attribute)
cycle_generation (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
cycle_nominal_efficiency (hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
(hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
cycle_performance_slope (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
cycle_pumping_losses (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
cycle_required_startup_energy (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
cycle_startup_inventory (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
cycle_thermal_power (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
cycle_thermal_ramp (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
cycle_thermal_rating (hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
D
data (hopp.simulation.technologies.sites.SiteInfo attribute)
dc_ac_ratio (hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
(hopp.simulation.technologies.pv.pv_plant.PVConfig attribute)
(hopp.simulation.technologies.pv.pv_plant.PVPlant property)
dc_degradation (hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVConfig attribute)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
(hopp.simulation.technologies.pv.pv_plant.PVConfig attribute)
(hopp.simulation.technologies.pv.pv_plant.PVPlant property)
debt_payment (hopp.simulation.hybrid_simulation.HybridSimulation property)
(hopp.simulation.technologies.battery.battery.Battery property)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless property)
(hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
(hopp.simulation.technologies.grid.Grid property)
(hopp.simulation.technologies.power_source.PowerSource property)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
(hopp.simulation.technologies.pv.pv_plant.PVPlant property)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant property)
(hopp.simulation.technologies.wind.wind_plant.WindPlant property)
degradation (hopp.simulation.technologies.battery.battery.Battery property)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless property)
(hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
(hopp.simulation.technologies.grid.Grid property)
(hopp.simulation.technologies.power_source.PowerSource property)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
(hopp.simulation.technologies.pv.pv_plant.PVPlant property)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant property)
(hopp.simulation.technologies.wind.wind_plant.WindPlant property)
desired_schedule (hopp.simulation.technologies.sites.SiteInfo attribute)
DetailedPVConfig (class in hopp.simulation.technologies.pv.detailed_pv_plant)
DetailedPVPlant (class in hopp.simulation.technologies.pv.detailed_pv_plant)
device_rated_power (hopp.simulation.technologies.financial.mhk_cost_model.MHKCosts property)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant property)
device_rating_kw (hopp.simulation.technologies.wave.mhk_wave_plant.MHKConfig attribute)
device_spacing (hopp.simulation.technologies.financial.mhk_cost_model.MHKCostModelInputs attribute)
diam_mult_nwe (hopp.simulation.technologies.layout.flicker_mismatch.FlickerMismatch attribute)
diam_mult_s (hopp.simulation.technologies.layout.flicker_mismatch.FlickerMismatch attribute)
discharge_current (hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch property)
discharge_efficiency (hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic property)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic property)
discharge_power (hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic property)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic property)
discount_rate (hopp.simulation.hybrid_simulation.HybridSimulation property)
dispatch (hopp.simulation.technologies.battery.battery.Battery property)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless property)
(hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
(hopp.simulation.technologies.grid.Grid property)
(hopp.simulation.technologies.power_source.PowerSource property)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
(hopp.simulation.technologies.pv.pv_plant.PVPlant property)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant property)
(hopp.simulation.technologies.wind.wind_plant.WindPlant property)
dispatch_block_rule() (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.power_source_dispatch.PowerSourceDispatch static method)
(hopp.simulation.technologies.dispatch.power_sources.pv_dispatch.PvDispatch static method)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.wave_dispatch.WaveDispatch static method)
(hopp.simulation.technologies.dispatch.power_sources.wind_dispatch.WindDispatch static method)
(hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic method)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic method)
dispatch_builder (hopp.simulation.hybrid_simulation.HybridSimulation attribute)
dispatch_factors (hopp.simulation.hybrid_simulation.HybridSimulation property)
(hopp.simulation.technologies.battery.battery.Battery property)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless property)
(hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
(hopp.simulation.technologies.grid.Grid property)
(hopp.simulation.technologies.power_source.PowerSource property)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
(hopp.simulation.technologies.pv.pv_plant.PVPlant property)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant property)
(hopp.simulation.technologies.wind.wind_plant.WindPlant property)
dispatch_I (hopp.simulation.technologies.battery.battery.BatteryOutputs attribute)
dispatch_lifecycles_per_day (hopp.simulation.technologies.battery.battery.BatteryOutputs attribute)
dispatch_options (hopp.simulation.hybrid_simulation.HybridSimulation attribute)
dispatch_P (hopp.simulation.technologies.battery.battery.BatteryOutputs attribute)
dispatch_SOC (hopp.simulation.technologies.battery.battery.BatteryOutputs attribute)
distance_to_shore (hopp.simulation.technologies.financial.mhk_cost_model.MHKCostModelInputs attribute)
E
elec_prices (hopp.simulation.technologies.sites.SiteInfo attribute)
energy_capital_cost (hopp.simulation.technologies.battery.battery.Battery property)
energy_purchases (hopp.simulation.hybrid_simulation.HybridSimulation property)
(hopp.simulation.technologies.battery.battery.Battery property)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless property)
(hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
(hopp.simulation.technologies.grid.Grid property)
(hopp.simulation.technologies.power_source.PowerSource property)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
(hopp.simulation.technologies.pv.pv_plant.PVPlant property)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant property)
(hopp.simulation.technologies.wind.wind_plant.WindPlant property)
energy_sales (hopp.simulation.hybrid_simulation.HybridSimulation property)
(hopp.simulation.technologies.battery.battery.Battery property)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless property)
(hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
(hopp.simulation.technologies.grid.Grid property)
(hopp.simulation.technologies.power_source.PowerSource property)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
(hopp.simulation.technologies.pv.pv_plant.PVPlant property)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant property)
(hopp.simulation.technologies.wind.wind_plant.WindPlant property)
energy_value (hopp.simulation.technologies.battery.battery.Battery property)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless property)
(hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
(hopp.simulation.technologies.grid.Grid property)
(hopp.simulation.technologies.power_source.PowerSource property)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
(hopp.simulation.technologies.pv.pv_plant.PVPlant property)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant property)
(hopp.simulation.technologies.wind.wind_plant.WindPlant property)
energy_values (hopp.simulation.hybrid_simulation.HybridSimulation property)
enforce_power_fraction_simple_bounds() (hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch static method)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic static method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic static method)
estimate_receiver_pumping_parasitic() (hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant static method)
export() (hopp.simulation.hybrid_simulation.HybridSimulation method)
(hopp.simulation.technologies.battery.battery.Battery method)
(hopp.simulation.technologies.battery.battery.BatteryOutputs method)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless method)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStatelessOutputs method)
(hopp.simulation.technologies.csp.csp_plant.CspPlant method)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant method)
(hopp.simulation.technologies.grid.Grid method)
(hopp.simulation.technologies.power_source.PowerSource method)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant method)
(hopp.simulation.technologies.pv.pv_plant.PVPlant method)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant method)
(hopp.simulation.technologies.wind.wind_plant.WindPlant method)
F
federal_depreciation_total (hopp.simulation.technologies.battery.battery.Battery property)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless property)
(hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
(hopp.simulation.technologies.grid.Grid property)
(hopp.simulation.technologies.power_source.PowerSource property)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
(hopp.simulation.technologies.pv.pv_plant.PVPlant property)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant property)
(hopp.simulation.technologies.wind.wind_plant.WindPlant property)
federal_depreciation_totals (hopp.simulation.hybrid_simulation.HybridSimulation property)
federal_taxes (hopp.simulation.hybrid_simulation.HybridSimulation property)
(hopp.simulation.technologies.battery.battery.Battery property)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless property)
(hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
(hopp.simulation.technologies.grid.Grid property)
(hopp.simulation.technologies.power_source.PowerSource property)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
(hopp.simulation.technologies.pv.pv_plant.PVPlant property)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant property)
(hopp.simulation.technologies.wind.wind_plant.WindPlant property)
field_startup_losses (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
field_thermal_rating (hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
field_track_losses (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
field_tracking_power (hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
fin_model (hopp.simulation.technologies.battery.battery.BatteryConfig attribute)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStatelessConfig attribute)
(hopp.simulation.technologies.csp.csp_plant.CspConfig attribute)
(hopp.simulation.technologies.csp.tower_plant.TowerConfig attribute)
(hopp.simulation.technologies.csp.trough_plant.TroughConfig attribute)
(hopp.simulation.technologies.grid.GridConfig attribute)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVConfig attribute)
(hopp.simulation.technologies.pv.pv_plant.PVConfig attribute)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKConfig attribute)
(hopp.simulation.technologies.wind.wind_plant.WindConfig attribute)
fixed_dispatch (hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic property)
FlickerMismatch (class in hopp.simulation.technologies.layout.flicker_mismatch)
floris_config (hopp.simulation.technologies.wind.wind_plant.WindConfig attribute)
follow_desired_schedule (hopp.simulation.technologies.sites.SiteInfo attribute)
footprint_area (hopp.simulation.technologies.battery.battery.Battery property)
(hopp.simulation.technologies.pv.pv_plant.PVPlant property)
from_dict() (hopp.simulation.hybrid_simulation.HybridSimulation class method)
(hopp.simulation.hybrid_simulation.TechnologiesConfig class method)
(hopp.simulation.technologies.battery.battery.Battery class method)
(hopp.simulation.technologies.battery.battery.BatteryConfig class method)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless class method)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStatelessConfig class method)
(hopp.simulation.technologies.csp.csp_plant.CspConfig class method)
(hopp.simulation.technologies.csp.csp_plant.CspPlant class method)
(hopp.simulation.technologies.csp.tower_plant.TowerConfig class method)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant class method)
(hopp.simulation.technologies.csp.trough_plant.TroughConfig class method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant class method)
(hopp.simulation.technologies.financial.mhk_cost_model.MHKCostModelInputs class method)
(hopp.simulation.technologies.financial.mhk_cost_model.MHKCosts class method)
(hopp.simulation.technologies.grid.Grid class method)
(hopp.simulation.technologies.grid.GridConfig class method)
(hopp.simulation.technologies.power_source.PowerSource class method)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVConfig class method)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant class method)
(hopp.simulation.technologies.pv.pv_plant.PVConfig class method)
(hopp.simulation.technologies.pv.pv_plant.PVPlant class method)
(hopp.simulation.technologies.sites.SiteInfo class method)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKConfig class method)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant class method)
(hopp.simulation.technologies.wind.wind_plant.WindConfig class method)
(hopp.simulation.technologies.wind.wind_plant.WindPlant class method)
G
gen (hopp.simulation.technologies.battery.battery.BatteryOutputs attribute)
gen_max_feasible (hopp.simulation.technologies.battery.battery.Battery property)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless property)
(hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
(hopp.simulation.technologies.grid.Grid property)
(hopp.simulation.technologies.power_source.PowerSource property)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
(hopp.simulation.technologies.pv.pv_plant.PVPlant property)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant property)
(hopp.simulation.technologies.wind.wind_plant.WindPlant property)
generate_field() (hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
generation (hopp.simulation.technologies.dispatch.power_sources.power_source_dispatch.PowerSourceDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.pv_dispatch.PvDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.wave_dispatch.WaveDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.wind_dispatch.WindDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic property)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic property)
generation_curtailed (hopp.simulation.technologies.grid.Grid property)
generation_profile (hopp.simulation.hybrid_simulation.HybridSimulation property)
(hopp.simulation.technologies.battery.battery.Battery property)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless property)
(hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
(hopp.simulation.technologies.grid.Grid property)
(hopp.simulation.technologies.power_source.PowerSource property)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
(hopp.simulation.technologies.pv.pv_plant.PVPlant property)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant property)
(hopp.simulation.technologies.wind.wind_plant.WindPlant property)
generation_profile_pre_curtailment (hopp.simulation.technologies.grid.Grid property)
generation_profile_wo_battery (hopp.simulation.technologies.grid.Grid property)
get_construction_financing_cost() (hopp.simulation.technologies.csp.csp_plant.CspPlant method)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant method)
get_cp_htf() (hopp.simulation.technologies.csp.csp_plant.CspPlant method)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant method)
get_cycle_design_mass_flow() (hopp.simulation.technologies.csp.csp_plant.CspPlant method)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant method)
get_cycle_load() (hopp.simulation.technologies.csp.csp_plant.CspPlant method)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant method)
get_density_htf() (hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
get_design_storage_mass() (hopp.simulation.technologies.csp.csp_plant.CspPlant method)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant method)
get_inverter() (hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant method)
get_model_defaults() (hopp.simulation.hybrid_simulation.HybridSimulation class method)
(hopp.simulation.hybrid_simulation.TechnologiesConfig class method)
(hopp.simulation.technologies.battery.battery.Battery class method)
(hopp.simulation.technologies.battery.battery.BatteryConfig class method)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless class method)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStatelessConfig class method)
(hopp.simulation.technologies.csp.csp_plant.CspConfig class method)
(hopp.simulation.technologies.csp.csp_plant.CspPlant class method)
(hopp.simulation.technologies.csp.tower_plant.TowerConfig class method)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant class method)
(hopp.simulation.technologies.csp.trough_plant.TroughConfig class method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant class method)
(hopp.simulation.technologies.financial.mhk_cost_model.MHKCostModelInputs class method)
(hopp.simulation.technologies.financial.mhk_cost_model.MHKCosts class method)
(hopp.simulation.technologies.grid.Grid class method)
(hopp.simulation.technologies.grid.GridConfig class method)
(hopp.simulation.technologies.power_source.PowerSource class method)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVConfig class method)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant class method)
(hopp.simulation.technologies.pv.pv_plant.PVConfig class method)
(hopp.simulation.technologies.pv.pv_plant.PVPlant class method)
(hopp.simulation.technologies.sites.SiteInfo class method)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKConfig class method)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant class method)
(hopp.simulation.technologies.wind.wind_plant.WindConfig class method)
(hopp.simulation.technologies.wind.wind_plant.WindPlant class method)
get_module_attribs() (in module hopp.simulation.technologies.layout.pv_module)
get_plant_state_io_map() (hopp.simulation.technologies.csp.csp_plant.CspPlant static method)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant static method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant static method)
get_pv_module() (hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant method)
get_receiver_design_mass_flow() (hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
get_start_datetime_by_hour() (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch static method)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch static method)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch static method)
get_start_end_datetime() (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch static method)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch static method)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch static method)
get_sun_pos() (in module hopp.simulation.technologies.layout.shadow_flicker)
get_tes_soc() (hopp.simulation.technologies.csp.csp_plant.CspPlant method)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant method)
get_time_zone() (in module hopp.simulation.technologies.layout.shadow_flicker)
get_turb_pos_indices() (hopp.simulation.technologies.layout.flicker_mismatch.FlickerMismatch static method)
get_turb_site() (hopp.simulation.technologies.layout.flicker_mismatch.FlickerMismatch static method)
get_turbine_grid_shadow() (in module hopp.simulation.technologies.layout.shadow_flicker)
get_turbine_shadow_polygons() (in module hopp.simulation.technologies.layout.shadow_flicker)
get_turbine_shadows_timeseries() (in module hopp.simulation.technologies.layout.shadow_flicker)
get_visc_htf() (hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
Grid (class in hopp.simulation.technologies.grid)
grid (hopp.simulation.hybrid_simulation.HybridSimulation attribute)
(hopp.simulation.hybrid_simulation.TechnologiesConfig attribute)
grid_resource_file (hopp.simulation.technologies.sites.SiteInfo attribute)
GridConfig (class in hopp.simulation.technologies.grid)
H
HeuristicLoadFollowingDispatch (class in hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch)
hopp.simulation.technologies.layout.pv_module
module
hopp.simulation.technologies.layout.shadow_flicker
module
HoppInterface (class in hopp.simulation.hopp_interface)
htf_cold_design_temperature (hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
htf_hot_design_temperature (hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
hub_height (hopp.simulation.technologies.sites.SiteInfo attribute)
(hopp.simulation.technologies.wind.wind_plant.WindConfig attribute)
hybrid_simulation_outputs() (hopp.simulation.hybrid_simulation.HybridSimulation method)
HybridDispatchOptions (class in hopp.simulation.technologies.dispatch.hybrid_dispatch_options)
HybridSimulation (class in hopp.simulation.hybrid_simulation)
HybridSimulationOutput (class in hopp.simulation.hybrid_simulation)
I
I (hopp.simulation.technologies.battery.battery.BatteryOutputs attribute)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStatelessOutputs attribute)
import_financial_model() (hopp.simulation.technologies.battery.battery.Battery static method)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless static method)
(hopp.simulation.technologies.csp.csp_plant.CspPlant static method)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant static method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant static method)
(hopp.simulation.technologies.grid.Grid static method)
(hopp.simulation.technologies.power_source.PowerSource static method)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant static method)
(hopp.simulation.technologies.pv.pv_plant.PVPlant static method)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant static method)
(hopp.simulation.technologies.wind.wind_plant.WindPlant static method)
incur_cycle_start (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
incur_field_start (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
initial_cycle_startup_inventory (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
initial_cycle_thermal_power (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
initial_receiver_startup_inventory (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
initial_SOC (hopp.simulation.technologies.battery.battery.BatteryConfig attribute)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless attribute)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStatelessConfig attribute)
initial_soc (hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic property)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic property)
initial_tes_hot_mass_fraction (hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
initial_thermal_energy_storage (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
initialize() (hopp.simulation.technologies.financial.mhk_cost_model.MHKCosts method)
initialize_financial_values() (hopp.simulation.technologies.battery.battery.Battery method)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless method)
(hopp.simulation.technologies.csp.csp_plant.CspPlant method)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant method)
(hopp.simulation.technologies.grid.Grid method)
(hopp.simulation.technologies.power_source.PowerSource method)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant method)
(hopp.simulation.technologies.pv.pv_plant.PVPlant method)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant method)
(hopp.simulation.technologies.wind.wind_plant.WindPlant method)
initialize_parameters() (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.power_source_dispatch.PowerSourceDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.pv_dispatch.PvDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.wave_dispatch.WaveDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.wind_dispatch.WindDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic method)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic method)
initialize_params() (hopp.simulation.technologies.csp.csp_plant.CspPlant method)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant method)
insurance_expense (hopp.simulation.technologies.battery.battery.Battery property)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless property)
(hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
(hopp.simulation.technologies.grid.Grid property)
(hopp.simulation.technologies.power_source.PowerSource property)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
(hopp.simulation.technologies.pv.pv_plant.PVPlant property)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant property)
(hopp.simulation.technologies.wind.wind_plant.WindPlant property)
insurance_expenses (hopp.simulation.hybrid_simulation.HybridSimulation property)
interconnect_kw (hopp.simulation.hybrid_simulation.HybridSimulation property)
(hopp.simulation.technologies.grid.Grid property)
(hopp.simulation.technologies.grid.GridConfig attribute)
internal_rate_of_return (hopp.simulation.technologies.battery.battery.Battery property)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless property)
(hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
(hopp.simulation.technologies.grid.Grid property)
(hopp.simulation.technologies.power_source.PowerSource property)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
(hopp.simulation.technologies.pv.pv_plant.PVPlant property)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant property)
(hopp.simulation.technologies.wind.wind_plant.WindPlant property)
internal_rate_of_returns (hopp.simulation.hybrid_simulation.HybridSimulation property)
internal_resistance (hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch property)
interpret_user_defined_cycle_data() (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch static method)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch static method)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch static method)
interval (hopp.simulation.technologies.sites.SiteInfo attribute)
inv_eff (hopp.simulation.technologies.pv.pv_plant.PVConfig attribute)
(hopp.simulation.technologies.pv.pv_plant.PVPlant property)
inverter_power (hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
is_charging (hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic property)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic property)
is_cycle_generating (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
is_cycle_generating_initial (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
is_cycle_starting (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
is_cycle_starting_initial (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
is_discharging (hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic property)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic property)
is_field_generating (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
is_field_generating_initial (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
is_field_starting (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
is_field_starting_initial (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
items() (hopp.simulation.hybrid_simulation.HybridSimulationOutput method)
K
keys() (hopp.simulation.hybrid_simulation.HybridSimulationOutput method)
kml_data (hopp.simulation.technologies.sites.SiteInfo attribute)
kml_read() (hopp.simulation.technologies.sites.SiteInfo static method)
kml_write() (hopp.simulation.technologies.sites.SiteInfo method)
L
lat (hopp.simulation.technologies.sites.SiteInfo attribute)
layout_mode (hopp.simulation.technologies.wind.wind_plant.WindConfig attribute)
layout_model (hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVConfig attribute)
(hopp.simulation.technologies.pv.pv_plant.PVConfig attribute)
layout_params (hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVConfig attribute)
(hopp.simulation.technologies.pv.pv_plant.PVConfig attribute)
(hopp.simulation.technologies.wind.wind_plant.WindConfig attribute)
lcoe_nom (hopp.simulation.hybrid_simulation.HybridSimulation property)
lcoe_real (hopp.simulation.hybrid_simulation.HybridSimulation property)
levelized_cost_of_energy_nominal (hopp.simulation.technologies.battery.battery.Battery property)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless property)
(hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
(hopp.simulation.technologies.grid.Grid property)
(hopp.simulation.technologies.power_source.PowerSource property)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
(hopp.simulation.technologies.pv.pv_plant.PVPlant property)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant property)
(hopp.simulation.technologies.wind.wind_plant.WindPlant property)
levelized_cost_of_energy_real (hopp.simulation.technologies.battery.battery.Battery property)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless property)
(hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
(hopp.simulation.technologies.grid.Grid property)
(hopp.simulation.technologies.power_source.PowerSource property)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
(hopp.simulation.technologies.pv.pv_plant.PVPlant property)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant property)
(hopp.simulation.technologies.wind.wind_plant.WindPlant property)
library_or_input_wec (hopp.simulation.technologies.financial.mhk_cost_model.MHKCosts property)
lifecycle_cost (hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic property)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic property)
lifecycle_cost_per_kWh_cycle (hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic property)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic property)
lifecycles (hopp.simulation.technologies.battery.battery_stateless.BatteryStateless property)
(hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic property)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic property)
lifecycles_per_day (hopp.simulation.technologies.battery.battery_stateless.BatteryStatelessOutputs attribute)
logger (hopp.simulation.hybrid_simulation.HybridSimulation property)
(hopp.simulation.hybrid_simulation.TechnologiesConfig property)
(hopp.simulation.technologies.battery.battery.Battery property)
(hopp.simulation.technologies.battery.battery.BatteryConfig property)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless property)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStatelessConfig property)
(hopp.simulation.technologies.csp.csp_plant.CspConfig property)
(hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerConfig property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughConfig property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
(hopp.simulation.technologies.financial.mhk_cost_model.MHKCostModelInputs property)
(hopp.simulation.technologies.financial.mhk_cost_model.MHKCosts property)
(hopp.simulation.technologies.grid.Grid property)
(hopp.simulation.technologies.grid.GridConfig property)
(hopp.simulation.technologies.power_source.PowerSource property)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVConfig property)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
(hopp.simulation.technologies.pv.pv_plant.PVConfig property)
(hopp.simulation.technologies.pv.pv_plant.PVPlant property)
(hopp.simulation.technologies.sites.SiteInfo property)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKConfig property)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant property)
(hopp.simulation.technologies.wind.wind_plant.WindConfig property)
(hopp.simulation.technologies.wind.wind_plant.WindPlant property)
lon (hopp.simulation.technologies.sites.SiteInfo attribute)
loss_additional (hopp.simulation.technologies.wave.mhk_wave_plant.MHKConfig attribute)
loss_array_spacing (hopp.simulation.technologies.wave.mhk_wave_plant.MHKConfig attribute)
loss_downtime (hopp.simulation.technologies.wave.mhk_wave_plant.MHKConfig attribute)
loss_resource_overprediction (hopp.simulation.technologies.wave.mhk_wave_plant.MHKConfig attribute)
loss_transmission (hopp.simulation.technologies.wave.mhk_wave_plant.MHKConfig attribute)
losses (hopp.simulation.technologies.pv.pv_plant.PVConfig attribute)
(hopp.simulation.technologies.pv.pv_plant.PVPlant property)
M
max_gross_profit_objective() (hopp.simulation.technologies.dispatch.power_sources.pv_dispatch.PvDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.wave_dispatch.WaveDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.wind_dispatch.WindDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic method)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic method)
maximum_charge_current (hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch property)
maximum_cycle_power (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
maximum_cycle_thermal_power (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
maximum_discharge_current (hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch property)
maximum_power (hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic property)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic property)
maximum_SOC (hopp.simulation.technologies.battery.battery.BatteryConfig attribute)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless attribute)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStatelessConfig attribute)
maximum_soc (hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic property)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic property)
mhk_config (hopp.simulation.technologies.financial.mhk_cost_model.MHKCosts attribute)
mhk_costs (hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant attribute)
MHKConfig (class in hopp.simulation.technologies.wave.mhk_wave_plant)
MHKCostModelInputs (class in hopp.simulation.technologies.financial.mhk_cost_model)
MHKCosts (class in hopp.simulation.technologies.financial.mhk_cost_model)
MHKWavePlant (class in hopp.simulation.technologies.wave.mhk_wave_plant)
min_operating_cost_objective() (hopp.simulation.technologies.dispatch.power_sources.pv_dispatch.PvDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.wave_dispatch.WaveDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.wind_dispatch.WindDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic method)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic method)
min_receiver_start_time (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
minimum_charge_current (hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch property)
minimum_cycle_thermal_power (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
minimum_discharge_current (hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch property)
minimum_power (hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic property)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic property)
minimum_receiver_power (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
minimum_receiver_power_fraction (hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
minimum_SOC (hopp.simulation.technologies.battery.battery.BatteryConfig attribute)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless attribute)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStatelessConfig attribute)
minimum_soc (hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic property)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic property)
missed_load (hopp.simulation.technologies.grid.Grid attribute)
missed_load_percentage (hopp.simulation.technologies.grid.Grid attribute)
model (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.power_source_dispatch.PowerSourceDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.pv_dispatch.PvDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.wave_dispatch.WaveDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.wind_dispatch.WindDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic property)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic property)
model_input_file (hopp.simulation.technologies.wind.wind_plant.WindConfig attribute)
model_name (hopp.simulation.technologies.wind.wind_plant.WindConfig attribute)
modify_coordinates() (hopp.simulation.technologies.wind.wind_plant.WindPlant method)
modify_powercurve() (hopp.simulation.technologies.wind.wind_plant.WindPlant method)
module
hopp.simulation.technologies.layout.pv_module
hopp.simulation.technologies.layout.shadow_flicker
module_height (hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
module_length (hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
module_power (hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
module_specs (hopp.simulation.technologies.battery.battery.Battery attribute)
module_type (hopp.simulation.technologies.pv.pv_plant.PVPlant property)
module_unit_mass (hopp.simulation.technologies.pv.pv_plant.PVConfig attribute)
module_width (hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
modules_per_string (hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
N
n_cycles (hopp.simulation.technologies.battery.battery.BatteryOutputs attribute)
n_hours (hopp.simulation.technologies.layout.flicker_mismatch.FlickerMismatch attribute)
n_inverters (hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
n_periods_per_day (hopp.simulation.technologies.sites.SiteInfo attribute)
n_strings (hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
n_timesteps (hopp.simulation.technologies.sites.SiteInfo attribute)
name (hopp.simulation.technologies.csp.csp_plant.CspConfig attribute)
(hopp.simulation.technologies.csp.tower_plant.TowerConfig attribute)
(hopp.simulation.technologies.csp.trough_plant.TroughConfig attribute)
(hopp.simulation.technologies.power_source.PowerSource attribute)
net_present_value (hopp.simulation.technologies.battery.battery.Battery property)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless property)
(hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
(hopp.simulation.technologies.grid.Grid property)
(hopp.simulation.technologies.power_source.PowerSource property)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
(hopp.simulation.technologies.pv.pv_plant.PVPlant property)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant property)
(hopp.simulation.technologies.wind.wind_plant.WindPlant property)
net_present_values (hopp.simulation.hybrid_simulation.HybridSimulation property)
nominal_energy (hopp.simulation.technologies.battery.battery_stateless.BatteryStateless property)
NonConvexLinearVoltageBatteryDispatch (class in hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch)
num_devices (hopp.simulation.technologies.wave.mhk_wave_plant.MHKConfig attribute)
num_turbines (hopp.simulation.technologies.wind.wind_plant.WindConfig attribute)
(hopp.simulation.technologies.wind.wind_plant.WindPlant property)
number_devices (hopp.simulation.technologies.financial.mhk_cost_model.MHKCosts property)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant property)
number_of_reflector_units (hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
number_rows (hopp.simulation.technologies.financial.mhk_cost_model.MHKCostModelInputs attribute)
numberHours (hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant property)
O
om_capacity (hopp.simulation.technologies.battery.battery.Battery property)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless property)
(hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
(hopp.simulation.technologies.grid.Grid property)
(hopp.simulation.technologies.power_source.PowerSource property)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
(hopp.simulation.technologies.pv.pv_plant.PVPlant property)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant property)
(hopp.simulation.technologies.wind.wind_plant.WindPlant property)
om_capacity_expense (hopp.simulation.technologies.battery.battery.Battery property)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless property)
(hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
(hopp.simulation.technologies.grid.Grid property)
(hopp.simulation.technologies.power_source.PowerSource property)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
(hopp.simulation.technologies.pv.pv_plant.PVPlant property)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant property)
(hopp.simulation.technologies.wind.wind_plant.WindPlant property)
om_capacity_expenses (hopp.simulation.hybrid_simulation.HybridSimulation property)
om_fixed (hopp.simulation.technologies.battery.battery.Battery property)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless property)
(hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
(hopp.simulation.technologies.grid.Grid property)
(hopp.simulation.technologies.power_source.PowerSource property)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
(hopp.simulation.technologies.pv.pv_plant.PVPlant property)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant property)
(hopp.simulation.technologies.wind.wind_plant.WindPlant property)
om_fixed_expense (hopp.simulation.technologies.battery.battery.Battery property)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless property)
(hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
(hopp.simulation.technologies.grid.Grid property)
(hopp.simulation.technologies.power_source.PowerSource property)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
(hopp.simulation.technologies.pv.pv_plant.PVPlant property)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant property)
(hopp.simulation.technologies.wind.wind_plant.WindPlant property)
om_fixed_expenses (hopp.simulation.hybrid_simulation.HybridSimulation property)
om_production (hopp.simulation.hybrid_simulation.HybridSimulation property)
(hopp.simulation.technologies.battery.battery.Battery property)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless property)
(hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
(hopp.simulation.technologies.grid.Grid property)
(hopp.simulation.technologies.power_source.PowerSource property)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
(hopp.simulation.technologies.pv.pv_plant.PVPlant property)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant property)
(hopp.simulation.technologies.wind.wind_plant.WindPlant property)
om_total_expense (hopp.simulation.technologies.battery.battery.Battery property)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless property)
(hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
(hopp.simulation.technologies.grid.Grid property)
(hopp.simulation.technologies.power_source.PowerSource property)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
(hopp.simulation.technologies.pv.pv_plant.PVPlant property)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant property)
(hopp.simulation.technologies.wind.wind_plant.WindPlant property)
om_total_expenses (hopp.simulation.hybrid_simulation.HybridSimulation property)
om_variable (hopp.simulation.technologies.battery.battery.Battery property)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless property)
(hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
(hopp.simulation.technologies.grid.Grid property)
(hopp.simulation.technologies.power_source.PowerSource property)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
(hopp.simulation.technologies.pv.pv_plant.PVPlant property)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant property)
(hopp.simulation.technologies.wind.wind_plant.WindPlant property)
om_variable_expense (hopp.simulation.technologies.battery.battery.Battery property)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless property)
(hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
(hopp.simulation.technologies.grid.Grid property)
(hopp.simulation.technologies.power_source.PowerSource property)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
(hopp.simulation.technologies.pv.pv_plant.PVPlant property)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant property)
(hopp.simulation.technologies.wind.wind_plant.WindPlant property)
om_variable_expenses (hopp.simulation.hybrid_simulation.HybridSimulation property)
OneCycleBatteryDispatchHeuristic (class in hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic)
operational_losses (hopp.simulation.technologies.wind.wind_plant.WindConfig attribute)
optimize_field_and_tower() (hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
optimize_field_before_sim (hopp.simulation.technologies.csp.tower_plant.TowerConfig attribute)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant attribute)
outputs (hopp.simulation.technologies.battery.battery.Battery attribute)
(hopp.simulation.technologies.csp.csp_plant.CspPlant attribute)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant attribute)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant attribute)
P
P (hopp.simulation.technologies.battery.battery.BatteryOutputs attribute)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStatelessOutputs attribute)
param_file_paths() (hopp.simulation.technologies.csp.csp_plant.CspPlant method)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant method)
param_files (hopp.simulation.technologies.csp.csp_plant.CspPlant attribute)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant attribute)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant attribute)
parse_input() (hopp.simulation.hopp_interface.HoppInterface method)
parse_output() (hopp.simulation.hopp_interface.HoppInterface method)
periodic (hopp.simulation.technologies.layout.flicker_mismatch.FlickerMismatch attribute)
plant_state (hopp.simulation.technologies.csp.csp_plant.CspPlant attribute)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant attribute)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant attribute)
plot() (hopp.simulation.technologies.battery.battery.Battery method)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless method)
(hopp.simulation.technologies.csp.csp_plant.CspPlant method)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant method)
(hopp.simulation.technologies.grid.Grid method)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant method)
(hopp.simulation.technologies.pv.pv_plant.PVPlant method)
(hopp.simulation.technologies.sites.SiteInfo method)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant method)
(hopp.simulation.technologies.wind.wind_plant.WindPlant method)
plot_on_site() (hopp.simulation.technologies.layout.flicker_mismatch.FlickerMismatch method)
polygon (hopp.simulation.technologies.sites.SiteInfo attribute)
power (hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic property)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic property)
power_capital_cost (hopp.simulation.technologies.battery.battery.Battery property)
PowerSource (class in hopp.simulation.technologies.power_source)
PowerSourceDispatch (class in hopp.simulation.technologies.dispatch.power_sources.power_source_dispatch)
PowerStorageDispatch (class in hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch)
ppa_price (hopp.simulation.hybrid_simulation.HybridSimulation property)
(hopp.simulation.technologies.battery.battery.Battery property)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless property)
(hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
(hopp.simulation.technologies.grid.Grid property)
(hopp.simulation.technologies.grid.GridConfig attribute)
(hopp.simulation.technologies.power_source.PowerSource property)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
(hopp.simulation.technologies.pv.pv_plant.PVPlant property)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant property)
(hopp.simulation.technologies.wind.wind_plant.WindPlant property)
prices (hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic property)
print_output() (hopp.simulation.hopp_interface.HoppInterface method)
processed_assign() (hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant method)
pv (hopp.simulation.hybrid_simulation.HybridSimulation attribute)
(hopp.simulation.hybrid_simulation.TechnologiesConfig attribute)
pv_obj (hopp.simulation.technologies.dispatch.power_sources.pv_dispatch.PvDispatch attribute)
PVConfig (class in hopp.simulation.technologies.pv.pv_plant)
PvDispatch (class in hopp.simulation.technologies.dispatch.power_sources.pv_dispatch)
PVPlant (class in hopp.simulation.technologies.pv.pv_plant)
Q
Q (hopp.simulation.technologies.battery.battery.BatteryOutputs attribute)
R
rating_range_kw (hopp.simulation.technologies.wind.wind_plant.WindConfig attribute)
real_charge_current_soc (hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch property)
real_discharge_current_soc (hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch property)
receiver_pumping_losses (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
receiver_required_startup_energy (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
receiver_startup_consumption (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
receiver_startup_fraction (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
receiver_startup_inventory (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
receiver_thermal_power (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
ref_model_num (hopp.simulation.technologies.financial.mhk_cost_model.MHKCosts property)
reference_model_num (hopp.simulation.technologies.financial.mhk_cost_model.MHKCostModelInputs attribute)
reinitialize() (hopp.simulation.hopp_interface.HoppInterface method)
replacement_costs (hopp.simulation.technologies.battery.battery.Battery property)
rotor_diameter (hopp.simulation.technologies.wind.wind_plant.WindConfig attribute)
(hopp.simulation.technologies.wind.wind_plant.WindPlant property)
round_trip_efficiency (hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic property)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic property)
row_spacing (hopp.simulation.technologies.financial.mhk_cost_model.MHKCostModelInputs attribute)
run_parallel() (hopp.simulation.technologies.layout.flicker_mismatch.FlickerMismatch method)
run_year_for_max_thermal_gen() (hopp.simulation.technologies.csp.csp_plant.CspPlant method)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant method)
S
scale_input_params (hopp.simulation.technologies.csp.tower_plant.TowerConfig attribute)
scale_params() (hopp.simulation.technologies.csp.csp_plant.CspPlant method)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant method)
schedule_curtailed (hopp.simulation.technologies.grid.Grid attribute)
schedule_curtailed_percentage (hopp.simulation.technologies.grid.Grid attribute)
seconds_since_newyear() (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch static method)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch static method)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch static method)
set_ambient_temperature_cycle_parameters() (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch method)
set_cycle_ambient_corrections() (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch method)
set_cycle_efficiency_tables() (hopp.simulation.technologies.csp.csp_plant.CspPlant method)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant method)
set_cycle_load() (hopp.simulation.technologies.csp.csp_plant.CspPlant method)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant method)
set_cycle_state() (hopp.simulation.technologies.csp.csp_plant.CspPlant method)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant method)
set_dispatch_targets() (hopp.simulation.technologies.csp.csp_plant.CspPlant method)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant method)
set_fixed_dispatch() (hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic method)
set_initial_plant_state() (hopp.simulation.technologies.csp.csp_plant.CspPlant method)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant method)
set_inverter() (hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant method)
set_linearized_cycle_part_load_params() (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch method)
set_module_attribs() (in module hopp.simulation.technologies.layout.pv_module)
set_om_costs() (hopp.simulation.hybrid_simulation.HybridSimulation method)
set_overnight_capital_cost() (hopp.simulation.technologies.battery.battery.Battery method)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless method)
(hopp.simulation.technologies.csp.csp_plant.CspPlant method)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant method)
(hopp.simulation.technologies.grid.Grid method)
(hopp.simulation.technologies.power_source.PowerSource method)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant method)
(hopp.simulation.technologies.pv.pv_plant.PVPlant method)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant method)
(hopp.simulation.technologies.wind.wind_plant.WindPlant method)
set_params_from_files() (hopp.simulation.technologies.csp.csp_plant.CspPlant method)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant method)
set_part_load_cycle_parameters() (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch method)
set_plant_state_from_ssc_outputs() (hopp.simulation.technologies.csp.csp_plant.CspPlant method)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant method)
set_pv_module() (hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant method)
set_receiver_require_startup_time_fraction() (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch method)
set_solar_thermal_resource() (hopp.simulation.technologies.csp.csp_plant.CspPlant method)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant method)
set_tes_soc() (hopp.simulation.technologies.csp.csp_plant.CspPlant method)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant method)
set_weather() (hopp.simulation.technologies.csp.csp_plant.CspPlant method)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant method)
setup_performance_model() (hopp.simulation.technologies.battery.battery.Battery method)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless method)
(hopp.simulation.technologies.csp.csp_plant.CspPlant method)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant method)
(hopp.simulation.technologies.grid.Grid method)
(hopp.simulation.technologies.power_source.PowerSource method)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant method)
(hopp.simulation.technologies.pv.pv_plant.PVPlant method)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant method)
(hopp.simulation.technologies.wind.wind_plant.WindPlant method)
setup_performance_models() (hopp.simulation.hybrid_simulation.HybridSimulation method)
setup_system_model() (hopp.simulation.technologies.battery.battery.Battery method)
shadow_cast_over_panel() (in module hopp.simulation.technologies.layout.shadow_flicker)
shadow_over_module_cells() (in module hopp.simulation.technologies.layout.shadow_flicker)
SimpleBatteryDispatch (class in hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch)
SimpleBatteryDispatchHeuristic (class in hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic)
simulate() (hopp.simulation.hopp_interface.HoppInterface method)
(hopp.simulation.hybrid_simulation.HybridSimulation method)
(hopp.simulation.technologies.battery.battery.Battery method)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless method)
(hopp.simulation.technologies.csp.csp_plant.CspPlant method)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant method)
(hopp.simulation.technologies.grid.Grid method)
(hopp.simulation.technologies.power_source.PowerSource method)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant method)
(hopp.simulation.technologies.pv.pv_plant.PVPlant method)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant method)
(hopp.simulation.technologies.wind.wind_plant.WindPlant method)
simulate_costs() (hopp.simulation.technologies.financial.mhk_cost_model.MHKCosts method)
simulate_financials() (hopp.simulation.hybrid_simulation.HybridSimulation method)
(hopp.simulation.technologies.battery.battery.Battery method)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless method)
(hopp.simulation.technologies.csp.csp_plant.CspPlant method)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant method)
(hopp.simulation.technologies.grid.Grid method)
(hopp.simulation.technologies.power_source.PowerSource method)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant method)
(hopp.simulation.technologies.pv.pv_plant.PVPlant method)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant method)
(hopp.simulation.technologies.wind.wind_plant.WindPlant method)
simulate_grid_connection() (hopp.simulation.technologies.grid.Grid method)
simulate_power() (hopp.simulation.hybrid_simulation.HybridSimulation method)
(hopp.simulation.technologies.battery.battery.Battery method)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless method)
(hopp.simulation.technologies.csp.csp_plant.CspPlant method)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant method)
(hopp.simulation.technologies.grid.Grid method)
(hopp.simulation.technologies.power_source.PowerSource method)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant method)
(hopp.simulation.technologies.pv.pv_plant.PVPlant method)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant method)
(hopp.simulation.technologies.wind.wind_plant.WindPlant method)
simulate_with_dispatch() (hopp.simulation.technologies.battery.battery.Battery method)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless method)
(hopp.simulation.technologies.csp.csp_plant.CspPlant method)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant method)
simulation_options (hopp.simulation.hybrid_simulation.HybridSimulation attribute)
site (hopp.simulation.hybrid_simulation.HybridSimulation attribute)
(hopp.simulation.technologies.battery.battery.Battery attribute)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless attribute)
(hopp.simulation.technologies.csp.csp_plant.CspPlant attribute)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant attribute)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant attribute)
(hopp.simulation.technologies.grid.Grid attribute)
(hopp.simulation.technologies.power_source.PowerSource attribute)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant attribute)
(hopp.simulation.technologies.pv.pv_plant.PVPlant attribute)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant attribute)
(hopp.simulation.technologies.wind.wind_plant.WindPlant attribute)
SiteInfo (class in hopp.simulation.technologies.sites)
SOC (hopp.simulation.technologies.battery.battery.BatteryOutputs attribute)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless property)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStatelessOutputs attribute)
soc (hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic property)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic property)
solar (hopp.simulation.technologies.sites.SiteInfo attribute)
solar_multiple (hopp.simulation.technologies.csp.csp_plant.CspConfig attribute)
(hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerConfig attribute)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughConfig attribute)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
solar_resource (hopp.simulation.technologies.sites.SiteInfo attribute)
solar_resource_file (hopp.simulation.technologies.sites.SiteInfo attribute)
solar_thermal_resource (hopp.simulation.technologies.csp.csp_plant.CspPlant attribute)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant attribute)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant attribute)
spe_power() (in module hopp.simulation.technologies.layout.pv_module)
ssc (hopp.simulation.technologies.csp.csp_plant.CspPlant attribute)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant attribute)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant attribute)
steps_per_hour (hopp.simulation.technologies.layout.flicker_mismatch.FlickerMismatch attribute)
storage_capacity (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
store_dispatch_outputs() (hopp.simulation.technologies.csp.csp_plant.CspOutputs method)
subarray1_modules_per_string (hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
subarray1_nstrings (hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
system (hopp.simulation.hopp_interface.HoppInterface property)
system_capacity (hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
system_capacity_by_num_devices() (hopp.simulation.technologies.financial.mhk_cost_model.MHKCosts method)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant method)
system_capacity_by_num_turbines() (hopp.simulation.technologies.wind.wind_plant.WindPlant method)
system_capacity_by_rating() (hopp.simulation.technologies.wind.wind_plant.WindPlant method)
system_capacity_kw (hopp.simulation.hybrid_simulation.HybridSimulation property)
(hopp.simulation.technologies.battery.battery.Battery property)
(hopp.simulation.technologies.battery.battery.BatteryConfig attribute)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless property)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStatelessConfig attribute)
(hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
(hopp.simulation.technologies.financial.mhk_cost_model.MHKCosts property)
(hopp.simulation.technologies.grid.Grid property)
(hopp.simulation.technologies.power_source.PowerSource property)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVConfig attribute)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
(hopp.simulation.technologies.pv.pv_plant.PVConfig attribute)
(hopp.simulation.technologies.pv.pv_plant.PVPlant property)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant property)
(hopp.simulation.technologies.wind.wind_plant.WindPlant property)
system_capacity_kwh (hopp.simulation.technologies.battery.battery.Battery property)
(hopp.simulation.technologies.battery.battery.BatteryConfig attribute)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless property)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStatelessConfig attribute)
system_capacity_voltage (hopp.simulation.technologies.battery.battery.Battery property)
system_load (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
system_mass (hopp.simulation.technologies.battery.battery.Battery property)
(hopp.simulation.technologies.pv.pv_plant.PVPlant property)
system_nameplate_mw (hopp.simulation.hybrid_simulation.HybridSimulation property)
(hopp.simulation.technologies.battery.battery.Battery property)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless property)
(hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
(hopp.simulation.technologies.grid.Grid property)
(hopp.simulation.technologies.power_source.PowerSource property)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
(hopp.simulation.technologies.pv.pv_plant.PVPlant property)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant property)
(hopp.simulation.technologies.wind.wind_plant.WindPlant property)
system_voltage_volts (hopp.simulation.technologies.battery.battery.Battery property)
T
T_batt (hopp.simulation.technologies.battery.battery.BatteryOutputs attribute)
tax_incentives (hopp.simulation.hybrid_simulation.HybridSimulation property)
(hopp.simulation.technologies.battery.battery.Battery property)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless property)
(hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
(hopp.simulation.technologies.grid.Grid property)
(hopp.simulation.technologies.power_source.PowerSource property)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
(hopp.simulation.technologies.pv.pv_plant.PVPlant property)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant property)
(hopp.simulation.technologies.wind.wind_plant.WindPlant property)
tech_config (hopp.simulation.hybrid_simulation.HybridSimulation attribute)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVConfig attribute)
tech_name (hopp.simulation.technologies.csp.csp_plant.CspConfig attribute)
(hopp.simulation.technologies.csp.tower_plant.TowerConfig attribute)
(hopp.simulation.technologies.csp.trough_plant.TroughConfig attribute)
technologies (hopp.simulation.hybrid_simulation.HybridSimulation attribute)
TechnologiesConfig (class in hopp.simulation.hybrid_simulation)
tes_capacity (hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
tes_hours (hopp.simulation.technologies.csp.csp_plant.CspConfig attribute)
(hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerConfig attribute)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughConfig attribute)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
test_soc_feasibility() (hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic method)
thermal_energy_storage (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
time_duration (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch property)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic property)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic property)
timestep (hopp.simulation.technologies.wind.wind_plant.WindConfig attribute)
tmy3_to_df() (hopp.simulation.technologies.csp.csp_plant.CspPlant method)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant method)
total_gen_max_feasible_year1 (hopp.simulation.technologies.grid.Grid attribute)
total_installed_cost (hopp.simulation.technologies.battery.battery.Battery property)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless property)
(hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
(hopp.simulation.technologies.grid.Grid property)
(hopp.simulation.technologies.power_source.PowerSource property)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
(hopp.simulation.technologies.pv.pv_plant.PVPlant property)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant property)
(hopp.simulation.technologies.wind.wind_plant.WindPlant property)
total_revenue (hopp.simulation.technologies.battery.battery.Battery property)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless property)
(hopp.simulation.technologies.csp.csp_plant.CspPlant property)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant property)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant property)
(hopp.simulation.technologies.grid.Grid property)
(hopp.simulation.technologies.power_source.PowerSource property)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant property)
(hopp.simulation.technologies.pv.pv_plant.PVPlant property)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant property)
(hopp.simulation.technologies.wind.wind_plant.WindPlant property)
total_revenues (hopp.simulation.hybrid_simulation.HybridSimulation property)
tower (hopp.simulation.hybrid_simulation.HybridSimulation attribute)
(hopp.simulation.hybrid_simulation.TechnologiesConfig attribute)
tower_obj (hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch attribute)
TowerConfig (class in hopp.simulation.technologies.csp.tower_plant)
TowerDispatch (class in hopp.simulation.technologies.dispatch.power_sources.tower_dispatch)
TowerPlant (class in hopp.simulation.technologies.csp.tower_plant)
tracking (hopp.simulation.technologies.battery.battery.BatteryConfig attribute)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStatelessConfig attribute)
trough (hopp.simulation.hybrid_simulation.HybridSimulation attribute)
(hopp.simulation.hybrid_simulation.TechnologiesConfig attribute)
trough_obj (hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch attribute)
TroughConfig (class in hopp.simulation.technologies.csp.trough_plant)
TroughDispatch (class in hopp.simulation.technologies.dispatch.power_sources.trough_dispatch)
TroughPlant (class in hopp.simulation.technologies.csp.trough_plant)
turb_rating (hopp.simulation.technologies.wind.wind_plant.WindPlant property)
turbine_rating_kw (hopp.simulation.technologies.wind.wind_plant.WindConfig attribute)
turbine_tower_shadow (hopp.simulation.technologies.layout.flicker_mismatch.FlickerMismatch attribute)
tz (hopp.simulation.technologies.sites.SiteInfo attribute)
U
update_battery_stored_values() (hopp.simulation.technologies.battery.battery.Battery method)
update_dispatch_initial_soc() (hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic method)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic method)
update_from_ssc_output() (hopp.simulation.technologies.csp.csp_plant.CspOutputs method)
update_initial_conditions() (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch method)
update_soc() (hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic method)
update_ssc_inputs_from_plant_state() (hopp.simulation.technologies.csp.csp_plant.CspPlant method)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant method)
update_time_series_parameters() (hopp.simulation.technologies.dispatch.power_sources.csp_dispatch.CspDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.power_source_dispatch.PowerSourceDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.pv_dispatch.PvDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.tower_dispatch.TowerDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.trough_dispatch.TroughDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.wave_dispatch.WaveDispatch method)
(hopp.simulation.technologies.dispatch.power_sources.wind_dispatch.WindDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic method)
(hopp.simulation.technologies.dispatch.power_storage.power_storage_dispatch.PowerStorageDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch.SimpleBatteryDispatch method)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic method)
use_pvwatts (hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVConfig attribute)
(hopp.simulation.technologies.pv.pv_plant.PVConfig attribute)
user_fixed_dispatch (hopp.simulation.technologies.dispatch.power_storage.heuristic_load_following_dispatch.HeuristicLoadFollowingDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.one_cycle_battery_dispatch_heuristic.OneCycleBatteryDispatchHeuristic property)
(hopp.simulation.technologies.dispatch.power_storage.simple_battery_dispatch_heuristic.SimpleBatteryDispatchHeuristic property)
V
validate_replacement_inputs() (hopp.simulation.technologies.battery.battery.Battery method)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless method)
value() (hopp.simulation.technologies.battery.battery.Battery method)
(hopp.simulation.technologies.battery.battery_stateless.BatteryStateless method)
(hopp.simulation.technologies.csp.csp_plant.CspPlant method)
(hopp.simulation.technologies.csp.tower_plant.TowerPlant method)
(hopp.simulation.technologies.csp.trough_plant.TroughPlant method)
(hopp.simulation.technologies.grid.Grid method)
(hopp.simulation.technologies.power_source.PowerSource method)
(hopp.simulation.technologies.pv.detailed_pv_plant.DetailedPVPlant method)
(hopp.simulation.technologies.pv.pv_plant.PVPlant method)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant method)
(hopp.simulation.technologies.wind.wind_plant.WindPlant method)
values() (hopp.simulation.hybrid_simulation.HybridSimulationOutput method)
vertices (hopp.simulation.technologies.sites.SiteInfo attribute)
voltage_intercept (hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch property)
voltage_slope (hopp.simulation.technologies.dispatch.power_storage.linear_voltage_convex_battery_dispatch.ConvexLinearVoltageBatteryDispatch property)
(hopp.simulation.technologies.dispatch.power_storage.linear_voltage_nonconvex_battery_dispatch.NonConvexLinearVoltageBatteryDispatch property)
W
wake_model (hopp.simulation.technologies.wind.wind_plant.WindPlant property)
water_depth (hopp.simulation.technologies.financial.mhk_cost_model.MHKCostModelInputs attribute)
wave (hopp.simulation.hybrid_simulation.HybridSimulation attribute)
(hopp.simulation.hybrid_simulation.TechnologiesConfig attribute)
(hopp.simulation.technologies.sites.SiteInfo attribute)
wave_obj (hopp.simulation.technologies.dispatch.power_sources.wave_dispatch.WaveDispatch attribute)
wave_power_matrix (hopp.simulation.technologies.wave.mhk_wave_plant.MHKConfig attribute)
(hopp.simulation.technologies.wave.mhk_wave_plant.MHKWavePlant property)
wave_resource_file (hopp.simulation.technologies.sites.SiteInfo attribute)
wave_resoure (hopp.simulation.technologies.sites.SiteInfo attribute)
WaveDispatch (class in hopp.simulation.technologies.dispatch.power_sources.wave_dispatch)
wind (hopp.simulation.hybrid_simulation.HybridSimulation attribute)
(hopp.simulation.hybrid_simulation.TechnologiesConfig attribute)
(hopp.simulation.technologies.sites.SiteInfo attribute)
wind_obj (hopp.simulation.technologies.dispatch.power_sources.wind_dispatch.WindDispatch attribute)
wind_resource (hopp.simulation.technologies.sites.SiteInfo attribute)
wind_resource_file (hopp.simulation.technologies.sites.SiteInfo attribute)
wind_resource_origin (hopp.simulation.technologies.sites.SiteInfo attribute)
WindConfig (class in hopp.simulation.technologies.wind.wind_plant)
WindDispatch (class in hopp.simulation.technologies.dispatch.power_sources.wind_dispatch)
WindPlant (class in hopp.simulation.technologies.wind.wind_plant)
Y
year (hopp.simulation.technologies.sites.SiteInfo attribute)