Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
4

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

asked 2016-08-22 06:47:19 -0500

updated 2016-10-21 12:30:15 -0500

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.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
5

answered 2016-08-24 07:14:02 -0500

updated 2016-08-24 08:30:57 -0500

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
edit flag offensive delete link more

Comments

1

Thank you very much

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

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Training Workshops

Careers

Question Tools

2 followers

Stats

Asked: 2016-08-22 06:47:19 -0500

Seen: 227 times

Last updated: Aug 24 '16