GridInput models the input of electrical power from renewable sources, such as photovoltaic (PV) and wind farms, into an electrical grid. The model calculates the net electrical power input based on reference power data, curtailment, and user-defined parameters.
The GridInput model has the following connectors and parameters:
- Parameters:
- pv_file: File with the reference PV farm output.
- wind_file: File with the reference Wind farm output.
- P_elec_min: Minimum power input, in Watts. Default: 25e6 W.
- P_elec_max: Maximum power input, in Watts. Default: 100e6 W.
- pv_fraction: PV fraction of renewable input at design. Default: 0.5.
- P_elec_pv_ref_size: PV farm reference size, in Watts. Default: 50e6 W.
- P_elec_wind_ref_size: Wind farm reference size, in Watts. Default: 50e6 W.
- Connectors:
- P_elec_net: Net electrical power output to the grid.
- curtail: Input for curtailment control.
- P_schedule: Input for controlling power scheduling.
- electricity: Output for the electrical power input to the grid.
- on_renewable: Output indicating whether the power input is from renewable sources.
Generated at 2025-02-16T19:25:00Z
by OpenModelicaOpenModelica 1.24.4 using GenerateDoc.mos