Skip to content

Commit

Permalink
solves unit incompatibility in Building1Zone0D template
Browse files Browse the repository at this point in the history
  • Loading branch information
ainderfurth committed Nov 2, 2017
1 parent 422e11a commit c1b1040
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -90,8 +90,8 @@ model Building1Zone0D
final abs_2 = 0.0,
final epsilon_1 = 0.9,
final epsilon_2 = 0.0,
final width=1.0,
final height=AGro,
final width=sqrt(AGro),
final height=sqrt(AGro),
nNodes={1},
final constructionData.thickness={1.0},
final constructionData.material.rho={1000.0},
@@ -127,7 +127,7 @@ model Building1Zone0D
"Heat transfer coefficient (convection + radiation) outside of the building"; // after german DIN 4701 Teil2 tabular 16"
final parameter Modelica.SIunits.SurfaceCoefficientOfHeatTransfer alphaGro = 100.0
"Heat transfer coefficient (conduction) to the ground";

equation
connect(zone.TAir, TAir[1]) annotation (Line(
points={{-7,7},{-7,-30},{88,-30},{88,-70},{110,-70}},

0 comments on commit c1b1040

Please sign in to comment.