First time here? Check our help page!
2

Surface inside conduction with HAMT

I am now trying to apply HAMT in my simulation and want to compare simulated value with the observed value. I have the observation data of surface heat flux of floor.

However, I cannot find the output variable of conduction in HAMT output group.

I tried using Surface Inside Face Conduction Heat Transfer Rate per Area, but it outputted just 0 for any timesteps.

Thus, I think I have to find the output variables about conduction for HAMT algorithm.

Is it impossible in the current EP?

If you have any tips, I'd like to know.

Best regards,

rtsuchiya's avatar
335
rtsuchiya
asked 2018-06-26 01:04:07 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2018-07-02 12:52:15 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

3

"Surface Inside Face Conduction Heat Transfer *" output variables are not currently calculated for HAMT surfaces (and probably shouldn't even be produced).

However, the following surface heat transfer variables represent all of the components of the inside surface heat balance. They should always add up to zero (or close to it - I verified that using surface "Front-1" in the 5ZoneDDCycOnAny example file):

Surface Inside Face Convection Heat Gain Rate
Surface Inside Face Net Surface Thermal Radiation Heat Gain Rate
Surface Inside Face Solar Radiation Heat Gain Rate
Surface Inside Face Lights Radiation Heat Gain Rate
Surface Inside Face Internal Gains Radiation Heat Gain Rate
Surface Inside Face System Radiation Heat Gain Rate
Surface Inside Face Conduction Heat Transfer Rate

All of the other variables are valid for HAMT surfaces, so you can compute the inside face conduction as -1*(sum of the other six). All of these come in several flavors, including rate per area.

MJWitte's avatar
9.7k
MJWitte
answered 2018-06-28 13:26:31 -0500
edit flag offensive 0 remove flag delete link

Comments

Thank you. I will try it!

rtsuchiya's avatar rtsuchiya (2018-06-28 20:00:12 -0500) edit
add a comment see more comments