TEASER icon indicating copy to clipboard operation
TEASER copied to clipboard

dynamic heat load calc in modelica

Open DaJansenGit opened this issue 4 years ago • 0 comments

What is the problem?

  • Currently the heat load is calculated in TEASER but the needed variables are not passed into Modelica.

Why do we want to solve it?

  • As the heat load is a suitable value for system design and for parametric studies it can be useful to vary e.g. the nominal inside or outside temperature (other location of building) it would be useful to allow recalculation of the heatload directly in Modelica without creating a new TEASER model

How do we want to solve it?

  • As the heat load calculation equation can be simplified to A * (t_inside-t_outside) + B * (t_inside-t_ground) we could simply include the parameters A and B into the TEASER export and allow recalculation inside modelica.

Corresponding AixLib Issue

DaJansenGit avatar Jan 07 '22 07:01 DaJansenGit