Skip to content

Commit

Permalink
Removed graphical annotation as models should not mix graphical and t…
Browse files Browse the repository at this point in the history
…extual implementation
  • Loading branch information
mwetter committed Sep 14, 2023
1 parent 92b29c9 commit f22c0fd
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,7 @@ partial model PartialVDI6007

protected
SourceSelector TGroSouSel(final useInput=TGroundFromInput, p=TGro)
"Input selector for ground temperature" annotation (Placement(
transformation(
extent={{-10,-10},{10,10}},
rotation=90,
origin={8,-40})));
"Input selector for ground temperature";

initial equation
assert(noEvent(abs(sum(wfWall) + sum(wfWin) + wfGro) > 0.1),
Expand All @@ -102,8 +98,7 @@ equation
TEqWall=TDryBul.+delTEqSW;
end if;

connect(TGro_in, TGroSouSel.uCon)
annotation (Line(points={{0,-120},{0,-51}}, color={0,0,127}));
connect(TGro_in, TGroSouSel.uCon);
annotation ( Icon(coordinateSystem(preserveAspectRatio=false,
extent={{-100,-100},{100,100}}),
graphics={
Expand Down

0 comments on commit f22c0fd

Please sign in to comment.