diff --git a/AixLib/Controls/Interfaces/BoilerControlBus.mo b/AixLib/Controls/Interfaces/BoilerControlBus.mo index c2cf95dd2d..b7e993ffcf 100644 --- a/AixLib/Controls/Interfaces/BoilerControlBus.mo +++ b/AixLib/Controls/Interfaces/BoilerControlBus.mo @@ -6,8 +6,18 @@ expandable connector BoilerControlBus Boolean isOn "Switches Controller on and off"; Modelica.SIunits.Temperature TAmbient "Ambient air temperature"; Boolean switchToNightMode "Switches the boiler to night mode"; -Modelica.SIunits.Power chemicalEnergyFlowRate - "Flow of primary (chemical) energy into boiler"; +Modelica.SIunits.Power chemicalEnergyFlowRate "Flow of primary (chemical) energy into boiler"; + + +// BoilerNotManufacturer +Real PLR "Part load ratio"; +Modelica.SIunits.TemperatureDifference DeltaTWater "Setpoint temperature difference heat circuit"; +Modelica.SIunits.Temperature TCold "Sensor output TCold"; +Modelica.SIunits.Temperature THot "Sensor output THot"; +Modelica.SIunits.Power EnergyDemand "Energy Demand"; + + + annotation ( Icon(coordinateSystem(preserveAspectRatio=false)), diff --git a/AixLib/Controls/Interfaces/CHPControlBus.mo b/AixLib/Controls/Interfaces/CHPControlBus.mo index ebb21286d0..99a8abe3e2 100644 --- a/AixLib/Controls/Interfaces/CHPControlBus.mo +++ b/AixLib/Controls/Interfaces/CHPControlBus.mo @@ -148,6 +148,19 @@ expandable connector CHPControlBus "= false to use a prescibed heating circuit mass flow, = true to use a prescribed volume flow" annotation (Dialog(tab="Operation point", group="CHP Unit")); + // Definition of variables describing CHPNotManufacturer + // + Real PLR "Partload ratio of electric Power"; + Modelica.SIunits.Energy ElectricEnergy + "Produced electric energy" + annotation(Dialog(tab="NotManufacturer")); + Modelica.SIunits.Energy EnergyConsumption + "Energy consumption" + annotation(Dialog(tab="NotManufacturer")); + Modelica.SIunits.Temperature TVolume + "temperature cooling water exhaust heat exchanger exit"; +Modelica.SIunits.Temperature TCold "Sensor output TCold"; +Modelica.SIunits.Temperature THot "Sensor output THot"; annotation (Documentation(revisions="