Skip to content

Commit

Permalink
fixed Buildings references and package.order for #1109
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathadon committed Apr 9, 2019
1 parent c4881bb commit 10e6c58
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions IBPSA/Fluid/HeatExchangers/BaseClasses/Examples/HADryCoil.mo
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ equation
connect(mWat_flow.y, hADryCoiWat.m1_flow) annotation (Line(points={{-59,70},{
-20,70},{-20,-33},{-1,-33}}, color={0,0,127}));
annotation ( __Dymola_Commands(file=
"modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/BaseClasses/Examples/HADryCoil.mos"
"Simulate and plot"),
"modelica://IBPSA/Resources/Scripts/Dymola/Fluid/HeatExchangers/BaseClasses/Examples/HADryCoil.mos"
"Simulate and plot"),
experiment(StopTime=80.0,
Tolerance=1E-6),
Documentation(info="<html>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ equation
annotation (Diagram(coordinateSystem(preserveAspectRatio=true, extent={{-100,
-100},{200,200}})),
experiment(Tolerance=1e-6, StopTime=3600),
__Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/Examples/DryCoilEffectivenessNTUMassFlow.mos"
__Dymola_Commands(file=
"modelica://IBPSA/Resources/Scripts/Dymola/Fluid/HeatExchangers/Examples/DryCoilEffectivenessNTUMassFlow.mos"
"Simulate and plot"),
Documentation(info="<html>
<p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ equation
annotation(Diagram(coordinateSystem(preserveAspectRatio=true, extent={{-100,
-100},{200,200}})),
experiment(Tolerance=1e-6, StopTime=3600),
__Dymola_Commands(file="modelica://Buildings/Resources/Scripts/Dymola/Fluid/HeatExchangers/Examples/DryCoilEffectivenessNTUPControl.mos"
__Dymola_Commands(file=
"modelica://IBPSA/Resources/Scripts/Dymola/Fluid/HeatExchangers/Examples/DryCoilEffectivenessNTUPControl.mos"
"Simulate and plot"),
Documentation(info="<html>
<p>
Expand Down
2 changes: 1 addition & 1 deletion IBPSA/Fluid/HeatExchangers/Validation/package.order
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ConstantEffectiveness
DryCoilEffectivenessNTU
EvaporatorCondenser
HeaterCooler_u
PrescribedOutlet
PrescribedOutlet_dynamic
DryCoilEffectivenessNTU

0 comments on commit 10e6c58

Please sign in to comment.