Skip to content

Commit

Permalink
Added outdoor dry bulb to validation model
Browse files Browse the repository at this point in the history
For #1938
  • Loading branch information
mwetter committed May 2, 2022
1 parent 237245f commit 06cc58d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
simulateModel("Buildings.ThermalZones.EnergyPlus_9_6_0.Validation.RunPeriod.NegativeStartTime", startTime=-86400, stopTime=86400, method="Cvode", tolerance=1e-06, resultFile="NegativeStartTime");
createPlot(id=1, position={255, 85, 842, 707}, y={"zon.TAir", "building.weaBus.TDryBul"}, range={-25.0, 25.0, -80.0, 40.0}, grid=true, subPlot=101, colors={{28,108,200}, {238,46,47}}, timeUnit="h", displayUnits={"degC", "degC"});
createPlot(id=1, position={255, 85, 842, 707}, y={"sitDirSol.y", "building.weaBus.HDirNor"}, range={-25.0, 25.0, -0.2, 1.2}, grid=true, subPlot=102, colors={{28,108,200}, {238,46,47}}, timeUnit="h", displayUnits={"W/m2", "W/m2"});
createPlot(id=1, position={15, 15, 842, 707}, y={"zon.TAir", "building.weaBus.TDryBul"}, range={-25.0, 25.0, -100.0, 50.0}, grid=true, subPlot=101, colors={{28,108,200}, {238,46,47}}, timeUnit="h", displayUnits={"degC", "degC"});
createPlot(id=1, position={15, 15, 842, 707}, y={"sitDirSol.y", "building.weaBus.HDirNor"}, range={-25.0, 25.0, -0.5, 1.5}, grid=true, subPlot=102, colors={{28,108,200}, {238,46,47}}, timeUnit="h", displayUnits={"W/m2", "W/m2"});
createPlot(id=1, position={15, 15, 842, 707}, y={"sitOutDryBul.y", "building.weaBus.TDryBul"}, range={-25.0, 25.0, -2.0, 3.0}, grid=true, subPlot=103, colors={{28,108,200}, {238,46,47}}, timeUnit="h", displayUnits={"degC", "degC"});
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,15 @@ model NegativeStartTime "Validation model for negative start time"
name="Site Direct Solar Radiation Rate per Area",
key="Environment",
y(final unit="W/m2"))
"Block that reads incident beam solar radiation on south window from EnergyPlus"
"Block that reads direct solar radiation from EnergyPlus"
annotation (Placement(transformation(extent={{60,-60},{80,-40}})));
Buildings.ThermalZones.EnergyPlus_9_6_0.OutputVariable sitOutDryBul(
name="Site Outdoor Air Drybulb Temperature",
key="Environment",
y(final unit="K",
displayUnit="degC"))
"Block that reads outside dry bulb temperature from EnergyPlus"
annotation (Placement(transformation(extent={{60,-20},{80,0}})));
annotation (
__Dymola_Commands(
file="modelica://Buildings/Resources/Scripts/Dymola/ThermalZones/EnergyPlus_9_6_0/Validation/RunPeriod/NegativeStartTime.mos" "Simulate and plot"),
Expand Down

0 comments on commit 06cc58d

Please sign in to comment.