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

Issue1080 rom soil and zone borders #1562

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
simulateModel("AixLib.ThermalZones.ReducedOrder.Examples.MultizoneInterzonalsFixedHeater", startTime=1497600, stopTime=5155200, numberOfIntervals=1016, method="CVode", resultFile="MultizoneInterzonalsFixedHeater");
simulateModel("AixLib.ThermalZones.ReducedOrder.Examples.MultizoneInterzonalsFixedHeater", startTime=2797200, stopTime=3301200, numberOfIntervals=140, method="CVode", resultFile="MultizoneInterzonalsFixedHeater");
createPlot(id=1,
position={16, 15, 584, 361},
x="time",
y={"multizone.TAir[1]", "multizone.TAir[2]", "multizone.TAir[3]"},
range={1400000.0, 5200000.0, -5.0, 35.0},
range={2700000.0, 3350000.0, -5.0, 35.0},
grid=true,
colors={{28,108,200}, {238,46,47}, {0,140,72}},
timeUnit="s",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ model MultizoneInterzonalsFixedHeater
AixLib.ThermalZones.ReducedOrder.Multizone.MultizoneEquipped multizone(
buildingID=0,
energyDynamics=Modelica.Fluid.Types.Dynamics.FixedInitial,
T_start=293.15,
T_start=277.15,
VAir=650.4175459028824,
ABuilding=289.33669130351973,
ASurTot=1053.4606419289657,
Expand Down Expand Up @@ -142,7 +142,7 @@ equation
annotation (Line(points={{-47.2,-64},{-24,-64}}, color={0,0,127}));

annotation (experiment(
StartTime=1497600,
StartTime=2797200,
StopTime=5155200,
Tolerance=1e-6,
Interval=3600),
Expand Down