TEASER
TEASER copied to clipboard
dynamic heat load calc in modelica
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 parametersAandBinto the TEASER export and allow recalculation inside modelica.