Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 78 new top down parameters for a partial retrofitted bes #79

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
63cfd8a
NoRetrofit for hydraulic transfersystem
HvanderStok Apr 24, 2024
6b6b963
temp example for partial retrofit
HvanderStok Apr 26, 2024
3ed40a7
Add internal parameters to represent the first design of a subsystem
HvanderStok Apr 26, 2024
e8269b0
update internal design parameters
HvanderStok May 3, 2024
7d70087
fix error
HvanderStok May 6, 2024
6e3cf31
Merge remote-tracking branch 'origin/main' into issue-78-New_top-down…
HvanderStok May 8, 2024
42da5f6
fix typos
HvanderStok May 10, 2024
b62988f
connect old_design parameters of of the hydraulic subsystems
HvanderStok May 15, 2024
57631a5
rename design parameters
HvanderStok May 17, 2024
544b60f
option to use old radiator design
HvanderStok Jun 12, 2024
e8fe28f
option to use complete old design for distribution
HvanderStok Jun 14, 2024
c2a6b08
option to use complete old design for generation
HvanderStok Jun 14, 2024
34c10c8
add dp rad to res to allow different mass flows
HvanderStok Jun 19, 2024
ebab9a4
add default for old_design parameters
HvanderStok Jun 19, 2024
9f20b8d
not needed
HvanderStok Jun 19, 2024
79968b4
move use_old_design to subsystems which are using it
HvanderStok Jun 26, 2024
cfe8ac0
add documentation of parameterization
HvanderStok Jun 26, 2024
61dbd0f
set use_old_design in subsystems to final
HvanderStok Jun 26, 2024
87e4f5d
update documentation
HvanderStok Jun 26, 2024
d670df9
Merge branch 'main' into issue-78-New_top-down_parameters_for_a_parti…
FWuellhorst Jul 2, 2024
3c9cd1e
CI message from ebc-aixlib-bot. Push new files with corrected html Sy…
FWuellhorst Jul 2, 2024
8bb7809
Corrected HTML Code in branch correct_HTML_issue-78-New_top-down_para…
FWuellhorst Jul 3, 2024
80d6afc
update ci tests
FWuellhorst Jul 16, 2024
4497f37
rename example (and changes based on review in the last commit)
FWuellhorst Jul 16, 2024
59cd3c7
changes based on review
FWuellhorst Jul 16, 2024
814c73c
update all buildings records with new function of nominal heat load e…
FWuellhorst Jul 16, 2024
5c8b53d
rm unused files and update usage of heaLoadFacGrd etc.
FWuellhorst Jul 16, 2024
9cb3021
add simulate and plot scripts for new examples and specify roof area
FWuellhorst Jul 16, 2024
864c098
CI message from ebc-aixlib-bot. Automatic push of CI with new regress…
FWuellhorst Jul 16, 2024
5de51bf
fix tests by providing defaults
FWuellhorst Jul 16, 2024
9842670
trigger update reference results for new heat load calculations. Also…
FWuellhorst Jul 16, 2024
745a527
CI message from ebc-aixlib-bot. Automatic push of CI with new regress…
FWuellhorst Jul 16, 2024
1c820f8
update reference results
FWuellhorst Jul 16, 2024
a4672cb
CI message from ebc-aixlib-bot. Automatic push of CI with new regress…
FWuellhorst Jul 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions BESMod/Examples/BAUSimStudy/Buildings/package.mo

This file was deleted.

4 changes: 0 additions & 4 deletions BESMod/Examples/BAUSimStudy/Buildings/package.order

This file was deleted.

7 changes: 4 additions & 3 deletions BESMod/Examples/BAUSimStudy/Case1Standard.mo
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
within BESMod.Examples.BAUSimStudy;
model Case1Standard
extends PartialCase(building(redeclare Buildings.Case_1_standard oneZoneParam(
heaLoadFacGrd=0, heaLoadFacOut=0)),
systemParameters(QBui_flow_nominal={16308.1}, TOda_nominal=263.15, THydSup_nominal={328.15}));
extends PartialCase(building(redeclare
BESMod.Systems.Demand.Building.RecordsCollection.ACoolHeadAndBEStPar.NoRetrofit1918_SingleDwelling
oneZoneParam),
systemParameters(TOda_nominal=263.15, THydSup_nominal={328.15}));
extends Modelica.Icons.Example;

annotation (experiment(StopTime=172800,
Expand Down
5 changes: 2 additions & 3 deletions BESMod/Examples/BAUSimStudy/PartialCase.mo
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ partial model PartialCase
extends Systems.BaseClasses.PartialBuildingEnergySystem(
redeclare BESMod.Systems.Electrical.DirectGridConnectionSystem electrical,
redeclare Systems.Demand.Building.TEASERThermalZone building(
redeclare BESMod.Systems.Demand.Building.RecordsCollection.RefAachen
oneZoneParam(heaLoadFacGrd=0, heaLoadFacOut=0),
hBui=sum(building.zoneParam.VAir)^(1/3),
ABui=sum(building.zoneParam.VAir)^(2/3),
ARoo=sum(building.zoneParam.ARoof),
energyDynamics=Modelica.Fluid.Types.Dynamics.FixedInitial),
redeclare BESMod.Systems.Control.NoControl control,
redeclare BESMod.Systems.Hydraulical.HydraulicSystem hydraulic(
Expand Down Expand Up @@ -88,7 +87,7 @@ partial model PartialCase
redeclare BESMod.Systems.Demand.DHW.TappingProfiles.calcmFlowEquStatic
calcmFlow),
redeclare Systems.UserProfiles.TEASERProfiles userProfiles,
redeclare BESParameters systemParameters,
redeclare BESParameters systemParameters(QBui_flow_nominal=building.QRec_flow_nominal),
redeclare BESMod.Systems.RecordsCollection.ParameterStudy.NoStudy
parameterStudy,
redeclare final package MediumDHW = AixLib.Media.Water,
Expand Down
1 change: 0 additions & 1 deletion BESMod/Examples/BAUSimStudy/package.order
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
Case1Standard
PartialCase
BESParameters
Buildings
2 changes: 1 addition & 1 deletion BESMod/Examples/DesignOptimization/BES.mo
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ model BES
hBui=sum(building.zoneParam.VAir)^(1/3),
ARoo=sum(building.zoneParam.ARoof),
redeclare BESMod.Systems.Demand.Building.RecordsCollection.RefAachen
oneZoneParam(heaLoadFacGrd=0, heaLoadFacOut=0),
oneZoneParam,
energyDynamics=Modelica.Fluid.Types.Dynamics.FixedInitial),
redeclare BESMod.Systems.Control.NoControl control,
redeclare BESMod.Systems.Hydraulical.HydraulicSystem hydraulic(
Expand Down
2 changes: 1 addition & 1 deletion BESMod/Examples/DesignOptimization/BESNoDHW.mo
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ model BESNoDHW "Example to demonstrate usage without DHW"
hBui=sum(building.zoneParam.VAir)^(1/3),
ARoo=sum(building.zoneParam.ARoof),
redeclare BESMod.Systems.Demand.Building.RecordsCollection.RefAachen
oneZoneParam(heaLoadFacGrd=0, heaLoadFacOut=0),
oneZoneParam,
energyDynamics=Modelica.Fluid.Types.Dynamics.FixedInitial),
redeclare BESMod.Systems.Control.NoControl control,
redeclare BESMod.Systems.Hydraulical.HydraulicSystem hydraulic(
Expand Down
5 changes: 3 additions & 2 deletions BESMod/Examples/GasBoilerBuildingOnly.mo
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ model GasBoilerBuildingOnly
redeclare BESMod.Systems.Demand.Building.TEASERThermalZone building(
hBui=sum(building.zoneParam.VAir)^(1/3),
ABui=sum(building.zoneParam.VAir)^(2/3),
ARoo=sum(building.zoneParam.ARoof),
redeclare BESMod.Systems.Demand.Building.RecordsCollection.RefAachen
oneZoneParam(heaLoadFacGrd=0, heaLoadFacOut=0)),
oneZoneParam),
redeclare BESMod.Systems.Control.NoControl control,
redeclare BESMod.Systems.Ventilation.NoVentilation ventilation,
redeclare BESMod.Systems.Hydraulical.HydraulicSystem hydraulic(
Expand Down Expand Up @@ -48,7 +49,7 @@ model GasBoilerBuildingOnly
parameterStudy,
redeclare BESMod.Systems.RecordsCollection.ExampleSystemParameters
systemParameters(
QBui_flow_nominal={12820},
QBui_flow_nominal=building.QRec_flow_nominal,
THydSup_nominal={338.15},
use_ventilation=false,
use_dhw=false,
Expand Down
3 changes: 2 additions & 1 deletion BESMod/Examples/HeatPumpAndBoiler/BaseClasses.mo
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ package BaseClasses "Contains partial example case"
redeclare Systems.Demand.Building.TEASERThermalZone building(
ABui=sum(building.zoneParam.VAir)^(2/3),
hBui=sum(building.zoneParam.VAir)^(1/3),
ARoo=sum(building.zoneParam.ARoof),
redeclare BESMod.Systems.Demand.Building.RecordsCollection.RefAachen
oneZoneParam(heaLoadFacGrd=0, heaLoadFacOut=0),
oneZoneParam,
energyDynamics=Modelica.Fluid.Types.Dynamics.FixedInitial),
redeclare BESMod.Systems.Control.NoControl control,
redeclare BESMod.Systems.Hydraulical.HydraulicSystem hydraulic(
Expand Down
5 changes: 2 additions & 3 deletions BESMod/Examples/ModelicaConferencePaper/TEASERBuilding.mo
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ model TEASERBuilding
hZone={483.48248/185.9548},
ABui=sum(building.zoneParam.VAir)^(2/3),
hBui=sum(building.zoneParam.VAir)^(1/3),
ARoo=building.oneZoneParam.ARoof, redeclare
ARoo=building.oneZoneParam.ARoof, redeclare
BESMod.Systems.Demand.Building.RecordsCollection.RefAachen
oneZoneParam(heaLoadFacGrd=0, heaLoadFacOut=0),
use_verboseEnergyBalance=false,
oneZoneParam, use_verboseEnergyBalance=false,
energyDynamics=Modelica.Fluid.Types.Dynamics.FixedInitial),
redeclare BESMod.Systems.UserProfiles.TEASERProfiles
userProfiles,
Expand Down
16 changes: 16 additions & 0 deletions BESMod/Examples/Retrofit/BESParameters.mo
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
within BESMod.Examples.Retrofit;
record BESParameters
extends Systems.RecordsCollection.SystemParametersBaseDataDefinition(
filNamWea=Modelica.Utilities.Files.loadResource(
"modelica://BESMod/Resources/WeatherData/TRY2015_522361130393_Jahr_City_Potsdam.mos"),
use_elecHeating=false,
final TAmbVen=min(TSetZone_nominal),
final TAmbHyd=min(TSetZone_nominal),
final TDHWWaterCold=283.15,
final TSetDHW=328.15,
final TVenSup_nominal=TSetZone_nominal,
final TSetZone_nominal=fill(293.15, nZones),
final nZones=1,
final use_ventilation=false);

end BESParameters;
19 changes: 19 additions & 0 deletions BESMod/Examples/Retrofit/Case1NoRetrofit.mo
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
within BESMod.Examples.Retrofit;
model Case1NoRetrofit "Example with no retrofit at all"
extends PartialCase(building(redeclare
BESMod.Systems.Demand.Building.RecordsCollection.ACoolHeadAndBEStPar.NoRetrofit1918_SingleDwelling
oneZoneParam), systemParameters(TOda_nominal=263.15, THydSup_nominal={338.15}));
extends Modelica.Icons.Example;

annotation (experiment(
StopTime=86400,
Interval=600,
Tolerance=1e-06),
__Dymola_Commands(file="modelica://BESMod/Resources/Scripts/Dymola/Examples/Retrofit/Case1NoRetrofit.mos"
"Simulate and plot"), Documentation(info="<html>
<p>
This example demonstrates the usage of no retrofit,
where <code>QOld_flow_design</code> equals <code>Q_flow_nominal</code>.
</p>
</html>"));
end Case1NoRetrofit;
38 changes: 38 additions & 0 deletions BESMod/Examples/Retrofit/Case1PartialRetrofit.mo
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
within BESMod.Examples.Retrofit;
model Case1PartialRetrofit
"Example with retrofit only of building envelope and single components"
extends PartialCase(
NoRetrofitHydGen=true,
NoRetrofitHydDis=false,
NoRetrofitHydTra=false,
building(redeclare
BESMod.Systems.Demand.Building.RecordsCollection.ACoolHeadAndBEStPar.Retrofit1918_SingleDwelling
oneZoneParam),
systemParameters(
QBui_flow_nominal={5267.49},
TOda_nominal=263.15,
THydSup_nominal={318.15},
QBuiOld_flow_design={17442.7},
THydSupOld_design={338.15}));
extends Modelica.Icons.Example;

annotation (experiment(
StopTime=86400,
Interval=600,
Tolerance=1e-06),
__Dymola_Commands(file="modelica://BESMod/Resources/Scripts/Dymola/Examples/Retrofit/Case1PartialRetrofit.mos"
"Simulate and plot"), Documentation(info="<html>
<p>
This example demonstrates the usage of partial retrofit,
where <code>QOld_flow_design</code> and <code>Q_flow_nominal</code> differ.
The values used in the <code>systemParameters</code> records are extracted
from the other examples
<a href=\"BESMod.Examples.Retrofit.Case1TotalRetrofit\">BESMod.Examples.Retrofit.Case1TotalRetrofit</a>
and <a href=\"BESMod.Examples.Retrofit.Case1NoRetrofit\">BESMod.Examples.Retrofit.Case1NoRetrofit</a>.
Using TEASER and ebcpy, you can calculate these values in Python and
automate the setting if you do not have the old and new values at hand.
Alternativly, you can just simulate the other examples and extract the
values from the results.
</p>
</html>"));
end Case1PartialRetrofit;
19 changes: 19 additions & 0 deletions BESMod/Examples/Retrofit/Case1TotalRetrofit.mo
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
within BESMod.Examples.Retrofit;
model Case1TotalRetrofit
extends PartialCase(building(redeclare
BESMod.Systems.Demand.Building.RecordsCollection.ACoolHeadAndBEStPar.Retrofit1918_SingleDwelling
oneZoneParam), systemParameters(TOda_nominal=263.15, THydSup_nominal={318.15}));
extends Modelica.Icons.Example;

annotation (experiment(
StopTime=86400,
Interval=600,
Tolerance=1e-06),
__Dymola_Commands(file="modelica://BESMod/Resources/Scripts/Dymola/Examples/Retrofit/Case1TotalRetrofit.mos"
"Simulate and plot"), Documentation(info="<html>
<p>
This example demonstrates the usage of a total retrofit,
where <code>QOld_flow_design</code> equals <code>Q_flow_nominal</code>.
</p>
</html>"));
end Case1TotalRetrofit;
116 changes: 116 additions & 0 deletions BESMod/Examples/Retrofit/PartialCase.mo
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
within BESMod.Examples.Retrofit;
partial model PartialCase
extends Systems.BaseClasses.PartialBuildingEnergySystem(
redeclare BESMod.Systems.Electrical.DirectGridConnectionSystem electrical,
redeclare Systems.Demand.Building.TEASERThermalZone building(
hBui=sum(building.zoneParam.VAir)^(1/3),
ABui=sum(building.zoneParam.VAir)^(2/3),
ARoo=sum(building.zoneParam.ARoof),
energyDynamics=Modelica.Fluid.Types.Dynamics.FixedInitial),
redeclare BESMod.Systems.Control.NoControl control,
redeclare BESMod.Systems.Hydraulical.HydraulicSystem hydraulic(
energyDynamics=Modelica.Fluid.Types.Dynamics.FixedInitial,
redeclare Systems.Hydraulical.Generation.HeatPumpAndElectricHeater
generation(
use_old_design={NoRetrofitHydGen},
redeclare BESMod.Systems.RecordsCollection.Movers.DefaultMover parPum,
redeclare package Medium_eva = AixLib.Media.Air,
redeclare
BESMod.Systems.Hydraulical.Generation.RecordsCollection.DefaultHP
parHeaPum(
genDesTyp=BESMod.Systems.Hydraulical.Generation.Types.GenerationDesign.BivalentPartParallel,
TBiv=TBiv,
scalingFactor=hydraulic.generation.parHeaPum.QPri_flow_nominal/5000,
dpCon_nominal=0,
dpEva_nominal=0,
use_refIne=false,
refIneFre_constant=0),
redeclare
BESMod.Systems.Hydraulical.Generation.RecordsCollection.DefaultElectricHeater
parEleHea,
redeclare model PerDataMainHP =
AixLib.DataBase.HeatPump.PerformanceData.VCLibMap (
QCon_flow_nominal=hydraulic.generation.parHeaPum.QPri_flow_nominal,
refrigerant="Propane",
flowsheet="VIPhaseSeparatorFlowsheet"),
redeclare
BESMod.Systems.RecordsCollection.TemperatureSensors.DefaultSensor
parTemSen),
redeclare Systems.Hydraulical.Control.MonoenergeticHeatPumpSystem
control(
redeclare
BESMod.Systems.Hydraulical.Control.Components.ThermostaticValveController.ThermostaticValvePIControlled
valCtrl,
dTHysBui=10,
dTHysDHW=10,
redeclare model DHWHysteresis =
BESMod.Systems.Hydraulical.Control.Components.BivalentOnOffControllers.TimeBasedElectricHeater,
redeclare model BuildingHysteresis =
BESMod.Systems.Hydraulical.Control.Components.BivalentOnOffControllers.TimeBasedElectricHeater,
redeclare
BESMod.Systems.Hydraulical.Control.RecordsCollection.BasicHeatPumpPI
parPIDHeaPum,
redeclare
BESMod.Systems.Hydraulical.Control.RecordsCollection.DefaultSafetyControl
safetyControl),
redeclare
BESMod.Systems.Hydraulical.Distribution.TwoStoDetailedDirectLoading
distribution(
use_old_design={NoRetrofitHydDis},
QHeaAftBuf_flow_nominal=0,
redeclare
BESMod.Systems.RecordsCollection.TemperatureSensors.DefaultSensor
parTemSen,
redeclare
BESMod.Systems.RecordsCollection.Valves.DefaultThreeWayValve
parThrWayVal,
redeclare
BESMod.Systems.Hydraulical.Distribution.RecordsCollection.BufferStorage.DefaultDetailedStorage
parStoBuf(use_QLos=true, T_m=338.15),
redeclare
BESMod.Systems.Hydraulical.Distribution.RecordsCollection.BufferStorage.DefaultDetailedStorage
parStoDHW(
dTLoadingHC1=10,
use_QLos=true,
T_m=65 + 273.15),
redeclare
BESMod.Systems.Hydraulical.Generation.RecordsCollection.DefaultElectricHeater
parEleHeaAftBuf),
redeclare BESMod.Systems.Hydraulical.Transfer.RadiatorPressureBased
transfer(
use_oldRad_design={NoRetrofitHydTra},
redeclare
BESMod.Systems.Hydraulical.Transfer.RecordsCollection.RadiatorTransferData
parRad,
redeclare
BESMod.Systems.Hydraulical.Transfer.RecordsCollection.SteelRadiatorStandardPressureLossData
parTra,
redeclare BESMod.Systems.RecordsCollection.Movers.DefaultMover parPum)),
redeclare Systems.Demand.DHW.StandardProfiles DHW(
energyDynamics=Modelica.Fluid.Types.Dynamics.FixedInitial,
redeclare BESMod.Systems.Demand.DHW.RecordsCollection.ProfileM DHWProfile,
redeclare BESMod.Systems.RecordsCollection.Movers.DefaultMover parPum,
redeclare BESMod.Systems.Demand.DHW.TappingProfiles.calcmFlowEquStatic
calcmFlow),
redeclare Systems.UserProfiles.TEASERProfiles userProfiles,
redeclare BESParameters systemParameters(QBui_flow_nominal=building.QRec_flow_nominal),
redeclare BESMod.Systems.RecordsCollection.ParameterStudy.NoStudy
parameterStudy,
redeclare final package MediumDHW = AixLib.Media.Water,
redeclare final package MediumZone = AixLib.Media.Air,
redeclare final package MediumHyd = AixLib.Media.Water,
redeclare BESMod.Systems.Ventilation.NoVentilation ventilation);

parameter Modelica.Units.SI.Temperature TBiv=271.15
"Nominal bivalence temperature. = TOda_nominal for monovalent systems.";
parameter Boolean NoRetrofitHydTra = false
"If true, hydraulic transfersystem uses QBuiNoRetrofit.";
parameter Boolean NoRetrofitHydDis = false
"If true, hydraulic distribution system uses QBuiNoRetrofit.";
parameter Boolean NoRetrofitHydGen = false
"If true, hydraulic generation system uses QBuiNoRetrofit.";
annotation (experiment(
StopTime=31536000,
Interval=600,
__Dymola_Algorithm="Dassl"));
end PartialCase;
5 changes: 5 additions & 0 deletions BESMod/Examples/Retrofit/package.mo
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
within BESMod.Examples;
package Retrofit "This package contains examples to show the effect of partial retrofit on the model"
extends Modelica.Icons.ExamplesPackage;

end Retrofit;
5 changes: 5 additions & 0 deletions BESMod/Examples/Retrofit/package.order
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Case1NoRetrofit
Case1TotalRetrofit
Case1PartialRetrofit
PartialCase
BESParameters
3 changes: 2 additions & 1 deletion BESMod/Examples/SolarThermalSystem/PartialSolarThermalHPS.mo
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ partial model PartialSolarThermalHPS
redeclare Systems.Demand.Building.TEASERThermalZone building(
hBui=sum(building.zoneParam.VAir)^(1/3),
ABui=sum(building.zoneParam.VAir)^(2/3),
ARoo=sum(building.zoneParam.ARoof),
redeclare BESMod.Systems.Demand.Building.RecordsCollection.RefAachen
oneZoneParam(heaLoadFacGrd=0, heaLoadFacOut=0),
oneZoneParam,
energyDynamics=Modelica.Fluid.Types.Dynamics.FixedInitial),
redeclare BESMod.Systems.Control.NoControl control,
redeclare BESMod.Systems.Hydraulical.HydraulicSystem hydraulic(
Expand Down
4 changes: 2 additions & 2 deletions BESMod/Examples/TEASERHeatLoadCalculation/Example.mo
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
within BESMod.Examples.TEASERHeatLoadCalculation;
model Example "Simple example"
extends PartialCalculation(building(redeclare
BESMod.Examples.BAUSimStudy.Buildings.Case_2_retrofit oneZoneParam(
heaLoadFacOut=200, heaLoadFacGrd=100), energyDynamics=Modelica.Fluid.Types.Dynamics.FixedInitial),
BESMod.Systems.Demand.Building.RecordsCollection.ACoolHeadAndBEStPar.Retrofit1983_SingleDwelling
oneZoneParam, energyDynamics=Modelica.Fluid.Types.Dynamics.FixedInitial),
userProfiles(dTSetBack=3));
extends Modelica.Icons.Example;

Expand Down
1 change: 1 addition & 0 deletions BESMod/Examples/package.order
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ HighOrderModel
ModelicaConferencePaper
SolarThermalSystem
TEASERHeatLoadCalculation
Retrofit
Loading