4

How do I assign the boundary condition of a wall adjacent to a pool?

My building has semi-basement. Some of the semi-basement walls are adjacent to a pool. The building is a resort and this is for landscaping. The level of the pool and the semi basement are equal. I am really confused as to how to assign the wall adjacent to a pool like this.

Maybe the Boundary Condition of the walls should be specified as Other Side Coefficient, but I do not know how to assign all the information regarding the coefficient of water.

Minh E4G.org Vietnam Green Building Database's avatar
41
Minh E4G.org Vietnam Green Building Database
asked 2016-08-22 06:47:19 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2016-10-21 12:30:15 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

5

My suggestion would be to use the temperature schedule method of specifying the other side coefficient. You just need to define a temperature schedule for the pool and add that as the Constant Temperature Schedule Name.

In that case, most of the other required fields have the appropriate defaults - mostly 0, except for Constant Temperature Coefficient which defaults to 1.

That only leaves only the Combined Convective/Radiative Film Coefficient field as a required field with no default.

From the Engineering Reference:

Field: Combined Convective/Radiative Film Coefficient

This is a trigger value. If the value is greater than zero, then it is taken to be the combined convective/radiative film coefficient. In this case (value > 0), the remaining fields are used first to calculate the outside air temperature for the surface and then to calculate the outside surface temperature based on the outside air temperature and the film coefficient. If this field is less than or equal to zero, then the remaining fields are used to calculate the surface temperature (not the outside air temperature).

So if the Combined Convective/Radiative Film Coefficient field is set to 0, then the wall surface is assumed to be the same temperature as the pool which seems a reasonable assumption.

That leaves us with the following object:

SurfaceProperty:OtherSideCoefficients,
      WallName,                !- Name
      0,                       !- Combined Convective/Radiative Film Coefficient {W/m2-K}
      0,                       !- Constant Temperature {C}
      1,                       !- Constant Temperature Coefficient
      0,                       !- External Dry-Bulb Temperature Coefficient
      0,                       !- Ground Temperature Coefficient
      0,                       !- Wind Speed Coefficient
      0,                       !- Zone Air Temperature Coefficient
      PoolTempSchedule;        !- Constant Temperature Schedule Name
Jamie Bull's avatar
5.1k
Jamie Bull
answered 2016-08-24 07:14:02 -0500, updated 2016-08-24 08:30:57 -0500
edit flag offensive 0 remove flag delete link

Comments

1

Thank you very much

Minh E4G.org Vietnam Green Building Database's avatar Minh E4G.org Vietnam Green Building Database (2016-08-24 23:58:33 -0500) edit
1

No problem. If this works out for you, you can upvote and accept the answer so that anyone who comes across it knows this is a good solution.

Jamie Bull's avatar Jamie Bull (2016-08-25 01:28:18 -0500) edit
add a comment see more comments