1

Ideal heating: Calculation thermal energy

I implemented a simple room model in matlab (incl. weather data) - output is the roomTemperature. Now i want to calculate the ideal thermal energy which is neede for a constant room temperature. Is it common to calculate it with constant mass flow or constant supply-temperature?

Given: The room-volume, the room temperature

I want to calculate: The power of an idealHeater (each timestep)

$Q = c \times m \times \Delta T$ --> ??

antifx's avatar
495
antifx
asked 2015-09-08 06:45:42 -0500
Julien Marrec's avatar
29.7k
Julien Marrec
updated 2015-09-08 07:23:51 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

1

Calculation 37 in the ideal air loads engineering reference suggests that at least in EnergyPlus it's a fixed supply temperature, and the mass flow is the calculated value.

Calculate supply air mass flow rate required to meet zone sensible load at the applicable (heating or cooling) supply temperature limit (Tmax,heating or Tmin,cooling)

image description

Jamie Bull's avatar
5.1k
Jamie Bull
answered 2015-09-08 06:57:59 -0500
edit flag offensive 0 remove flag delete link

Comments

Thank you very much: If I would just want to know, how much energy I need for heating from the actual room-temperature to a given set point temperature, would it be possible to calculate it that way: Q = VolumeRoom * density * cp * (Tset – Troom). Then calculate the thermal power for a given internal gain?

antifx's avatar antifx (2015-09-08 09:27:14 -0500) edit
add a comment see more comments