Replies: 5 comments 5 replies
-
Version 2. Note that there will also be some thermal radiation emitted by the object, but a very small amount. |
Beta Was this translation helpful? Give feedback.
-
How do you know that the temperatures are too high? How are you verifying your approach? |
Beta Was this translation helpful? Give feedback.
-
You have convective and radiative transfer to the interior surface of the room from the gas in the room and then convective and radiative transfer from the exterior surface to the ambient. To know that the temperatures are too high you will need to know the wall front and back side temperature, front and bcak side heat transfer coefficient, and wall adjacent gas temperature for every wall cell in the domain. If you have not output these but are only assuming values, this could easily lead to errors in what you think the room temperature should be. |
Beta Was this translation helpful? Give feedback.
-
I would check the math on your calculations. A heat transfer coefficient of 17 W/m2-K is pretty high for a delta T of ~40 C (1.31 [T-Tinf]^(1/3) = 5 W/m2-K] - Rough approximation of a vertical plate h). |
Beta Was this translation helpful? Give feedback.
-
If you are looking to ensure you always have 983 W, you could specifcy a fixed net heat flux at the surface. See the User's Guide for details. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I am trying to do a "Heating Load" Simulation.
I calculated the required heating load for a room I modeled in PyroSim. In my case, the heating load is 983 W.
How exactly do implement a radiator in FDS which has 983W?
Through some research I estimated that the surface temperature has to be 60°C. With the formula of the Heat-Transfer-Rate ([https://en.wikipedia.org/wiki/Heat_transfer_coefficient]) I figured out, that the Heat-Transfer-Coefficient has to be 17,31 W/(m^2K).
My question is, what is the correct way to implement the radiator into my model? I have implemented 3 different approaches and I am not sure, which is the correct way to implement it.
Version 1: Set surface temperature of the radiator to 60 °C
&SURF ID='Radiator_temp', TMP_FRONT=60.0/
Version 2: Set surface temperature of the radiator to 60°C and also define the specific heat transfer coefficient as 17,31 W/(m^2*K)
&SURF ID='Radiator_HTC_temp', HEAT_TRANSFER_COEFFICIENT=17.31, TMP_FRONT=60.0/
Version 3: Set the specific heat transfer coefficient as 17,31 W/(m^2*K)
&SURF ID='Radiator_HTC', HEAT_TRANSFER_COEFFICIENT=17.31/
Thank you in advance
Best Regards
Gesa
Beta Was this translation helpful? Give feedback.
All reactions