Skip to content

Commit

Permalink
ci_correct_html
Browse files Browse the repository at this point in the history
  • Loading branch information
ebc-aixlib-bot committed Nov 14, 2022
1 parent 0e9d003 commit ec4ad4e
Show file tree
Hide file tree
Showing 484 changed files with 682 additions and 548 deletions.
2 changes: 1 addition & 1 deletion AixLib/Airflow/AirHandlingUnit/AHU.mo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Airflow.AirHandlingUnit;
within AixLib.Airflow.AirHandlingUnit;
model AHU
"Air Handling Unit with Heat Recovery System, Cooling, Heating, Humidification (adiabatic), Dehumidification"
extends AixLib.Airflow.AirHandlingUnit.BaseClasses.PartialAHU;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Airflow.FacadeVentilationUnit;
within AixLib.Airflow.FacadeVentilationUnit;
model FacadeVentilationUnit
"Facade Ventilation Unit (FVU) equipped with a recuperator"
replaceable package Water = AixLib.Media.Water
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.BoundaryConditions.GroundTemperature;
within AixLib.BoundaryConditions.GroundTemperature;
model GroundTemperatureKusuda "Model for undisturbed ground temperature"

parameter Modelica.Units.SI.Temperature T_mean
Expand Down
2 changes: 1 addition & 1 deletion AixLib/BoundaryConditions/InternalGains/CO2/CO2Balance.mo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.BoundaryConditions.InternalGains.CO2;
within AixLib.BoundaryConditions.InternalGains.CO2;
model CO2Balance "Calculation of CO2 concentration within a thermal zone"
parameter Modelica.Units.SI.Area areaZon "Zone area";
parameter Real actDeg = 1.8 "Activity degree (Met units)";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.BoundaryConditions.InternalGains.Humans.BaseClasses;
within AixLib.BoundaryConditions.InternalGains.Humans.BaseClasses;
model TemperatureDependentHeatOutputSIA2024
"Model for temperature dependent heat output based on formulas of SIA 2024"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.BoundaryConditions.InternalGains.Humans.BaseClasses;
within AixLib.BoundaryConditions.InternalGains.Humans.BaseClasses;
model TemperatureDependentMoistureOutputSIA2024
"Model for temperature dependent moisture output based on formulas of SIA 2024"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.BoundaryConditions.InternalGains.Moisture;
within AixLib.BoundaryConditions.InternalGains.Moisture;
model MoistureGains
"Model for moisture gains that are produced by plants, cooking, etc."

Expand Down
2 changes: 1 addition & 1 deletion AixLib/Controls/HVACAgentBasedControl/Agents/Broker.mo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HVACAgentBasedControl.Agents;
within AixLib.Controls.HVACAgentBasedControl.Agents;
model Broker
extends BaseClasses.PartialAgent;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HVACAgentBasedControl.Agents;
within AixLib.Controls.HVACAgentBasedControl.Agents;
model ColdProducerAgent
extends BaseClasses.PartialAgent;
parameter Real maxCapacity = 0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HVACAgentBasedControl.Agents;
within AixLib.Controls.HVACAgentBasedControl.Agents;
model ConsumerAgent
extends BaseClasses.PartialAgent(
name=10001,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HVACAgentBasedControl.Agents;
within AixLib.Controls.HVACAgentBasedControl.Agents;
model HeatProducerAgent
extends BaseClasses.PartialAgent;
parameter Real maxCapacity = 100000 "maximum capacity for heatgeneration";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HVACAgentBasedControl.Agents;
within AixLib.Controls.HVACAgentBasedControl.Agents;
model IntermediateAgent
extends BaseClasses.PartialAgent;
parameter Integer broker = 10003 "Name of the corresponding broker-agent";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HVACAgentBasedControl.Agents;
within AixLib.Controls.HVACAgentBasedControl.Agents;
model MessageNotification

parameter Integer n=1
Expand Down
2 changes: 1 addition & 1 deletion AixLib/Controls/HVACAgentBasedControl/Agents/RoomAgent.mo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HVACAgentBasedControl.Agents;
within AixLib.Controls.HVACAgentBasedControl.Agents;
model RoomAgent
extends BaseClasses.PartialAgent(
name=10001,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HVACAgentBasedControl.BaseClasses.Internal;
within AixLib.Controls.HVACAgentBasedControl.BaseClasses.Internal;
encapsulated function sendTo
import Modelica;
extends Modelica.Icons.Function;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HVACAgentBasedControl.BaseClasses.Internal;
within AixLib.Controls.HVACAgentBasedControl.BaseClasses.Internal;
function sendToUDP
extends Modelica.Icons.Function;
input Modelica_DeviceDrivers.Communication.UDPSocket socket;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HVACAgentBasedControl.BaseClasses;
within AixLib.Controls.HVACAgentBasedControl.BaseClasses;
partial model PartialAgent
parameter Integer name "Name of the agent (five-digit number, eg. 10001)";
parameter Boolean usePoke=false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HVACAgentBasedControl.BaseClasses;
within AixLib.Controls.HVACAgentBasedControl.BaseClasses;
partial model PartialCostFunction

Modelica.Blocks.Interfaces.RealInput capacity
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HVACAgentBasedControl.BaseClasses;
within AixLib.Controls.HVACAgentBasedControl.BaseClasses;
model SendSample

Modelica.Blocks.MathBoolean.Or or1(nu=4)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HVACAgentBasedControl.BaseClasses;
within AixLib.Controls.HVACAgentBasedControl.BaseClasses;
model UDPSend_adapted "A block for sending UDP datagrams"
import Modelica_DeviceDrivers;
extends Modelica_DeviceDrivers.Utilities.Icons.BaseIcon;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HVACAgentBasedControl.CostFunctions.Economic;
within AixLib.Controls.HVACAgentBasedControl.CostFunctions.Economic;
model Constant_Economic_Cost
extends HVACAgentBasedControl.BaseClasses.PartialCostFunction;
parameter Real p = 0.30 "Price per kWh of fuel";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HVACAgentBasedControl.CostFunctions.Economic;
within AixLib.Controls.HVACAgentBasedControl.CostFunctions.Economic;
model PV_Variable_Economic_Cost
extends HVACAgentBasedControl.BaseClasses.PartialCostFunction;
parameter Real p = 0.30 "Price per kWh of fuel";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HVACAgentBasedControl.CostFunctions.Exergy;
within AixLib.Controls.HVACAgentBasedControl.CostFunctions.Exergy;
model Boiler_ExergyDestruction
extends HVACAgentBasedControl.BaseClasses.PartialCostFunction;
parameter Real T_0 = 298.15 "Exergy reference temperature";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HVACAgentBasedControl.CostFunctions.Exergy;
within AixLib.Controls.HVACAgentBasedControl.CostFunctions.Exergy;
model Boiler_ExergyDestruction_Simplified
extends HVACAgentBasedControl.BaseClasses.PartialCostFunction;
parameter Real T_0 = 298.15 "Exergy reference temperature";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HVACAgentBasedControl.CostFunctions.Exergy;
within AixLib.Controls.HVACAgentBasedControl.CostFunctions.Exergy;
model HeatPump_ExergyDestruction_Cooling
extends HVACAgentBasedControl.BaseClasses.PartialCostFunction;
parameter Real T_0 = 298.15 "Exergy reference temperature";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HVACAgentBasedControl.CostFunctions.Exergy;
within AixLib.Controls.HVACAgentBasedControl.CostFunctions.Exergy;
model HeatPump_ExergyDestruction_Heating
extends HVACAgentBasedControl.BaseClasses.PartialCostFunction;
parameter Real T_0 = 298.15 "Exergy reference temperature";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HVACAgentBasedControl.CostFunctions.Exergy;
within AixLib.Controls.HVACAgentBasedControl.CostFunctions.Exergy;
model HeatingRod_ExergyDestruction
extends HVACAgentBasedControl.BaseClasses.PartialCostFunction;
parameter Real T_0 = 298.15 "Exergy reference temperature";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HVACAgentBasedControl.CostFunctions.Exergy;
within AixLib.Controls.HVACAgentBasedControl.CostFunctions.Exergy;
model HeatingRod_ExergyDestruction_Simplified
extends HVACAgentBasedControl.BaseClasses.PartialCostFunction;
parameter Real T_0 = 298.15 "Exergy reference temperature";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HVACAgentBasedControl.CostFunctions.Exergy;
within AixLib.Controls.HVACAgentBasedControl.CostFunctions.Exergy;
model MixingValveAndHEX_ExergyDestruction
extends HVACAgentBasedControl.BaseClasses.PartialCostFunction;
parameter Real T_0 = 298.15 "Exergy reference temperature";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HVACAgentBasedControl.CostFunctions.Exergy;
within AixLib.Controls.HVACAgentBasedControl.CostFunctions.Exergy;
model MixingValveAndHEX_ExergyDestruction_Simplified
extends HVACAgentBasedControl.BaseClasses.PartialCostFunction;
parameter Real T_0 = 298.15 "Exergy reference temperature";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HVACAgentBasedControl.CostFunctions.PrimaryExergy;
within AixLib.Controls.HVACAgentBasedControl.CostFunctions.PrimaryExergy;
model Boiler_PrimaryExergyDestruction_Simplified
extends HVACAgentBasedControl.BaseClasses.PartialCostFunction;
parameter Real T_0 = 298.15 "Exergy reference temperature";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HVACAgentBasedControl.CostFunctions.PrimaryExergy;
within AixLib.Controls.HVACAgentBasedControl.CostFunctions.PrimaryExergy;
model HeatPump_PrimaryExergyDestruction_Cooling
extends HVACAgentBasedControl.BaseClasses.PartialCostFunction;
parameter Real T_0 = 298.15 "Exergy reference temperature";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HVACAgentBasedControl.CostFunctions.PrimaryExergy;
within AixLib.Controls.HVACAgentBasedControl.CostFunctions.PrimaryExergy;
model HeatPump_PrimaryExergyDestruction_Heating
extends HVACAgentBasedControl.BaseClasses.PartialCostFunction;
parameter Real T_0 = 298.15 "Exergy reference temperature";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HVACAgentBasedControl.CostFunctions.PrimaryExergy;
within AixLib.Controls.HVACAgentBasedControl.CostFunctions.PrimaryExergy;
model HeatingRod_PrimaryExergyDestruction_Simplified
extends HVACAgentBasedControl.BaseClasses.PartialCostFunction;
parameter Real T_0 = 298.15 "Exergy reference temperature";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HVACAgentBasedControl.Examples.BookTrading;
within AixLib.Controls.HVACAgentBasedControl.Examples.BookTrading;
model BookBuyerAgent
extends BaseClasses.PartialAgent;
parameter Real[:,1] knownSellers = [30001; 30002; 30003]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HVACAgentBasedControl.Examples.BookTrading;
within AixLib.Controls.HVACAgentBasedControl.Examples.BookTrading;
model BookSellerAgent
extends BaseClasses.PartialAgent;
Real[:,2] bookList( start= [3551551677.0,30; 3551551679.0,20; 3551551616.0, 20]);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HVACAgentBasedControl.Examples.BookTrading;
within AixLib.Controls.HVACAgentBasedControl.Examples.BookTrading;
model BookTrading
extends Modelica.Icons.Example;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HVACAgentBasedControl.Examples.BookTrading;
within AixLib.Controls.HVACAgentBasedControl.Examples.BookTrading;
model NetworkCommunication1
extends Modelica.Icons.Example;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HVACAgentBasedControl.Examples.BookTrading;
within AixLib.Controls.HVACAgentBasedControl.Examples.BookTrading;
model NetworkCommunication2
extends Modelica.Icons.Example;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HVACAgentBasedControl.Examples.BuildingHeatingSystems;
within AixLib.Controls.HVACAgentBasedControl.Examples.BuildingHeatingSystems;
model BuildingHeating
extends Modelica.Icons.Example;
parameter AixLib.DataBase.Weather.TRYWeatherBaseDataDefinition weatherDataDay = AixLib.DataBase.Weather.TRYWinterDay();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HVACAgentBasedControl.Examples.BuildingHeatingSystems;
within AixLib.Controls.HVACAgentBasedControl.Examples.BuildingHeatingSystems;
model BuildingHeating_usePoke
extends BuildingHeating(
roomAgent(usePoke=true),
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HVACAgentBasedControl.Examples.BuildingHeatingSystems;
within AixLib.Controls.HVACAgentBasedControl.Examples.BuildingHeatingSystems;
model BuildingWithPV
extends Modelica.Icons.Example;
package Medium = AixLib.Media.Water;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HVACAgentBasedControl.Examples.HVACAgentsCommunications;
within AixLib.Controls.HVACAgentBasedControl.Examples.HVACAgentsCommunications;
model SimpleCommunication
extends Modelica.Icons.Example;

Expand Down
2 changes: 1 addition & 1 deletion AixLib/Controls/HVACAgentBasedControl/UsersGuide/Award.mo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HVACAgentBasedControl.UsersGuide;
within AixLib.Controls.HVACAgentBasedControl.UsersGuide;
class Award "Award"
extends Modelica.Icons.Information;
annotation (Documentation(info="<html><p>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HVACAgentBasedControl.UsersGuide;
within AixLib.Controls.HVACAgentBasedControl.UsersGuide;
class Gettingstarted "Getting started"
extends Modelica.Icons.Information;
annotation (Documentation(info="<html><h4>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HVACAgentBasedControl.UsersGuide;
within AixLib.Controls.HVACAgentBasedControl.UsersGuide;
class Overview "Overview"
extends Modelica.Icons.Information;
annotation (Documentation(info="<html><p>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HVACAgentBasedControl.UsersGuide;
within AixLib.Controls.HVACAgentBasedControl.UsersGuide;
class Requirements "Requirements"
extends Modelica.Icons.Information;
annotation (Documentation(info="<html><p>
Expand Down
2 changes: 1 addition & 1 deletion AixLib/Controls/HeatPump/AntiLegionella.mo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HeatPump;
within AixLib.Controls.HeatPump;
model AntiLegionella "Control to avoid Legionella in the DHW"

parameter Modelica.Units.SI.ThermodynamicTemperature TLegMin=333.15
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HeatPump.BaseClasses;
within AixLib.Controls.HeatPump.BaseClasses;
model InverterControlledHP "Converter model for an inverter / speed controlled HP modulating between 0 and 1"
extends PartialTSetToNSet;
parameter Real hys "Hysteresis of controller";
Expand Down
2 changes: 1 addition & 1 deletion AixLib/Controls/HeatPump/BaseClasses/OnOffHP.mo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HeatPump.BaseClasses;
within AixLib.Controls.HeatPump.BaseClasses;
model OnOffHP "Controller gives full speed or stop signal depending on temperature hysteresis"
extends AixLib.Controls.HeatPump.BaseClasses.PartialTSetToNSet;
parameter Real hys "Hysteresis of controller";
Expand Down
2 changes: 1 addition & 1 deletion AixLib/Controls/HeatPump/BaseClasses/PartialTSetToNSet.mo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HeatPump.BaseClasses;
within AixLib.Controls.HeatPump.BaseClasses;
partial model PartialTSetToNSet
"Partial model to convert set temperature to compressor speed of heat pump"
parameter Boolean use_secHeaGen=false
Expand Down
2 changes: 1 addition & 1 deletion AixLib/Controls/HeatPump/BaseClasses/package.mo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HeatPump;
within AixLib.Controls.HeatPump;
package BaseClasses "Package with base classes for the HeatPump controller"

annotation (Icon(graphics={
Expand Down
2 changes: 1 addition & 1 deletion AixLib/Controls/HeatPump/HPControl.mo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HeatPump;
within AixLib.Controls.HeatPump;
model HPControl
"Control block which makes sure the desired temperature is supplied by the HP"
//General
Expand Down
2 changes: 1 addition & 1 deletion AixLib/Controls/HeatPump/SafetyControls/AntiFreeze.mo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HeatPump.SafetyControls;
within AixLib.Controls.HeatPump.SafetyControls;
model AntiFreeze "Model to prevent source from freezing"
extends BaseClasses.PartialSafetyControl;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HeatPump.SafetyControls.BaseClasses;
within AixLib.Controls.HeatPump.SafetyControls.BaseClasses;
block BoundaryMap
"Block which returns false if the input parameters are out of the given charasteristic map.
For the boundaries of the y-input value, a dynamic hysteresis is used to ensure a used device will stay off a certain time after shutdown."
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HeatPump.SafetyControls.BaseClasses;
within AixLib.Controls.HeatPump.SafetyControls.BaseClasses;
partial block BoundaryMapIcon "PartialModel for the icon of a boundary map"

parameter Boolean use_opeEnvFroRec=true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HeatPump.SafetyControls.BaseClasses;
within AixLib.Controls.HeatPump.SafetyControls.BaseClasses;
partial block PartialSafetyControl "Base Block"
Modelica.Blocks.Interfaces.RealInput nSet
"Set value relative speed of compressor. Analog from 0 to 1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HeatPump.SafetyControls.BaseClasses;
within AixLib.Controls.HeatPump.SafetyControls.BaseClasses;
block RunPerHouBoundary "Checks if a maximal run per hour value is in boundary"
extends Modelica.Blocks.Interfaces.BooleanSISO;
parameter Integer maxRunPer_h "Number of maximal on/off cycles per hour";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HeatPump.SafetyControls.BaseClasses;
within AixLib.Controls.HeatPump.SafetyControls.BaseClasses;
block TimeControl
"Counts seconds a device is turned on and returns true if the time is inside given boundaries"
extends Modelica.Blocks.Interfaces.BooleanSISO;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HeatPump.SafetyControls;
within AixLib.Controls.HeatPump.SafetyControls;
package BaseClasses "Package with base classes for AixLib.Controls.HeatPump.SafetyControls"


Expand Down
2 changes: 1 addition & 1 deletion AixLib/Controls/HeatPump/SafetyControls/DefrostControl.mo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HeatPump.SafetyControls;
within AixLib.Controls.HeatPump.SafetyControls;
block DefrostControl
"Control block to ensure no frost limits heat flow at the evaporator"
parameter Real minIceFac "Minimal value above which no defrost is necessary";
Expand Down
2 changes: 1 addition & 1 deletion AixLib/Controls/HeatPump/SafetyControls/OnOffControl.mo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HeatPump.SafetyControls;
within AixLib.Controls.HeatPump.SafetyControls;
model OnOffControl
"Controlls if the minimal runtime, stoptime and max. runs per hour are inside given boundaries"
parameter Boolean use_minRunTime
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HeatPump.SafetyControls;
within AixLib.Controls.HeatPump.SafetyControls;
block OperationalEnvelope
"Block which computes an error if the current values are outside of the given operatinal envelope"
extends BaseClasses.PartialSafetyControl;
Expand Down
2 changes: 1 addition & 1 deletion AixLib/Controls/HeatPump/SafetyControls/SafetyControl.mo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HeatPump.SafetyControls;
within AixLib.Controls.HeatPump.SafetyControls;
block SafetyControl "Block including all safety levels"
extends BaseClasses.PartialSafetyControl;

Expand Down
2 changes: 1 addition & 1 deletion AixLib/Controls/HeatPump/SafetyControls/package.mo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.HeatPump;
within AixLib.Controls.HeatPump;
package SafetyControls


Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
within AixLib.Controls.Interfaces;
within AixLib.Controls.Interfaces;
expandable connector VapourCompressionMachineControlBus
"Standard data bus with heat pump or chiller information"
extends Modelica.Icons.SignalBus;
Expand Down

0 comments on commit ec4ad4e

Please sign in to comment.