Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SwimmingPool:Indoor to OpenStudio #4006

Closed
jmarrec opened this issue Jun 26, 2020 · 0 comments · Fixed by #4009
Closed

Add SwimmingPool:Indoor to OpenStudio #4006

jmarrec opened this issue Jun 26, 2020 · 0 comments · Fixed by #4009

Comments

@jmarrec
Copy link
Collaborator

jmarrec commented Jun 26, 2020

Enhancement Request

Add SwimmingPool:Indoor to the SDK. It's a relatively simple object to wrap as it has no additional children (but curves and connections).

Detailed Description

Current E+ IDD is there:

SwimmingPool:Indoor,
       \memo Specifies an indoor swimming pools linked to a floor surface.
       \memo The pool is assumed to cover the entire floor to which it is linked.
       \min-fields 16
  A1,  \field Name
       \required-field
       \type alpha
       \reference-class-name validBranchEquipmentTypes
       \reference validBranchEquipmentNames
  A2,  \field Surface Name
       \required-field
       \note Name of the floor surface where the pool is located.
       \type object-list
       \object-list FloorSurfaceNames
  N1,  \field Average Depth
       \required-field
       \type real
       \units m
  A3,  \field Activity Factor Schedule Name
       \required-field
       \type object-list
       \object-list ScheduleNames
  A4,  \field Make-up Water Supply Schedule Name
       \required-field
       \type object-list
       \object-list ScheduleNames
  A5,  \field Cover Schedule Name
       \required-field
       \type object-list
       \object-list ScheduleNames
  N2,  \field Cover Evaporation Factor
       \type real
       \minimum 0.0
       \maximum 1.0
       \default 0.0
  N3,  \field Cover Convection Factor
       \type real
       \minimum 0.0
       \maximum 1.0
       \default 0.0
  N4,  \field Cover Short-Wavelength Radiation Factor
       \type real
       \minimum 0.0
       \maximum 1.0
       \default 0.0
  N5,  \field Cover Long-Wavelength Radiation Factor
       \type real
       \minimum 0.0
       \maximum 1.0
       \default 0.0
  A6,  \field Pool Water Inlet Node
       \required-field
       \type node
  A7,  \field Pool Water Outlet Node
       \required-field
       \type node
  N6,  \field Pool Heating System Maximum Water Flow Rate
       \type real
       \units m3/s
       \ip-units gal/min
       \minimum 0.0
  N7,  \field Pool Miscellaneous Equipment Power
       \note Power input per pool water flow rate
       \units W/(m3/s)
       \ip-units W/(gal/min)
       \type real
       \minimum 0.0
  A8,  \field Setpoint Temperature Schedule
       \required-field
       \type object-list
       \object-list ScheduleNames
  N8,  \field Maximum Number of People
       \required-field
       \minimum 0.0
  A9,  \field People Schedule
       \type object-list
       \object-list ScheduleNames
  A10; \field People Heat Gain Schedule
       \type object-list
       \object-list ScheduleNames

Possible Implementation

@jmarrec jmarrec added Enhancement Request Triage Issue needs to be assessed and labeled, further information on reported might be needed labels Jun 26, 2020
@tijcolem tijcolem added component - Model and removed Triage Issue needs to be assessed and labeled, further information on reported might be needed labels Jun 26, 2020
@tijcolem tijcolem added this to the OpenStudio SDK 3.1.0 milestone Jun 26, 2020
jmarrec added a commit that referenced this issue Jun 26, 2020
tijcolem added a commit that referenced this issue Jul 16, 2020
Fix #4006 - Add SwimmingPool:Indoor to SDK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants