-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fixed typo in Buildings.Fluid.FMI.UsersGuide * improved mover model assert messages * moved connection line to void overlapping The connection line out of returnAir is moved because it overlapped with many other lines. Also slightly moved the fan to straighten connection lines. Slightly moved another connection line out of the chiller so that it is not so close to another line. * fixed typo in equation Corrected an equation in documentaiton where dT should be T. Also rewrote a sentence for clarity. And fixed another minor documentation typo. * fixed typo * fixed broken mos that caused missing figure * corrected mos to remove empty subplot
- Loading branch information
Showing
7 changed files
with
60 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 17 additions & 23 deletions
40
Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/Validation/HeaterCooler_u.mos
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,18 @@ | ||
simulateModel("Buildings.Fluid.HeatExchangers.Validation.HeaterCooler_u", method="CVode", tolerance=1e-6, stopTime=1200, resultFile="HeaterCooler_u"); | ||
createPlot(id = 1, | ||
position = {78, 39, 400, 444}, | ||
y = {"con1.u_s", "con1.u_m", "con2.u_m"}, | ||
range = {0.0, 1200.0, 35.0, 15.0}, | ||
autoscale = true, | ||
autoerase = true, | ||
autoreplot = true, | ||
grid = true, | ||
color = true, | ||
leftTitleType = 1, | ||
bottomTitleType = 1); | ||
createPlot(id = 20, | ||
position = {78, 39, 400, 219}, | ||
y = {"con1.y", "con2.y"}, | ||
range = {0.0, 1200.0, 1.5, -0.5}, | ||
autoscale = true, | ||
autoerase = true, | ||
autoreplot = true, | ||
grid = true, | ||
color = true, | ||
subPlot = 2, | ||
leftTitleType = 1, | ||
bottomTitleType = 1); | ||
createPlot(id=1, | ||
position={125, 65, 400, 447}, | ||
y={"con1.u_s", "con1.u_m", "con2.u_m"}, | ||
range={0.0, 1200.0, 290.0, 305.0}, | ||
grid=true, | ||
subPlot=101, | ||
colors={{28,108,200}, {238,46,47}, {0,140,72}}, | ||
timeUnit="s"); | ||
createPlot(id=1, | ||
position={125, 65, 400, 447}, | ||
y={"con1.y", "con2.y"}, | ||
range={0.0, 1200.0, -0.5, 1.5}, | ||
grid=true, | ||
subPlot=102, | ||
colors={{28,108,200}, {238,46,47}}, | ||
timeUnit="s"); | ||
|
38 changes: 23 additions & 15 deletions
38
Buildings/Resources/Scripts/Dymola/Fluid/Storage/Validation/StratifiedLoadingUnloading.mos
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,45 @@ | ||
simulateModel("Buildings.Fluid.Storage.Validation.StratifiedLoadingUnloading", tolerance=1e-6, stopTime=14400, method="CVode", resultFile="StratifiedLoadingUnloading"); | ||
createPlot(id = 1, | ||
position = {10, 30, 719, 600}, | ||
filename = "StratifiedLoadingUnloading.mat", | ||
y = {"tanEnh.vol[1].T", "tanEnh.vol[2].T", "tanEnh.vol[3].T", "tanEnh.vol[4].T", "tanEnh.vol[5].T", "tanEnh.vol[6].T", "tanEnh.vol[7].T"}, | ||
range = {0, 15000.0, 55.0, 15.0}, | ||
createPlot(id=1, | ||
position={10, 30, 719, 603}, | ||
y={"tanEnh.vol[1].T", "tanEnh.vol[2].T", "tanEnh.vol[3].T", "tanEnh.vol[4].T", "tanEnh.vol[5].T", "tanEnh.vol[6].T", "tanEnh.vol[7].T"}, | ||
range={0.0, 15000.0, 10.0, 50.0}, | ||
subPlot=101, | ||
colors={{28,108,200}, {238,46,47}, {0,140,72}, {217,67,180}, {0,0,0}, {162,29,33}, {244,125,35}}, | ||
timeUnit="s", | ||
displayUnits={"degC", "degC", "degC", "degC", "degC", "degC", "degC"}, | ||
autoscale = true, | ||
autoerase = true, | ||
autoreplot = true, | ||
grid = true, | ||
color = true, | ||
leftTitleType = 1, | ||
bottomTitleType = 1); | ||
createPlot(id = 1, | ||
position = {10, 30, 719, 200}, | ||
y = {"dHTan.y", "dHTanEnh.y"}, | ||
range = {0, 14500.0, 60.0, 10.0}, | ||
createPlot(id=1, | ||
position={10, 30, 719, 603}, | ||
y={"dHTan.y", "dHTanEnh.y"}, | ||
range={0.0, 15000.0, -5000000.0, 10000000.0}, | ||
subPlot=102, | ||
colors={{28,108,200}, {238,46,47}}, | ||
timeUnit="s", | ||
autoscale = true, | ||
autoerase = true, | ||
autoreplot = true, | ||
grid = true, | ||
color = true, | ||
subPlot = 3, | ||
leftTitleType = 1, | ||
bottomTitleType = 1); | ||
createPlot(id = 1, | ||
position = {10, 30, 719, 200}, | ||
y = {"tan.vol[1].T", "tan.vol[2].T", "tan.vol[3].T", "tan.vol[4].T", "tan.vol[5].T", "tan.vol[6].T", "tan.vol[7].T"}, | ||
range = {0, 14500.0, 60.0, 10.0}, | ||
createPlot(id=1, | ||
position={10, 30, 719, 603}, | ||
y={"tan.vol[1].T", "tan.vol[2].T", "tan.vol[3].T", "tan.vol[4].T", "tan.vol[5].T","tan.vol[6].T", "tan.vol[7].T"}, | ||
range={0.0, 15000.0, 10.0, 50.0}, | ||
subPlot=103, | ||
colors={{28,108,200}, {238,46,47}, {0,140,72}, {217,67,180}, {0,0,0}, {162,29,33}, {244,125,35}}, | ||
timeUnit="s", | ||
displayUnits={"degC", "degC", "degC", "degC", "degC", "degC", "degC"}, | ||
autoscale = true, | ||
autoerase = true, | ||
autoreplot = true, | ||
grid = true, | ||
color = true, | ||
subPlot = 2, | ||
leftTitleType = 1, | ||
bottomTitleType = 1); |