modelPV_Variable_Economic_Cost
Extends from HVACAgentBasedControl.BaseClasses.PartialCostFunction.
Information
Overview
- This model calculates the economic cost for PV systems based on the capacity and the variable solar radiation input.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real | p | 0.30 | Price per kWh of fuel |
| Real | eta | 0.95 | thermal efficiency of the device |
| Real | rad_treshold | 310 | Treshold when electricity is free |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Interfaces.RealInput | capacity (from PartialCostFunction) | Input to connect with ProducerAgent | |
| Modelica.Blocks.Interfaces.RealOutput | cost (from PartialCostFunction) | Output to connect with ProducerAgent | |
| Modelica.Blocks.Interfaces.RealInput | rad | Input for solar radiation | |
| Modelica.Blocks.Interfaces.BooleanOutput | electricity_free | Indicator if electricity is considered free |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Logical.GreaterEqualThreshold | lessEqualThreshold | ||
| Modelica.Clocked.RealSignals.Sampler.SampleClocked | sample1 | ||
| Modelica.Clocked.ClockSignals.Clocks.PeriodicRealClock | periodicClock1 | ||
| Modelica.Clocked.RealSignals.Sampler.Hold | hold1 | ||
| Modelica.Blocks.Math.Product | product | ||
| Modelica.Blocks.Logical.Switch | switch1 | ||
| Modelica.Blocks.Sources.RealExpression | realExpression | ||
| Modelica.Blocks.Sources.RealExpression | realExpression1 |
Revisions
- December 2015, by Felix Bünning: Developed and implemented