EnergyPlus EpJSON Input Schemaο
The EnergyPlus input syntax is changing from IDD/IDF to epJSON. A schema is currently autogenerated from the IDD but will eventually become the fundamental input schema. The schema objects are described here.
Icon Legend:
π This field, or object, is a required input
β Numeric Field (Floating point usually)
βΎ Integer Value
β String Input
β Array Field, which will contain an extensible amount of groups of fields
βΆβ Auto-sizable, or Auto-calculable, floating point input field
βΆβΎ Auto-sizable, or Auto-calculable, integer value
Versionο
Specifies the EnergyPlus version of the IDF file.
β version_identifier (Current Version)
SimulationControlο
Note that the following 3 fields are related to the Sizing:Zone, Sizing:System, and Sizing:Plant objects. Having these fields set to Yes but no corresponding Sizing object will not cause the sizing to be done. However, having any of these fields set to No, the corresponding Sizing object is ignored. Note also, if you want to do system sizing, you must also do zone sizing in the same run or an error will result.
β do_zone_sizing_calculation (Default: No)
β do_system_sizing_calculation (Default: No)
β do_plant_sizing_calculation (Default: No)
β run_simulation_for_sizing_periods (Default: Yes)
β run_simulation_for_weather_file_run_periods (Default: Yes)
β do_hvac_sizing_simulation_for_sizing_periods (Default: No)
βΎ maximum_number_of_hvac_sizing_simulation_passes (Default: 1)
PerformancePrecisionTradeoffsο
This object enables users to choose certain options that speed up EnergyPlus simulation, but may lead to small decreases in accuracy of results.
β use_coil_direct_solutions (Default: No)
β zone_radiant_exchange_algorithm (Default: ScriptF)
β override_mode (Default: Normal)
β maxzonetempdiff (Default: 0.3)
β maxalloweddeltemp (Default: 0.002)
β use_representative_surfaces_for_calculations (Default: No)
π Buildingο
Describes parameters that are used during the simulation of the building. There are necessary correlations between the entries for this object and some entries in the Site:WeatherStation and Site:HeightVariation objects, specifically the Terrain field.
β north_axis (Default: 0.0)
β terrain (Default: Suburbs)
β loads_convergence_tolerance_value (Default: 0.04)
β temperature_convergence_tolerance_value (Default: 0.4)
β solar_distribution (Default: FullExterior)
βΎ maximum_number_of_warmup_days (Default: 25)
βΎ minimum_number_of_warmup_days (Default: 1)
ShadowCalculationο
This object is used to control details of the solar, shading, and daylighting models
β shading_calculation_method (Default: PolygonClipping)
β shading_calculation_update_frequency_method (Default: Periodic)
βΎ shading_calculation_update_frequency (Default: 20)
βΎ maximum_figures_in_shadow_overlap_calculations (Default: 15000)
β polygon_clipping_algorithm (Default: SutherlandHodgman)
βΎ pixel_counting_resolution (Default: 512)
β sky_diffuse_modeling_algorithm (Default: SimpleSkyDiffuseModeling)
β output_external_shading_calculation_results (Default: No)
β disable_self_shading_within_shading_zone_groups (Default: No)
β disable_self_shading_from_shading_zone_groups_to_other_zones (Default: No)
Array of {β shading_zone_group_zonelist_name} shading_zone_groups
SurfaceConvectionAlgorithm:Insideο
Default indoor surface heat transfer convection algorithm to be used for all zones
β algorithm (Default: TARP)
SurfaceConvectionAlgorithm:Outsideο
Default outside surface heat transfer convection algorithm to be used for all zones
β algorithm (Default: DOE-2)
HeatBalanceAlgorithmο
Determines which Heat Balance Algorithm will be used ie. CTF (Conduction Transfer Functions), EMPD (Effective Moisture Penetration Depth with Conduction Transfer Functions). Advanced/Research Usage: CondFD (Conduction Finite Difference) Advanced/Research Usage: ConductionFiniteDifferenceSimplified Advanced/Research Usage: HAMT (Combined Heat And Moisture Finite Element)
β algorithm (Default: ConductionTransferFunction)
β surface_temperature_upper_limit (Default: 200.0)
β minimum_surface_convection_heat_transfer_coefficient_value (Default: 0.1)
β maximum_surface_convection_heat_transfer_coefficient_value (Default: 1000.0)
HeatBalanceSettings:ConductionFiniteDifferenceο
Determines settings for the Conduction Finite Difference algorithm for surface heat transfer modeling.
β difference_scheme (Default: FullyImplicitFirstOrder)
β space_discretization_constant (Default: 3.0)
β relaxation_factor (Default: 1.0)
β inside_face_surface_temperature_convergence_criteria (Default: 0.002)
ZoneAirHeatBalanceAlgorithmο
Controls the zone/space air heat balance.
β algorithm (Default: ThirdOrderBackwardDifference)
β do_space_heat_balance_for_sizing (Default: No)
β do_space_heat_balance_for_simulation (Default: No)
ZoneAirContaminantBalanceο
Determines which contaminant concentration will be simulates.
β carbon_dioxide_concentration (Default: No)
β outdoor_carbon_dioxide_schedule_name
β generic_contaminant_concentration (Default: No)
β outdoor_generic_contaminant_schedule_name
ZoneAirMassFlowConservationο
Enforces the zone air mass flow balance by either adjusting zone mixing object flow only, adjusting zone total return flow only, zone mixing and the zone total return flows, or adjusting the zone total return and zone mixing object flows. Zone infiltration flow air flow is increased or decreased depending user selection in the infiltration treatment method. If either of zone mixing or zone return flow adjusting methods or infiltration is active, then the zone air mass flow balance calculation will attempt to enforce conservation of mass for each zone. If flow balancing method is βNoneβ and infiltration is βNoneβ, then the zone air mass flow calculation defaults to assume self-balanced simple flow mixing and infiltration objects.
β adjust_zone_mixing_and_return_for_air_mass_flow_balance (Default: None)
β infiltration_balancing_method (Default: AddInfiltrationFlow)
β infiltration_balancing_zones (Default: MixingSourceZonesOnly)
ZoneCapacitanceMultiplier:ResearchSpecialο
Multiplier altering the relative capacitance of the air compared to an empty zone
β zone_or_zonelist_name
β temperature_capacity_multiplier (Default: 1.0)
β humidity_capacity_multiplier (Default: 1.0)
β carbon_dioxide_capacity_multiplier (Default: 1.0)
β generic_contaminant_capacity_multiplier (Default: 1.0)
Timestepο
Specifies the βbasicβ timestep for the simulation. The value entered here is also known as the Zone Timestep. This is used in the Zone Heat Balance Model calculation as the driving timestep for heat transfer and load calculations.
βΎ number_of_timesteps_per_hour (Default: 6)
ConvergenceLimitsο
Specifies limits on HVAC system simulation timesteps and iterations. This item is an advanced feature that should be used only with caution.
βΎ minimum_system_timestep
βΎ maximum_hvac_iterations (Default: 20)
βΎ minimum_plant_iterations (Default: 2)
βΎ maximum_plant_iterations (Default: 8)
HVACSystemRootFindingAlgorithmο
Specifies a HVAC system solver algorithm to find a root
β algorithm (Default: RegulaFalsi)
βΎ number_of_iterations_before_algorithm_switch (Default: 5)
Compliance:Buildingο
Building level inputs related to compliance to building standards, building codes, and beyond energy code programs.
β building_rotation_for_appendix_g (Default: 0.0)
Site:Locationο
Specifies the buildingβs location. Only one location is allowed. Weather data file location, if it exists, will override this object.
β latitude (Default: 0.0)
β longitude (Default: 0.0)
β time_zone (Default: 0.0)
β elevation (Default: 0.0)
β keep_site_location_information (Default: No)
Site:VariableLocationο
Captures the scheduling of a moving/reorienting building, or more likely a vessel
β building_location_latitude_schedule
β building_location_longitude_schedule
β building_location_orientation_schedule
SizingPeriod:DesignDayο
The design day object creates the parameters for the program to create the 24 hour weather profile that can be used for sizing as well as running to test the other simulation parameters. Parameters in this include a date (month and day), a day type (which uses the appropriate schedules for either sizing or simple tests), min/max temperatures, wind speeds, and solar radiation values.
π βΎ month
π βΎ day_of_month
π β day_type
β maximum_dry_bulb_temperature
β daily_dry_bulb_temperature_range (Default: 0.0)
β dry_bulb_temperature_range_modifier_type (Default: DefaultMultipliers)
β dry_bulb_temperature_range_modifier_day_schedule_name
β humidity_condition_type (Default: WetBulb)
β wetbulb_or_dewpoint_at_maximum_dry_bulb
β humidity_condition_day_schedule_name
β humidity_ratio_at_maximum_dry_bulb
β enthalpy_at_maximum_dry_bulb
β daily_wet_bulb_temperature_range
β barometric_pressure
π β wind_speed
π β wind_direction
β rain_indicator (Default: No)
β snow_indicator (Default: No)
β daylight_saving_time_indicator (Default: No)
β solar_model_indicator (Default: ASHRAEClearSky)
β beam_solar_day_schedule_name
β diffuse_solar_day_schedule_name
β ashrae_clear_sky_optical_depth_for_beam_irradiance_taub_ (Default: 0.0)
β ashrae_clear_sky_optical_depth_for_diffuse_irradiance_taud_ (Default: 0.0)
β sky_clearness (Default: 0.0)
βΎ maximum_number_warmup_days
β begin_environment_reset_mode (Default: FullResetAtBeginEnvironment)
SizingPeriod:WeatherFileDaysο
Use a weather file period for design sizing calculations.
π βΎ begin_month
π βΎ begin_day_of_month
π βΎ end_month
π βΎ end_day_of_month
β day_of_week_for_start_day (Default: Monday)
β use_weather_file_daylight_saving_period (Default: Yes)
β use_weather_file_rain_and_snow_indicators (Default: Yes)
SizingPeriod:WeatherFileConditionTypeο
Use a weather file period for design sizing calculations. EPW weather files are created with typical and extreme periods created heuristically from the weather file data. For more details on these periods, see AuxiliaryPrograms document.
π β period_selection
β day_of_week_for_start_day (Default: Monday)
β use_weather_file_daylight_saving_period (Default: Yes)
β use_weather_file_rain_and_snow_indicators (Default: Yes)
RunPeriodο
Specify a range of dates and other parameters for a simulation. Multiple run periods may be input, but they may not overlap.
π βΎ begin_month
π βΎ begin_day_of_month
β begin_year
π βΎ end_month
π βΎ end_day_of_month
β end_year
β day_of_week_for_start_day
β use_weather_file_holidays_and_special_days (Default: Yes)
β use_weather_file_daylight_saving_period (Default: Yes)
β apply_weekend_holiday_rule (Default: No)
β use_weather_file_rain_indicators (Default: Yes)
β use_weather_file_snow_indicators (Default: Yes)
β treat_weather_as_actual (Default: No)
β first_hour_interpolation_starting_values (Default: Hour24)
RunPeriodControl:SpecialDaysο
This object sets up holidays/special days to be used during weather file run periods. (These are not used with SizingPeriod:* objects.) Depending on the value in the run period, days on the weather file may also be used. However, the weather file specification will take precedence over any specification shown here. (No error message on duplicate days or overlapping days).
π β start_date
β duration (Default: 1.0)
β special_day_type (Default: Holiday)
RunPeriodControl:DaylightSavingTimeο
This object sets up the daylight saving time period for any RunPeriod. Ignores any daylight saving time period on the weather file and uses this definition. These are not used with SizingPeriod:DesignDay objects. Use with SizingPeriod:WeatherFileDays object can be controlled in that object.
π β start_date
π β end_date
WeatherProperty:SkyTemperatureο
This object is used to override internal sky temperature calculations.
β calculation_type (Default: ClarkAllen)
β schedule_name
β use_weather_file_horizontal_ir (Default: Yes)
Site:WeatherStationο
This object should only be used for non-standard weather data. Standard weather data such as TMY2, IWEC, and ASHRAE design day data are all measured at the default conditions and do not require this object.
β wind_sensor_height_above_ground (Default: 10.0)
β wind_speed_profile_exponent (Default: 0.14)
β wind_speed_profile_boundary_layer_thickness (Default: 270.0)
β air_temperature_sensor_height_above_ground (Default: 1.5)
Site:HeightVariationο
This object is used if the user requires advanced control over height-dependent variations in wind speed and temperature. When this object is not present, the default model for temperature dependence on height is used, and the wind speed is modeled according to the Terrain field of the BUILDING object.
β wind_speed_profile_exponent (Default: 0.22)
β wind_speed_profile_boundary_layer_thickness (Default: 370.0)
β air_temperature_gradient_coefficient (Default: 0.0065)
Site:GroundTemperature:BuildingSurfaceο
These temperatures are specifically for those surfaces that have the outside environment of βGroundβ. Documentation about what values these should be is located in the Auxiliary programs document (Ground Heat Transfer) as well as the InputOutput Reference. CAUTION - Do not use the βundisturbedβ ground temperatures from the weather data. These values are too extreme for the soil under a conditioned building. For best results, use the Slab or Basement program to calculate custom monthly average ground temperatures (see Auxiliary Programs). For typical commercial buildings in the USA, a reasonable default value is 2C less than the average indoor space temperature.
β january_ground_temperature (Default: 18.0)
β february_ground_temperature (Default: 18.0)
β march_ground_temperature (Default: 18.0)
β april_ground_temperature (Default: 18.0)
β may_ground_temperature (Default: 18.0)
β june_ground_temperature (Default: 18.0)
β july_ground_temperature (Default: 18.0)
β august_ground_temperature (Default: 18.0)
β september_ground_temperature (Default: 18.0)
β october_ground_temperature (Default: 18.0)
β november_ground_temperature (Default: 18.0)
β december_ground_temperature (Default: 18.0)
Site:GroundTemperature:FCfactorMethodο
These temperatures are specifically for underground walls and ground floors defined with the C-factor and F-factor methods, and should be close to the monthly average outdoor air temperature delayed by 3 months for the location.
β january_ground_temperature (Default: 13.0)
β february_ground_temperature (Default: 13.0)
β march_ground_temperature (Default: 13.0)
β april_ground_temperature (Default: 13.0)
β may_ground_temperature (Default: 13.0)
β june_ground_temperature (Default: 13.0)
β july_ground_temperature (Default: 13.0)
β august_ground_temperature (Default: 13.0)
β september_ground_temperature (Default: 13.0)
β october_ground_temperature (Default: 13.0)
β november_ground_temperature (Default: 13.0)
β december_ground_temperature (Default: 13.0)
Site:GroundTemperature:Shallowο
These temperatures are specifically for the Surface Ground Heat Exchanger and should probably be close to the average outdoor air temperature for the location. They are not used in other models.
β january_surface_ground_temperature (Default: 13.0)
β february_surface_ground_temperature (Default: 13.0)
β march_surface_ground_temperature (Default: 13.0)
β april_surface_ground_temperature (Default: 13.0)
β may_surface_ground_temperature (Default: 13.0)
β june_surface_ground_temperature (Default: 13.0)
β july_surface_ground_temperature (Default: 13.0)
β august_surface_ground_temperature (Default: 13.0)
β september_surface_ground_temperature (Default: 13.0)
β october_surface_ground_temperature (Default: 13.0)
β november_surface_ground_temperature (Default: 13.0)
β december_surface_ground_temperature (Default: 13.0)
Site:GroundTemperature:Deepο
These temperatures are specifically for the ground heat exchangers that would use βdeepβ (3-4 m depth) ground temperatures for their heat source. They are not used in other models.
β january_deep_ground_temperature (Default: 16.0)
β february_deep_ground_temperature (Default: 16.0)
β march_deep_ground_temperature (Default: 16.0)
β april_deep_ground_temperature (Default: 16.0)
β may_deep_ground_temperature (Default: 16.0)
β june_deep_ground_temperature (Default: 16.0)
β july_deep_ground_temperature (Default: 16.0)
β august_deep_ground_temperature (Default: 16.0)
β september_deep_ground_temperature (Default: 16.0)
β october_deep_ground_temperature (Default: 16.0)
β november_deep_ground_temperature (Default: 16.0)
β december_deep_ground_temperature (Default: 16.0)
Site:GroundTemperature:Undisturbed:FiniteDifferenceο
Undisturbed ground temperature object using a detailed finite difference 1-D model
π β soil_thermal_conductivity
π β soil_density
π β soil_specific_heat
β soil_moisture_content_volume_fraction (Default: 30.0)
β soil_moisture_content_volume_fraction_at_saturation (Default: 50.0)
β evapotranspiration_ground_cover_parameter (Default: 0.4)
Site:GroundTemperature:Undisturbed:KusudaAchenbachο
Undisturbed ground temperature object using the Kusuda-Achenbach 1965 correlation.
π β soil_thermal_conductivity
π β soil_density
π β soil_specific_heat
β average_soil_surface_temperature
β average_amplitude_of_surface_temperature
β phase_shift_of_minimum_surface_temperature
Site:GroundTemperature:Undisturbed:Xingο
Undisturbed ground temperature object using the Xing 2014 2 harmonic parameter model.
π β soil_thermal_conductivity
π β soil_density
π β soil_specific_heat
π β average_soil_surface_temperature
π β soil_surface_temperature_amplitude_1
π β soil_surface_temperature_amplitude_2
π β phase_shift_of_temperature_amplitude_1
π β phase_shift_of_temperature_amplitude_2
Site:GroundDomain:Slabο
Ground-coupled slab model for on-grade and in-grade cases with or without insulation.
β ground_domain_depth (Default: 10.0)
β aspect_ratio (Default: 1.0)
β perimeter_offset (Default: 5.0)
β soil_thermal_conductivity (Default: 1.5)
β soil_density (Default: 2800.0)
β soil_specific_heat (Default: 850.0)
β soil_moisture_content_volume_fraction (Default: 30.0)
β soil_moisture_content_volume_fraction_at_saturation (Default: 50.0)
π β undisturbed_ground_temperature_model_type
π β undisturbed_ground_temperature_model_name
β evapotranspiration_ground_cover_parameter (Default: 0.4)
π β slab_boundary_condition_model_name
π β slab_location
β slab_material_name
β horizontal_insulation (Default: No)
β horizontal_insulation_material_name
β horizontal_insulation_extents (Default: Full)
β perimeter_insulation_width
β vertical_insulation (Default: No)
β vertical_insulation_material_name
β vertical_insulation_depth
β simulation_timestep (Default: Hourly)
β geometric_mesh_coefficient (Default: 1.6)
βΎ mesh_density_parameter (Default: 6)
Site:GroundDomain:Basementο
Ground-coupled basement model for simulating basements or other underground zones.
β ground_domain_depth (Default: 10.0)
β aspect_ratio (Default: 1.0)
β perimeter_offset (Default: 5.0)
β soil_thermal_conductivity (Default: 1.5)
β soil_density (Default: 2800.0)
β soil_specific_heat (Default: 850.0)
β soil_moisture_content_volume_fraction (Default: 30.0)
β soil_moisture_content_volume_fraction_at_saturation (Default: 50.0)
π β undisturbed_ground_temperature_model_type
π β undisturbed_ground_temperature_model_name
β evapotranspiration_ground_cover_parameter (Default: 0.4)
π β basement_floor_boundary_condition_model_name
β horizontal_insulation (Default: No)
β horizontal_insulation_material_name
β horizontal_insulation_extents (Default: Full)
β perimeter_horizontal_insulation_width
β basement_wall_depth
π β basement_wall_boundary_condition_model_name
β vertical_insulation (Default: No)
β basement_wall_vertical_insulation_material_name
β vertical_insulation_depth
β simulation_timestep (Default: Hourly)
βΎ mesh_density_parameter (Default: 4)
Site:GroundReflectanceο
Specifies the ground reflectance values used to calculate ground reflected solar. The ground reflectance can be further modified when snow is on the ground by Site:GroundReflectance:SnowModifier.
β january_ground_reflectance (Default: 0.2)
β february_ground_reflectance (Default: 0.2)
β march_ground_reflectance (Default: 0.2)
β april_ground_reflectance (Default: 0.2)
β may_ground_reflectance (Default: 0.2)
β june_ground_reflectance (Default: 0.2)
β july_ground_reflectance (Default: 0.2)
β august_ground_reflectance (Default: 0.2)
β september_ground_reflectance (Default: 0.2)
β october_ground_reflectance (Default: 0.2)
β november_ground_reflectance (Default: 0.2)
β december_ground_reflectance (Default: 0.2)
Site:GroundReflectance:SnowModifierο
Specifies ground reflectance multipliers when snow resident on the ground. These multipliers are applied to the βnormalβ ground reflectances specified in Site:GroundReflectance.
β ground_reflected_solar_modifier (Default: 1.0)
β daylighting_ground_reflected_solar_modifier (Default: 1.0)
Site:WaterMainsTemperatureο
Used to calculate water mains temperatures delivered by underground water main pipes. Water mains temperatures are a function of outdoor climate conditions and vary with time of year.
β calculation_method (Default: CorrelationFromWeatherFile)
β temperature_schedule_name
β annual_average_outdoor_air_temperature
β maximum_difference_in_monthly_average_outdoor_air_temperatures
Site:Precipitationο
Used to describe the amount of water precipitation at the building site. Precipitation includes both rain and the equivalent water content of snow.
β precipitation_model_type
β design_level_for_total_annual_precipitation
β precipitation_rates_schedule_name
β average_total_annual_precipitation
RoofIrrigationο
Used to describe the amount of irrigation on the ecoroof surface over the course of the simulation runperiod.
β irrigation_model_type
β irrigation_rate_schedule_name
β irrigation_maximum_saturation_threshold (Default: 40.0)
Site:SolarAndVisibleSpectrumο
If this object is omitted, the default solar and visible spectrum data will be used.
β spectrum_data_method (Default: Default)
β solar_spectrum_data_object_name
β visible_spectrum_data_object_name
Site:SpectrumDataο
Spectrum Data Type is followed by up to 107 sets of normal-incidence measured values of [wavelength, spectrum] for wavelengths covering the solar (0.25 to 2.5 microns) or visible spectrum (0.38 to 0.78 microns)
π β spectrum_data_type
β wavelength
β spectrum
β wavelength_1
β spectrum_2
Array of {β wavelength, β spectrum} extensions
ScheduleTypeLimitsο
ScheduleTypeLimits specifies the data types and limits for the values contained in schedules
β lower_limit_value
β upper_limit_value
β numeric_type
β unit_type (Default: Dimensionless)
Schedule:Day:Hourlyο
A Schedule:Day:Hourly contains 24 values for each hour of the day.
β schedule_type_limits_name
β hour_1 (Default: 0.0)
β hour_2 (Default: 0.0)
β hour_3 (Default: 0.0)
β hour_4 (Default: 0.0)
β hour_5 (Default: 0.0)
β hour_6 (Default: 0.0)
β hour_7 (Default: 0.0)
β hour_8 (Default: 0.0)
β hour_9 (Default: 0.0)
β hour_10 (Default: 0.0)
β hour_11 (Default: 0.0)
β hour_12 (Default: 0.0)
β hour_13 (Default: 0.0)
β hour_14 (Default: 0.0)
β hour_15 (Default: 0.0)
β hour_16 (Default: 0.0)
β hour_17 (Default: 0.0)
β hour_18 (Default: 0.0)
β hour_19 (Default: 0.0)
β hour_20 (Default: 0.0)
β hour_21 (Default: 0.0)
β hour_22 (Default: 0.0)
β hour_23 (Default: 0.0)
β hour_24 (Default: 0.0)
Schedule:Day:Intervalο
A Schedule:Day:Interval contains a full day of values with specified end times for each value Currently, is set up to allow for 10 minute intervals for an entire day.
β schedule_type_limits_name
β interpolate_to_timestep (Default: No)
Array of {β time, β value_until_time} data
Schedule:Day:Listο
Schedule:Day:List will allow the user to list 24 hours worth of values, which can be sub-hourly in nature.
β schedule_type_limits_name
β interpolate_to_timestep (Default: No)
βΎ minutes_per_item
Array of {β value} extensions
Schedule:Week:Dailyο
A Schedule:Week:Daily contains 12 Schedule:Day:Hourly objects, one for each day type.
π β sunday_schedule_day_name
π β monday_schedule_day_name
π β tuesday_schedule_day_name
π β wednesday_schedule_day_name
π β thursday_schedule_day_name
π β friday_schedule_day_name
π β saturday_schedule_day_name
π β holiday_schedule_day_name
π β summerdesignday_schedule_day_name
π β winterdesignday_schedule_day_name
π β customday1_schedule_day_name
π β customday2_schedule_day_name
Schedule:Week:Compactο
Compact definition for Schedule:Day:List
Array of {π β daytype_list, π β schedule_day_name} data
Schedule:Yearο
A Schedule:Year contains from 1 to 52 week schedules
β schedule_type_limits_name
Array of {π β schedule_week_name, π βΎ start_month, π βΎ start_day, π βΎ end_month, π βΎ end_day} schedule_weeks
Schedule:Compactο
Irregular object. Does not follow the usual definition for fields. Fields A3β¦ are: Through: Date For: Applicable days (ref: Schedule:Week:Compact) Interpolate: Average/Linear/No (ref: Schedule:Day:Interval) β optional, if not used will be βNoβ Until: <Time> (ref: Schedule:Day:Interval) <numeric value> words βThroughβ,βForβ,βInterpolateβ,βUntilβ must be included.
β schedule_type_limits_name
Array of { field} data
Schedule:Constantο
Constant hourly value for entire year.
β schedule_type_limits_name
β hourly_value (Default: 0.0)
Schedule:File:Shadingο
A Schedule:File:Shading points to a CSV file that has 8760-8784 hours of sunlit fraction data for all or some of the exterior surfaces.
π β file_name
Schedule:Fileο
A Schedule:File points to a text computer file that has 8760-8784 hours of data.
β schedule_type_limits_name
π β file_name
π βΎ column_number
π βΎ rows_to_skip_at_top
β number_of_hours_of_data (Default: 8760.0)
β column_separator (Default: Comma)
β interpolate_to_timestep (Default: No)
βΎ minutes_per_item (Default: 60)
β adjust_schedule_for_daylight_savings (Default: Yes)
Materialο
Regular materials described with full set of thermal properties
π β roughness
π β thickness
π β conductivity
π β density
π β specific_heat
β thermal_absorptance (Default: 0.9)
β solar_absorptance (Default: 0.7)
β visible_absorptance (Default: 0.7)
Material:NoMassο
Regular materials properties described whose principal description is R (Thermal Resistance)
π β roughness
π β thermal_resistance
β thermal_absorptance (Default: 0.9)
β solar_absorptance (Default: 0.7)
β visible_absorptance (Default: 0.7)
Material:InfraredTransparentο
Special infrared transparent material. Similar to a Material:Nomass with low thermal resistance. High absorptance in both wavelengths. Area will be doubled internally to make internal radiant exchange accurate. Should be only material in single layer surface construction. All thermal properties are set internally. User needs only to supply name. Cannot be used with ConductionFiniteDifference solution algorithms
Material:AirGapο
Air Space in Opaque Construction
π β thermal_resistance
Material:RoofVegetationο
EcoRoof model, plant layer plus soil layer Implemented by Portland State University (Sailor et al., January, 2007) only one material must be referenced per simulation though the same EcoRoof material could be used in multiple constructions. New moisture redistribution scheme (2010) requires higher number of timesteps per hour (minimum 12 recommended).
β height_of_plants (Default: 0.2)
β leaf_area_index (Default: 1.0)
β leaf_reflectivity (Default: 0.22)
β leaf_emissivity (Default: 0.95)
β minimum_stomatal_resistance (Default: 180.0)
β soil_layer_name (Default: Green Roof Soil)
β roughness (Default: MediumRough)
β thickness (Default: 0.1)
β conductivity_of_dry_soil (Default: 0.35)
β density_of_dry_soil (Default: 1100.0)
β specific_heat_of_dry_soil (Default: 1200.0)
β thermal_absorptance (Default: 0.9)
β solar_absorptance (Default: 0.7)
β visible_absorptance (Default: 0.75)
β saturation_volumetric_moisture_content_of_the_soil_layer (Default: 0.3)
β residual_volumetric_moisture_content_of_the_soil_layer (Default: 0.01)
β initial_volumetric_moisture_content_of_the_soil_layer (Default: 0.1)
β moisture_diffusion_calculation_method (Default: Advanced)
WindowMaterial:SimpleGlazingSystemο
Alternate method of describing windows This window material object is used to define an entire glazing system using simple performance parameters.
π β u_factor
π β solar_heat_gain_coefficient
β visible_transmittance
WindowMaterial:Glazingο
Glass material properties for Windows or Glass Doors Transmittance/Reflectance input method.
π β optical_data_type
β window_glass_spectral_data_set_name
π β thickness
β solar_transmittance_at_normal_incidence
β front_side_solar_reflectance_at_normal_incidence
β back_side_solar_reflectance_at_normal_incidence
β visible_transmittance_at_normal_incidence
β front_side_visible_reflectance_at_normal_incidence
β back_side_visible_reflectance_at_normal_incidence
β infrared_transmittance_at_normal_incidence (Default: 0.0)
β front_side_infrared_hemispherical_emissivity (Default: 0.84)
β back_side_infrared_hemispherical_emissivity (Default: 0.84)
β conductivity (Default: 0.9)
β dirt_correction_factor_for_solar_and_visible_transmittance (Default: 1.0)
β solar_diffusing (Default: No)
β young_s_modulus (Default: 72000000000.0)
β poisson_s_ratio (Default: 0.22)
β window_glass_spectral_and_incident_angle_transmittance_data_set_table_name
β window_glass_spectral_and_incident_angle_front_reflectance_data_set_table_name
β window_glass_spectral_and_incident_angle_back_reflectance_data_set_table_name
WindowMaterial:GlazingGroup:Thermochromicο
thermochromic glass at different temperatures
Array of {π β optical_data_temperature, π β window_material_glazing_name} temperature_data
WindowMaterial:Glazing:RefractionExtinctionMethodο
Glass material properties for Windows or Glass Doors Index of Refraction/Extinction Coefficient input method Not to be used for coated glass
π β thickness
π β solar_index_of_refraction
π β solar_extinction_coefficient
π β visible_index_of_refraction
π β visible_extinction_coefficient
β infrared_transmittance_at_normal_incidence (Default: 0.0)
β infrared_hemispherical_emissivity (Default: 0.84)
β conductivity (Default: 0.9)
β dirt_correction_factor_for_solar_and_visible_transmittance (Default: 1.0)
β solar_diffusing (Default: No)
WindowMaterial:Gasο
Gas material properties that are used in Windows or Glass Doors
π β gas_type
π β thickness
β conductivity_coefficient_a
β conductivity_coefficient_b
β conductivity_coefficient_c
β viscosity_coefficient_a
β viscosity_coefficient_b
β viscosity_coefficient_c
β specific_heat_coefficient_a
β specific_heat_coefficient_b
β specific_heat_coefficient_c
β molecular_weight
β specific_heat_ratio
WindowGap:SupportPillarο
used to define pillar geometry for support pillars
β spacing (Default: 0.04)
β radius (Default: 0.0004)
WindowGap:DeflectionStateο
Used to enter data describing deflection state of the gap. It is referenced from WindowMaterial:Gap object only and it is used only when deflection model is set to MeasuredDeflection, otherwise it is ignored.
β deflected_thickness (Default: 0.0)
β initial_temperature (Default: 25.0)
β initial_pressure (Default: 101325.0)
WindowMaterial:GasMixtureο
Gas mixtures that are used in Windows or Glass Doors
π β thickness
π βΎ number_of_gases_in_mixture
π β gas_1_type
π β gas_1_fraction
π β gas_2_type
π β gas_2_fraction
β gas_3_type
β gas_3_fraction
β gas_4_type
β gas_4_fraction
WindowMaterial:Gapο
Used to define the gap between two layers in a complex fenestration system, where the Construction:ComplexFenestrationState object is used. It is referenced as a layer in the Construction:ComplexFenestrationState object. It cannot be referenced as a layer from the Construction object.
π β thickness
π β gas_or_gas_mixture_
β pressure (Default: 101325.0)
β deflection_state
β support_pillar
WindowMaterial:Shadeο
Specifies the properties of window shade materials. Reflectance and emissivity properties are assumed to be the same on both sides of the shade. Shades are considered to be perfect diffusers (all transmitted and reflected radiation is hemispherically-diffuse) independent of angle of incidence.
π β solar_transmittance
π β solar_reflectance
π β visible_transmittance
π β visible_reflectance
π β infrared_hemispherical_emissivity
π β infrared_transmittance
π β thickness
π β conductivity
β shade_to_glass_distance (Default: 0.05)
β top_opening_multiplier (Default: 0.5)
β bottom_opening_multiplier (Default: 0.5)
β left_side_opening_multiplier (Default: 0.5)
β right_side_opening_multiplier (Default: 0.5)
β airflow_permeability (Default: 0.0)
WindowMaterial:ComplexShadeο
Complex window shading layer thermal properties
β layer_type (Default: OtherShadingType)
β thickness (Default: 0.002)
β conductivity (Default: 1.0)
β ir_transmittance (Default: 0.0)
β front_emissivity (Default: 0.84)
β back_emissivity (Default: 0.84)
β top_opening_multiplier (Default: 0.0)
β bottom_opening_multiplier (Default: 0.0)
β left_side_opening_multiplier (Default: 0.0)
β right_side_opening_multiplier (Default: 0.0)
β front_opening_multiplier (Default: 0.05)
β slat_width (Default: 0.016)
β slat_spacing (Default: 0.012)
β slat_thickness (Default: 0.0006)
β slat_angle (Default: 90.0)
β slat_conductivity (Default: 160.0)
β slat_curve (Default: 0.0)
WindowMaterial:Blindο
Window blind thermal properties
β slat_orientation (Default: Horizontal)
π β slat_width
π β slat_separation
β slat_thickness (Default: 0.00025)
β slat_angle (Default: 45.0)
β slat_conductivity (Default: 221.0)
β slat_beam_solar_transmittance (Default: 0.0)
π β front_side_slat_beam_solar_reflectance
π β back_side_slat_beam_solar_reflectance
β slat_diffuse_solar_transmittance (Default: 0.0)
π β front_side_slat_diffuse_solar_reflectance
π β back_side_slat_diffuse_solar_reflectance
π β slat_beam_visible_transmittance
β front_side_slat_beam_visible_reflectance
β back_side_slat_beam_visible_reflectance
β slat_diffuse_visible_transmittance (Default: 0.0)
β front_side_slat_diffuse_visible_reflectance
β back_side_slat_diffuse_visible_reflectance
β slat_infrared_hemispherical_transmittance (Default: 0.0)
β front_side_slat_infrared_hemispherical_emissivity (Default: 0.9)
β back_side_slat_infrared_hemispherical_emissivity (Default: 0.9)
β blind_to_glass_distance (Default: 0.05)
β blind_top_opening_multiplier (Default: 0.5)
β blind_bottom_opening_multiplier (Default: 0.0)
β blind_left_side_opening_multiplier (Default: 0.5)
β blind_right_side_opening_multiplier (Default: 0.5)
β minimum_slat_angle (Default: 0.0)
β maximum_slat_angle (Default: 180.0)
WindowMaterial:Screenο
Window screen physical properties. Can only be located on the exterior side of a window construction.
β reflected_beam_transmittance_accounting_method (Default: ModelAsDiffuse)
π β diffuse_solar_reflectance
π β diffuse_visible_reflectance
β thermal_hemispherical_emissivity (Default: 0.9)
β conductivity (Default: 221.0)
π β screen_material_spacing
π β screen_material_diameter
β screen_to_glass_distance (Default: 0.025)
β top_opening_multiplier (Default: 0.0)
β bottom_opening_multiplier (Default: 0.0)
β left_side_opening_multiplier (Default: 0.0)
β right_side_opening_multiplier (Default: 0.0)
β angle_of_resolution_for_screen_transmittance_output_map (Default: 0.0)
WindowMaterial:Shade:EquivalentLayerο
Specifies the properties of equivalent layer window shade material Shades are considered to be perfect diffusers (all transmitted and reflected radiation is hemispherically-diffuse) independent of angle of incidence. Shade represents roller blinds.
β shade_beam_beam_solar_transmittance (Default: 0.0)
π β front_side_shade_beam_diffuse_solar_transmittance
π β back_side_shade_beam_diffuse_solar_transmittance
π β front_side_shade_beam_diffuse_solar_reflectance
π β back_side_shade_beam_diffuse_solar_reflectance
β shade_beam_beam_visible_transmittance_at_normal_incidence
β shade_beam_diffuse_visible_transmittance_at_normal_incidence
β shade_beam_diffuse_visible_reflectance_at_normal_incidence
β shade_material_infrared_transmittance (Default: 0.05)
β front_side_shade_material_infrared_emissivity (Default: 0.91)
β back_side_shade_material_infrared_emissivity (Default: 0.91)
WindowMaterial:Drape:EquivalentLayerο
Specifies the properties of equivalent layer drape fabric materials. Shades are considered to be perfect diffusers (all transmitted and reflected radiation is hemispherically-diffuse) independent of angle of incidence. unpleated drape fabric is treated as thin and flat layer.
β drape_beam_beam_solar_transmittance_at_normal_incidence (Default: 0.0)
π β front_side_drape_beam_diffuse_solar_transmittance
π β back_side_drape_beam_diffuse_solar_transmittance
π β front_side_drape_beam_diffuse_solar_reflectance
π β back_side_drape_beam_diffuse_solar_reflectance
β drape_beam_beam_visible_transmittance
β drape_beam_diffuse_visible_transmittance
β drape_beam_diffuse_visible_reflectance
β drape_material_infrared_transmittance (Default: 0.05)
β front_side_drape_material_infrared_emissivity (Default: 0.87)
β back_side_drape_material_infrared_emissivity (Default: 0.87)
β width_of_pleated_fabric (Default: 0.0)
β length_of_pleated_fabric (Default: 0.0)
WindowMaterial:Blind:EquivalentLayerο
Window equivalent layer blind slat optical and thermal properties. The model assumes that slats are thin and flat, applies correction empirical correlation to account for curvature effect. Slats are assumed to transmit and reflect diffusely.
β slat_orientation (Default: Horizontal)
π β slat_width
π β slat_separation
β slat_crown (Default: 0.0015)
β slat_angle (Default: 45.0)
β front_side_slat_beam_diffuse_solar_transmittance (Default: 0.0)
β back_side_slat_beam_diffuse_solar_transmittance (Default: 0.0)
π β front_side_slat_beam_diffuse_solar_reflectance
π β back_side_slat_beam_diffuse_solar_reflectance
β front_side_slat_beam_diffuse_visible_transmittance (Default: 0.0)
β back_side_slat_beam_diffuse_visible_transmittance (Default: 0.0)
β front_side_slat_beam_diffuse_visible_reflectance
β back_side_slat_beam_diffuse_visible_reflectance
β slat_diffuse_diffuse_solar_transmittance (Default: 0.0)
π β front_side_slat_diffuse_diffuse_solar_reflectance
π β back_side_slat_diffuse_diffuse_solar_reflectance
β slat_diffuse_diffuse_visible_transmittance
β front_side_slat_diffuse_diffuse_visible_reflectance
β back_side_slat_diffuse_diffuse_visible_reflectance
β slat_infrared_transmittance (Default: 0.0)
β front_side_slat_infrared_emissivity (Default: 0.9)
β back_side_slat_infrared_emissivity (Default: 0.9)
β slat_angle_control (Default: FixedSlatAngle)
WindowMaterial:Screen:EquivalentLayerο
Equivalent layer window screen physical properties. Can only be located on the exterior side of a window construction.
βΆβ screen_beam_beam_solar_transmittance (Default: Autocalculate)
π β screen_beam_diffuse_solar_transmittance
π β screen_beam_diffuse_solar_reflectance
π β screen_beam_beam_visible_transmittance
π β screen_beam_diffuse_visible_transmittance
π β screen_beam_diffuse_visible_reflectance
β screen_infrared_transmittance (Default: 0.02)
β screen_infrared_emissivity (Default: 0.93)
β screen_wire_spacing (Default: 0.025)
β screen_wire_diameter (Default: 0.005)
WindowMaterial:Glazing:EquivalentLayerο
Glass material properties for Windows or Glass Doors Transmittance/Reflectance input method.
β optical_data_type (Default: SpectralAverage)
β window_glass_spectral_data_set_name
π β front_side_beam_beam_solar_transmittance
π β back_side_beam_beam_solar_transmittance
π β front_side_beam_beam_solar_reflectance
π β back_side_beam_beam_solar_reflectance
β front_side_beam_beam_visible_solar_transmittance
β back_side_beam_beam_visible_solar_transmittance
β front_side_beam_beam_visible_solar_reflectance
β back_side_beam_beam_visible_solar_reflectance
β front_side_beam_diffuse_solar_transmittance (Default: 0.0)
β back_side_beam_diffuse_solar_transmittance (Default: 0.0)
β front_side_beam_diffuse_solar_reflectance (Default: 0.0)
β back_side_beam_diffuse_solar_reflectance (Default: 0.0)
β front_side_beam_diffuse_visible_solar_transmittance (Default: 0.0)
β back_side_beam_diffuse_visible_solar_transmittance (Default: 0.0)
β front_side_beam_diffuse_visible_solar_reflectance (Default: 0.0)
β back_side_beam_diffuse_visible_solar_reflectance (Default: 0.0)
βΆβ diffuse_diffuse_solar_transmittance (Default: Autocalculate)
βΆβ front_side_diffuse_diffuse_solar_reflectance (Default: Autocalculate)
βΆβ back_side_diffuse_diffuse_solar_reflectance (Default: Autocalculate)
βΆβ diffuse_diffuse_visible_solar_transmittance (Default: Autocalculate)
βΆβ front_side_diffuse_diffuse_visible_solar_reflectance (Default: Autocalculate)
βΆβ back_side_diffuse_diffuse_visible_solar_reflectance (Default: Autocalculate)
β infrared_transmittance_applies_to_front_and_back_ (Default: 0.0)
β front_side_infrared_emissivity (Default: 0.84)
β back_side_infrared_emissivity (Default: 0.84)
β thermal_resistance (Default: 0.158)
WindowMaterial:Gap:EquivalentLayerο
Gas material properties that are used in Windows Equivalent Layer References only WindowMaterial:Gas properties
π β gas_type
π β thickness
π β gap_vent_type
β conductivity_coefficient_a
β conductivity_coefficient_b
β conductivity_coefficient_c
β viscosity_coefficient_a
β viscosity_coefficient_b
β viscosity_coefficient_c
β specific_heat_coefficient_a
β specific_heat_coefficient_b
β specific_heat_coefficient_c
β molecular_weight
β specific_heat_ratio
MaterialProperty:MoisturePenetrationDepth:Settingsο
Additional properties for moisture using EMPD procedure HeatBalanceAlgorithm choice=MoisturePenetrationDepthConductionTransferFunction only Has no effect with other HeatBalanceAlgorithm solution algorithms
π β water_vapor_diffusion_resistance_factor
π β moisture_equation_coefficient_a
π β moisture_equation_coefficient_b
π β moisture_equation_coefficient_c
π β moisture_equation_coefficient_d
βΆβ surface_layer_penetration_depth (Default: Autocalculate)
βΆβ deep_layer_penetration_depth (Default: Autocalculate)
π β coating_layer_thickness
π β coating_layer_water_vapor_diffusion_resistance_factor
MaterialProperty:PhaseChangeο
Additional properties for temperature dependent thermal conductivity and enthalpy for Phase Change Materials (PCM) Name and temperature coefficient are followed by up to 100 sets of temperature-enthalpy pairs. HeatBalanceAlgorithm = CondFD(ConductionFiniteDifference) solution algorithm only. Constructions with this should use the detailed CondFD process. Has no effect with other HeatBalanceAlgorithm solution algorithms
β temperature_coefficient_for_thermal_conductivity (Default: 0.0)
Array of {π β temperature, π β enthalpy} values
MaterialProperty:PhaseChangeHysteresisο
Additional properties for temperature dependent thermal conductivity and enthalpy for Phase Change Materials (PCM) with separate melting and freezing curves. HeatBalanceAlgorithm = CondFD (ConductionFiniteDifference) solution algorithm only. Constructions with this should use the detailed CondFD process. Has no effect with other HeatBalanceAlgorithm solution algorithms.
π β latent_heat_during_the_entire_phase_change_process
π β liquid_state_thermal_conductivity
π β liquid_state_density
π β liquid_state_specific_heat
π β high_temperature_difference_of_melting_curve
π β peak_melting_temperature
π β low_temperature_difference_of_melting_curve
π β solid_state_thermal_conductivity
π β solid_state_density
π β solid_state_specific_heat
π β high_temperature_difference_of_freezing_curve
π β peak_freezing_temperature
π β low_temperature_difference_of_freezing_curve
MaterialProperty:VariableThermalConductivityο
Additional properties for temperature dependent thermal conductivity using piecewise linear temperature-conductivity function. Name is followed by up to 100 sets of temperature-conductivity pairs. HeatBalanceAlgorithm = CondFD(ConductionFiniteDifference) solution algorithm only. Has no effect with other HeatBalanceAlgorithm solution algorithms
Array of {π β temperature, π β thermal_conductivity} values
MaterialProperty:VariableAbsorptanceο
π β reference_material_name
β control_signal (Default: SurfaceTemperature)
β thermal_absorptance_function_name
β thermal_absorptance_schedule_name
β solar_absorptance_function_name
β solar_absorptance_schedule_name
MaterialProperty:HeatAndMoistureTransfer:Settingsο
HeatBalanceAlgorithm = CombinedHeatAndMoistureFiniteElement solution algorithm only. Additional material properties for surfaces. Has no effect with other HeatBalanceAlgorithm solution algorithms
π β material_name
π β porosity
β initial_water_content_ratio (Default: 0.2)
MaterialProperty:HeatAndMoistureTransfer:SorptionIsothermο
HeatBalanceAlgorithm = CombinedHeatAndMoistureFiniteElement solution algorithm only. Relationship between moisture content and relative humidity fraction. Has no effect with other HeatBalanceAlgorithm solution algorithms
π β material_name
π βΎ number_of_isotherm_coordinates
π β relative_humidity_fraction_1
π β moisture_content_1
β relative_humidity_fraction_2
β moisture_content_2
β relative_humidity_fraction_3
β moisture_content_3
β relative_humidity_fraction_4
β moisture_content_4
β relative_humidity_fraction_5
β moisture_content_5
β relative_humidity_fraction_6
β moisture_content_6
β relative_humidity_fraction_7
β moisture_content_7
β relative_humidity_fraction_8
β moisture_content_8
β relative_humidity_fraction_9
β moisture_content_9
β relative_humidity_fraction_10
β moisture_content_10
β relative_humidity_fraction_11
β moisture_content_11
β relative_humidity_fraction_12
β moisture_content_12
β relative_humidity_fraction_13
β moisture_content_13
β relative_humidity_fraction_14
β moisture_content_14
β relative_humidity_fraction_15
β moisture_content_15
β relative_humidity_fraction_16
β moisture_content_16
β relative_humidity_fraction_17
β moisture_content_17
β relative_humidity_fraction_18
β moisture_content_18
β relative_humidity_fraction_19
β moisture_content_19
β relative_humidity_fraction_20
β moisture_content_20
β relative_humidity_fraction_21
β moisture_content_21
β relative_humidity_fraction_22
β moisture_content_22
β relative_humidity_fraction_23
β moisture_content_23
β relative_humidity_fraction_24
β moisture_content_24
β relative_humidity_fraction_25
β moisture_content_25
MaterialProperty:HeatAndMoistureTransfer:Suctionο
HeatBalanceAlgorithm = CombinedHeatAndMoistureFiniteElement solution algorithm only. Relationship between liquid suction transport coefficient and moisture content Has no effect with other HeatBalanceAlgorithm solution algorithms
π β material_name
π βΎ number_of_suction_points
π β moisture_content_1
π β liquid_transport_coefficient_1
β moisture_content_2
β liquid_transport_coefficient_2
β moisture_content_3
β liquid_transport_coefficient_3
β moisture_content_4
β liquid_transport_coefficient_4
β moisture_content_5
β liquid_transport_coefficient_5
β moisture_content_6
β liquid_transport_coefficient_6
β moisture_content_7
β liquid_transport_coefficient_7
β moisture_content_8
β liquid_transport_coefficient_8
β moisture_content_9
β liquid_transport_coefficient_9
β moisture_content_10
β liquid_transport_coefficient_10
β moisture_content_11
β liquid_transport_coefficient_11
β moisture_content_12
β liquid_transport_coefficient_12
β moisture_content_13
β liquid_transport_coefficient_13
β moisture_content_14
β liquid_transport_coefficient_14
β moisture_content_15
β liquid_transport_coefficient_15
β moisture_content_16
β liquid_transport_coefficient_16
β moisture_content_17
β liquid_transport_coefficient_17
β moisture_content_18
β liquid_transport_coefficient_18
β moisture_content_19
β liquid_transport_coefficient_19
β moisture_content_20
β liquid_transport_coefficient_20
β moisture_content_21
β liquid_transport_coefficient_21
β moisture_content_22
β liquid_transport_coefficient_22
β moisture_content_23
β liquid_transport_coefficient_23
β moisture_content_24
β liquid_transport_coefficient_24
β moisture_content_25
β liquid_transport_coefficient_25
MaterialProperty:HeatAndMoistureTransfer:Redistributionο
HeatBalanceAlgorithm = CombinedHeatAndMoistureFiniteElement solution algorithm only. Relationship between liquid transport coefficient and moisture content Has no effect with other HeatBalanceAlgorithm solution algorithms
π β material_name
π βΎ number_of_redistribution_points
π β moisture_content_1
π β liquid_transport_coefficient_1
β moisture_content_2
β liquid_transport_coefficient_2
β moisture_content_3
β liquid_transport_coefficient_3
β moisture_content_4
β liquid_transport_coefficient_4
β moisture_content_5
β liquid_transport_coefficient_5
β moisture_content_6
β liquid_transport_coefficient_6
β moisture_content_7
β liquid_transport_coefficient_7
β moisture_content_8
β liquid_transport_coefficient_8
β moisture_content_9
β liquid_transport_coefficient_9
β moisture_content_10
β liquid_transport_coefficient_10
β moisture_content_11
β liquid_transport_coefficient_11
β moisture_content_12
β liquid_transport_coefficient_12
β moisture_content_13
β liquid_transport_coefficient_13
β moisture_content_14
β liquid_transport_coefficient_14
β moisture_content_15
β liquid_transport_coefficient_15
β moisture_content_16
β liquid_transport_coefficient_16
β moisture_content_17
β liquid_transport_coefficient_17
β moisture_content_18
β liquid_transport_coefficient_18
β moisture_content_19
β liquid_transport_coefficient_19
β moisture_content_20
β liquid_transport_coefficient_20
β moisture_content_21
β liquid_transport_coefficient_21
β moisture_content_22
β liquid_transport_coefficient_22
β moisture_content_23
β liquid_transport_coefficient_23
β moisture_content_24
β liquid_transport_coefficient_24
β moisture_content_25
β liquid_transport_coefficient_25
MaterialProperty:HeatAndMoistureTransfer:Diffusionο
HeatBalanceAlgorithm = CombinedHeatAndMoistureFiniteElement solution algorithm only. Relationship between water vapor diffusion and relative humidity fraction Has no effect with other HeatBalanceAlgorithm solution algorithms
π β material_name
π βΎ number_of_data_pairs
π β relative_humidity_fraction_1
π β water_vapor_diffusion_resistance_factor_1
β relative_humidity_fraction_2
β water_vapor_diffusion_resistance_factor_2
β relative_humidity_fraction_3
β water_vapor_diffusion_resistance_factor_3
β relative_humidity_fraction_4
β water_vapor_diffusion_resistance_factor_4
β relative_humidity_fraction_5
β water_vapor_diffusion_resistance_factor_5
β relative_humidity_fraction_6
β water_vapor_diffusion_resistance_factor_6
β relative_humidity_fraction_7
β water_vapor_diffusion_resistance_factor_7
β relative_humidity_fraction_8
β water_vapor_diffusion_resistance_factor_8
β relative_humidity_fraction_9
β water_vapor_diffusion_resistance_factor_9
β relative_humidity_fraction_10
β water_vapor_diffusion_resistance_factor_10
β relative_humidity_fraction_11
β water_vapor_diffusion_resistance_factor_11
β relative_humidity_fraction_12
β water_vapor_diffusion_resistance_factor_12
β relative_humidity_fraction_13
β water_vapor_diffusion_resistance_factor_13
β relative_humidity_fraction_14
β water_vapor_diffusion_resistance_factor_14
β relative_humidity_fraction_15
β water_vapor_diffusion_resistance_factor_15
β relative_humidity_fraction_16
β water_vapor_diffusion_resistance_factor_16
β relative_humidity_fraction_17
β water_vapor_diffusion_resistance_factor_17
β relative_humidity_fraction_18
β water_vapor_diffusion_resistance_factor_18
β relative_humidity_fraction_19
β water_vapor_diffusion_resistance_factor_19
β relative_humidity_fraction_20
β water_vapor_diffusion_resistance_factor_20
β relative_humidity_fraction_21
β water_vapor_diffusion_resistance_factor_21
β relative_humidity_fraction_22
β water_vapor_diffusion_resistance_factor_22
β relative_humidity_fraction_23
β water_vapor_diffusion_resistance_factor_23
β relative_humidity_fraction_24
β water_vapor_diffusion_resistance_factor_24
β relative_humidity_fraction_25
β water_vapor_diffusion_resistance_factor_25
MaterialProperty:HeatAndMoistureTransfer:ThermalConductivityο
HeatBalanceAlgorithm = CombinedHeatAndMoistureFiniteElement solution algorithm only. Relationship between thermal conductivity and moisture content Has no effect with other HeatBalanceAlgorithm solution algorithms
π β material_name
π βΎ number_of_thermal_coordinates
π β moisture_content_1
π β thermal_conductivity_1
β moisture_content_2
β thermal_conductivity_2
β moisture_content_3
β thermal_conductivity_3
β moisture_content_4
β thermal_conductivity_4
β moisture_content_5
β thermal_conductivity_5
β moisture_content_6
β thermal_conductivity_6
β moisture_content_7
β thermal_conductivity_7
β moisture_content_8
β thermal_conductivity_8
β moisture_content_9
β thermal_conductivity_9
β moisture_content_10
β thermal_conductivity_10
β moisture_content_11
β thermal_conductivity_11
β moisture_content_12
β thermal_conductivity_12
β moisture_content_13
β thermal_conductivity_13
β moisture_content_14
β thermal_conductivity_14
β moisture_content_15
β thermal_conductivity_15
β moisture_content_16
β thermal_conductivity_16
β moisture_content_17
β thermal_conductivity_17
β moisture_content_18
β thermal_conductivity_18
β moisture_content_19
β thermal_conductivity_19
β moisture_content_20
β thermal_conductivity_20
β moisture_content_21
β thermal_conductivity_21
β moisture_content_22
β thermal_conductivity_22
β moisture_content_23
β thermal_conductivity_23
β moisture_content_24
β thermal_conductivity_24
β moisture_content_25
β thermal_conductivity_25
MaterialProperty:GlazingSpectralDataο
Name is followed by up to 800 sets of normal-incidence measured values of [wavelength, transmittance, front reflectance, back reflectance] for wavelengths covering the solar spectrum (from about 0.25 to 2.5 microns)
β wavelength_1
β transmittance_1
β front_reflectance_1
β back_reflectance_1
β wavelength_2
β transmittance_2
β front_reflectance_2
β back_reflectance_2
β wavelength_3
β transmittance_3
β front_reflectance_3
β back_reflectance_3
β wavelength_4
β transmittance_4
β front_reflectance_4
β back_reflectance_4
Array of {β wavelength, β transmittance, β front_reflectance, β back_reflectance} extensions
Constructionο
Start with outside layer and work your way to the inside layer Up to 10 layers total, 8 for windows Enter the material name for each layer
π β outside_layer
β layer_2
β layer_3
β layer_4
β layer_5
β layer_6
β layer_7
β layer_8
β layer_9
β layer_10
Construction:CfactorUndergroundWallο
Alternate method of describing underground wall constructions
π β c_factor
π β height
Construction:FfactorGroundFloorο
Alternate method of describing slab-on-grade or underground floor constructions
π β f_factor
π β area
π β perimeterexposed
ConstructionProperty:InternalHeatSourceο
Internal heat source to be attached to a construction layer
β construction_name
π βΎ thermal_source_present_after_layer_number
π βΎ temperature_calculation_requested_after_layer_number
π βΎ dimensions_for_the_ctf_calculation
π β tube_spacing
β two_dimensional_temperature_calculation_position (Default: 0.0)
Construction:AirBoundaryο
Indicates an open boundary between two zones. It may be used for base surfaces and fenestration surfaces. The two adjacent zones are grouped together for solar, daylighting and radiant exchange. When this construction type is used, the Outside Boundary Condition of the surface (or the base surface of a fenestration surface) must be either Surface or Zone. A base surface with Construction:AirBoundary cannot hold any fenestration surfaces.
β air_exchange_method (Default: None)
β simple_mixing_air_changes_per_hour (Default: 0.5)
β simple_mixing_schedule_name
WindowThermalModel:Paramsο
object is used to select which thermal model should be used in tarcog simulations
β standard (Default: ISO15099)
β thermal_model (Default: ISO15099)
β sdscalar (Default: 1.0)
β deflection_model (Default: NoDeflection)
β vacuum_pressure_limit (Default: 13.238)
β initial_temperature (Default: 25.0)
β initial_pressure (Default: 101325.0)
WindowsCalculationEngineο
Describes which window model will be used in calculations. Built in windows model will use algorithms that are part of EnergyPlus, while ExternalWindowsModel will use Windows-CalcEngine library to perform optical and thermal performances of windows and doors.
β windows_engine (Default: BuiltInWindowsModel)
Construction:ComplexFenestrationStateο
Describes one state for a complex glazing system These input objects are typically generated by using WINDOW software and export to IDF syntax
β basis_type (Default: LBNLWINDOW)
β basis_symmetry_type (Default: None)
π β window_thermal_model
π β basis_matrix_name
π β solar_optical_complex_front_transmittance_matrix_name
π β solar_optical_complex_back_reflectance_matrix_name
π β visible_optical_complex_front_transmittance_matrix_name
π β visible_optical_complex_back_transmittance_matrix_name
π β outside_layer_name
π β outside_layer_directional_front_absorptance_matrix_name
π β outside_layer_directional_back_absorptance_matrix_name
β gap_1_name
β cfs_gap_1_directional_front_absorptance_matrix_name
β cfs_gap_1_directional_back_absorptance_matrix_name
β layer_2_name
β layer_2_directional_front_absorptance_matrix_name
β layer_2_directional_back_absorptance_matrix_name
β gap_2_name
β gap_2_directional_front_absorptance_matrix_name
β gap_2_directional_back_absorptance_matrix_name
β layer_3_name
β layer_3_directional_front_absorptance_matrix_name
β layer_3_directional_back_absorptance_matrix_name
β gap_3_name
β gap_3_directional_front_absorptance_matrix_name
β gap_3_directional_back_absorptance_matrix_name
β layer_4_name
β layer_4_directional_front_absorptance_matrix_name
β layer_4_directional_back_absorptance_matrix_name
β gap_4_name
β gap_4_directional_front_absorptance_matrix_name
β gap_4_directional_back_absorptance_matrix_name
β layer_5_name
β layer_5_directional_front_absorptance_matrix_name
β layer_5_directional_back_absorptance_matrix_name
Construction:WindowEquivalentLayerο
Start with outside layer and work your way to the inside Layer Up to 11 layers total. Up to six solid layers and up to five gaps. Enter the material name for each layer
π β outside_layer
β layer_2
β layer_3
β layer_4
β layer_5
β layer_6
β layer_7
β layer_8
β layer_9
β layer_10
β layer_11
Construction:WindowDataFileο
Initiates search of the Window data file for a window called Name.
β file_name
π GlobalGeometryRulesο
Specifies the geometric rules used to describe the input of surface vertices and daylighting reference points.
π β starting_vertex_position
π β vertex_entry_direction
π β coordinate_system
β daylighting_reference_point_coordinate_system (Default: Relative)
β rectangular_surface_coordinate_system (Default: Relative)
GeometryTransformο
Provides a simple method of altering the footprint geometry of a model. The intent is to provide a single parameter that can be used to reshape the building description contained in the rest of the input file.
β plane_of_transform (Default: XY)
π β current_aspect_ratio
π β new_aspect_ratio
Spaceο
Defines a space (room) in the building. All Spaces are part of a Zone. Every Zone contains one or more spaces. Space is an optional input. If a Zone has no Space(s) specified in input then a default Space named <Zone Name> will be created. If some surfaces in a Zone are assigned to a space and some are not, then a default Space named <Zone Name>-Remainder will be created. Input references to Space Names must have a matching Space object (default space names may not be referenced except in output variable keys).
π β zone_name
βΆβ ceiling_height (Default: Autocalculate)
βΆβ volume (Default: Autocalculate)
βΆβ floor_area (Default: Autocalculate)
β space_type (Default: General)
Array of {β tag} tags
SpaceListο
Defines a list of Spaces which can be referenced as a group. The SpaceList name may be used elsewhere in the input to apply a parameter to all Spaces in the list. SpaceLists can be used effectively with the following objects: InternalMass, People, Lights, ElectricEquipment, GasEquipment, HotWaterEquipment, and others.
Array of {π β space_name} spaces
Zoneο
Defines a thermal zone of the building. Every zone contains one or more Spaces. Space is an optional input. If a Zone has no Space(s) specified in input then a default Space named <Zone Name> will be created. If some surfaces in a Zone are assigned to a space and some are not, then a default Space named <Zone Name>-Remainder will be created. Input references to Space Names must have a matching Space object (default space names may not be referenced except in output variable keys).
β direction_of_relative_north (Default: 0.0)
β x_origin (Default: 0.0)
β y_origin (Default: 0.0)
β z_origin (Default: 0.0)
βΎ type (Default: 1)
βΎ multiplier (Default: 1)
βΆβ ceiling_height (Default: Autocalculate)
βΆβ volume (Default: Autocalculate)
βΆβ floor_area (Default: Autocalculate)
β zone_inside_convection_algorithm
β zone_outside_convection_algorithm
β part_of_total_floor_area (Default: Yes)
ZoneListο
Defines a list of thermal zones which can be referenced as a group. The ZoneList name may be used elsewhere in the input to apply a parameter to all zones in the list. ZoneLists can be used effectively with the following objects: People, Lights, ElectricEquipment, GasEquipment, HotWaterEquipment, ZoneInfiltration:DesignFlowRate, ZoneVentilation:DesignFlowRate, Sizing:Zone, ZoneControl:Thermostat, and others.
Array of {π β zone_name} zones
ZoneGroupο
Adds a multiplier to a ZoneList. This can be used to reduce the amount of input necessary for simulating repetitive structures, such as the identical floors of a multi-story building.
π β zone_list_name
βΎ zone_list_multiplier (Default: 1)
BuildingSurface:Detailedο
Allows for detailed entry of building heat transfer surfaces. Does not include subsurfaces such as windows or doors.
π β surface_type
π β construction_name
π β zone_name
β space_name
π β outside_boundary_condition
β outside_boundary_condition_object
β sun_exposure (Default: SunExposed)
β wind_exposure (Default: WindExposed)
βΆβ view_factor_to_ground (Default: Autocalculate)
βΆβ number_of_vertices (Default: Autocalculate)
Array of {π β vertex_x_coordinate, π β vertex_y_coordinate, π β vertex_z_coordinate} vertices
Wall:Detailedο
Allows for detailed entry of wall heat transfer surfaces.
π β construction_name
π β zone_name
β space_name
π β outside_boundary_condition
β outside_boundary_condition_object
β sun_exposure (Default: SunExposed)
β wind_exposure (Default: WindExposed)
βΆβ view_factor_to_ground (Default: Autocalculate)
βΆβ number_of_vertices (Default: Autocalculate)
Array of {π β vertex_x_coordinate, π β vertex_y_coordinate, π β vertex_z_coordinate} vertices
RoofCeiling:Detailedο
Allows for detailed entry of roof/ceiling heat transfer surfaces.
π β construction_name
π β zone_name
β space_name
π β outside_boundary_condition
β outside_boundary_condition_object
β sun_exposure (Default: SunExposed)
β wind_exposure (Default: WindExposed)
βΆβ view_factor_to_ground (Default: Autocalculate)
βΆβ number_of_vertices (Default: Autocalculate)
Array of {π β vertex_x_coordinate, π β vertex_y_coordinate, π β vertex_z_coordinate} vertices
Floor:Detailedο
Allows for detailed entry of floor heat transfer surfaces.
π β construction_name
π β zone_name
β space_name
π β outside_boundary_condition
β outside_boundary_condition_object
β sun_exposure (Default: SunExposed)
β wind_exposure (Default: WindExposed)
βΆβ view_factor_to_ground (Default: Autocalculate)
βΆβ number_of_vertices (Default: Autocalculate)
Array of {π β vertex_x_coordinate, π β vertex_y_coordinate, π β vertex_z_coordinate} vertices
Wall:Exteriorο
Allows for simplified entry of exterior walls. View Factor to Ground is automatically calculated.
π β construction_name
π β zone_name
β space_name
β azimuth_angle
β tilt_angle (Default: 90.0)
β starting_x_coordinate
β starting_y_coordinate
β starting_z_coordinate
β length
β height
Wall:Adiabaticο
Allows for simplified entry of interior walls.
π β construction_name
π β zone_name
β space_name
β azimuth_angle
β tilt_angle (Default: 90.0)
β starting_x_coordinate
β starting_y_coordinate
β starting_z_coordinate
β length
β height
Wall:Undergroundο
Allows for simplified entry of underground walls.
π β construction_name
π β zone_name
β space_name
β azimuth_angle
β tilt_angle (Default: 90.0)
β starting_x_coordinate
β starting_y_coordinate
β starting_z_coordinate
β length
β height
Wall:Interzoneο
Allows for simplified entry of interzone walls (walls between zones).
π β construction_name
π β zone_name
β space_name
π β outside_boundary_condition_object
β azimuth_angle
β tilt_angle (Default: 90.0)
β starting_x_coordinate
β starting_y_coordinate
β starting_z_coordinate
β length
β height
Roofο
Allows for simplified entry of roofs (exterior). View Factor to Ground is automatically calculated.
π β construction_name
π β zone_name
β space_name
β azimuth_angle
β tilt_angle (Default: 0.0)
β starting_x_coordinate
β starting_y_coordinate
β starting_z_coordinate
β length
β width
Ceiling:Adiabaticο
Allows for simplified entry of interior ceilings.
π β construction_name
π β zone_name
β space_name
β azimuth_angle
β tilt_angle (Default: 0.0)
β starting_x_coordinate
β starting_y_coordinate
β starting_z_coordinate
β length
β width
Ceiling:Interzoneο
Allows for simplified entry of ceilings using adjacent zone (interzone) heat transfer - adjacent surface should be a floor
π β construction_name
π β zone_name
β space_name
π β outside_boundary_condition_object
β azimuth_angle
β tilt_angle (Default: 0.0)
β starting_x_coordinate
β starting_y_coordinate
β starting_z_coordinate
β length
β width
Floor:GroundContactο
Allows for simplified entry of exterior floors with ground contact. View Factors to Ground is automatically calculated.
π β construction_name
π β zone_name
β space_name
β azimuth_angle
β tilt_angle (Default: 180.0)
β starting_x_coordinate
β starting_y_coordinate
β starting_z_coordinate
β length
β width
Floor:Adiabaticο
Allows for simplified entry of exterior floors ignoring ground contact or interior floors. View Factor to Ground is automatically calculated.
π β construction_name
π β zone_name
β space_name
β azimuth_angle
β tilt_angle (Default: 180.0)
β starting_x_coordinate
β starting_y_coordinate
β starting_z_coordinate
β length
β width
Floor:Interzoneο
Allows for simplified entry of floors using adjacent zone (interzone) heat transfer - adjacent surface should be a ceiling.
π β construction_name
π β zone_name
β space_name
π β outside_boundary_condition_object
β azimuth_angle
β tilt_angle (Default: 180.0)
β starting_x_coordinate
β starting_y_coordinate
β starting_z_coordinate
β length
β width
FenestrationSurface:Detailedο
Allows for detailed entry of subsurfaces (windows, doors, glass doors, tubular daylighting devices).
π β surface_type
π β construction_name
π β building_surface_name
β outside_boundary_condition_object
βΆβ view_factor_to_ground (Default: Autocalculate)
β frame_and_divider_name
β multiplier (Default: 1.0)
βΆβ number_of_vertices (Default: Autocalculate)
π β vertex_1_x_coordinate
π β vertex_1_y_coordinate
π β vertex_1_z_coordinate
π β vertex_2_x_coordinate
π β vertex_2_y_coordinate
π β vertex_2_z_coordinate
π β vertex_3_x_coordinate
π β vertex_3_y_coordinate
π β vertex_3_z_coordinate
β vertex_4_x_coordinate
β vertex_4_y_coordinate
β vertex_4_z_coordinate
Windowο
Allows for simplified entry of Windows.
π β construction_name
π β building_surface_name
β frame_and_divider_name
β multiplier (Default: 1.0)
β starting_x_coordinate
β starting_z_coordinate
β length
β height
Doorο
Allows for simplified entry of opaque Doors.
π β construction_name
π β building_surface_name
β multiplier (Default: 1.0)
β starting_x_coordinate
β starting_z_coordinate
β length
β height
GlazedDoorο
Allows for simplified entry of glass Doors.
π β construction_name
π β building_surface_name
β frame_and_divider_name
β multiplier (Default: 1.0)
β starting_x_coordinate
β starting_z_coordinate
β length
β height
Window:Interzoneο
Allows for simplified entry of interzone windows (adjacent to other zones).
π β construction_name
π β building_surface_name
β outside_boundary_condition_object
β multiplier (Default: 1.0)
β starting_x_coordinate
β starting_z_coordinate
β length
β height
Door:Interzoneο
Allows for simplified entry of interzone (opaque interior) doors (adjacent to other zones).
π β construction_name
π β building_surface_name
β outside_boundary_condition_object
β multiplier (Default: 1.0)
β starting_x_coordinate
β starting_z_coordinate
β length
β height
GlazedDoor:Interzoneο
Allows for simplified entry of interzone (glass interior) doors (adjacent to other zones).
π β construction_name
π β building_surface_name
β outside_boundary_condition_object
β multiplier (Default: 1.0)
β starting_x_coordinate
β starting_z_coordinate
β length
β height
WindowShadingControlο
Specifies the type, location, and controls for window shades, window blinds, and switchable glazing. Referencing the surface objects for exterior windows and glass doors (ref: FenestrationSurface:Detailed, Window, and GlazedDoor).
π β zone_name
βΎ shading_control_sequence_number (Default: 1)
π β shading_type
β construction_with_shading_name
π β shading_control_type
β schedule_name
β setpoint
β shading_control_is_scheduled (Default: No)
β glare_control_is_active (Default: No)
β shading_device_material_name
β type_of_slat_angle_control_for_blinds (Default: FixedSlatAngle)
β slat_angle_schedule_name
β setpoint_2
β daylighting_control_object_name
β multiple_surface_control_type (Default: Sequential)
Array of {π β fenestration_surface_name} fenestration_surfaces
WindowProperty:FrameAndDividerο
Specifies the dimensions of a window frame, dividers, and inside reveal surfaces. Referenced by the surface objects for exterior windows and glass doors (ref: FenestrationSurface:Detailed, Window, and GlazedDoor).
β frame_width (Default: 0.0)
β frame_outside_projection (Default: 0.0)
β frame_inside_projection (Default: 0.0)
β frame_conductance
β ratio_of_frame_edge_glass_conductance_to_center_of_glass_conductance (Default: 1.0)
β frame_solar_absorptance (Default: 0.7)
β frame_visible_absorptance (Default: 0.7)
β frame_thermal_hemispherical_emissivity (Default: 0.9)
β divider_type (Default: DividedLite)
β divider_width (Default: 0.0)
β number_of_horizontal_dividers (Default: 0.0)
β number_of_vertical_dividers (Default: 0.0)
β divider_outside_projection (Default: 0.0)
β divider_inside_projection (Default: 0.0)
β divider_conductance (Default: 0.0)
β ratio_of_divider_edge_glass_conductance_to_center_of_glass_conductance (Default: 1.0)
β divider_solar_absorptance (Default: 0.0)
β divider_visible_absorptance (Default: 0.0)
β divider_thermal_hemispherical_emissivity (Default: 0.9)
β outside_reveal_solar_absorptance (Default: 0.0)
β inside_sill_depth (Default: 0.0)
β inside_sill_solar_absorptance (Default: 0.0)
β inside_reveal_depth (Default: 0.0)
β inside_reveal_solar_absorptance (Default: 0.0)
β nfrc_product_type_for_assembly_calculations (Default: CurtainWall)
WindowProperty:AirflowControlο
Used to control forced airflow through a gap between glass layers
β airflow_source (Default: IndoorAir)
β airflow_destination (Default: OutdoorAir)
β maximum_flow_rate (Default: 0.0)
β airflow_control_type (Default: AlwaysOnAtMaximumFlow)
β airflow_is_scheduled (Default: No)
β airflow_multiplier_schedule_name
β airflow_return_air_node_name
WindowProperty:StormWindowο
This is a movable exterior glass layer that is usually applied in the winter and removed in the summer.
π β window_name
π β storm_glass_layer_name
β distance_between_storm_glass_layer_and_adjacent_glass (Default: 0.05)
π βΎ month_that_storm_glass_layer_is_put_on
π βΎ day_of_month_that_storm_glass_layer_is_put_on
π βΎ month_that_storm_glass_layer_is_taken_off
π βΎ day_of_month_that_storm_glass_layer_is_taken_off
InternalMassο
Used to describe internal zone surface area that does not need to be part of geometric representation. This should be the total surface area exposed to the zone air. If you use a ZoneList in the Zone or ZoneList name field then this definition applies to all the zones in the ZoneList. Likewise for SpaceList.
π β construction_name
β zone_or_zonelist_name
β space_or_spacelist_name
π β surface_area
Shading:Siteο
used for shading elements such as trees these items are fixed in space and would not move with relative geometry
β azimuth_angle
β tilt_angle (Default: 90.0)
β starting_x_coordinate
β starting_y_coordinate
β starting_z_coordinate
β length
β height
Shading:Buildingο
used for shading elements such as trees, other buildings, parts of this building not being modeled these items are relative to the current building and would move with relative geometry
β azimuth_angle
β tilt_angle (Default: 90.0)
β starting_x_coordinate
β starting_y_coordinate
β starting_z_coordinate
β length
β height
Shading:Site:Detailedο
used for shading elements such as trees these items are fixed in space and would not move with relative geometry
β transmittance_schedule_name
βΆβ number_of_vertices (Default: Autocalculate)
Array of {π β vertex_x_coordinate, π β vertex_y_coordinate, π β vertex_z_coordinate} vertices
Shading:Building:Detailedο
used for shading elements such as trees, other buildings, parts of this building not being modeled these items are relative to the current building and would move with relative geometry
β transmittance_schedule_name
βΆβ number_of_vertices (Default: Autocalculate)
Array of {π β vertex_x_coordinate, π β vertex_y_coordinate, π β vertex_z_coordinate} vertices
Shading:Overhangο
Overhangs are usually flat shading surfaces that reference a window or door.
π β window_or_door_name
β height_above_window_or_door
β tilt_angle_from_window_door (Default: 90.0)
β left_extension_from_window_door_width
β right_extension_from_window_door_width
β depth
Shading:Overhang:Projectionο
Overhangs are typically flat shading surfaces that reference a window or door.
π β window_or_door_name
β height_above_window_or_door
β tilt_angle_from_window_door (Default: 90.0)
β left_extension_from_window_door_width
β right_extension_from_window_door_width
β depth_as_fraction_of_window_door_height
Shading:Finο
Fins are usually shading surfaces that are perpendicular to a window or door.
π β window_or_door_name
β left_extension_from_window_door
β left_distance_above_top_of_window
β left_distance_below_bottom_of_window
β left_tilt_angle_from_window_door (Default: 90.0)
β left_depth
β right_extension_from_window_door
β right_distance_above_top_of_window
β right_distance_below_bottom_of_window
β right_tilt_angle_from_window_door (Default: 90.0)
β right_depth
Shading:Fin:Projectionο
Fins are usually shading surfaces that are perpendicular to a window or door.
π β window_or_door_name
β left_extension_from_window_door
β left_distance_above_top_of_window
β left_distance_below_bottom_of_window
β left_tilt_angle_from_window_door (Default: 90.0)
β left_depth_as_fraction_of_window_door_width
β right_extension_from_window_door
β right_distance_above_top_of_window
β right_distance_below_bottom_of_window
β right_tilt_angle_from_window_door (Default: 90.0)
β right_depth_as_fraction_of_window_door_width
Shading:Zone:Detailedο
used For fins, overhangs, elements that shade the building, are attached to the building but are not part of the heat transfer calculations
π β base_surface_name
β transmittance_schedule_name
βΆβ number_of_vertices (Default: Autocalculate)
Array of {π β vertex_x_coordinate, π β vertex_y_coordinate, π β vertex_z_coordinate} vertices
ShadingProperty:Reflectanceο
If this object is not defined for a shading surface the default values listed in following fields will be used in the solar reflection calculation.
π β shading_surface_name
β diffuse_solar_reflectance_of_unglazed_part_of_shading_surface (Default: 0.2)
β diffuse_visible_reflectance_of_unglazed_part_of_shading_surface (Default: 0.2)
β fraction_of_shading_surface_that_is_glazed (Default: 0.0)
β glazing_construction_name
SurfaceProperty:HeatTransferAlgorithmο
Determines which Heat Balance Algorithm will be used for a specific surface Allows selectively overriding the global setting in HeatBalanceAlgorithm CTF (Conduction Transfer Functions), EMPD (Effective Moisture Penetration Depth with Conduction Transfer Functions). Advanced/Research Usage: CondFD (Conduction Finite Difference) Advanced/Research Usage: HAMT (Combined Heat And Moisture Finite Element)
π β surface_name
β algorithm (Default: ConductionTransferFunction)
SurfaceProperty:HeatTransferAlgorithm:MultipleSurfaceο
Determines which Heat Balance Algorithm will be used for a group of surface types Allows selectively overriding the global setting in HeatBalanceAlgorithm CTF (Conduction Transfer Functions), EMPD (Effective Moisture Penetration Depth with Conduction Transfer Functions). Advanced/Research Usage: CondFD (Conduction Finite Difference) Advanced/Research Usage: HAMT (Combined Heat And Moisture Finite Element)
π β surface_type
β algorithm (Default: ConductionTransferFunction)
SurfaceProperty:HeatTransferAlgorithm:SurfaceListο
Determines which Heat Balance Algorithm will be used for a list of surfaces Allows selectively overriding the global setting in HeatBalanceAlgorithm CTF (Conduction Transfer Functions), EMPD (Effective Moisture Penetration Depth with Conduction Transfer Functions). Advanced/Research Usage: CondFD (Conduction Finite Difference) Advanced/Research Usage: HAMT (Combined Heat And Moisture Finite Element)
β algorithm (Default: ConductionTransferFunction)
Array of {π β surface_name} surface
SurfaceProperty:HeatTransferAlgorithm:Constructionο
Determines which Heat Balance Algorithm will be used for surfaces that have a specific type of construction Allows selectively overriding the global setting in HeatBalanceAlgorithm CTF (Conduction Transfer Functions), EMPD (Effective Moisture Penetration Depth with Conduction Transfer Functions). Advanced/Research Usage: CondFD (Conduction Finite Difference) Advanced/Research Usage: HAMT (Combined Heat And Moisture Finite Element)
β algorithm (Default: ConductionTransferFunction)
π β construction_name
SurfaceProperty:HeatBalanceSourceTermο
Allows an additional heat source term to be added to the inside or outside surface boundary. A heat source can be added to either or both the inside and outside of the same surface.
π β surface_name
β inside_face_heat_source_term_schedule_name
β outside_face_heat_source_term_schedule_name
SurfaceControl:MovableInsulationο
Exterior or Interior Insulation on opaque surfaces
π β insulation_type
π β surface_name
π β material_name
π β schedule_name
SurfaceProperty:OtherSideCoefficientsο
This object sets the other side conditions for a surface in a variety of ways.
π β combined_convective_radiative_film_coefficient
β constant_temperature (Default: 0.0)
β constant_temperature_coefficient (Default: 1.0)
β external_dry_bulb_temperature_coefficient (Default: 0.0)
β ground_temperature_coefficient (Default: 0.0)
β wind_speed_coefficient (Default: 0.0)
β zone_air_temperature_coefficient (Default: 0.0)
β constant_temperature_schedule_name
β sinusoidal_variation_of_constant_temperature_coefficient (Default: No)
β period_of_sinusoidal_variation (Default: 24.0)
β previous_other_side_temperature_coefficient (Default: 0.0)
β minimum_other_side_temperature_limit
β maximum_other_side_temperature_limit
SurfaceProperty:OtherSideConditionsModelο
This object sets up modifying the other side conditions for a surface from other model results.
β type_of_modeling (Default: GapConvectionRadiation)
SurfaceProperty:Underwaterο
This object sets up a convective water boundary condition for a surface The free stream temperature and velocity are scheduled. If the free stream velocity is zero, the surface will naturally convect with the surrounding water.
π β distance_from_surface_centroid_to_leading_edge_of_boundary_layer
π β free_stream_water_temperature_schedule
β free_stream_water_velocity_schedule
Foundation:Kivaο
Refined definition of the foundation surface construction used to inform two-dimensional heat transfer calculated using the Kiva ground heat transfer methodology.
β initial_indoor_air_temperature
β interior_horizontal_insulation_material_name
β interior_horizontal_insulation_depth (Default: 0.0)
β interior_horizontal_insulation_width
β interior_vertical_insulation_material_name
β interior_vertical_insulation_depth
β exterior_horizontal_insulation_material_name
β exterior_horizontal_insulation_depth
β exterior_horizontal_insulation_width (Default: 0.0)
β exterior_vertical_insulation_material_name
β exterior_vertical_insulation_depth
β wall_height_above_grade (Default: 0.2)
β wall_depth_below_slab (Default: 0.0)
β footing_wall_construction_name
β footing_material_name
β footing_depth (Default: 0.3)
Array of {β custom_block_material_name, β custom_block_depth, β custom_block_x_position, β custom_block_z_position} blocks
Foundation:Kiva:Settingsο
Settings applied across all Kiva foundation calculations. Object is not required. If not defined, defaults will be applied.
β soil_conductivity (Default: 1.73)
β soil_density (Default: 1842.0)
β soil_specific_heat (Default: 419.0)
β ground_solar_absorptivity (Default: 0.9)
β ground_thermal_absorptivity (Default: 0.9)
β ground_surface_roughness (Default: 0.03)
β far_field_width (Default: 40.0)
β deep_ground_boundary_condition (Default: Autoselect)
βΆβ deep_ground_depth (Default: Autocalculate)
β minimum_cell_dimension (Default: 0.02)
β maximum_cell_growth_coefficient (Default: 1.5)
β simulation_timestep (Default: Hourly)
SurfaceProperty:ExposedFoundationPerimeterο
Defines the perimeter of a foundation floor that is exposed to the exterior environment through the floor. User may either define the total exposed perimeter, fraction of perimeter exposed or individually define which segments of the floor surface perimeter are exposed.
π β surface_name
π β exposed_perimeter_calculation_method
β total_exposed_perimeter
β exposed_perimeter_fraction (Default: 1.0)
Array of {β surface_segment_exposed} surfaces
SurfaceConvectionAlgorithm:Inside:AdaptiveModelSelectionsο
Options to change the individual convection model equations for dynamic selection when using AdaptiveConvectiongAlgorithm This object is only needed to make changes to the default model selections for any or all of the surface categories. This object is for the inside face, the side of the surface facing a thermal zone.
β simple_buoyancy_vertical_wall_equation_source (Default: FohannoPolidoriVerticalWall)
β simple_buoyancy_vertical_wall_user_curve_name
β simple_buoyancy_stable_horizontal_equation_source (Default: AlamdariHammondStableHorizontal)
β simple_buoyancy_stable_horizontal_equation_user_curve_name
β simple_buoyancy_unstable_horizontal_equation_source (Default: AlamdariHammondUnstableHorizontal)
β simple_buoyancy_unstable_horizontal_equation_user_curve_name
β simple_buoyancy_stable_tilted_equation_source (Default: WaltonStableHorizontalOrTilt)
β simple_buoyancy_stable_tilted_equation_user_curve_name
β simple_buoyancy_unstable_tilted_equation_source (Default: WaltonUnstableHorizontalOrTilt)
β simple_buoyancy_unstable_tilted_equation_user_curve_name
β simple_buoyancy_windows_equation_source (Default: ISO15099Windows)
β simple_buoyancy_windows_equation_user_curve_name
β floor_heat_ceiling_cool_vertical_wall_equation_source (Default: KhalifaEq3WallAwayFromHeat)
β floor_heat_ceiling_cool_vertical_wall_equation_user_curve_name
β floor_heat_ceiling_cool_stable_horizontal_equation_source (Default: AlamdariHammondStableHorizontal)
β floor_heat_ceiling_cool_stable_horizontal_equation_user_curve_name
β floor_heat_ceiling_cool_unstable_horizontal_equation_source (Default: KhalifaEq4CeilingAwayFromHeat)
β floor_heat_ceiling_cool_unstable_horizontal_equation_user_curve_name
β floor_heat_ceiling_cool_heated_floor_equation_source (Default: AwbiHattonHeatedFloor)
β floor_heat_ceiling_cool_heated_floor_equation_user_curve_name
β floor_heat_ceiling_cool_chilled_ceiling_equation_source (Default: KaradagChilledCeiling)
β floor_heat_ceiling_cool_chilled_ceiling_equation_user_curve_name
β floor_heat_ceiling_cool_stable_tilted_equation_source (Default: WaltonStableHorizontalOrTilt)
β floor_heat_ceiling_cool_stable_tilted_equation_user_curve_name
β floor_heat_ceiling_cool_unstable_tilted_equation_source (Default: WaltonUnstableHorizontalOrTilt)
β floor_heat_ceiling_cool_unstable_tilted_equation_user_curve_name
β floor_heat_ceiling_cool_window_equation_source (Default: ISO15099Windows)
β floor_heat_ceiling_cool_window_equation_user_curve_name
β wall_panel_heating_vertical_wall_equation_source (Default: KhalifaEq6NonHeatedWalls)
β wall_panel_heating_vertical_wall_equation_user_curve_name
β wall_panel_heating_heated_wall_equation_source (Default: AwbiHattonHeatedWall)
β wall_panel_heating_heated_wall_equation_user_curve_name
β wall_panel_heating_stable_horizontal_equation_source (Default: AlamdariHammondStableHorizontal)
β wall_panel_heating_stable_horizontal_equation_user_curve_name
β wall_panel_heating_unstable_horizontal_equation_source (Default: KhalifaEq7Ceiling)
β wall_panel_heating_unstable_horizontal_equation_user_curve_name
β wall_panel_heating_stable_tilted_equation_source (Default: WaltonStableHorizontalOrTilt)
β wall_panel_heating_stable_tilted_equation_user_curve_name
β wall_panel_heating_unstable_tilted_equation_source (Default: WaltonUnstableHorizontalOrTilt)
β wall_panel_heating_unstable_tilted_equation_user_curve_name
β wall_panel_heating_window_equation_source (Default: ISO15099Windows)
β wall_panel_heating_window_equation_user_curve_name
β convective_zone_heater_vertical_wall_equation_source (Default: FohannoPolidoriVerticalWall)
β convective_zone_heater_vertical_wall_equation_user_curve_name
β convective_zone_heater_vertical_walls_near_heater_equation_source (Default: KhalifaEq5WallNearHeat)
β convective_zone_heater_vertical_walls_near_heater_equation_user_curve_name
β convective_zone_heater_stable_horizontal_equation_source (Default: AlamdariHammondStableHorizontal)
β convective_zone_heater_stable_horizontal_equation_user_curve_name
β convective_zone_heater_unstable_horizontal_equation_source (Default: KhalifaEq7Ceiling)
β convective_zone_heater_unstable_horizontal_equation_user_curve_name
β convective_zone_heater_stable_tilted_equation_source (Default: WaltonStableHorizontalOrTilt)
β convective_zone_heater_stable_tilted_equation_user_curve_name
β convective_zone_heater_unstable_tilted_equation_source (Default: WaltonUnstableHorizontalOrTilt)
β convective_zone_heater_unstable_tilted_equation_user_curve_name
β convective_zone_heater_windows_equation_source (Default: ISO15099Windows)
β convective_zone_heater_windows_equation_user_curve_name
β central_air_diffuser_wall_equation_source (Default: GoldsteinNovoselacCeilingDiffuserWalls)
β central_air_diffuser_wall_equation_user_curve_name
β central_air_diffuser_ceiling_equation_source (Default: FisherPedersenCeilingDiffuserCeiling)
β central_air_diffuser_ceiling_equation_user_curve_name
β central_air_diffuser_floor_equation_source (Default: GoldsteinNovoselacCeilingDiffuserFloor)
β central_air_diffuser_floor_equation_user_curve_name
β central_air_diffuser_window_equation_source (Default: GoldsteinNovoselacCeilingDiffuserWindow)
β central_air_diffuser_window_equation_user_curve_name
β mechanical_zone_fan_circulation_vertical_wall_equation_source (Default: KhalifaEq3WallAwayFromHeat)
β mechanical_zone_fan_circulation_vertical_wall_equation_user_curve_name
β mechanical_zone_fan_circulation_stable_horizontal_equation_source (Default: AlamdariHammondStableHorizontal)
β mechanical_zone_fan_circulation_stable_horizontal_equation_user_curve_name
β mechanical_zone_fan_circulation_unstable_horizontal_equation_source (Default: KhalifaEq4CeilingAwayFromHeat)
β mechanical_zone_fan_circulation_unstable_horizontal_equation_user_curve_name
β mechanical_zone_fan_circulation_stable_tilted_equation_source (Default: WaltonStableHorizontalOrTilt)
β mechanical_zone_fan_circulation_stable_tilted_equation_user_curve_name
β mechanical_zone_fan_circulation_unstable_tilted_equation_source (Default: WaltonUnstableHorizontalOrTilt)
β mechanical_zone_fan_circulation_unstable_tilted_equation_user_curve_name
β mechanical_zone_fan_circulation_window_equation_source (Default: ISO15099Windows)
β mechanical_zone_fan_circulation_window_equation_user_curve_name
β mixed_regime_buoyancy_assisting_flow_on_walls_equation_source (Default: BeausoleilMorrisonMixedAssistedWall)
β mixed_regime_buoyancy_assisting_flow_on_walls_equation_user_curve_name
β mixed_regime_buoyancy_opposing_flow_on_walls_equation_source (Default: BeausoleilMorrisonMixedOpposingWall)
β mixed_regime_buoyancy_opposing_flow_on_walls_equation_user_curve_name
β mixed_regime_stable_floor_equation_source (Default: BeausoleilMorrisonMixedStableFloor)
β mixed_regime_stable_floor_equation_user_curve_name
β mixed_regime_unstable_floor_equation_source (Default: BeausoleilMorrisonMixedUnstableFloor)
β mixed_regime_unstable_floor_equation_user_curve_name
β mixed_regime_stable_ceiling_equation_source (Default: BeausoleilMorrisonMixedStableCeiling)
β mixed_regime_stable_ceiling_equation_user_curve_name
β mixed_regime_unstable_ceiling_equation_source (Default: BeausoleilMorrisonMixedUnstableCeiling)
β mixed_regime_unstable_ceiling_equation_user_curve_name
β mixed_regime_window_equation_source (Default: GoldsteinNovoselacCeilingDiffuserWindow)
β mixed_regime_window_equation_user_curve_name
SurfaceConvectionAlgorithm:Outside:AdaptiveModelSelectionsο
Options to change the individual convection model equations for dynamic selection when using AdaptiveConvectiongAlgorithm This object is only needed to make changes to the default model selections for any or all of the surface categories. This object is for the outside face, the side of the surface facing away from the thermal zone.
β wind_convection_windward_vertical_wall_equation_source (Default: TARPWindward)
β wind_convection_windward_equation_vertical_wall_user_curve_name
β wind_convection_leeward_vertical_wall_equation_source (Default: TARPLeeward)
β wind_convection_leeward_vertical_wall_equation_user_curve_name
β wind_convection_horizontal_roof_equation_source (Default: ClearRoof)
β wind_convection_horizontal_roof_user_curve_name
β natural_convection_vertical_wall_equation_source (Default: ASHRAEVerticalWall)
β natural_convection_vertical_wall_equation_user_curve_name
β natural_convection_stable_horizontal_equation_source (Default: WaltonStableHorizontalOrTilt)
β natural_convection_stable_horizontal_equation_user_curve_name
β natural_convection_unstable_horizontal_equation_source (Default: WaltonUnstableHorizontalOrTilt)
β natural_convection_unstable_horizontal_equation_user_curve_name
SurfaceConvectionAlgorithm:Inside:UserCurveο
Used to describe a custom model equation for surface convection heat transfer coefficient If more than one curve is referenced they are all used and added together.
β reference_temperature_for_convection_heat_transfer
β hc_function_of_temperature_difference_curve_name
β hc_function_of_temperature_difference_divided_by_height_curve_name
β hc_function_of_air_change_rate_curve_name
β hc_function_of_air_system_volume_flow_rate_divided_by_zone_perimeter_length_curve_name
SurfaceConvectionAlgorithm:Outside:UserCurveο
Used to describe a custom model equation for surface convection heat transfer coefficient If more than one curve is referenced they are all used and added together.
β wind_speed_type_for_curve (Default: HeightAdjust)
β hf_function_of_wind_speed_curve_name
β hn_function_of_temperature_difference_curve_name
β hn_function_of_temperature_difference_divided_by_height_curve_name
SurfaceProperty:ConvectionCoefficientsο
Allow user settable interior and/or exterior convection coefficients. Note that some other factors may limit the lower bounds for these values, such as for windows, the interior convection coefficient must be >.28, for trombe wall algorithm selection (zone), the interior convection coefficient must be >.1 for TARP interior convection, the lower limit is also .1 Minimum and maximum limits are set in HeatBalanceAlgorithm object. Defaults in HeatBalanceAlgorithm object are [.1,1000].
π β surface_name
π β convection_coefficient_1_location
π β convection_coefficient_1_type
β convection_coefficient_1
β convection_coefficient_1_schedule_name
β convection_coefficient_1_user_curve_name
β convection_coefficient_2_location
β convection_coefficient_2_type
β convection_coefficient_2 (Default: 0.1)
β convection_coefficient_2_schedule_name
β convection_coefficient_2_user_curve_name
SurfaceProperty:ConvectionCoefficients:MultipleSurfaceο
Allow user settable interior and/or exterior convection coefficients. Note that some other factors may limit the lower bounds for these values, such as for windows, the interior convection coefficient must be >.28, for trombe wall algorithm selection (zone), the interior convection coefficient must be >.1 for TARP interior convection, the lower limit is also .1 Minimum and maximum limits are set in HeatBalanceAlgorithm object. Defaults in HeatBalanceAlgorithm object are [.1,1000].
π β surface_type
π β convection_coefficient_1_location
π β convection_coefficient_1_type
β convection_coefficient_1
β convection_coefficient_1_schedule_name
β convection_coefficient_1_user_curve_name
β convection_coefficient_2_location
β convection_coefficient_2_type
β convection_coefficient_2 (Default: 0.1)
β convection_coefficient_2_schedule_name
β convection_coefficient_2_user_curve_name
SurfaceProperties:VaporCoefficientsο
The interior and external vapor transfer coefficients. Normally these value are calculated using the heat convection coefficient values. Use this object to used fixed constant values. Units are kg/Pa.s.m2 This will only work with the CombinedHeatAndMoistureFiniteElement algorithm for surfaces. Other algorithms will ignore these coefficients
π β surface_name
β constant_external_vapor_transfer_coefficient (Default: No)
β external_vapor_coefficient_value (Default: 0.0)
β constant_internal_vapor_transfer_coefficient (Default: No)
β internal_vapor_coefficient_value (Default: 0.0)
SurfaceProperty:ExteriorNaturalVentedCavityο
Used to describe the decoupled layer, or baffle, and the characteristics of the cavity and openings for naturally ventilated exterior surfaces. This object is also used in conjunction with the OtherSideConditionsModel.
π β boundary_conditions_model_name
β area_fraction_of_openings
β thermal_emissivity_of_exterior_baffle_material
β solar_absorbtivity_of_exterior_baffle
β height_scale_for_buoyancy_driven_ventilation
β effective_thickness_of_cavity_behind_exterior_baffle
β ratio_of_actual_surface_area_to_projected_surface_area (Default: 1.0)
π β roughness_of_exterior_surface
β effectiveness_for_perforations_with_respect_to_wind (Default: 0.25)
β discharge_coefficient_for_openings_with_respect_to_buoyancy_driven_flow (Default: 0.65)
Array of {π β surface_name} surface
SurfaceProperty:SolarIncidentInsideο
Used to provide incident solar radiation on the inside of the surface. Reference surface-construction pair and if that pair is used in a simulation, then program will use value provided in schedule instead of calculating it.
π β surface_name
π β construction_name
π β inside_surface_incident_sun_solar_radiation_schedule_name
SurfaceProperty:IncidentSolarMultiplierο
π β surface_name
β incident_solar_multiplier (Default: 1.0)
β incident_solar_multiplier_schedule_name
SurfaceProperty:LocalEnvironmentο
This object defines the local environment properties of an exterior surface. One or more environment properties have to be defined and linked to the exterior surface.
β exterior_surface_name
β sunlit_fraction_schedule_name
β surrounding_surfaces_object_name
β outdoor_air_node_name
β ground_surfaces_object_name
ZoneProperty:LocalEnvironmentο
This object defines the local environment properties of a zone object. A corresponding outdoor air node should be defined and linked to the zone object.
β zone_name
β outdoor_air_node_name
SurfaceProperty:SurroundingSurfacesο
This object defines a list of surrounding surfaces for an exterior surface.
β sky_view_factor (Default: 0.5)
β sky_temperature_schedule_name
β ground_view_factor (Default: 0.5)
β ground_temperature_schedule_name
Array of {π β surrounding_surface_name, π β surrounding_surface_view_factor, π β surrounding_surface_temperature_schedule_name} surfaces
SurfaceProperty:GroundSurfacesο
This object defines a list of ground surfaces for use with an exterior surface.
Array of {π β ground_surface_name, β ground_surface_view_factor, β ground_surface_temperature_schedule_name, β ground_surface_reflectance_schedule_name} ground_surfaces
ComplexFenestrationProperty:SolarAbsorbedLayersο
Used to provide solar radiation absorbed in fenestration layers. References surface-construction pair and if that pair is used in a simulation, then program will use value provided in schedules instead of calculating it.
π β fenestration_surface
π β construction_name
π β layer_1_solar_radiation_absorbed_schedule_name
β layer_2_solar_radiation_absorbed_schedule_name
β layer_3_solar_radiation_absorbed_schedule_name
β layer_4_solar_radiation_absorbed_schedule_name
β layer_5_solar_radiation_absorbed_schedule_name
ZoneProperty:UserViewFactors:BySurfaceNameο
View factors for Surface to Surface in a zone. (Number of Surfaces)**2 are expected. Any omitted surface pairs will be assumed to have a view factor of zero.
β zone_or_zonelist_or_space_or_spacelist_name
Array of {β from_surface, β to_surface, β view_factor} view_factors
GroundHeatTransfer:Controlο
Object determines if the Slab and Basement preprocessors are going to be executed.
β run_basement_preprocessor (Default: No)
β run_slab_preprocessor (Default: No)
GroundHeatTransfer:Slab:Materialsο
Object gives an overall description of the slab ground heat transfer model.
π β nmat_number_of_materials
β albedo_surface_albedo_no_snow (Default: 0.16)
β albedo_surface_albedo_snow (Default: 0.4)
β epslw_surface_emissivity_no_snow (Default: 0.94)
β epslw_surface_emissivity_snow (Default: 0.86)
β z0_surface_roughness_no_snow (Default: 0.75)
β z0_surface_roughness_snow (Default: 0.25)
β hin_indoor_hconv_downward_flow (Default: 6.13)
β hin_indoor_hconv_upward (Default: 9.26)
GroundHeatTransfer:Slab:MatlPropsο
This object contains the material properties for the materials used in the model. The fields are mostly self explanatory.
β rho_slab_material_density (Default: 2300.0)
β rho_soil_density (Default: 1200.0)
β cp_slab_cp (Default: 650.0)
β cp_soil_cp (Default: 1200.0)
β tcon_slab_k (Default: 0.9)
β tcon_soil_k (Default: 1.0)
GroundHeatTransfer:Slab:BoundCondsο
Supplies some of the boundary conditions used in the ground heat transfer calculations.
π β evtr_is_surface_evapotranspiration_modeled
π β fixbc_is_the_lower_boundary_at_a_fixed_temperature
β tdeepin
π β usrhflag_is_the_ground_surface_h_specified_by_the_user_
β userh_user_specified_ground_surface_heat_transfer_coefficient
GroundHeatTransfer:Slab:BldgPropsο
Object provides information about the building and its operating conditions Monthly Average Temperature SetPoint fields specify the average indoor building set point temperatures for each month of the year. These fields are useful for simulating a building that is not temperature controlled for some of the year. In such a case, the average indoor set point temperatures can be obtained by first running the model in EnergyPlus with an insulated floor boundary condition, and then using the resulting monthly average zone temperatures in these fields.
β iyrs_number_of_years_to_iterate (Default: 10.0)
β shape_slab_shape
β hbldg_building_height
β tin1_january_indoor_average_temperature_setpoint (Default: 22.0)
β tin2_february_indoor_average_temperature_setpoint (Default: 22.0)
β tin3_march_indoor_average_temperature_setpoint (Default: 22.0)
β tin4_april_indoor_average_temperature_setpoint (Default: 22.0)
β tin5_may_indoor_average_temperature_setpoint (Default: 22.0)
β tin6_june_indoor_average_temperature_setpoint (Default: 22.0)
β tin7_july_indoor_average_temperature_setpoint (Default: 22.0)
β tin8_august_indoor_average_temperature_setpoint (Default: 22.0)
β tin9_september_indoor_average_temperature_setpoint (Default: 22.0)
β tin10_october_indoor_average_temperature_setpoint (Default: 22.0)
β tin11_november_indoor_average_temperature_setpoint (Default: 22.0)
β tin12_december_indoor_average_temperature_setpoint (Default: 22.0)
β tinamp_daily_indoor_sine_wave_variation_amplitude (Default: 0.0)
β convtol_convergence_tolerance (Default: 0.1)
GroundHeatTransfer:Slab:Insulationο
This object supplies the information about insulation used around the slab. There are two possible configurations: under the slab or vertical insulation around the slab.
β rins_r_value_of_under_slab_insulation (Default: 0.0)
β dins_width_of_strip_of_under_slab_insulation (Default: 0.0)
β rvins_r_value_of_vertical_insulation (Default: 0.0)
β zvins_depth_of_vertical_insulation (Default: 0.0)
β ivins_flag_is_there_vertical_insulation (Default: 0.0)
GroundHeatTransfer:Slab:EquivalentSlabο
Using an equivalent slab allows non-rectangular shapes to be modeled accurately. Object uses the area - perimeter (area/perimeter) ratio to determine the size of an equivalent rectangular slab. EnergyPlus users normally use this option.
π β apratio_the_area_to_perimeter_ratio_for_this_slab
β slabdepth_thickness_of_slab_on_grade (Default: 0.1)
β clearance_distance_from_edge_of_slab_to_domain_edge (Default: 15.0)
β zclearance_distance_from_bottom_of_slab_to_domain_bottom (Default: 15.0)
GroundHeatTransfer:Slab:AutoGridο
AutoGrid only necessary when EquivalentSlab option not chosen. Not normally needed by EnergyPlus users. This object permits user selection of rectangular slab dimensions. NO SLAB DIMENSIONS LESS THAN 6 m.
π β slabx_x_dimension_of_the_building_slab
π β slaby_y_dimension_of_the_building_slab
β slabdepth_thickness_of_slab_on_grade (Default: 0.1)
β clearance_distance_from_edge_of_slab_to_domain_edge (Default: 15.0)
β zclearance_distance_from_bottom_of_slab_to_domain_bottom (Default: 15.0)
GroundHeatTransfer:Slab:ManualGridο
Manual Grid only necessary when using manual gridding (not recommended) Used only in special cases when previous two objects are not used. User must input complete gridding information.
π β nx_number_of_cells_in_the_x_direction
π β ny_number_of_cells_in_the_y_direction
π β nz_number_of_cells_in_the_z_direction
π β ibox_x_direction_cell_indicator_of_slab_edge
π β jbox_y_direction_cell_indicator_of_slab_edge
GroundHeatTransfer:Slab:XFACEο
This is only needed when using manual gridding (not recommended) XFACE: X Direction cell face coordinates: m
GroundHeatTransfer:Slab:YFACEο
This is only needed when using manual gridding (not recommended) YFACE: Y Direction cell face coordinates: m,
GroundHeatTransfer:Slab:ZFACEο
This is only needed when using manual gridding (not recommended) ZFACE: Z Direction cell face coordinates: m
GroundHeatTransfer:Basement:SimParametersο
Specifies certain parameters that control the Basement preprocessor ground heat transfer simulation.
β f_multiplier_for_the_adi_solution
β iyrs_maximum_number_of_yearly_iterations_ (Default: 15.0)
GroundHeatTransfer:Basement:MatlPropsο
Specifies the material properties for the Basement preprocessor ground heat transfer simulation. Only the Foundation Wall, Floor Slab, Soil, and Gravel properties are currently used.
π β nmat_number_of_materials_in_this_domain
β density_for_foundation_wall (Default: 2243.0)
β density_for_floor_slab (Default: 2243.0)
β density_for_ceiling (Default: 311.0)
β density_for_soil (Default: 1500.0)
β density_for_gravel (Default: 2000.0)
β density_for_wood (Default: 449.0)
β specific_heat_for_foundation_wall (Default: 880.0)
β specific_heat_for_floor_slab (Default: 880.0)
β specific_heat_for_ceiling (Default: 1530.0)
β specific_heat_for_soil (Default: 840.0)
β specific_heat_for_gravel (Default: 720.0)
β specific_heat_for_wood (Default: 1530.0)
β thermal_conductivity_for_foundation_wall (Default: 1.4)
β thermal_conductivity_for_floor_slab (Default: 1.4)
β thermal_conductivity_for_ceiling (Default: 0.09)
β thermal_conductivity_for_soil (Default: 1.1)
β thermal_conductivity_for_gravel (Default: 1.9)
β thermal_conductivity_for_wood (Default: 0.12)
GroundHeatTransfer:Basement:Insulationο
Describes the insulation used on an exterior basement wall for the Basement preprocessor ground heat transfer simulation.
β rext_r_value_of_any_exterior_insulation
π β insfull_flag_is_the_wall_fully_insulated_
GroundHeatTransfer:Basement:SurfacePropsο
Specifies the soil surface properties for the Basement preprocessor ground heat transfer simulation.
β albedo_surface_albedo_for_no_snow_conditions (Default: 0.16)
β albedo_surface_albedo_for_snow_conditions (Default: 0.4)
β epsln_surface_emissivity_no_snow (Default: 0.94)
β epsln_surface_emissivity_with_snow (Default: 0.86)
β veght_surface_roughness_no_snow_conditions (Default: 6.0)
β veght_surface_roughness_snow_conditions (Default: 0.25)
β pet_flag_potential_evapotranspiration_on_ (Default: FALSE)
GroundHeatTransfer:Basement:BldgDataο
Specifies the surface and gravel thicknesses used for the Basement preprocessor ground heat transfer simulation.
β dwall_wall_thickness (Default: 0.2)
β dslab_floor_slab_thickness (Default: 0.1)
β dgravxy_width_of_gravel_pit_beside_basement_wall (Default: 0.3)
β dgravzn_gravel_depth_extending_above_the_floor_slab (Default: 0.2)
β dgravzp_gravel_depth_below_the_floor_slab (Default: 0.1)
GroundHeatTransfer:Basement:Interiorο
Provides the information needed to simulate the inside boundary conditions for the Basement preprocessor ground heat transfer simulation.
β cond_flag_is_the_basement_conditioned_ (Default: TRUE)
β hin_downward_convection_only_heat_transfer_coefficient (Default: 0.92)
β hin_upward_convection_only_heat_transfer_coefficient (Default: 4.04)
β hin_horizontal_convection_only_heat_transfer_coefficient (Default: 3.08)
β hin_downward_combined_convection_and_radiation_heat_transfer_coefficient (Default: 6.13)
β hin_upward_combined_convection_and_radiation_heat_transfer_coefficient (Default: 9.26)
β hin_horizontal_combined_convection_and_radiation_heat_transfer_coefficient (Default: 8.29)
GroundHeatTransfer:Basement:ComBldgο
ComBldg contains the monthly average temperatures (C) and possibility of daily variation amplitude
β january_average_temperature (Default: 22.0)
β february_average_temperature (Default: 22.0)
β march_average_temperature (Default: 22.0)
β april_average_temperature (Default: 22.0)
β may_average_temperature (Default: 22.0)
β june_average_temperature (Default: 22.0)
β july_average_temperature (Default: 22.0)
β august_average_temperature (Default: 22.0)
β september_average_temperature (Default: 22.0)
β october_average_temperature (Default: 22.0)
β november_average_temperature (Default: 22.0)
β december_average_temperature (Default: 22.0)
β daily_variation_sine_wave_amplitude (Default: 0.0)
GroundHeatTransfer:Basement:EquivSlabο
Using an equivalent slab allows non-rectangular shapes to be modeled accurately. The simulation default should be EquivSizing=True
π β apratio_the_area_to_perimeter_ratio_for_this_slab
π β equivsizing_flag
GroundHeatTransfer:Basement:EquivAutoGridο
EquivAutoGrid necessary when EquivSizing=TRUE, TRUE is is the normal case.
β clearance_distance_from_outside_of_wall_to_edge_of_3_d_ground_domain (Default: 15.0)
β slabdepth_thickness_of_the_floor_slab (Default: 0.1)
β basedepth_depth_of_the_basement_wall_below_grade (Default: 2.0)
GroundHeatTransfer:Basement:AutoGridο
AutoGrid only necessary when EquivSizing is false If the modeled building is not a rectangle or square, Equivalent sizing MUST be used to get accurate results
β clearance_distance_from_outside_of_wall_to_edge_ (Default: 15.0)
π β slabx_x_dimension_of_the_building_slab
π β slaby_y_dimension_of_the_building_slab
β concagheight_height_of_the_foundation_wall_above_grade (Default: 0.0)
β slabdepth_thickness_of_the_floor_slab (Default: 0.1)
β basedepth_depth_of_the_basement_wall_below_grade (Default: 2.0)
GroundHeatTransfer:Basement:ManualGridο
Manual Grid only necessary using manual gridding (not recommended)
π β nx_number_of_cells_in_the_x_direction_20_
π β ny_number_of_cells_in_the_y_direction_20_
π β nzag_number_of_cells_in_the_z_direction_above_grade_4_always_
π β nzbg_number_of_cells_in_z_direction_below_grade_10_35_
π β ibase_x_direction_cell_indicator_of_slab_edge_5_20_
π β jbase_y_direction_cell_indicator_of_slab_edge_5_20_
π β kbase_z_direction_cell_indicator_of_the_top_of_the_floor_slab_5_20_
GroundHeatTransfer:Basement:XFACEο
This is only needed when using manual gridding (not recommended) XFACE: X Direction cell face coordinates: m
GroundHeatTransfer:Basement:YFACEο
This is only needed when using manual gridding (not recommended) YFACE: Y Direction cell face coordinates: m
GroundHeatTransfer:Basement:ZFACEο
This is only needed when using manual gridding (not recommended) ZFACE: Z Direction cell face coordinates: m
RoomAirModelTypeο
Selects the type of room air model to be used in a given zone. If no RoomAirModelType object is specified then the default Mixing model (all zone air at the same temperature) will be used.
π β zone_name
β room_air_modeling_type (Default: Mixing)
β air_temperature_coupling_strategy (Default: Direct)
RoomAir:TemperaturePattern:UserDefinedο
Used to explicitly define temperature patterns that are to be applied to the mean air temperature within a thermal zone. Used with RoomAirModelType = UserDefined.
π β zone_name
β availability_schedule_name
π β pattern_control_schedule_name
RoomAir:TemperaturePattern:ConstantGradientο
Used to model room air with a fixed temperature gradient in the vertical direction. Used in combination with RoomAir:TemperaturePattern:UserDefined.
π β room_air_temperature_pattern_constant_gradient_name
π βΎ control_integer_for_pattern_control_schedule_name
β thermostat_offset
β return_air_offset
β exhaust_air_offset
β temperature_gradient
RoomAir:TemperaturePattern:TwoGradientο
Used to model room air with two temperature gradients in the vertical direction. Used in combination with RoomAir:TemperaturePattern:UserDefined.
π β room_air_temperature_pattern_two_gradient_name
π βΎ control_integer_for_pattern_control_schedule_name
β thermostat_height
β return_air_height
β exhaust_air_height
β temperature_gradient_lower_bound
β temperature_gradient_upper_bound
β gradient_interpolation_mode
β upper_temperature_bound
β lower_temperature_bound
β upper_heat_rate_bound
β lower_heat_rate_bound
RoomAir:TemperaturePattern:NondimensionalHeightο
Defines a distribution pattern for air temperatures relative to the current mean air temperature as a function of height. The height, referred to as Zeta, is nondimensional by normalizing with the zone ceiling height. Used in combination with RoomAir:TemperaturePattern:UserDefined.
π βΎ control_integer_for_pattern_control_schedule_name
β thermostat_offset
β return_air_offset
β exhaust_air_offset
Array of {π β pair_zeta_nondimensional_height, π β pair_delta_adjacent_air_temperature} pairs
RoomAir:TemperaturePattern:SurfaceMappingο
Defines a distribution pattern for the air temperatures adjacent to individual surfaces. This allows controlling the adjacent air temperature on a surface-by-surface basis rather than by height. This allows modeling different adjacent air temperatures on the opposite sides of the zone. Used in combination with RoomAir:TemperaturePattern:UserDefined.
π βΎ control_integer_for_pattern_control_schedule_name
β thermostat_offset
β return_air_offset
β exhaust_air_offset
Array of {π β surface_name_pair, π β delta_adjacent_air_temperature_pair} surface_deltas
RoomAir:Nodeο
Define an air node for some types of nodal room air models
π β node_type
π β zone_name
π β height_of_nodal_control_volume_center
β surface_1_name
β surface_2_name
β surface_3_name
β surface_4_name
β surface_5_name
β surface_6_name
β surface_7_name
β surface_8_name
β surface_9_name
β surface_10_name
β surface_11_name
β surface_12_name
β surface_13_name
β surface_14_name
β surface_15_name
β surface_16_name
β surface_17_name
β surface_18_name
β surface_19_name
β surface_20_name
β surface_21_name
RoomAirSettings:OneNodeDisplacementVentilationο
The Mundt model for displacement ventilation
π β zone_name
β fraction_of_convective_internal_loads_added_to_floor_air
β fraction_of_infiltration_internal_loads_added_to_floor_air
RoomAirSettings:ThreeNodeDisplacementVentilationο
The UCSD model for Displacement Ventilation
π β zone_name
π β gain_distribution_schedule_name
β number_of_plumes_per_occupant (Default: 1.0)
β thermostat_height (Default: 1.1)
β comfort_height (Default: 1.1)
β temperature_difference_threshold_for_reporting (Default: 0.4)
RoomAirSettings:CrossVentilationο
This UCSD Cross Ventilation Room Air Model provides a simple model for heat transfer and vertical temperature profile prediction in cross ventilated rooms. The model distinguishes two regions in the room, the main jet region and the recirculations, and predicts characteristic airflow velocities and average air temperatures. Used with RoomAirModelType = CrossVentilation.
π β zone_name
π β gain_distribution_schedule_name
β airflow_region_used_for_thermal_comfort_evaluation
RoomAirSettings:UnderFloorAirDistributionInteriorο
This Room Air Model is applicable to interior spaces that are served by an underfloor air distribution system. The dominant sources of heat gain should be from people, equipment, and other localized sources located in the occupied part of the room. The model should be used with caution in zones which have large heat gains or losses through exterior walls or windows or which have considerable direct solar gain. Used with RoomAirModelType = UnderFloorAirDistributionInterior.
π β zone_name
βΆβ number_of_diffusers (Default: Autocalculate)
βΆβ power_per_plume (Default: Autocalculate)
βΆβ design_effective_area_of_diffuser (Default: Autocalculate)
βΆβ diffuser_slot_angle_from_vertical (Default: Autocalculate)
β thermostat_height (Default: 1.2)
β comfort_height (Default: 1.1)
β temperature_difference_threshold_for_reporting (Default: 0.4)
β floor_diffuser_type (Default: Swirl)
βΆβ transition_height (Default: 1.7)
βΆβ coefficient_a (Default: Autocalculate)
βΆβ coefficient_b (Default: Autocalculate)
βΆβ coefficient_c (Default: Autocalculate)
βΆβ coefficient_d (Default: Autocalculate)
βΆβ coefficient_e (Default: Autocalculate)
RoomAirSettings:UnderFloorAirDistributionExteriorο
Applicable to exterior spaces that are served by an underfloor air distribution system. The dominant sources of heat gain should be from people, equipment, and other localized sources located in the occupied part of the room, as well as convective gain coming from a warm window. Used with RoomAirModelType = CrossVentilation.
π β zone_name
βΆβ number_of_diffusers_per_zone (Default: Autocalculate)
βΆβ power_per_plume (Default: Autocalculate)
βΆβ design_effective_area_of_diffuser (Default: Autocalculate)
βΆβ diffuser_slot_angle_from_vertical (Default: Autocalculate)
β thermostat_height (Default: 1.2)
β comfort_height (Default: 1.1)
β temperature_difference_threshold_for_reporting (Default: 0.4)
β floor_diffuser_type (Default: Swirl)
βΆβ transition_height (Default: 1.7)
βΆβ coefficient_a_in_formula_kc_a_gamma_b_c_d_gamma_e_gamma_2 (Default: Autocalculate)
βΆβ coefficient_b_in_formula_kc_a_gamma_b_c_d_gamma_e_gamma_2 (Default: Autocalculate)
βΆβ coefficient_c_in_formula_kc_a_gamma_b_c_d_gamma_e_gamma_2 (Default: Autocalculate)
βΆβ coefficient_d_in_formula_kc_a_gamma_b_c_d_gamma_e_gamma_2 (Default: Autocalculate)
βΆβ coefficient_e_in_formula_kc_a_gamma_b_c_d_gamma_e_gamma_2 (Default: Autocalculate)
RoomAir:Node:AirflowNetworkο
define an air node for some types of nodal air models
π β zone_name
β fraction_of_zone_air_volume
β roomair_node_airflownetwork_adjacentsurfacelist_name
β roomair_node_airflownetwork_internalgains_name
β roomair_node_airflownetwork_hvacequipment_name
RoomAir:Node:AirflowNetwork:AdjacentSurfaceListο
Array of {β surface_name} surfaces
RoomAir:Node:AirflowNetwork:InternalGainsο
define the internal gains that are associated with one particular RoomAir:Node
Array of {β internal_gain_object_type, β internal_gain_object_name, β fraction_of_gains_to_node} gains
RoomAir:Node:AirflowNetwork:HVACEquipmentο
define the zone equipment associated with one particular RoomAir:Node
Array of {β zonehvac_or_air_terminal_equipment_object_type, β zonehvac_or_air_terminal_equipment_object_name, β fraction_of_output_or_supply_air_from_hvac_equipment, β fraction_of_input_or_return_air_to_hvac_equipment} equipment_fractions
RoomAirSettings:AirflowNetworkο
RoomAir modeling using Airflow pressure network solver
π β zone_name
β control_point_roomairflownetwork_node_name
Array of {β roomairflownetwork_node_name} nodes
Peopleο
Sets internal gains and contaminant rates for occupants in the zone. If a ZoneList, SpaceList, or a Zone comprised of more than one Space is specified then this definition applies to all applicable spaces, and each instance will be named with the Space Name plus this Object Name.
π β zone_or_zonelist_or_space_or_spacelist_name
π β number_of_people_schedule_name
β number_of_people_calculation_method (Default: People)
β number_of_people
β people_per_floor_area
β floor_area_per_person
β fraction_radiant (Default: 0.3)
βΆβ sensible_heat_fraction (Default: Autocalculate)
π β activity_level_schedule_name
β carbon_dioxide_generation_rate (Default: 3.82e-08)
β enable_ashrae_55_comfort_warnings (Default: No)
β mean_radiant_temperature_calculation_type (Default: EnclosureAveraged)
β surface_name_angle_factor_list_name
β work_efficiency_schedule_name
β clothing_insulation_calculation_method (Default: ClothingInsulationSchedule)
β clothing_insulation_calculation_method_schedule_name
β clothing_insulation_schedule_name
β air_velocity_schedule_name
β thermal_comfort_model_1_type
β thermal_comfort_model_2_type
β thermal_comfort_model_3_type
β thermal_comfort_model_4_type
β thermal_comfort_model_5_type
β thermal_comfort_model_6_type
β thermal_comfort_model_7_type
β ankle_level_air_velocity_schedule_name
β cold_stress_temperature_threshold (Default: 15.56)
β heat_stress_temperature_threshold (Default: 30.0)
ComfortViewFactorAnglesο
Used to specify radiant view factors for thermal comfort calculations. Note that the following angle factor fractions must sum up to 1.0 All surfaces must be in the same enclosure.
β surface_1_name
β angle_factor_1
β surface_2_name
β angle_factor_2
β surface_3_name
β angle_factor_3
β surface_4_name
β angle_factor_4
β surface_5_name
β angle_factor_5
β surface_6_name
β angle_factor_6
β surface_7_name
β angle_factor_7
β surface_8_name
β angle_factor_8
β surface_9_name
β angle_factor_9
β surface_10_name
β angle_factor_10
β surface_11_name
β angle_factor_11
β surface_12_name
β angle_factor_12
β surface_13_name
β angle_factor_13
β surface_14_name
β angle_factor_14
β surface_15_name
β angle_factor_15
β surface_16_name
β angle_factor_16
β surface_17_name
β angle_factor_17
β surface_18_name
β angle_factor_18
β surface_19_name
β angle_factor_19
β surface_20_name
β angle_factor_20
β surface_21_name
β angle_factor_21
β surface_22_name
β angle_factor_22
β surface_23_name
β angle_factor_23
β surface_24_name
β angle_factor_24
β surface_25_name
β angle_factor_25
β surface_26_name
β angle_factor_26
β surface_27_name
β angle_factor_27
β surface_28_name
β angle_factor_28
β surface_29_name
β angle_factor_29
β surface_30_name
β angle_factor_30
β surface_31_name
β angle_factor_31
β surface_32_name
β angle_factor_32
β surface_33_name
β angle_factor_33
β surface_34_name
β angle_factor_34
β surface_35_name
β angle_factor_35
β surface_36_name
β angle_factor_36
β surface_37_name
β angle_factor_37
β surface_38_name
β angle_factor_38
β surface_39_name
β angle_factor_39
β surface_40_name
β angle_factor_40
β surface_41_name
β angle_factor_41
β surface_42_name
β angle_factor_42
β surface_43_name
β angle_factor_43
β surface_44_name
β angle_factor_44
β surface_45_name
β angle_factor_45
β surface_46_name
β angle_factor_46
β surface_47_name
β angle_factor_47
β surface_48_name
β angle_factor_48
β surface_49_name
β angle_factor_49
β surface_50_name
β angle_factor_50
β surface_51_name
β angle_factor_51
β surface_52_name
β angle_factor_52
β surface_53_name
β angle_factor_53
β surface_54_name
β angle_factor_54
β surface_55_name
β angle_factor_55
β surface_56_name
β angle_factor_56
β surface_57_name
β angle_factor_57
β surface_58_name
β angle_factor_58
β surface_59_name
β angle_factor_59
β surface_60_name
β angle_factor_60
β surface_61_name
β angle_factor_61
β surface_62_name
β angle_factor_62
β surface_63_name
β angle_factor_63
β surface_64_name
β angle_factor_64
β surface_65_name
β angle_factor_65
β surface_66_name
β angle_factor_66
β surface_67_name
β angle_factor_67
β surface_68_name
β angle_factor_68
β surface_69_name
β angle_factor_69
β surface_70_name
β angle_factor_70
β surface_71_name
β angle_factor_71
β surface_72_name
β angle_factor_72
β surface_73_name
β angle_factor_73
β surface_74_name
β angle_factor_74
β surface_75_name
β angle_factor_75
β surface_76_name
β angle_factor_76
β surface_77_name
β angle_factor_77
β surface_78_name
β angle_factor_78
β surface_79_name
β angle_factor_79
β surface_80_name
β angle_factor_80
β surface_81_name
β angle_factor_81
β surface_82_name
β angle_factor_82
β surface_83_name
β angle_factor_83
β surface_84_name
β angle_factor_84
β surface_85_name
β angle_factor_85
β surface_86_name
β angle_factor_86
β surface_87_name
β angle_factor_87
β surface_88_name
β angle_factor_88
β surface_89_name
β angle_factor_89
β surface_90_name
β angle_factor_90
β surface_91_name
β angle_factor_91
β surface_92_name
β angle_factor_92
β surface_93_name
β angle_factor_93
β surface_94_name
β angle_factor_94
β surface_95_name
β angle_factor_95
β surface_96_name
β angle_factor_96
β surface_97_name
β angle_factor_97
β surface_98_name
β angle_factor_98
β surface_99_name
β angle_factor_99
β surface_100_name
β angle_factor_100
Lightsο
Sets internal gains for lights in the zone. If a ZoneList, SpaceList, or a Zone comprised of more than one Space is specified then this definition applies to all applicable spaces, and each instance will be named with the Space Name plus this Object Name.
π β zone_or_zonelist_or_space_or_spacelist_name
π β schedule_name
β design_level_calculation_method (Default: LightingLevel)
β lighting_level
β watts_per_floor_area
β watts_per_person
β return_air_fraction (Default: 0.0)
β fraction_radiant (Default: 0.0)
β fraction_visible (Default: 0.0)
β fraction_replaceable (Default: 1.0)
β end_use_subcategory (Default: General)
β return_air_fraction_calculated_from_plenum_temperature (Default: No)
β return_air_fraction_function_of_plenum_temperature_coefficient_1 (Default: 0.0)
β return_air_fraction_function_of_plenum_temperature_coefficient_2 (Default: 0.0)
β return_air_heat_gain_node_name
β exhaust_air_heat_gain_node_name
ElectricEquipmentο
Sets internal gains for electric equipment in the zone. If a ZoneList, SpaceList, or a Zone comprised of more than one Space is specified then this definition applies to all applicable spaces, and each instance will be named with the Space Name plus this Object Name.
π β zone_or_zonelist_or_space_or_spacelist_name
π β schedule_name
β design_level_calculation_method (Default: EquipmentLevel)
β design_level
β watts_per_floor_area
β watts_per_person
β fraction_latent (Default: 0.0)
β fraction_radiant (Default: 0.0)
β fraction_lost (Default: 0.0)
β end_use_subcategory (Default: General)
GasEquipmentο
Sets internal gains and contaminant rates for gas equipment in the zone. If a ZoneList, SpaceList, or a Zone comprised of more than one Space is specified then this definition applies to all applicable spaces, and each instance will be named with the Space Name plus this Object Name.
π β zone_or_zonelist_or_space_or_spacelist_name
π β schedule_name
β design_level_calculation_method (Default: EquipmentLevel)
β design_level
β power_per_floor_area
β power_per_person
β fraction_latent (Default: 0.0)
β fraction_radiant (Default: 0.0)
β fraction_lost (Default: 0.0)
β carbon_dioxide_generation_rate (Default: 0.0)
β end_use_subcategory (Default: General)
HotWaterEquipmentο
Sets internal gains for hot water equipment in the zone. If a ZoneList, SpaceList, or a Zone comprised of more than one Space is specified then this definition applies to all applicable spaces, and each instance will be named with the Space Name plus this Object Name.
π β zone_or_zonelist_or_space_or_spacelist_name
π β schedule_name
β design_level_calculation_method (Default: EquipmentLevel)
β design_level
β power_per_floor_area
β power_per_person
β fraction_latent (Default: 0.0)
β fraction_radiant (Default: 0.0)
β fraction_lost (Default: 0.0)
β end_use_subcategory (Default: General)
SteamEquipmentο
Sets internal gains for steam equipment in the zone. If a ZoneList, SpaceList, or a Zone comprised of more than one Space is specified then this definition applies to all applicable spaces, and each instance will be named with the Space Name plus this Object Name.
π β zone_or_zonelist_or_space_or_spacelist_name
π β schedule_name
β design_level_calculation_method (Default: EquipmentLevel)
β design_level
β power_per_floor_area
β power_per_person
β fraction_latent (Default: 0.0)
β fraction_radiant (Default: 0.0)
β fraction_lost (Default: 0.0)
β end_use_subcategory (Default: General)
OtherEquipmentο
Sets internal gains or losses for βotherβ equipment in the zone. If a ZoneList, SpaceList, or a Zone comprised of more than one Space is specified then this definition applies to all applicable spaces, and each instance will be named with the Space Name plus this Object Name.
β fuel_type (Default: None)
π β zone_or_zonelist_or_space_or_spacelist_name
π β schedule_name
β design_level_calculation_method (Default: EquipmentLevel)
β design_level
β power_per_floor_area
β power_per_person
β fraction_latent (Default: 0.0)
β fraction_radiant (Default: 0.0)
β fraction_lost (Default: 0.0)
β carbon_dioxide_generation_rate (Default: 0.0)
β end_use_subcategory (Default: General)
IndoorLivingWallο
Indoor greenery systems such as indoor living walls are panels of plants, which grow hydroponically or from substrates. The living wall structures can be either free-standing or attached to walls. The IndoorLivingWall module directly connects with inside surface heat balance, zone air heat balance, and zone air moisture balance.
π β surface_name
π β schedule_name
β evapotranspiration_calculation_method (Default: Penman-Monteith)
β lighting_method
β led_intensity_schedule_name
β daylighting_control_name
β led_daylight_targeted_lighting_intensity_schedule_name
β total_leaf_area
β led_nominal_intensity
β led_nominal_power
β radiant_fraction_of_led_lights (Default: 0.6)
ElectricEquipment:ITE:AirCooledο
This object describes air-cooled electric information technology equipment (ITE) which has variable power consumption as a function of loading and temperature. If a Zone comprised of more than one Space is specified then this definition applies to all applicable spaces, and each instance will be named with the Space Name plus this Object Name.
π β zone_or_space_name
β air_flow_calculation_method (Default: FlowFromSystem)
β design_power_input_calculation_method (Default: Watts/Unit)
β watts_per_unit
β number_of_units (Default: 1.0)
β watts_per_floor_area
β design_power_input_schedule_name
β cpu_loading_schedule_name
π β cpu_power_input_function_of_loading_and_air_temperature_curve_name
β design_fan_power_input_fraction (Default: 0.0)
π β design_fan_air_flow_rate_per_power_input
π β air_flow_function_of_loading_and_air_temperature_curve_name
π β fan_power_input_function_of_flow_curve_name
β design_entering_air_temperature (Default: 15.0)
β environmental_class (Default: None)
β air_inlet_connection_type (Default: AdjustedSupply)
β air_inlet_room_air_model_node_name
β air_outlet_room_air_model_node_name
β supply_air_node_name
β design_recirculation_fraction (Default: 0.0)
β recirculation_function_of_loading_and_supply_temperature_curve_name
β design_electric_power_supply_efficiency (Default: 1.0)
β electric_power_supply_efficiency_function_of_part_load_ratio_curve_name
β fraction_of_electric_power_supply_losses_to_zone (Default: 1.0)
β cpu_end_use_subcategory (Default: ITE-CPU)
β fan_end_use_subcategory (Default: ITE-Fans)
β electric_power_supply_end_use_subcategory (Default: ITE-UPS)
β supply_temperature_difference
β supply_temperature_difference_schedule
β return_temperature_difference
β return_temperature_difference_schedule
ZoneBaseboard:OutdoorTemperatureControlledο
Specifies outside temperature-controlled electric baseboard heating. If a ZoneList, SpaceList, or a Zone comprised of more than one Space is specified then this definition applies to all applicable spaces, and each instance will be named with the Space Name plus this Object Name.
π β zone_or_zonelist_or_space_or_spacelist_name
π β schedule_name
π β capacity_at_low_temperature
π β low_temperature
π β capacity_at_high_temperature
π β high_temperature
β fraction_radiant (Default: 0.0)
β end_use_subcategory (Default: General)
SwimmingPool:Indoorο
Specifies an indoor swimming pools linked to a floor surface. The pool is assumed to cover the entire floor to which it is linked.
π β surface_name
π β average_depth
π β activity_factor_schedule_name
β make_up_water_supply_schedule_name
π β cover_schedule_name
β cover_evaporation_factor (Default: 0.0)
β cover_convection_factor (Default: 0.0)
β cover_short_wavelength_radiation_factor (Default: 0.0)
β cover_long_wavelength_radiation_factor (Default: 0.0)
π β pool_water_inlet_node
π β pool_water_outlet_node
β pool_heating_system_maximum_water_flow_rate
β pool_miscellaneous_equipment_power
π β setpoint_temperature_schedule
π β maximum_number_of_people
β people_schedule
β people_heat_gain_schedule
ZoneContaminantSourceAndSink:CarbonDioxideο
Represents internal CO2 gains and sinks in the zone.
π β zone_name
β design_generation_rate
π β schedule_name
ZoneContaminantSourceAndSink:Generic:Constantο
Sets internal generic contaminant gains and sinks in a zone with constant values.
π β zone_name
β design_generation_rate
π β generation_schedule_name
β design_removal_coefficient
π β removal_schedule_name
SurfaceContaminantSourceAndSink:Generic:PressureDrivenο
Simulate generic contaminant source driven by the pressure difference across a surface.
π β surface_name
β design_generation_rate_coefficient
π β generation_schedule_name
β generation_exponent
ZoneContaminantSourceAndSink:Generic:CutoffModelο
Simulate generic contaminant source driven by the cutoff concentration model.
π β zone_name
β design_generation_rate_coefficient
π β schedule_name
β cutoff_generic_contaminant_at_which_emission_ceases
ZoneContaminantSourceAndSink:Generic:DecaySourceο
Simulate generic contaminant source driven by the cutoff concentration model.
π β zone_name
β initial_emission_rate
π β schedule_name
β delay_time_constant
SurfaceContaminantSourceAndSink:Generic:BoundaryLayerDiffusionο
Simulate generic contaminant source driven by the boundary layer diffusion controlled model.
π β surface_name
β mass_transfer_coefficient
π β schedule_name
β henry_adsorption_constant_or_partition_coefficient
SurfaceContaminantSourceAndSink:Generic:DepositionVelocitySinkο
Simulate generic contaminant source driven by the boundary layer diffusion controlled model.
π β surface_name
β deposition_velocity
π β schedule_name
ZoneContaminantSourceAndSink:Generic:DepositionRateSinkο
Simulate generic contaminant source driven by the boundary layer diffusion controlled model.
π β zone_name
β deposition_rate
π β schedule_name
Daylighting:Controlsο
Dimming of overhead electric lighting is determined from each reference point. Glare from daylighting is also calculated.
π β zone_or_space_name
β daylighting_method (Default: SplitFlux)
β availability_schedule_name
β lighting_control_type (Default: Continuous)
β minimum_input_power_fraction_for_continuous_or_continuousoff_dimming_control (Default: 0.3)
β minimum_light_output_fraction_for_continuous_or_continuousoff_dimming_control (Default: 0.2)
βΎ number_of_stepped_control_steps (Default: 1)
β probability_lighting_will_be_reset_when_needed_in_manual_stepped_control (Default: 1.0)
β glare_calculation_daylighting_reference_point_name
β glare_calculation_azimuth_angle_of_view_direction_clockwise_from_zone_y_axis (Default: 0.0)
β maximum_allowable_discomfort_glare_index (Default: 22.0)
β delight_gridding_resolution
Array of {π β daylighting_reference_point_name, β fraction_of_lights_controlled_by_reference_point, β illuminance_setpoint_at_reference_point} control_data
Daylighting:ReferencePointο
Used by Daylighting:Controls to identify the reference point coordinates for each sensor. Reference points are given in coordinates specified in the GlobalGeometryRules object Daylighting Reference Point CoordinateSystem field.
π β zone_or_space_name
π β x_coordinate_of_reference_point
π β y_coordinate_of_reference_point
β z_coordinate_of_reference_point (Default: 0.8)
Daylighting:DELight:ComplexFenestrationο
Used for DElight Complex Fenestration of all types
π β complex_fenestration_type
π β building_surface_name
π β window_name
β fenestration_rotation (Default: 0.0)
DaylightingDevice:Tubularο
Defines a tubular daylighting device (TDD) consisting of three components: a dome, a pipe, and a diffuser. The dome and diffuser are defined separately using the FenestrationSurface:Detailed object.
π β dome_name
π β diffuser_name
π β construction_name
π β diameter
π β total_length
β effective_thermal_resistance (Default: 0.28)
Array of {β transition_zone_name, β transition_zone_length} transition_lengths
DaylightingDevice:Shelfο
Defines a daylighting which can have an inside shelf, an outside shelf, or both. The inside shelf is defined as a building surface and the outside shelf is defined as a shading surface.
π β window_name
β inside_shelf_name
β outside_shelf_name
β outside_shelf_construction_name
β view_factor_to_outside_shelf
DaylightingDevice:LightWellο
Applies only to exterior windows in daylighting-controlled zones or in zones that share an interior window with a daylighting-controlled zone. Generally used with skylights.
π β exterior_window_name
π β height_of_well
π β perimeter_of_bottom_of_well
π β area_of_bottom_of_well
π β visible_reflectance_of_well_walls
Output:DaylightFactorsο
Reports hourly daylight factors for each exterior window for four sky types (clear, turbid clear, intermediate, and overcast).
π β reporting_days
Output:IlluminanceMapο
reference points are given in coordinates specified in the GlobalGeometryRules object Daylighting Reference Point CoordinateSystem field
π β zone_or_space_name
β z_height (Default: 0.0)
β x_minimum_coordinate (Default: 0.0)
β x_maximum_coordinate (Default: 1.0)
βΎ number_of_x_grid_points (Default: 2)
β y_minimum_coordinate (Default: 0.0)
β y_maximum_coordinate (Default: 1.0)
βΎ number_of_y_grid_points (Default: 2)
OutputControl:IlluminanceMap:Styleο
default style for the Daylighting Illuminance Map is comma β this works well for importing into spreadsheet programs such as Excel(tm) but not so well for word processing programs β there tab may be a better choice. fixed puts spaces between the βcolumnsβ
β column_separator (Default: Comma)
ZoneInfiltration:DesignFlowRateο
Infiltration is specified as a design level which is modified by a Schedule fraction, temperature difference and wind speed: Infiltration=Idesign * FSchedule * (A + B*|(Tzone-Todb)| + C*WindSpd + D * WindSpd**2) If a ZoneList, SpaceList, or a Zone comprised of more than one Space is specified then this definition applies to all applicable spaces, and each instance will be named with the Space Name plus this Object Name.
π β zone_or_zonelist_or_space_or_spacelist_name
β schedule_name
β design_flow_rate_calculation_method (Default: Flow/Zone)
β design_flow_rate
β flow_rate_per_floor_area
β flow_rate_per_exterior_surface_area
β air_changes_per_hour
β constant_term_coefficient (Default: 1.0)
β temperature_term_coefficient (Default: 0.0)
β velocity_term_coefficient (Default: 0.0)
β velocity_squared_term_coefficient (Default: 0.0)
ZoneInfiltration:EffectiveLeakageAreaο
Infiltration is specified as effective leakage area at 4 Pa, schedule fraction, stack and wind coefficients, and is a function of temperature difference and wind speed: Infiltration=FSchedule * (AL /1000) SQRT(Cs*|(Tzone-Todb)| + Cw*WindSpd**2 ) If a Zone comprised of more than one Space is specified then this definition applies to all applicable spaces, and each instance will be named with the Space Name plus this Object Name.
π β zone_or_space_name
β schedule_name
π β effective_air_leakage_area
π β stack_coefficient
π β wind_coefficient
ZoneInfiltration:FlowCoefficientο
Infiltration is specified as flow coefficient, schedule fraction, stack and wind coefficients, and is a function of temperature difference and wind speed: Infiltration=FSchedule * SQRT( (c * Cs*|(Tzone-Todb)|**n)**2 + (c* Cw*(s * WindSpd)**2n)**2 ) If a Zone comprised of more than one Space is specified then this definition applies to all applicable spaces, and each instance will be named with the Space Name plus this Object Name.
π β zone_or_space_name
β schedule_name
π β flow_coefficient
π β stack_coefficient
β pressure_exponent (Default: 0.67)
π β wind_coefficient
π β shelter_factor
ZoneVentilation:DesignFlowRateο
Ventilation is specified as a design level which is modified by a schedule fraction, temperature difference and wind speed: Ventilation=Vdesign * Fschedule * (A + B*|(Tzone-Todb)| + C*WindSpd + D * WindSpd**2) If a ZoneList, SpaceList, or a Zone comprised of more than one Space is specified then this definition applies to all applicable spaces, and each instance will be named with the Space Name plus this Object Name.
π β zone_or_zonelist_or_space_or_spacelist_name
β schedule_name
β design_flow_rate_calculation_method (Default: Flow/Zone)
β design_flow_rate
β flow_rate_per_floor_area
β flow_rate_per_person
β air_changes_per_hour
β ventilation_type (Default: Natural)
β fan_pressure_rise (Default: 0.0)
β fan_total_efficiency (Default: 1.0)
β constant_term_coefficient (Default: 1.0)
β temperature_term_coefficient (Default: 0.0)
β velocity_term_coefficient (Default: 0.0)
β velocity_squared_term_coefficient (Default: 0.0)
β minimum_indoor_temperature (Default: -100.0)
β minimum_indoor_temperature_schedule_name
β maximum_indoor_temperature (Default: 100.0)
β maximum_indoor_temperature_schedule_name
β delta_temperature (Default: -100.0)
β delta_temperature_schedule_name
β minimum_outdoor_temperature (Default: -100.0)
β minimum_outdoor_temperature_schedule_name
β maximum_outdoor_temperature (Default: 100.0)
β maximum_outdoor_temperature_schedule_name
β maximum_wind_speed (Default: 40.0)
ZoneVentilation:WindandStackOpenAreaο
This object is specified as natural ventilation driven by wind and stack effect only: Ventilation Wind = Cw * Opening Area * Schedule * WindSpd Ventilation Stack = Cd * Opening Area * Schedule * SQRT(2*g*DH*(|(Tzone-Todb)|/Tzone)) Total Ventilation = SQRT((Ventilation Wind)^2 + (Ventilation Stack)^2) If a Zone comprised of more than one Space is specified then this definition applies to all applicable spaces, and each instance will be named with the Space Name plus this Object Name.
π β zone_or_space_name
β opening_area (Default: 0.0)
β opening_area_fraction_schedule_name
βΆβ opening_effectiveness (Default: Autocalculate)
β effective_angle (Default: 0.0)
β height_difference (Default: 0.0)
βΆβ discharge_coefficient_for_opening (Default: Autocalculate)
β minimum_indoor_temperature (Default: -100.0)
β minimum_indoor_temperature_schedule_name
β maximum_indoor_temperature (Default: 100.0)
β maximum_indoor_temperature_schedule_name
β delta_temperature (Default: -100.0)
β delta_temperature_schedule_name
β minimum_outdoor_temperature (Default: -100.0)
β minimum_outdoor_temperature_schedule_name
β maximum_outdoor_temperature (Default: 100.0)
β maximum_outdoor_temperature_schedule_name
β maximum_wind_speed (Default: 40.0)
ZoneAirBalance:OutdoorAirο
Provide a combined zone outdoor air flow by including interactions between mechanical ventilation, infiltration and duct leakage. This object will combine outdoor flows from all ZoneInfiltration and ZoneVentilation objects in the same zone. Balanced flows will be summed, while unbalanced flows will be added in quadrature.
π β zone_name
β air_balance_method (Default: Quadrature)
β induced_outdoor_air_due_to_unbalanced_duct_leakage (Default: 0.0)
β induced_outdoor_air_schedule_name
ZoneMixingο
ZoneMixing is a simple air exchange from one zone or space to another. Note that this statement only affects the energy balance of the βreceivingβ zone or space and will not produce any effect on the βsourceβ zone. Mixing statements can be complementary and include multiple zones, but the balancing of flows between zones is left to the userβs discretion.
π β zone_or_space_name
β schedule_name
β design_flow_rate_calculation_method (Default: Flow/Zone)
β design_flow_rate
β flow_rate_per_floor_area
β flow_rate_per_person
β air_changes_per_hour
π β source_zone_or_space_name
β delta_temperature (Default: 0.0)
β delta_temperature_schedule_name
β minimum_receiving_temperature_schedule_name
β maximum_receiving_temperature_schedule_name
β minimum_source_temperature_schedule_name
β maximum_source_temperature_schedule_name
β minimum_outdoor_temperature_schedule_name
β maximum_outdoor_temperature_schedule_name
ZoneCrossMixingο
ZoneCrossMixing exchanges an equal amount of air between two zones or spaces. Note that this statement affects the energy balance of both zones or spaces.
π β zone_or_space_name
β schedule_name
β design_flow_rate_calculation_method (Default: Flow/Zone)
β design_flow_rate
β flow_rate_per_floor_area
β flow_rate_per_person
β air_changes_per_hour
π β source_zone_or_space_name
β delta_temperature (Default: 0.0)
β delta_temperature_schedule_name
β minimum_receiving_temperature_schedule_name
β maximum_receiving_temperature_schedule_name
β minimum_source_temperature_schedule_name
β maximum_source_temperature_schedule_name
β minimum_outdoor_temperature_schedule_name
β maximum_outdoor_temperature_schedule_name
ZoneRefrigerationDoorMixingο
Refrigeration Door Mixing is used for an opening between two zones (or spaces) that are at the same elevation but have different air temperatures. In this case, the mixing air flow between the two zones is determined by the density difference between the two zones. This would typically be used between two zones in a refrigerated warehouse that are controlled at different temperatures. It could also be used to model a door to a walk-in refrigerated space if that space were modeled as a zone instead of using the object Refrigeration:WalkIn.
π β zone_or_space_name_1
π β zone_or_space_name_2
π β schedule_name
β door_height (Default: 3.0)
β door_area (Default: 9.0)
β door_protection_type (Default: None)
ZoneEarthtubeο
Earth Tube is specified as a design level which is modified by a Schedule fraction, temperature difference and wind speed: Earthtube=Edesign * Fschedule * (A + B*|(Tzone-Todb)| + C*WindSpd + D * WindSpd**2)
π β zone_name
π β schedule_name
π β design_flow_rate
π β minimum_zone_temperature_when_cooling
π β maximum_zone_temperature_when_heating
π β delta_temperature
β earthtube_type (Default: Natural)
β fan_pressure_rise (Default: 0.0)
β fan_total_efficiency (Default: 1.0)
β pipe_radius (Default: 1.0)
β pipe_thickness (Default: 0.2)
β pipe_length (Default: 15.0)
β pipe_thermal_conductivity (Default: 200.0)
β pipe_depth_under_ground_surface (Default: 3.0)
β soil_condition (Default: HeavyAndDamp)
π β average_soil_surface_temperature
π β amplitude_of_soil_surface_temperature
π β phase_constant_of_soil_surface_temperature
β constant_term_flow_coefficient (Default: 1.0)
β temperature_term_flow_coefficient (Default: 0.0)
β velocity_term_flow_coefficient (Default: 0.0)
β velocity_squared_term_flow_coefficient (Default: 0.0)
β earth_tube_model_type (Default: Basic)
β earth_tube_model_parameters
ZoneEarthtube:Parametersο
Parameters that apply to the vertical model for an earth tube
π β earth_tube_model_parameters_name
βΎ nodes_above_earth_tube (Default: 5)
βΎ nodes_below_earth_tube (Default: 3)
β earth_tube_dimensionless_boundary_above (Default: 1.0)
β earth_tube_dimensionless_boundary_below (Default: 0.25)
β earth_tube_solution_space_width (Default: 4.0)
ZoneCoolTower:Showerο
A cooltower (sometimes referred to as a wind tower or a shower cooling tower) models passive downdraught evaporative cooling (PDEC) that is designed to capture the wind at the top of a tower and cool the outdoor air using water evaporation before delivering it to a zone (or space).
β availability_schedule_name
π β zone_or_space_name
β water_supply_storage_tank_name
β flow_control_type (Default: WindDrivenFlow)
π β pump_flow_rate_schedule_name
π β maximum_water_flow_rate
π β effective_tower_height
π β airflow_outlet_area
π β maximum_air_flow_rate
π β minimum_indoor_temperature
β fraction_of_water_loss
β fraction_of_flow_schedule
π β rated_power_consumption
ZoneThermalChimneyο
A thermal chimney is a vertical shaft utilizing solar radiation to enhance natural ventilation. It consists of an absorber wall, air gap and glass cover with high solar transmissivity.
π β zone_name
β availability_schedule_name
π β width_of_the_absorber_wall
π β cross_sectional_area_of_air_channel_outlet
β discharge_coefficient (Default: 0.8)
π β zone_or_space_name_1
π β distance_from_top_of_thermal_chimney_to_inlet_1
β relative_ratios_of_air_flow_rates_passing_through_inlet_1 (Default: 1.0)
π β cross_sectional_areas_of_air_channel_inlet_1
β zone_or_space_name_2
β distance_from_top_of_thermal_chimney_to_inlet_2
β relative_ratios_of_air_flow_rates_passing_through_inlet_2
β cross_sectional_areas_of_air_channel_inlet_2
β zone_or_space_name_3
β distance_from_top_of_thermal_chimney_to_inlet_3
β relative_ratios_of_air_flow_rates_passing_through_inlet_3
β cross_sectional_areas_of_air_channel_inlet_3
β zone_or_space_name_4
β distance_from_top_of_thermal_chimney_to_inlet_4
β relative_ratios_of_air_flow_rates_passing_through_inlet_4
β cross_sectional_areas_of_air_channel_inlet_4
β zone_or_space_name_5
β distance_from_top_of_thermal_chimney_to_inlet_5
β relative_ratios_of_air_flow_rates_passing_through_inlet_5
β cross_sectional_areas_of_air_channel_inlet_5
β zone_or_space_name_6
β distance_from_top_of_thermal_chimney_to_inlet_6
β relative_ratios_of_air_flow_rates_passing_through_inlet_6
β cross_sectional_areas_of_air_channel_inlet_6
β zone_or_space_name_7
β distance_from_top_of_thermal_chimney_to_inlet_7
β relative_ratios_of_air_flow_rates_passing_through_inlet_7
β cross_sectional_areas_of_air_channel_inlet_7
β zone_or_space_name_8
β distance_from_top_of_thermal_chimney_to_inlet_8
β relative_ratios_of_air_flow_rates_passing_through_inlet_8
β cross_sectional_areas_of_air_channel_inlet_8
β zone_or_space_name_9
β distance_from_top_of_thermal_chimney_to_inlet_9
β relative_ratios_of_air_flow_rates_passing_through_inlet_9
β cross_sectional_areas_of_air_channel_inlet_9
β zone_or_space_name_10
β distance_from_top_of_thermal_chimney_to_inlet_10
β relative_ratios_of_air_flow_rates_passing_through_inlet_10
β cross_sectional_areas_of_air_channel_inlet_10
β zone_or_space_name_11
β distance_from_top_of_thermal_chimney_to_inlet_11
β relative_ratios_of_air_flow_rates_passing_through_inlet_11
β cross_sectional_areas_of_air_channel_inlet_11
β zone_or_space_name_12
β distance_from_top_of_thermal_chimney_to_inlet_12
β relative_ratios_of_air_flow_rates_passing_through_inlet_12
β cross_sectional_areas_of_air_channel_inlet_12
β zone_or_space_name_13
β distance_from_top_of_thermal_chimney_to_inlet_13
β relative_ratios_of_air_flow_rates_passing_through_inlet_13
β cross_sectional_areas_of_air_channel_inlet_13
β zone_or_space_name_14
β distance_from_top_of_thermal_chimney_to_inlet_14
β relative_ratios_of_air_flow_rates_passing_through_inlet_14
β cross_sectional_areas_of_air_channel_inlet_14
β zone_or_space_name_15
β distance_from_top_of_thermal_chimney_to_inlet_15
β relative_ratios_of_air_flow_rates_passing_through_inlet_15
β cross_sectional_areas_of_air_channel_inlet_15
β zone_or_space_name_16
β distance_from_top_of_thermal_chimney_to_inlet_16
β relative_ratios_of_air_flow_rates_passing_through_inlet_16
β cross_sectional_areas_of_air_channel_inlet_16
β zone_or_space_name_17
β distance_from_top_of_thermal_chimney_to_inlet_17
β relative_ratios_of_air_flow_rates_passing_through_inlet_17
β cross_sectional_areas_of_air_channel_inlet_17
β zone_or_space_name_18
β distance_from_top_of_thermal_chimney_to_inlet_18
β relative_ratios_of_air_flow_rates_passing_through_inlet_18
β cross_sectional_areas_of_air_channel_inlet_18
β zone_or_space_name_19
β distance_from_top_of_thermal_chimney_to_inlet_19
β relative_ratios_of_air_flow_rates_passing_through_inlet_19
β cross_sectional_areas_of_air_channel_inlet_19
β zone_or_space_name_20
β distance_from_top_of_thermal_chimney_to_inlet_20
β relative_ratios_of_air_flow_rates_passing_through_inlet_20
β cross_sectional_areas_of_air_channel_inlet_20
AirflowNetwork:SimulationControlο
This object defines the global parameters used in an Airflow Network simulation.
β airflownetwork_control (Default: NoMultizoneOrDistribution)
β wind_pressure_coefficient_type (Default: SurfaceAverageCalculation)
β height_selection_for_local_wind_pressure_calculation (Default: OpeningHeight)
β building_type (Default: LowRise)
βΎ maximum_number_of_iterations (Default: 500)
β initialization_type (Default: ZeroNodePressures)
β relative_airflow_convergence_tolerance (Default: 0.0001)
β absolute_airflow_convergence_tolerance (Default: 1e-06)
β convergence_acceleration_limit (Default: -0.5)
β azimuth_angle_of_long_axis_of_building (Default: 0.0)
β ratio_of_building_width_along_short_axis_to_width_along_long_axis (Default: 1.0)
β height_dependence_of_external_node_temperature (Default: No)
β solver (Default: SkylineLU)
β allow_unsupported_zone_equipment (Default: No)
β do_distribution_duct_sizing_calculation (Default: No)
AirflowNetwork:MultiZone:Zoneο
This object is used to simultaneously control a thermal zoneβs window and door openings, both exterior and interior.
π β zone_name
β ventilation_control_mode (Default: NoVent)
β ventilation_control_zone_temperature_setpoint_schedule_name
β minimum_venting_open_factor (Default: 0.0)
β indoor_and_outdoor_temperature_difference_lower_limit_for_maximum_venting_open_factor (Default: 0.0)
β indoor_and_outdoor_temperature_difference_upper_limit_for_minimum_venting_open_factor (Default: 100.0)
β indoor_and_outdoor_enthalpy_difference_lower_limit_for_maximum_venting_open_factor (Default: 0.0)
β indoor_and_outdoor_enthalpy_difference_upper_limit_for_minimum_venting_open_factor (Default: 300000.0)
β venting_availability_schedule_name
β single_sided_wind_pressure_coefficient_algorithm (Default: Standard)
β facade_width (Default: 10.0)
β occupant_ventilation_control_name
AirflowNetwork:MultiZone:Surfaceο
This object specifies the properties of a surface linkage through which air flows. Airflow Report: Node 1 as an inside face zone; Node 2 as an outside face zone or external node.
π β surface_name
π β leakage_component_name
β external_node_name
β window_door_opening_factor_or_crack_factor (Default: 1.0)
β ventilation_control_mode (Default: ZoneLevel)
β ventilation_control_zone_temperature_setpoint_schedule_name
β minimum_venting_open_factor (Default: 0.0)
β indoor_and_outdoor_temperature_difference_lower_limit_for_maximum_venting_open_factor (Default: 0.0)
β indoor_and_outdoor_temperature_difference_upper_limit_for_minimum_venting_open_factor (Default: 100.0)
β indoor_and_outdoor_enthalpy_difference_lower_limit_for_maximum_venting_open_factor (Default: 0.0)
β indoor_and_outdoor_enthalpy_difference_upper_limit_for_minimum_venting_open_factor (Default: 300000.0)
β venting_availability_schedule_name
β occupant_ventilation_control_name
β equivalent_rectangle_method (Default: PolygonHeight)
β equivalent_rectangle_aspect_ratio (Default: 1.0)
AirflowNetwork:MultiZone:ReferenceCrackConditionsο
This object specifies the conditions under which the air mass flow coefficient was measured.
π β reference_temperature
β reference_barometric_pressure (Default: 101325.0)
β reference_humidity_ratio (Default: 0.0)
AirflowNetwork:MultiZone:Surface:Crackο
This object specifies the properties of airflow through a crack.
π β air_mass_flow_coefficient_at_reference_conditions
β air_mass_flow_exponent (Default: 0.65)
β reference_crack_conditions
AirflowNetwork:MultiZone:Surface:EffectiveLeakageAreaο
This object is used to define surface air leakage.
π β effective_leakage_area
β discharge_coefficient (Default: 1.0)
β reference_pressure_difference (Default: 4.0)
β air_mass_flow_exponent (Default: 0.65)
AirflowNetwork:MultiZone:SpecifiedFlowRateο
This object is used to define specified flow through a linkage.
π β air_flow_value
β air_flow_units (Default: MassFlow)
AirflowNetwork:MultiZone:Component:DetailedOpeningο
This object specifies the properties of airflow through windows and doors (window, door and glass door heat transfer subsurfaces) when they are closed or open.
π β air_mass_flow_coefficient_when_opening_is_closed
β air_mass_flow_exponent_when_opening_is_closed (Default: 0.65)
β type_of_rectangular_large_vertical_opening_lvo_ (Default: NonPivoted)
β extra_crack_length_or_height_of_pivoting_axis (Default: 0.0)
π βΎ number_of_sets_of_opening_factor_data
β opening_factor_1 (Default: 0.0)
β discharge_coefficient_for_opening_factor_1 (Default: 0.001)
β width_factor_for_opening_factor_1 (Default: 0.0)
β height_factor_for_opening_factor_1 (Default: 0.0)
β start_height_factor_for_opening_factor_1 (Default: 0.0)
π β opening_factor_2
β discharge_coefficient_for_opening_factor_2 (Default: 1.0)
β width_factor_for_opening_factor_2 (Default: 1.0)
β height_factor_for_opening_factor_2 (Default: 1.0)
β start_height_factor_for_opening_factor_2 (Default: 0.0)
β opening_factor_3
β discharge_coefficient_for_opening_factor_3 (Default: 0.0)
β width_factor_for_opening_factor_3 (Default: 0.0)
β height_factor_for_opening_factor_3 (Default: 0.0)
β start_height_factor_for_opening_factor_3 (Default: 0.0)
β opening_factor_4
β discharge_coefficient_for_opening_factor_4 (Default: 0.0)
β width_factor_for_opening_factor_4 (Default: 0.0)
β height_factor_for_opening_factor_4 (Default: 0.0)
β start_height_factor_for_opening_factor_4 (Default: 0.0)
AirflowNetwork:MultiZone:Component:SimpleOpeningο
This object specifies the properties of air flow through windows and doors (window, door and glass door heat transfer subsurfaces) when they are closed or open.
π β air_mass_flow_coefficient_when_opening_is_closed
β air_mass_flow_exponent_when_opening_is_closed (Default: 0.65)
π β minimum_density_difference_for_two_way_flow
π β discharge_coefficient
AirflowNetwork:MultiZone:Component:HorizontalOpeningο
This object specifies the properties of air flow through a horizontal opening
π β air_mass_flow_coefficient_when_opening_is_closed
β air_mass_flow_exponent_when_opening_is_closed (Default: 0.65)
β sloping_plane_angle (Default: 90.0)
π β discharge_coefficient
AirflowNetwork:MultiZone:Component:ZoneExhaustFanο
This object specifies the additional properties for a zone exhaust fan to perform multizone airflow calculations.
π β air_mass_flow_coefficient_when_the_zone_exhaust_fan_is_off_at_reference_conditions
β air_mass_flow_exponent_when_the_zone_exhaust_fan_is_off (Default: 0.65)
β reference_crack_conditions
AirflowNetwork:MultiZone:ExternalNodeο
This object defines outdoor environmental conditions outside of the building.
β external_node_height (Default: 0.0)
π β wind_pressure_coefficient_curve_name
β symmetric_wind_pressure_coefficient_curve (Default: No)
β wind_angle_type (Default: Absolute)
AirflowNetwork:MultiZone:WindPressureCoefficientArrayο
Used only if Wind Pressure Coefficient (WPC) Type = Input in the AirflowNetwork:SimulationControl object. Number of WPC Values in the corresponding AirflowNetwork:MultiZone:WindPressureCoefficientValues object must be the same as the number of wind directions specified for this AirflowNetwork:MultiZone:WindPressureCoefficientArray object.
π β wind_direction_1
π β wind_direction_2
β wind_direction_3
β wind_direction_4
β wind_direction_5
β wind_direction_6
β wind_direction_7
β wind_direction_8
β wind_direction_9
β wind_direction_10
β wind_direction_11
β wind_direction_12
β wind_direction_13
β wind_direction_14
β wind_direction_15
β wind_direction_16
β wind_direction_17
β wind_direction_18
β wind_direction_19
β wind_direction_20
β wind_direction_21
β wind_direction_22
β wind_direction_23
β wind_direction_24
β wind_direction_25
β wind_direction_26
β wind_direction_27
β wind_direction_28
β wind_direction_29
β wind_direction_30
β wind_direction_31
β wind_direction_32
β wind_direction_33
β wind_direction_34
β wind_direction_35
β wind_direction_36
AirflowNetwork:MultiZone:WindPressureCoefficientValuesο
Used only if Wind Pressure Coefficient (WPC) Type = INPUT in the AirflowNetwork:SimulationControl object. The number of WPC numeric inputs must correspond to the number of wind direction inputs in the AirflowNetwork:Multizone:WindPressureCoefficientArray object.
π β airflownetwork_multizone_windpressurecoefficientarray_name
π β wind_pressure_coefficient_value_1
π β wind_pressure_coefficient_value_2
β wind_pressure_coefficient_value_3
β wind_pressure_coefficient_value_4
β wind_pressure_coefficient_value_5
β wind_pressure_coefficient_value_6
β wind_pressure_coefficient_value_7
β wind_pressure_coefficient_value_8
β wind_pressure_coefficient_value_9
β wind_pressure_coefficient_value_10
β wind_pressure_coefficient_value_11
β wind_pressure_coefficient_value_12
β wind_pressure_coefficient_value_13
β wind_pressure_coefficient_value_14
β wind_pressure_coefficient_value_15
β wind_pressure_coefficient_value_16
β wind_pressure_coefficient_value_17
β wind_pressure_coefficient_value_18
β wind_pressure_coefficient_value_19
β wind_pressure_coefficient_value_20
β wind_pressure_coefficient_value_21
β wind_pressure_coefficient_value_22
β wind_pressure_coefficient_value_23
β wind_pressure_coefficient_value_24
β wind_pressure_coefficient_value_25
β wind_pressure_coefficient_value_26
β wind_pressure_coefficient_value_27
β wind_pressure_coefficient_value_28
β wind_pressure_coefficient_value_29
β wind_pressure_coefficient_value_30
β wind_pressure_coefficient_value_31
β wind_pressure_coefficient_value_32
β wind_pressure_coefficient_value_33
β wind_pressure_coefficient_value_34
β wind_pressure_coefficient_value_35
β wind_pressure_coefficient_value_36
AirflowNetwork:ZoneControl:PressureControllerο
This object is used to control a zone to a specified indoor pressure using the AirflowNetwork model. The specified pressure setpoint is used to control the zone exhaust fan flow rate in a controlled zone or the relief air flow rate in an air loop.
π β control_zone_name
π β control_object_type
π β control_object_name
β pressure_control_availability_schedule_name
π β pressure_setpoint_schedule_name
AirflowNetwork:Distribution:Nodeο
This object represents an air distribution node in the AirflowNetwork model.
β component_name_or_node_name
β component_object_type_or_node_type (Default: Other)
β node_height (Default: 0.0)
AirflowNetwork:Distribution:Component:Leakο
This object defines the characteristics of a supply or return air leak.
π β air_mass_flow_coefficient
β air_mass_flow_exponent (Default: 0.65)
AirflowNetwork:Distribution:Component:LeakageRatioο
This object is used to define supply and return air leaks with respect to the fanβs maximum air flow rate.
β effective_leakage_ratio
π β maximum_flow_rate
π β reference_pressure_difference
β air_mass_flow_exponent (Default: 0.65)
AirflowNetwork:Distribution:Component:Ductο
This object defines the relationship between pressure and air flow through the duct.
π β duct_length
π β hydraulic_diameter
π β cross_section_area
β surface_roughness (Default: 0.0009)
β coefficient_for_local_dynamic_loss_due_to_fitting (Default: 0.0)
β heat_transmittance_coefficient_u_factor_for_duct_wall_construction (Default: 0.943)
β overall_moisture_transmittance_coefficient_from_air_to_air (Default: 0.001)
β outside_convection_coefficient
β inside_convection_coefficient
AirflowNetwork:Distribution:Component:Fanο
This object defines the name of the supply Air Fan used in an Air loop.
π β fan_name
β supply_fan_object_type (Default: Fan:ConstantVolume)
AirflowNetwork:Distribution:Component:Coilο
This object defines the name of a coil used in an air loop.
π β coil_name
π β coil_object_type
π β air_path_length
π β air_path_hydraulic_diameter
AirflowNetwork:Distribution:Component:HeatExchangerο
This object defines the name of an air-to-air heat exchanger used in an air loop.
π β heatexchanger_name
π β heatexchanger_object_type
π β air_path_length
π β air_path_hydraulic_diameter
AirflowNetwork:Distribution:Component:TerminalUnitο
This object defines the name of a terminal unit in an air loop.
π β terminal_unit_name
π β terminal_unit_object_type
π β air_path_length
π β air_path_hydraulic_diameter
AirflowNetwork:Distribution:Component:ConstantPressureDropο
This object defines the characteristics of a constant pressure drop component (e.g. filter). Each node connected to this object can not be a node of mixer, splitter, a node of air primary loop, or zone equipment loop. It is recommended to connect to a duct component at both ends.
π β pressure_difference_across_the_component
AirflowNetwork:Distribution:Component:OutdoorAirFlowο
This object includes the outdoor air flow rate set by the Controller:OutdoorAir object in the airflow network.
π β outdoor_air_mixer_name
π β air_mass_flow_coefficient_when_no_outdoor_air_flow_at_reference_conditions
β air_mass_flow_exponent_when_no_outdoor_air_flow (Default: 0.65)
β reference_crack_conditions
AirflowNetwork:Distribution:Component:ReliefAirFlowο
This object allows variation of air flow rate to perform pressure.
π β outdoor_air_mixer_name
π β air_mass_flow_coefficient_when_no_outdoor_air_flow_at_reference_conditions
β air_mass_flow_exponent_when_no_outdoor_air_flow (Default: 0.65)
β reference_crack_conditions
AirflowNetwork:Distribution:Linkageο
This object defines the connection between two nodes and a component.
π β node_1_name
π β node_2_name
π β component_name
β thermal_zone_name
AirflowNetwork:Distribution:DuctViewFactorsο
This object is used to allow user-defined view factors to be used for duct-surface radiation calculations. All surfaces must be in the same enclosure.
π β linkage_name
β duct_surface_exposure_fraction (Default: 0.0)
β duct_surface_emittance (Default: 0.9)
Array of {β surface_name, β surface_view_factor} surfaces
AirflowNetwork:Distribution:DuctSizingο
This object defines required parameters for duct sizing in an Airflow Network simulation. To activate duct sizing, see AirflowNetwork:SimulationControl Do Distribution Duct Sizing Calculation.
β duct_sizing_method (Default: MaximumVelocity)
β duct_sizing_factor (Default: 1.0)
β maximum_airflow_velocity (Default: 5.0)
β total_pressure_loss_across_supply_trunk
β total_pressure_loss_across_supply_branch
β total_pressure_loss_across_return_trunk
β total_pressure_loss_across_return_branch
AirflowNetwork:OccupantVentilationControlο
This object is used to provide advanced thermal comfort control of window opening and closing for both exterior and interior windows.
β minimum_opening_time (Default: 0.0)
β minimum_closing_time (Default: 0.0)
β thermal_comfort_low_temperature_curve_name
β thermal_comfort_temperature_boundary_point (Default: 10.0)
β thermal_comfort_high_temperature_curve_name
β maximum_threshold_for_persons_dissatisfied_ppd (Default: 10.0)
β occupancy_check (Default: No)
β opening_probability_schedule_name
β closing_probability_schedule_name
AirflowNetwork:IntraZone:Nodeο
This object represents a node in a zone in the combination of RoomAir and AirflowNetwork model.
π β roomair_node_airflownetwork_name
π β zone_name
β node_height (Default: 0.0)
AirflowNetwork:IntraZone:Linkageο
This object defines the connection between two nodes and a component used in the combination of RoomAir and AirflowNetwork model.
π β node_1_name
π β node_2_name
β component_name
β airflownetwork_multizone_surface_name
Exterior:Lightsο
only used for Meter type reporting, does not affect building loads
π β schedule_name
π β design_level
β control_option
β end_use_subcategory (Default: General)
Exterior:FuelEquipmentο
only used for Meter type reporting, does not affect building loads
π β fuel_use_type
π β schedule_name
π β design_level
β end_use_subcategory (Default: General)
Exterior:WaterEquipmentο
only used for Meter type reporting, does not affect building loads
β fuel_use_type (Default: Water)
π β schedule_name
π β design_level
β end_use_subcategory (Default: General)
HVACTemplate:Thermostatο
Zone thermostat control. Referenced schedules must be defined elsewhere in the idf. Thermostat control type is dual setpoint with deadband. It is not necessary to create a thermostat object for every zone, only for each unique set of setpoint schedules. For example, an office building may have two thermostat objects, one for βOfficeβ and one for βStorageβ.
β heating_setpoint_schedule_name
β constant_heating_setpoint
β cooling_setpoint_schedule_name
β constant_cooling_setpoint
HVACTemplate:Zone:IdealLoadsAirSystemο
Zone with ideal air system that meets heating or cooling loads
π β zone_name
β template_thermostat_name
β system_availability_schedule_name
β maximum_heating_supply_air_temperature (Default: 50.0)
β minimum_cooling_supply_air_temperature (Default: 13.0)
β maximum_heating_supply_air_humidity_ratio (Default: 0.0156)
β minimum_cooling_supply_air_humidity_ratio (Default: 0.0077)
β heating_limit (Default: NoLimit)
βΆβ maximum_heating_air_flow_rate
βΆβ maximum_sensible_heating_capacity
β cooling_limit (Default: NoLimit)
βΆβ maximum_cooling_air_flow_rate
βΆβ maximum_total_cooling_capacity
β heating_availability_schedule_name
β cooling_availability_schedule_name
β dehumidification_control_type (Default: ConstantSensibleHeatRatio)
β cooling_sensible_heat_ratio (Default: 0.7)
β dehumidification_setpoint (Default: 60.0)
β humidification_control_type (Default: None)
β humidification_setpoint (Default: 30.0)
β outdoor_air_method (Default: None)
β outdoor_air_flow_rate_per_person (Default: 0.00944)
β outdoor_air_flow_rate_per_zone_floor_area (Default: 0.0)
β outdoor_air_flow_rate_per_zone (Default: 0.0)
β design_specification_outdoor_air_object_name
β demand_controlled_ventilation_type (Default: None)
β outdoor_air_economizer_type (Default: NoEconomizer)
β heat_recovery_type (Default: None)
β sensible_heat_recovery_effectiveness (Default: 0.7)
β latent_heat_recovery_effectiveness (Default: 0.65)
HVACTemplate:Zone:BaseboardHeatο
Zone baseboard heating system.
π β zone_name
β template_thermostat_name
β zone_heating_sizing_factor
β baseboard_heating_type (Default: HotWater)
β baseboard_heating_availability_schedule_name
βΆβ baseboard_heating_capacity (Default: Autosize)
β dedicated_outdoor_air_system_name
β outdoor_air_method (Default: Flow/Person)
β outdoor_air_flow_rate_per_person (Default: 0.00944)
β outdoor_air_flow_rate_per_zone_floor_area (Default: 0.0)
β outdoor_air_flow_rate_per_zone (Default: 0.0)
β design_specification_outdoor_air_object_name
β design_specification_zone_air_distribution_object_name
HVACTemplate:Zone:FanCoilο
4 pipe fan coil unit with optional outdoor air.
π β zone_name
β template_thermostat_name
βΆβ supply_air_maximum_flow_rate (Default: Autosize)
β zone_heating_sizing_factor
β zone_cooling_sizing_factor
β outdoor_air_method (Default: Flow/Person)
β outdoor_air_flow_rate_per_person (Default: 0.00944)
β outdoor_air_flow_rate_per_zone_floor_area (Default: 0.0)
β outdoor_air_flow_rate_per_zone (Default: 0.0)
β system_availability_schedule_name
β supply_fan_total_efficiency (Default: 0.7)
β supply_fan_delta_pressure (Default: 75.0)
β supply_fan_motor_efficiency (Default: 0.9)
β supply_fan_motor_in_air_stream_fraction (Default: 1.0)
β cooling_coil_type (Default: ChilledWater)
β cooling_coil_availability_schedule_name
β cooling_coil_design_setpoint (Default: 14.0)
β heating_coil_type (Default: HotWater)
β heating_coil_availability_schedule_name
β heating_coil_design_setpoint (Default: 50.0)
β dedicated_outdoor_air_system_name
β zone_cooling_design_supply_air_temperature_input_method (Default: SupplyAirTemperature)
β zone_cooling_design_supply_air_temperature_difference (Default: 11.11)
β zone_heating_design_supply_air_temperature_input_method (Default: SupplyAirTemperature)
β zone_heating_design_supply_air_temperature_difference (Default: 30.0)
β design_specification_outdoor_air_object_name
β design_specification_zone_air_distribution_object_name
β capacity_control_method
β low_speed_supply_air_flow_ratio (Default: 0.33)
β medium_speed_supply_air_flow_ratio (Default: 0.66)
β outdoor_air_schedule_name
β baseboard_heating_type (Default: None)
β baseboard_heating_availability_schedule_name
βΆβ baseboard_heating_capacity (Default: Autosize)
HVACTemplate:Zone:PTACο
Packaged Terminal Air Conditioner
π β zone_name
β template_thermostat_name
βΆβ cooling_supply_air_flow_rate (Default: Autosize)
βΆβ heating_supply_air_flow_rate (Default: Autosize)
βΆβ no_load_supply_air_flow_rate
β zone_heating_sizing_factor
β zone_cooling_sizing_factor
β outdoor_air_method (Default: Flow/Person)
β outdoor_air_flow_rate_per_person (Default: 0.00944)
β outdoor_air_flow_rate_per_zone_floor_area (Default: 0.0)
β outdoor_air_flow_rate_per_zone (Default: 0.0)
β system_availability_schedule_name
β supply_fan_operating_mode_schedule_name
β supply_fan_placement (Default: DrawThrough)
β supply_fan_total_efficiency (Default: 0.7)
β supply_fan_delta_pressure (Default: 75.0)
β supply_fan_motor_efficiency (Default: 0.9)
β cooling_coil_type (Default: SingleSpeedDX)
β cooling_coil_availability_schedule_name
βΆβ cooling_coil_gross_rated_total_capacity (Default: Autosize)
βΆβ cooling_coil_gross_rated_sensible_heat_ratio (Default: Autosize)
β cooling_coil_gross_rated_cooling_cop (Default: 3.0)
β heating_coil_type (Default: Electric)
β heating_coil_availability_schedule_name
βΆβ heating_coil_capacity (Default: Autosize)
β gas_heating_coil_efficiency (Default: 0.8)
β gas_heating_coil_parasitic_electric_load (Default: 0.0)
β dedicated_outdoor_air_system_name
β zone_cooling_design_supply_air_temperature_input_method (Default: SupplyAirTemperature)
β zone_cooling_design_supply_air_temperature (Default: 14.0)
β zone_cooling_design_supply_air_temperature_difference (Default: 11.11)
β zone_heating_design_supply_air_temperature_input_method (Default: SupplyAirTemperature)
β zone_heating_design_supply_air_temperature (Default: 50.0)
β zone_heating_design_supply_air_temperature_difference (Default: 30.0)
β design_specification_outdoor_air_object_name
β design_specification_zone_air_distribution_object_name
β baseboard_heating_type (Default: None)
β baseboard_heating_availability_schedule_name
βΆβ baseboard_heating_capacity (Default: Autosize)
β capacity_control_method (Default: None)
HVACTemplate:Zone:PTHPο
Packaged Terminal Heat Pump
π β zone_name
β template_thermostat_name
βΆβ cooling_supply_air_flow_rate (Default: Autosize)
βΆβ heating_supply_air_flow_rate (Default: Autosize)
βΆβ no_load_supply_air_flow_rate
β zone_heating_sizing_factor
β zone_cooling_sizing_factor
β outdoor_air_method (Default: Flow/Person)
β outdoor_air_flow_rate_per_person (Default: 0.00944)
β outdoor_air_flow_rate_per_zone_floor_area (Default: 0.0)
β outdoor_air_flow_rate_per_zone (Default: 0.0)
β system_availability_schedule_name
β supply_fan_operating_mode_schedule_name
β supply_fan_placement (Default: DrawThrough)
β supply_fan_total_efficiency (Default: 0.7)
β supply_fan_delta_pressure (Default: 75.0)
β supply_fan_motor_efficiency (Default: 0.9)
β cooling_coil_type (Default: SingleSpeedDX)
β cooling_coil_availability_schedule_name
βΆβ cooling_coil_gross_rated_total_capacity (Default: Autosize)
βΆβ cooling_coil_gross_rated_sensible_heat_ratio (Default: Autosize)
β cooling_coil_gross_rated_cop (Default: 3.0)
β heat_pump_heating_coil_type (Default: SingleSpeedDXHeatPump)
β heat_pump_heating_coil_availability_schedule_name
βΆβ heat_pump_heating_coil_gross_rated_capacity (Default: Autosize)
β heat_pump_heating_coil_gross_rated_cop (Default: 2.75)
β heat_pump_heating_minimum_outdoor_dry_bulb_temperature (Default: -8.0)
β heat_pump_defrost_maximum_outdoor_dry_bulb_temperature (Default: 5.0)
β heat_pump_defrost_strategy (Default: ReverseCycle)
β heat_pump_defrost_control (Default: Timed)
β heat_pump_defrost_time_period_fraction (Default: 0.058333)
β supplemental_heating_coil_type (Default: Electric)
β supplemental_heating_coil_availability_schedule_name
βΆβ supplemental_heating_coil_capacity (Default: Autosize)
β supplemental_heating_coil_maximum_outdoor_dry_bulb_temperature (Default: 21.0)
β supplemental_gas_heating_coil_efficiency (Default: 0.8)
β supplemental_gas_heating_coil_parasitic_electric_load (Default: 0.0)
β dedicated_outdoor_air_system_name
β zone_cooling_design_supply_air_temperature_input_method (Default: SupplyAirTemperature)
β zone_cooling_design_supply_air_temperature (Default: 14.0)
β zone_cooling_design_supply_air_temperature_difference (Default: 11.11)
β zone_heating_design_supply_air_temperature_input_method (Default: SupplyAirTemperature)
β zone_heating_design_supply_air_temperature (Default: 50.0)
β zone_heating_design_supply_air_temperature_difference (Default: 30.0)
β design_specification_outdoor_air_object_name
β design_specification_zone_air_distribution_object_name
β baseboard_heating_type (Default: None)
β baseboard_heating_availability_schedule_name
βΆβ baseboard_heating_capacity (Default: Autosize)
β capacity_control_method (Default: None)
HVACTemplate:Zone:WaterToAirHeatPumpο
Water to Air Heat Pump to be used with HVACTemplate:Plant:MixedWaterLoop
π β zone_name
β template_thermostat_name
βΆβ cooling_supply_air_flow_rate (Default: Autosize)
βΆβ heating_supply_air_flow_rate (Default: Autosize)
βΆβ no_load_supply_air_flow_rate
β zone_heating_sizing_factor
β zone_cooling_sizing_factor
β outdoor_air_method (Default: Flow/Person)
β outdoor_air_flow_rate_per_person (Default: 0.00944)
β outdoor_air_flow_rate_per_zone_floor_area (Default: 0.0)
β outdoor_air_flow_rate_per_zone (Default: 0.0)
β system_availability_schedule_name
β supply_fan_operating_mode_schedule_name
β supply_fan_placement (Default: DrawThrough)
β supply_fan_total_efficiency (Default: 0.7)
β supply_fan_delta_pressure (Default: 75.0)
β supply_fan_motor_efficiency (Default: 0.9)
β cooling_coil_type (Default: Coil:Cooling:WaterToAirHeatPump:EquationFit)
βΆβ cooling_coil_gross_rated_total_capacity (Default: Autosize)
βΆβ cooling_coil_gross_rated_sensible_heat_ratio (Default: Autosize)
β cooling_coil_gross_rated_cop (Default: 3.5)
β heat_pump_heating_coil_type (Default: Coil:Heating:WaterToAirHeatPump:EquationFit)
βΆβ heat_pump_heating_coil_gross_rated_capacity (Default: Autosize)
β heat_pump_heating_coil_gross_rated_cop (Default: 4.2)
β supplemental_heating_coil_availability_schedule_name
βΆβ supplemental_heating_coil_capacity (Default: Autosize)
β maximum_cycling_rate (Default: 2.5)
β latent_capacity_time_constant (Default: 60.0)
β heat_pump_fan_delay_time (Default: 60.0)
β dedicated_outdoor_air_system_name
β supplemental_heating_coil_type (Default: Electric)
β zone_cooling_design_supply_air_temperature_input_method (Default: SupplyAirTemperature)
β zone_cooling_design_supply_air_temperature (Default: 14.0)
β zone_cooling_design_supply_air_temperature_difference (Default: 11.11)
β zone_heating_design_supply_air_temperature_input_method (Default: SupplyAirTemperature)
β zone_heating_design_supply_air_temperature (Default: 50.0)
β zone_heating_design_supply_air_temperature_difference (Default: 30.0)
β heat_pump_coil_water_flow_mode (Default: Cycling)
β design_specification_outdoor_air_object_name
β design_specification_zone_air_distribution_object_name
β baseboard_heating_type (Default: None)
β baseboard_heating_availability_schedule_name
βΆβ baseboard_heating_capacity (Default: Autosize)
HVACTemplate:Zone:VRFο
Zone terminal unit with variable refrigerant flow (VRF) DX cooling and heating coils (air-to-air or water-to-air heat pump). The VRF terminal units are served by an HVACTemplate:System:VRF system.
π β zone_name
π β template_vrf_system_name
β template_thermostat_name
β zone_heating_sizing_factor
β zone_cooling_sizing_factor
β rated_total_heating_capacity_sizing_ratio (Default: 1.0)
βΆβ cooling_supply_air_flow_rate (Default: Autosize)
βΆβ no_cooling_supply_air_flow_rate (Default: Autosize)
βΆβ heating_supply_air_flow_rate (Default: Autosize)
βΆβ no_heating_supply_air_flow_rate (Default: Autosize)
βΆβ cooling_outdoor_air_flow_rate (Default: Autosize)
βΆβ heating_outdoor_air_flow_rate (Default: Autosize)
βΆβ no_load_outdoor_air_flow_rate (Default: Autosize)
β outdoor_air_method (Default: Flow/Person)
β outdoor_air_flow_rate_per_person (Default: 0.00944)
β outdoor_air_flow_rate_per_zone_floor_area (Default: 0.0)
β outdoor_air_flow_rate_per_zone (Default: 0.0)
β design_specification_outdoor_air_object_name
β design_specification_zone_air_distribution_object_name
β system_availability_schedule_name
β supply_fan_operating_mode_schedule_name
β supply_air_fan_placement (Default: BlowThrough)
β supply_fan_total_efficiency (Default: 0.7)
β supply_fan_delta_pressure (Default: 75.0)
β supply_fan_motor_efficiency (Default: 0.9)
β cooling_coil_type (Default: VariableRefrigerantFlowDX)
β cooling_coil_availability_schedule_name
βΆβ cooling_coil_gross_rated_total_capacity (Default: Autosize)
βΆβ cooling_coil_gross_rated_sensible_heat_ratio (Default: Autosize)
β heat_pump_heating_coil_type (Default: VariableRefrigerantFlowDX)
β heat_pump_heating_coil_availability_schedule_name
βΆβ heat_pump_heating_coil_gross_rated_capacity (Default: Autosize)
β zone_terminal_unit_on_parasitic_electric_energy_use (Default: 0.0)
β zone_terminal_unit_off_parasitic_electric_energy_use (Default: 0.0)
β dedicated_outdoor_air_system_name
β zone_cooling_design_supply_air_temperature_input_method (Default: SupplyAirTemperature)
β zone_cooling_design_supply_air_temperature (Default: 14.0)
β zone_cooling_design_supply_air_temperature_difference (Default: 11.11)
β zone_heating_design_supply_air_temperature_input_method (Default: SupplyAirTemperature)
β zone_heating_design_supply_air_temperature (Default: 50.0)
β zone_heating_design_supply_air_temperature_difference (Default: 30.0)
β baseboard_heating_type (Default: None)
β baseboard_heating_availability_schedule_name
βΆβ baseboard_heating_capacity (Default: Autosize)
HVACTemplate:Zone:Unitaryο
Zone terminal unit, constant volume, no controls.
π β zone_name
π β template_unitary_system_name
β template_thermostat_name
βΆβ supply_air_maximum_flow_rate (Default: Autosize)
β zone_heating_sizing_factor
β zone_cooling_sizing_factor
β outdoor_air_method (Default: Flow/Person)
β outdoor_air_flow_rate_per_person (Default: 0.00944)
β outdoor_air_flow_rate_per_zone_floor_area (Default: 0.0)
β outdoor_air_flow_rate_per_zone (Default: 0.0)
β supply_plenum_name
β return_plenum_name
β baseboard_heating_type (Default: None)
β baseboard_heating_availability_schedule_name
βΆβ baseboard_heating_capacity (Default: Autosize)
β zone_cooling_design_supply_air_temperature_input_method (Default: SystemSupplyAirTemperature)
β zone_cooling_design_supply_air_temperature (Default: 12.8)
β zone_cooling_design_supply_air_temperature_difference (Default: 11.11)
β zone_heating_design_supply_air_temperature_input_method (Default: SystemSupplyAirTemperature)
β zone_heating_design_supply_air_temperature (Default: 50.0)
β zone_heating_design_supply_air_temperature_difference (Default: 30.0)
β design_specification_outdoor_air_object_name
β design_specification_zone_air_distribution_object_name
HVACTemplate:Zone:VAVο
Zone terminal unit, variable volume, reheat optional. For heating, this unit activates reheat coil first, then increases airflow (if reverse action specified).
π β zone_name
π β template_vav_system_name
β template_thermostat_name
βΆβ supply_air_maximum_flow_rate (Default: Autosize)
β zone_heating_sizing_factor
β zone_cooling_sizing_factor
β zone_minimum_air_flow_input_method (Default: Constant)
β constant_minimum_air_flow_fraction (Default: 0.2)
β fixed_minimum_air_flow_rate
β minimum_air_flow_fraction_schedule_name
β outdoor_air_method (Default: Flow/Person)
β outdoor_air_flow_rate_per_person (Default: 0.00944)
β outdoor_air_flow_rate_per_zone_floor_area (Default: 0.0)
β outdoor_air_flow_rate_per_zone (Default: 0.0)
β reheat_coil_type (Default: None)
β reheat_coil_availability_schedule_name
β damper_heating_action (Default: Reverse)
βΆβ maximum_flow_per_zone_floor_area_during_reheat
βΆβ maximum_flow_fraction_during_reheat
β maximum_reheat_air_temperature
β design_specification_outdoor_air_object_name_for_control
β supply_plenum_name
β return_plenum_name
β baseboard_heating_type (Default: None)
β baseboard_heating_availability_schedule_name
βΆβ baseboard_heating_capacity (Default: Autosize)
β zone_cooling_design_supply_air_temperature_input_method (Default: SystemSupplyAirTemperature)
β zone_cooling_design_supply_air_temperature (Default: 12.8)
β zone_cooling_design_supply_air_temperature_difference (Default: 11.11)
β zone_heating_design_supply_air_temperature_input_method (Default: SupplyAirTemperature)
β zone_heating_design_supply_air_temperature (Default: 50.0)
β zone_heating_design_supply_air_temperature_difference (Default: 30.0)
β design_specification_outdoor_air_object_name_for_sizing
β design_specification_zone_air_distribution_object_name
HVACTemplate:Zone:VAV:FanPoweredο
Zone terminal unit, fan powered variable volume, reheat optional. Referenced schedules must be defined elsewhere in the idf.
π β zone_name
π β template_vav_system_name
β template_thermostat_name
βΆβ primary_supply_air_maximum_flow_rate (Default: Autosize)
β zone_heating_sizing_factor
β zone_cooling_sizing_factor
βΆβ primary_supply_air_minimum_flow_fraction (Default: Autosize)
βΆβ secondary_supply_air_maximum_flow_rate (Default: Autosize)
β flow_type (Default: Parallel)
βΆβ parallel_fan_on_flow_fraction (Default: Autosize)
β outdoor_air_method (Default: Flow/Person)
β outdoor_air_flow_rate_per_person (Default: 0.00944)
β outdoor_air_flow_rate_per_zone_floor_area (Default: 0.0)
β outdoor_air_flow_rate_per_zone (Default: 0.0)
β reheat_coil_type (Default: Electric)
β reheat_coil_availability_schedule_name
β fan_total_efficiency (Default: 0.7)
β fan_delta_pressure (Default: 1000.0)
β fan_motor_efficiency (Default: 0.9)
β supply_plenum_name
β return_plenum_name
β baseboard_heating_type (Default: None)
β baseboard_heating_availability_schedule_name
βΆβ baseboard_heating_capacity (Default: Autosize)
β zone_cooling_design_supply_air_temperature_input_method (Default: SystemSupplyAirTemperature)
β zone_cooling_design_supply_air_temperature (Default: 12.8)
β zone_cooling_design_supply_air_temperature_difference (Default: 11.11)
β zone_heating_design_supply_air_temperature_input_method (Default: SupplyAirTemperature)
β zone_heating_design_supply_air_temperature (Default: 50.0)
β zone_heating_design_supply_air_temperature_difference (Default: 30.0)
β zone_piu_fan_schedule_name
β design_specification_outdoor_air_object_name
β design_specification_zone_air_distribution_object_name
HVACTemplate:Zone:VAV:HeatAndCoolο
VAV system with VAV for both heating and cooling and optional reheat coil. For heating, this unit increases airflow first, then activates reheat coil.
π β zone_name
π β template_vav_system_name
β template_thermostat_name
βΆβ supply_air_maximum_flow_rate (Default: Autosize)
β zone_heating_sizing_factor
β zone_cooling_sizing_factor
β constant_minimum_air_flow_fraction (Default: 0.2)
β outdoor_air_method (Default: Flow/Person)
β outdoor_air_flow_rate_per_person (Default: 0.00944)
β outdoor_air_flow_rate_per_zone_floor_area (Default: 0.0)
β outdoor_air_flow_rate_per_zone (Default: 0.0)
β design_specification_outdoor_air_object_name_for_sizing
β design_specification_zone_air_distribution_object_name
β reheat_coil_type (Default: None)
β reheat_coil_availability_schedule_name
β maximum_reheat_air_temperature
β supply_plenum_name
β return_plenum_name
β baseboard_heating_type (Default: None)
β baseboard_heating_availability_schedule_name
βΆβ baseboard_heating_capacity (Default: Autosize)
β zone_cooling_design_supply_air_temperature_input_method (Default: SystemSupplyAirTemperature)
β zone_cooling_design_supply_air_temperature (Default: 12.8)
β zone_cooling_design_supply_air_temperature_difference (Default: 11.11)
β zone_heating_design_supply_air_temperature_input_method (Default: SupplyAirTemperature)
β zone_heating_design_supply_air_temperature (Default: 50.0)
β zone_heating_design_supply_air_temperature_difference (Default: 30.0)
HVACTemplate:Zone:ConstantVolumeο
Zone terminal unit, constant volume, reheat optional. Referenced schedules must be defined elsewhere in the idf.
π β zone_name
π β template_constant_volume_system_name
β template_thermostat_name
βΆβ supply_air_maximum_flow_rate (Default: Autosize)
β zone_heating_sizing_factor
β zone_cooling_sizing_factor
β outdoor_air_method (Default: Flow/Person)
β outdoor_air_flow_rate_per_person (Default: 0.00944)
β outdoor_air_flow_rate_per_zone_floor_area (Default: 0.0)
β outdoor_air_flow_rate_per_zone (Default: 0.0)
β design_specification_outdoor_air_object_name
β design_specification_zone_air_distribution_object_name
β reheat_coil_type (Default: None)
β reheat_coil_availability_schedule_name
β maximum_reheat_air_temperature
β supply_plenum_name
β return_plenum_name
β baseboard_heating_type (Default: None)
β baseboard_heating_availability_schedule_name
βΆβ baseboard_heating_capacity (Default: Autosize)
β zone_cooling_design_supply_air_temperature_input_method (Default: SystemSupplyAirTemperature)
β zone_cooling_design_supply_air_temperature (Default: 12.8)
β zone_cooling_design_supply_air_temperature_difference (Default: 11.11)
β zone_heating_design_supply_air_temperature_input_method (Default: SupplyAirTemperature)
β zone_heating_design_supply_air_temperature (Default: 50.0)
β zone_heating_design_supply_air_temperature_difference (Default: 30.0)
HVACTemplate:Zone:DualDuctο
Zone terminal unit, dual-duct, constant or variable volume.
π β zone_name
π β template_dual_duct_system_name
β template_thermostat_name
βΆβ supply_air_maximum_flow_rate (Default: Autosize)
β zone_heating_sizing_factor
β zone_cooling_sizing_factor
β zone_minimum_air_flow_fraction (Default: 0.2)
β outdoor_air_method (Default: Flow/Person)
β outdoor_air_flow_rate_per_person (Default: 0.00944)
β outdoor_air_flow_rate_per_zone_floor_area (Default: 0.0)
β outdoor_air_flow_rate_per_zone (Default: 0.0)
β design_specification_outdoor_air_object_name_for_sizing
β design_specification_zone_air_distribution_object_name
β design_specification_outdoor_air_object_name_for_control
β cold_supply_plenum_name
β hot_supply_plenum_name
β return_plenum_name
β baseboard_heating_type (Default: None)
β baseboard_heating_availability_schedule_name
βΆβ baseboard_heating_capacity (Default: Autosize)
β zone_cooling_design_supply_air_temperature_input_method (Default: SystemSupplyAirTemperature)
β zone_cooling_design_supply_air_temperature (Default: 12.8)
β zone_cooling_design_supply_air_temperature_difference (Default: 11.11)
β zone_heating_design_supply_air_temperature_input_method (Default: SystemSupplyAirTemperature)
β zone_heating_design_supply_air_temperature (Default: 50.0)
β zone_heating_design_supply_air_temperature_difference (Default: 30.0)
HVACTemplate:System:VRFο
Variable refrigerant flow (VRF) heat pump condensing unit. Serves one or more VRF zone terminal units (HVACTemplate:Zone:VRF).
β system_availability_schedule_name
βΆβ gross_rated_total_cooling_capacity (Default: Autosize)
β gross_rated_cooling_cop (Default: 3.3)
β minimum_outdoor_temperature_in_cooling_mode (Default: -6.0)
β maximum_outdoor_temperature_in_cooling_mode (Default: 43.0)
βΆβ gross_rated_heating_capacity (Default: Autosize)
β rated_heating_capacity_sizing_ratio (Default: 1.0)
β gross_rated_heating_cop (Default: 3.4)
β minimum_outdoor_temperature_in_heating_mode (Default: -20.0)
β maximum_outdoor_temperature_in_heating_mode (Default: 16.0)
β minimum_heat_pump_part_load_ratio (Default: 0.15)
β zone_name_for_master_thermostat_location
β master_thermostat_priority_control_type (Default: MasterThermostatPriority)
β thermostat_priority_schedule_name
β heat_pump_waste_heat_recovery (Default: No)
β equivalent_piping_length_used_for_piping_correction_factor_in_cooling_mode (Default: 30.0)
β vertical_height_used_for_piping_correction_factor (Default: 10.0)
β equivalent_piping_length_used_for_piping_correction_factor_in_heating_mode (Default: 30.0)
β crankcase_heater_power_per_compressor (Default: 33.0)
βΎ number_of_compressors (Default: 2)
β ratio_of_compressor_size_to_total_compressor_capacity (Default: 0.5)
β maximum_outdoor_dry_bulb_temperature_for_crankcase_heater (Default: 5.0)
β defrost_strategy (Default: Resistive)
β defrost_control (Default: Timed)
β defrost_time_period_fraction (Default: 0.058333)
βΆβ resistive_defrost_heater_capacity (Default: Autosize)
β maximum_outdoor_dry_bulb_temperature_for_defrost_operation (Default: 5.0)
β condenser_type (Default: AirCooled)
βΆβ water_condenser_volume_flow_rate (Default: Autosize)
β evaporative_condenser_effectiveness (Default: 0.9)
βΆβ evaporative_condenser_air_flow_rate (Default: Autosize)
βΆβ evaporative_condenser_pump_rated_power_consumption (Default: 0.0)
β basin_heater_capacity (Default: 0.0)
β basin_heater_setpoint_temperature (Default: 2.0)
β basin_heater_operating_schedule_name
β fuel_type (Default: Electricity)
β minimum_outdoor_temperature_in_heat_recovery_mode (Default: -15.0)
β maximum_outdoor_temperature_in_heat_recovery_mode (Default: 45.0)
HVACTemplate:System:Unitaryο
Unitary furnace with air conditioner
β system_availability_schedule_name
π β control_zone_or_thermostat_location_name
βΆβ supply_fan_maximum_flow_rate (Default: Autosize)
β supply_fan_operating_mode_schedule_name
β supply_fan_total_efficiency (Default: 0.7)
β supply_fan_delta_pressure (Default: 600.0)
β supply_fan_motor_efficiency (Default: 0.9)
β supply_fan_motor_in_air_stream_fraction (Default: 1.0)
β cooling_coil_type (Default: SingleSpeedDX)
β cooling_coil_availability_schedule_name
β cooling_design_supply_air_temperature (Default: 12.8)
βΆβ cooling_coil_gross_rated_total_capacity (Default: Autosize)
βΆβ cooling_coil_gross_rated_sensible_heat_ratio (Default: Autosize)
β cooling_coil_gross_rated_cop (Default: 3.0)
π β heating_coil_type
β heating_coil_availability_schedule_name
β heating_design_supply_air_temperature (Default: 50.0)
βΆβ heating_coil_capacity (Default: Autosize)
β gas_heating_coil_efficiency (Default: 0.8)
β gas_heating_coil_parasitic_electric_load (Default: 0.0)
βΆβ maximum_outdoor_air_flow_rate (Default: Autosize)
βΆβ minimum_outdoor_air_flow_rate (Default: Autosize)
β minimum_outdoor_air_schedule_name
β economizer_type (Default: NoEconomizer)
β economizer_lockout (Default: NoLockout)
β economizer_upper_temperature_limit
β economizer_lower_temperature_limit
β economizer_upper_enthalpy_limit
β economizer_maximum_limit_dewpoint_temperature
β supply_plenum_name
β return_plenum_name
β supply_fan_placement (Default: BlowThrough)
β night_cycle_control (Default: StayOff)
β night_cycle_control_zone_name
β heat_recovery_type (Default: None)
β sensible_heat_recovery_effectiveness (Default: 0.7)
β latent_heat_recovery_effectiveness (Default: 0.65)
β dehumidification_control_type (Default: None)
β dehumidification_setpoint (Default: 60.0)
β humidifier_type (Default: None)
β humidifier_availability_schedule_name
β humidifier_rated_capacity (Default: 1e-06)
βΆβ humidifier_rated_electric_power (Default: Autosize)
β humidifier_control_zone_name
β humidifier_setpoint (Default: 30.0)
β return_fan (Default: No)
β return_fan_total_efficiency (Default: 0.7)
β return_fan_delta_pressure (Default: 500.0)
β return_fan_motor_efficiency (Default: 0.9)
β return_fan_motor_in_air_stream_fraction (Default: 1.0)
HVACTemplate:System:UnitaryHeatPump:AirToAirο
Unitary furnace with electric air-to-air heat pump
β system_availability_schedule_name
π β control_zone_or_thermostat_location_name
βΆβ cooling_supply_air_flow_rate (Default: Autosize)
βΆβ heating_supply_air_flow_rate (Default: Autosize)
βΆβ no_load_supply_air_flow_rate (Default: Autosize)
β supply_fan_operating_mode_schedule_name
β supply_fan_placement (Default: BlowThrough)
β supply_fan_total_efficiency (Default: 0.7)
β supply_fan_delta_pressure (Default: 600.0)
β supply_fan_motor_efficiency (Default: 0.9)
β supply_fan_motor_in_air_stream_fraction (Default: 1.0)
β cooling_coil_type (Default: SingleSpeedDX)
β cooling_coil_availability_schedule_name
β cooling_design_supply_air_temperature (Default: 12.8)
βΆβ cooling_coil_gross_rated_total_capacity (Default: Autosize)
βΆβ cooling_coil_gross_rated_sensible_heat_ratio (Default: Autosize)
β cooling_coil_gross_rated_cop (Default: 3.0)
β heat_pump_heating_coil_type (Default: SingleSpeedDXHeatPump)
β heat_pump_heating_coil_availability_schedule_name
β heating_design_supply_air_temperature (Default: 50.0)
βΆβ heat_pump_heating_coil_gross_rated_capacity (Default: Autosize)
β heat_pump_heating_coil_rated_cop (Default: 2.75)
β heat_pump_heating_minimum_outdoor_dry_bulb_temperature (Default: -8.0)
β heat_pump_defrost_maximum_outdoor_dry_bulb_temperature (Default: 5.0)
β heat_pump_defrost_strategy (Default: ReverseCycle)
β heat_pump_defrost_control (Default: Timed)
β heat_pump_defrost_time_period_fraction (Default: 0.058333)
β supplemental_heating_coil_type (Default: Electric)
β supplemental_heating_coil_availability_schedule_name
βΆβ supplemental_heating_coil_capacity (Default: Autosize)
β supplemental_heating_coil_maximum_outdoor_dry_bulb_temperature (Default: 21.0)
β supplemental_gas_heating_coil_efficiency (Default: 0.8)
β supplemental_gas_heating_coil_parasitic_electric_load (Default: 0.0)
βΆβ maximum_outdoor_air_flow_rate (Default: Autosize)
βΆβ minimum_outdoor_air_flow_rate (Default: Autosize)
β minimum_outdoor_air_schedule_name
β economizer_type (Default: NoEconomizer)
β economizer_lockout (Default: NoLockout)
β economizer_maximum_limit_dry_bulb_temperature
β economizer_maximum_limit_enthalpy
β economizer_maximum_limit_dewpoint_temperature
β economizer_minimum_limit_dry_bulb_temperature
β supply_plenum_name
β return_plenum_name
β night_cycle_control (Default: StayOff)
β night_cycle_control_zone_name
β heat_recovery_type (Default: None)
β sensible_heat_recovery_effectiveness (Default: 0.7)
β latent_heat_recovery_effectiveness (Default: 0.65)
β humidifier_type (Default: None)
β humidifier_availability_schedule_name
β humidifier_rated_capacity (Default: 1e-06)
βΆβ humidifier_rated_electric_power (Default: Autosize)
β humidifier_control_zone_name
β humidifier_setpoint (Default: 30.0)
β return_fan (Default: No)
β return_fan_total_efficiency (Default: 0.7)
β return_fan_delta_pressure (Default: 500.0)
β return_fan_motor_efficiency (Default: 0.9)
β return_fan_motor_in_air_stream_fraction (Default: 1.0)
HVACTemplate:System:UnitarySystemο
Unitary HVAC system with optional cooling and heating. Supports DX and chilled water, cooling, gas, electric, and hot water heating, air-to-air and water-to-air heat pumps.
β system_availability_schedule_name
β control_type (Default: Load)
β control_zone_or_thermostat_location_name
βΆβ cooling_supply_air_flow_rate (Default: Autosize)
βΆβ heating_supply_air_flow_rate (Default: Autosize)
βΆβ no_load_supply_air_flow_rate (Default: Autosize)
β supply_fan_operating_mode_schedule_name
β supply_fan_placement (Default: BlowThrough)
β supply_fan_total_efficiency (Default: 0.7)
β supply_fan_delta_pressure (Default: 600.0)
β supply_fan_motor_efficiency (Default: 0.9)
β supply_fan_motor_in_air_stream_fraction (Default: 1.0)
β cooling_coil_type (Default: SingleSpeedDX)
βΎ number_of_speeds_for_cooling (Default: 1)
β cooling_coil_availability_schedule_name
β cooling_design_supply_air_temperature (Default: 12.8)
βΆβ dx_cooling_coil_gross_rated_total_capacity (Default: Autosize)
βΆβ dx_cooling_coil_gross_rated_sensible_heat_ratio (Default: Autosize)
β dx_cooling_coil_gross_rated_cop (Default: 3.0)
β heating_coil_type (Default: Gas)
βΎ number_of_speeds_or_stages_for_heating (Default: 1)
β heating_coil_availability_schedule_name
β heating_design_supply_air_temperature (Default: 50.0)
βΆβ heating_coil_gross_rated_capacity (Default: Autosize)
β gas_heating_coil_efficiency (Default: 0.8)
β gas_heating_coil_parasitic_electric_load (Default: 0.0)
β heat_pump_heating_coil_gross_rated_cop (Default: 2.75)
β heat_pump_heating_minimum_outdoor_dry_bulb_temperature (Default: -8.0)
β heat_pump_defrost_maximum_outdoor_dry_bulb_temperature (Default: 5.0)
β heat_pump_defrost_strategy (Default: ReverseCycle)
β heat_pump_defrost_control (Default: Timed)
β heat_pump_defrost_time_period_fraction (Default: 0.058333)
β supplemental_heating_or_reheat_coil_type (Default: None)
β supplemental_heating_or_reheat_coil_availability_schedule_name
βΆβ supplemental_heating_or_reheat_coil_capacity (Default: Autosize)
β supplemental_heating_or_reheat_coil_maximum_outdoor_dry_bulb_temperature (Default: 21.0)
β supplemental_gas_heating_or_reheat_coil_efficiency (Default: 0.8)
β supplemental_gas_heating_or_reheat_coil_parasitic_electric_load (Default: 0.0)
βΆβ maximum_outdoor_air_flow_rate (Default: Autosize)
βΆβ minimum_outdoor_air_flow_rate (Default: Autosize)
β minimum_outdoor_air_schedule_name
β economizer_type (Default: NoEconomizer)
β economizer_lockout (Default: NoLockout)
β economizer_maximum_limit_dry_bulb_temperature
β economizer_maximum_limit_enthalpy
β economizer_maximum_limit_dewpoint_temperature
β economizer_minimum_limit_dry_bulb_temperature
β supply_plenum_name
β return_plenum_name
β heat_recovery_type (Default: None)
β sensible_heat_recovery_effectiveness (Default: 0.7)
β latent_heat_recovery_effectiveness (Default: 0.65)
β heat_recovery_heat_exchanger_type (Default: Plate)
β heat_recovery_frost_control_type (Default: None)
β dehumidification_control_type (Default: None)
β dehumidification_relative_humidity_setpoint (Default: 60.0)
β dehumidification_relative_humidity_setpoint_schedule_name
β humidifier_type (Default: None)
β humidifier_availability_schedule_name
β humidifier_rated_capacity (Default: 1e-06)
βΆβ humidifier_rated_electric_power (Default: Autosize)
β humidifier_control_zone_name
β humidifier_relative_humidity_setpoint (Default: 30.0)
β humidifier_relative_humidity_setpoint_schedule_name
β sizing_option (Default: NonCoincident)
β return_fan (Default: No)
β return_fan_total_efficiency (Default: 0.7)
β return_fan_delta_pressure (Default: 300.0)
β return_fan_motor_efficiency (Default: 0.9)
β return_fan_motor_in_air_stream_fraction (Default: 1.0)
HVACTemplate:System:VAVο
Variable Air Volume (VAV) air loop with optional heating coil and optional preheat.
β system_availability_schedule_name
βΆβ supply_fan_maximum_flow_rate (Default: Autosize)
βΆβ supply_fan_minimum_flow_rate (Default: Autosize)
β supply_fan_total_efficiency (Default: 0.7)
β supply_fan_delta_pressure (Default: 1000.0)
β supply_fan_motor_efficiency (Default: 0.9)
β supply_fan_motor_in_air_stream_fraction (Default: 1.0)
β cooling_coil_type (Default: ChilledWater)
β cooling_coil_availability_schedule_name
β cooling_coil_setpoint_schedule_name
β cooling_coil_design_setpoint (Default: 12.8)
β heating_coil_type (Default: None)
β heating_coil_availability_schedule_name
β heating_coil_setpoint_schedule_name
β heating_coil_design_setpoint (Default: 10.0)
β gas_heating_coil_efficiency (Default: 0.8)
β gas_heating_coil_parasitic_electric_load (Default: 0.0)
β preheat_coil_type (Default: None)
β preheat_coil_availability_schedule_name
β preheat_coil_setpoint_schedule_name
β preheat_coil_design_setpoint (Default: 7.2)
β gas_preheat_coil_efficiency (Default: 0.8)
β gas_preheat_coil_parasitic_electric_load (Default: 0.0)
βΆβ maximum_outdoor_air_flow_rate (Default: Autosize)
βΆβ minimum_outdoor_air_flow_rate (Default: Autosize)
β minimum_outdoor_air_control_type (Default: ProportionalMinimum)
β minimum_outdoor_air_schedule_name
β economizer_type (Default: NoEconomizer)
β economizer_lockout (Default: NoLockout)
β economizer_upper_temperature_limit
β economizer_lower_temperature_limit
β economizer_upper_enthalpy_limit
β economizer_maximum_limit_dewpoint_temperature
β supply_plenum_name
β return_plenum_name
β supply_fan_placement (Default: DrawThrough)
β supply_fan_part_load_power_coefficients (Default: InletVaneDampers)
β night_cycle_control (Default: StayOff)
β night_cycle_control_zone_name
β heat_recovery_type (Default: None)
β sensible_heat_recovery_effectiveness (Default: 0.7)
β latent_heat_recovery_effectiveness (Default: 0.65)
β cooling_coil_setpoint_reset_type (Default: None)
β heating_coil_setpoint_reset_type (Default: None)
β dehumidification_control_type (Default: None)
β dehumidification_control_zone_name
β dehumidification_setpoint (Default: 60.0)
β humidifier_type (Default: None)
β humidifier_availability_schedule_name
β humidifier_rated_capacity (Default: 1e-06)
βΆβ humidifier_rated_electric_power (Default: Autosize)
β humidifier_control_zone_name
β humidifier_setpoint (Default: 30.0)
β sizing_option (Default: NonCoincident)
β return_fan (Default: No)
β return_fan_total_efficiency (Default: 0.7)
β return_fan_delta_pressure (Default: 500.0)
β return_fan_motor_efficiency (Default: 0.9)
β return_fan_motor_in_air_stream_fraction (Default: 1.0)
β return_fan_part_load_power_coefficients (Default: InletVaneDampers)
HVACTemplate:System:PackagedVAVο
Packaged Variable Air Volume (PVAV) air loop with optional heating coil and optional preheat.
β system_availability_schedule_name
βΆβ supply_fan_maximum_flow_rate (Default: Autosize)
βΆβ supply_fan_minimum_flow_rate (Default: Autosize)
β supply_fan_placement (Default: DrawThrough)
β supply_fan_total_efficiency (Default: 0.7)
β supply_fan_delta_pressure (Default: 1000.0)
β supply_fan_motor_efficiency (Default: 0.9)
β supply_fan_motor_in_air_stream_fraction (Default: 1.0)
β cooling_coil_type (Default: TwoSpeedDX)
β cooling_coil_availability_schedule_name
β cooling_coil_setpoint_schedule_name
β cooling_coil_design_setpoint (Default: 12.8)
βΆβ cooling_coil_gross_rated_total_capacity (Default: Autosize)
βΆβ cooling_coil_gross_rated_sensible_heat_ratio (Default: Autosize)
β cooling_coil_gross_rated_cop (Default: 3.0)
β heating_coil_type (Default: None)
β heating_coil_availability_schedule_name
β heating_coil_setpoint_schedule_name
β heating_coil_design_setpoint (Default: 10.0)
βΆβ heating_coil_capacity (Default: Autosize)
β gas_heating_coil_efficiency (Default: 0.8)
β gas_heating_coil_parasitic_electric_load (Default: 0.0)
βΆβ maximum_outdoor_air_flow_rate (Default: Autosize)
βΆβ minimum_outdoor_air_flow_rate (Default: Autosize)
β minimum_outdoor_air_control_type (Default: ProportionalMinimum)
β minimum_outdoor_air_schedule_name
β economizer_type (Default: NoEconomizer)
β economizer_lockout (Default: NoLockout)
β economizer_maximum_limit_dry_bulb_temperature
β economizer_maximum_limit_enthalpy
β economizer_maximum_limit_dewpoint_temperature
β economizer_minimum_limit_dry_bulb_temperature
β supply_plenum_name
β return_plenum_name
β supply_fan_part_load_power_coefficients (Default: InletVaneDampers)
β night_cycle_control (Default: StayOff)
β night_cycle_control_zone_name
β heat_recovery_type (Default: None)
β sensible_heat_recovery_effectiveness (Default: 0.7)
β latent_heat_recovery_effectiveness (Default: 0.65)
β cooling_coil_setpoint_reset_type (Default: None)
β heating_coil_setpoint_reset_type (Default: None)
β dehumidification_control_type (Default: None)
β dehumidification_control_zone_name
β dehumidification_setpoint (Default: 60.0)
β humidifier_type (Default: None)
β humidifier_availability_schedule_name
β humidifier_rated_capacity (Default: 1e-06)
βΆβ humidifier_rated_electric_power (Default: Autosize)
β humidifier_control_zone_name
β humidifier_setpoint (Default: 30.0)
β sizing_option (Default: NonCoincident)
β return_fan (Default: No)
β return_fan_total_efficiency (Default: 0.7)
β return_fan_delta_pressure (Default: 500.0)
β return_fan_motor_efficiency (Default: 0.9)
β return_fan_motor_in_air_stream_fraction (Default: 1.0)
β return_fan_part_load_power_coefficients (Default: InletVaneDampers)
HVACTemplate:System:ConstantVolumeο
Constant Air Volume air loop with optional chilled water cooling coil, optional heating coil and optional preheat.
β system_availability_schedule_name
βΆβ supply_fan_maximum_flow_rate (Default: Autosize)
β supply_fan_total_efficiency (Default: 0.7)
β supply_fan_delta_pressure (Default: 600.0)
β supply_fan_motor_efficiency (Default: 0.9)
β supply_fan_motor_in_air_stream_fraction (Default: 1.0)
β supply_fan_placement (Default: DrawThrough)
β cooling_coil_type (Default: ChilledWater)
β cooling_coil_availability_schedule_name
β cooling_coil_setpoint_control_type (Default: FixedSetpoint)
β cooling_coil_control_zone_name
β cooling_coil_design_setpoint_temperature (Default: 12.8)
β cooling_coil_setpoint_schedule_name
β cooling_coil_setpoint_at_outdoor_dry_bulb_low (Default: 15.6)
β cooling_coil_reset_outdoor_dry_bulb_low (Default: 15.6)
β cooling_coil_setpoint_at_outdoor_dry_bulb_high (Default: 12.8)
β cooling_coil_reset_outdoor_dry_bulb_high (Default: 23.3)
β heating_coil_type (Default: HotWater)
β heating_coil_availability_schedule_name
β heating_coil_setpoint_control_type (Default: FixedSetpoint)
β heating_coil_control_zone_name
β heating_coil_design_setpoint (Default: 10.0)
β heating_coil_setpoint_schedule_name
β heating_coil_setpoint_at_outdoor_dry_bulb_low (Default: 15.0)
β heating_coil_reset_outdoor_dry_bulb_low (Default: 7.8)
β heating_coil_setpoint_at_outdoor_dry_bulb_high (Default: 12.2)
β heating_coil_reset_outdoor_dry_bulb_high (Default: 12.2)
βΆβ heating_coil_capacity (Default: Autosize)
β gas_heating_coil_efficiency (Default: 0.8)
β gas_heating_coil_parasitic_electric_load (Default: 0.0)
β preheat_coil_type (Default: None)
β preheat_coil_availability_schedule_name
β preheat_coil_design_setpoint (Default: 7.2)
β preheat_coil_setpoint_schedule_name
β gas_preheat_coil_efficiency (Default: 0.8)
β gas_preheat_coil_parasitic_electric_load (Default: 0.0)
βΆβ maximum_outdoor_air_flow_rate (Default: Autosize)
βΆβ minimum_outdoor_air_flow_rate (Default: Autosize)
β minimum_outdoor_air_schedule_name
β economizer_type (Default: NoEconomizer)
β economizer_upper_temperature_limit
β economizer_lower_temperature_limit
β economizer_upper_enthalpy_limit
β economizer_maximum_limit_dewpoint_temperature
β supply_plenum_name
β return_plenum_name
β night_cycle_control (Default: StayOff)
β night_cycle_control_zone_name
β heat_recovery_type (Default: None)
β sensible_heat_recovery_effectiveness (Default: 0.7)
β latent_heat_recovery_effectiveness (Default: 0.65)
β heat_recovery_heat_exchanger_type (Default: Plate)
β heat_recovery_frost_control_type (Default: None)
β dehumidification_control_type (Default: None)
β dehumidification_control_zone_name
β dehumidification_relative_humidity_setpoint (Default: 60.0)
β dehumidification_relative_humidity_setpoint_schedule_name
β humidifier_type (Default: None)
β humidifier_availability_schedule_name
β humidifier_rated_capacity (Default: 1e-06)
βΆβ humidifier_rated_electric_power (Default: Autosize)
β humidifier_control_zone_name
β humidifier_relative_humidity_setpoint (Default: 30.0)
β humidifier_relative_humidity_setpoint_schedule_name
β return_fan (Default: No)
β return_fan_total_efficiency (Default: 0.7)
β return_fan_delta_pressure (Default: 300.0)
β return_fan_motor_efficiency (Default: 0.9)
β return_fan_motor_in_air_stream_fraction (Default: 1.0)
HVACTemplate:System:DualDuctο
Dual-duct constant volume or variable volume air loop
β system_availability_schedule_name
β system_configuration_type (Default: SingleFanConstantVolume)
βΆβ main_supply_fan_maximum_flow_rate (Default: Autosize)
β main_supply_fan_minimum_flow_fraction (Default: 0.2)
β main_supply_fan_total_efficiency (Default: 0.7)
β main_supply_fan_delta_pressure (Default: 1000.0)
β main_supply_fan_motor_efficiency (Default: 0.9)
β main_supply_fan_motor_in_air_stream_fraction (Default: 1.0)
β main_supply_fan_part_load_power_coefficients (Default: InletVaneDampers)
βΆβ cold_duct_supply_fan_maximum_flow_rate (Default: Autosize)
β cold_duct_supply_fan_minimum_flow_fraction (Default: 0.2)
β cold_duct_supply_fan_total_efficiency (Default: 0.7)
β cold_duct_supply_fan_delta_pressure (Default: 1000.0)
β cold_duct_supply_fan_motor_efficiency (Default: 0.9)
β cold_duct_supply_fan_motor_in_air_stream_fraction (Default: 1.0)
β cold_duct_supply_fan_part_load_power_coefficients (Default: InletVaneDampers)
β cold_duct_supply_fan_placement (Default: DrawThrough)
βΆβ hot_duct_supply_fan_maximum_flow_rate (Default: Autosize)
β hot_duct_supply_fan_minimum_flow_fraction (Default: 0.2)
β hot_duct_supply_fan_total_efficiency (Default: 0.7)
β hot_duct_supply_fan_delta_pressure (Default: 1000.0)
β hot_duct_supply_fan_motor_efficiency (Default: 0.9)
β hot_duct_supply_fan_motor_in_air_stream_fraction (Default: 1.0)
β hot_duct_supply_fan_part_load_power_coefficients (Default: InletVaneDampers)
β hot_duct_supply_fan_placement (Default: DrawThrough)
β cooling_coil_type (Default: ChilledWater)
β cooling_coil_availability_schedule_name
β cooling_coil_setpoint_control_type (Default: FixedSetpoint)
β cooling_coil_design_setpoint_temperature (Default: 12.8)
β cooling_coil_setpoint_schedule_name
β cooling_coil_setpoint_at_outdoor_dry_bulb_low (Default: 15.6)
β cooling_coil_reset_outdoor_dry_bulb_low (Default: 15.6)
β cooling_coil_setpoint_at_outdoor_dry_bulb_high (Default: 12.8)
β cooling_coil_reset_outdoor_dry_bulb_high (Default: 23.3)
β heating_coil_type (Default: HotWater)
β heating_coil_availability_schedule_name
β heating_coil_setpoint_control_type (Default: FixedSetpoint)
β heating_coil_design_setpoint (Default: 50.0)
β heating_coil_setpoint_schedule_name
β heating_coil_setpoint_at_outdoor_dry_bulb_low (Default: 50.0)
β heating_coil_reset_outdoor_dry_bulb_low (Default: 7.8)
β heating_coil_setpoint_at_outdoor_dry_bulb_high (Default: 20.0)
β heating_coil_reset_outdoor_dry_bulb_high (Default: 12.2)
βΆβ heating_coil_capacity (Default: Autosize)
β gas_heating_coil_efficiency (Default: 0.8)
β gas_heating_coil_parasitic_electric_load (Default: 0.0)
β preheat_coil_type (Default: None)
β preheat_coil_availability_schedule_name
β preheat_coil_design_setpoint (Default: 7.2)
β preheat_coil_setpoint_schedule_name
β gas_preheat_coil_efficiency (Default: 0.8)
β gas_preheat_coil_parasitic_electric_load (Default: 0.0)
βΆβ maximum_outdoor_air_flow_rate (Default: Autosize)
βΆβ minimum_outdoor_air_flow_rate (Default: Autosize)
β minimum_outdoor_air_control_type (Default: ProportionalMinimum)
β minimum_outdoor_air_schedule_name
β economizer_type (Default: NoEconomizer)
β economizer_lockout (Default: NoLockout)
β economizer_upper_temperature_limit
β economizer_lower_temperature_limit
β economizer_upper_enthalpy_limit
β economizer_maximum_limit_dewpoint_temperature
β cold_supply_plenum_name
β hot_supply_plenum_name
β return_plenum_name
β night_cycle_control (Default: StayOff)
β night_cycle_control_zone_name
β heat_recovery_type (Default: None)
β sensible_heat_recovery_effectiveness (Default: 0.7)
β latent_heat_recovery_effectiveness (Default: 0.65)
β heat_recovery_heat_exchanger_type (Default: Plate)
β heat_recovery_frost_control_type (Default: None)
β dehumidification_control_type (Default: None)
β dehumidification_control_zone_name
β dehumidification_relative_humidity_setpoint (Default: 60.0)
β dehumidification_relative_humidity_setpoint_schedule_name
β humidifier_type (Default: None)
β humidifier_availability_schedule_name
β humidifier_rated_capacity (Default: 1e-06)
βΆβ humidifier_rated_electric_power (Default: Autosize)
β humidifier_control_zone_name
β humidifier_relative_humidity_setpoint (Default: 30.0)
β humidifier_relative_humidity_setpoint_schedule_name
β sizing_option (Default: NonCoincident)
β return_fan (Default: No)
β return_fan_total_efficiency (Default: 0.7)
β return_fan_delta_pressure (Default: 500.0)
β return_fan_motor_efficiency (Default: 0.9)
β return_fan_motor_in_air_stream_fraction (Default: 1.0)
β return_fan_part_load_power_coefficients (Default: InletVaneDampers)
HVACTemplate:System:DedicatedOutdoorAirο
This object creates a dedicated outdoor air system that must be used with HVACTemplate:Zone:* objects for BaseboardHeat FanCoil PTAC PTHP WaterToAirHeatPump and VRF. Does not support HVACTemplate:Zone:VAV or other central multizone systems
β system_availability_schedule_name
β air_outlet_type (Default: DirectIntoZone)
βΆβ supply_fan_flow_rate (Default: Autosize)
β supply_fan_total_efficiency (Default: 0.7)
β supply_fan_delta_pressure (Default: 1000.0)
β supply_fan_motor_efficiency (Default: 0.9)
β supply_fan_motor_in_air_stream_fraction (Default: 1.0)
β supply_fan_placement (Default: DrawThrough)
β cooling_coil_type (Default: ChilledWater)
β cooling_coil_availability_schedule_name
β cooling_coil_setpoint_control_type (Default: FixedSetpoint)
β cooling_coil_design_setpoint (Default: 12.8)
β cooling_coil_setpoint_schedule_name
β cooling_coil_setpoint_at_outdoor_dry_bulb_low (Default: 15.6)
β cooling_coil_reset_outdoor_dry_bulb_low (Default: 15.6)
β cooling_coil_setpoint_at_outdoor_dry_bulb_high (Default: 12.8)
β cooling_coil_reset_outdoor_dry_bulb_high (Default: 23.3)
βΆβ dx_cooling_coil_gross_rated_total_capacity (Default: Autosize)
βΆβ dx_cooling_coil_gross_rated_sensible_heat_ratio (Default: Autosize)
β dx_cooling_coil_gross_rated_cop (Default: 3.0)
β heating_coil_type (Default: HotWater)
β heating_coil_availability_schedule_name
β heating_coil_setpoint_control_type (Default: FixedSetpoint)
β heating_coil_design_setpoint (Default: 12.2)
β heating_coil_setpoint_schedule_name
β heating_coil_setpoint_at_outdoor_dry_bulb_low (Default: 15.0)
β heating_coil_reset_outdoor_dry_bulb_low (Default: 7.8)
β heating_coil_setpoint_at_outdoor_dry_bulb_high (Default: 12.2)
β heating_coil_reset_outdoor_dry_bulb_high (Default: 12.2)
β gas_heating_coil_efficiency (Default: 0.8)
β gas_heating_coil_parasitic_electric_load (Default: 0.0)
β heat_recovery_type (Default: None)
β heat_recovery_sensible_effectiveness (Default: 0.7)
β heat_recovery_latent_effectiveness (Default: 0.65)
β heat_recovery_heat_exchanger_type (Default: Plate)
β heat_recovery_frost_control_type (Default: None)
β dehumidification_control_type (Default: None)
β dehumidification_setpoint (Default: 0.00924)
β humidifier_type (Default: None)
β humidifier_availability_schedule_name
β humidifier_rated_capacity (Default: 1e-06)
βΆβ humidifier_rated_electric_power (Default: Autosize)
β humidifier_constant_setpoint (Default: 0.003)
β dehumidification_setpoint_schedule_name
β humidifier_setpoint_schedule_name
HVACTemplate:Plant:ChilledWaterLoopο
Plant and condenser loops to serve all HVACTemplate chilled water coils, chillers, and towers.
β pump_schedule_name
β pump_control_type (Default: Intermittent)
β chiller_plant_operation_scheme_type (Default: Default)
β chiller_plant_equipment_operation_schemes_name
β chilled_water_setpoint_schedule_name
β chilled_water_design_setpoint (Default: 7.22)
β chilled_water_pump_configuration (Default: ConstantPrimaryNoSecondary)
β primary_chilled_water_pump_rated_head (Default: 179352.0)
β secondary_chilled_water_pump_rated_head (Default: 179352.0)
β condenser_plant_operation_scheme_type (Default: Default)
β condenser_equipment_operation_schemes_name
β condenser_water_temperature_control_type
β condenser_water_setpoint_schedule_name
β condenser_water_design_setpoint (Default: 29.4)
β condenser_water_pump_rated_head (Default: 179352.0)
β chilled_water_setpoint_reset_type (Default: None)
β chilled_water_setpoint_at_outdoor_dry_bulb_low (Default: 12.2)
β chilled_water_reset_outdoor_dry_bulb_low (Default: 15.6)
β chilled_water_setpoint_at_outdoor_dry_bulb_high (Default: 6.7)
β chilled_water_reset_outdoor_dry_bulb_high (Default: 26.7)
β chilled_water_primary_pump_type (Default: SinglePump)
β chilled_water_secondary_pump_type (Default: SinglePump)
β condenser_water_pump_type (Default: SinglePump)
β chilled_water_supply_side_bypass_pipe (Default: Yes)
β chilled_water_demand_side_bypass_pipe (Default: Yes)
β condenser_water_supply_side_bypass_pipe (Default: Yes)
β condenser_water_demand_side_bypass_pipe (Default: Yes)
β fluid_type (Default: Water)
β loop_design_delta_temperature (Default: 6.67)
β minimum_outdoor_dry_bulb_temperature
β chilled_water_load_distribution_scheme (Default: SequentialLoad)
β condenser_water_load_distribution_scheme (Default: SequentialLoad)
HVACTemplate:Plant:Chillerο
This object adds a chiller to an HVACTemplate:Plant:ChilledWaterLoop.
π β chiller_type
βΆβ capacity (Default: Autosize)
π β nominal_cop
β condenser_type (Default: WaterCooled)
β priority
β sizing_factor (Default: 1.0)
β minimum_part_load_ratio (Default: 0.0)
β maximum_part_load_ratio (Default: 1.0)
β optimum_part_load_ratio (Default: 1.0)
β minimum_unloading_ratio (Default: 0.25)
β leaving_chilled_water_lower_temperature_limit (Default: 5.0)
HVACTemplate:Plant:Chiller:ObjectReferenceο
This object references a detailed chiller object and adds it to an HVACTemplate:Plant:ChilledWaterLoop. The user must create a complete detailed chiller object with all required curve or performance objects.
β chiller_object_type (Default: Chiller:Electric:EIR)
π β chiller_name
β priority
HVACTemplate:Plant:Towerο
This object adds a cooling tower to an HVACTemplate:Plant:ChilledWaterLoop or MixedWaterLoop.
π β tower_type
βΆβ high_speed_nominal_capacity (Default: Autosize)
βΆβ high_speed_fan_power (Default: Autosize)
βΆβ low_speed_nominal_capacity (Default: Autosize)
βΆβ low_speed_fan_power (Default: Autosize)
βΆβ free_convection_capacity (Default: Autosize)
β priority
β sizing_factor (Default: 1.0)
β template_plant_loop_type
HVACTemplate:Plant:Tower:ObjectReferenceο
This object references a detailed cooling tower object and adds it to an HVACTemplate:Plant:ChilledWaterLoop or MixedWaterLoop. The user must create a complete detailed cooling tower object with all required curve or performance objects.
β cooling_tower_object_type (Default: CoolingTower:SingleSpeed)
π β cooling_tower_name
β priority
β template_plant_loop_type
HVACTemplate:Plant:HotWaterLoopο
Plant loop to serve all HVACTemplate hot water coils and boilers.
β pump_schedule_name
β pump_control_type (Default: Intermittent)
β hot_water_plant_operation_scheme_type (Default: Default)
β hot_water_plant_equipment_operation_schemes_name
β hot_water_setpoint_schedule_name
β hot_water_design_setpoint (Default: 82.0)
β hot_water_pump_configuration (Default: ConstantFlow)
β hot_water_pump_rated_head (Default: 179352.0)
β hot_water_setpoint_reset_type (Default: None)
β hot_water_setpoint_at_outdoor_dry_bulb_low (Default: 82.2)
β hot_water_reset_outdoor_dry_bulb_low (Default: -6.7)
β hot_water_setpoint_at_outdoor_dry_bulb_high (Default: 65.6)
β hot_water_reset_outdoor_dry_bulb_high (Default: 10.0)
β hot_water_pump_type (Default: SinglePump)
β supply_side_bypass_pipe (Default: Yes)
β demand_side_bypass_pipe (Default: Yes)
β fluid_type (Default: Water)
β loop_design_delta_temperature (Default: 11.0)
β maximum_outdoor_dry_bulb_temperature
β load_distribution_scheme (Default: SequentialLoad)
HVACTemplate:Plant:Boilerο
This object adds a boiler to an HVACTemplate:Plant:HotWaterLoop or MixedWaterLoop.
π β boiler_type
βΆβ capacity (Default: Autosize)
β efficiency (Default: 0.8)
β fuel_type
β priority
β sizing_factor (Default: 1.0)
β minimum_part_load_ratio (Default: 0.0)
β maximum_part_load_ratio (Default: 1.1)
β optimum_part_load_ratio (Default: 1.0)
β water_outlet_upper_temperature_limit (Default: 100.0)
β template_plant_loop_type
HVACTemplate:Plant:Boiler:ObjectReferenceο
This object references a detailed boiler object and adds it to an HVACTemplate:Plant:HotWaterLoop or MixedWaterLoop. The user must create a complete detailed boiler object with all required curve or performance objects.
β boiler_object_type (Default: Boiler:HotWater)
π β boiler_name
β priority
β template_plant_loop_type
HVACTemplate:Plant:MixedWaterLoopο
Central plant loop portion of a water source heat pump system.
β pump_schedule_name
β pump_control_type (Default: Intermittent)
β operation_scheme_type (Default: Default)
β equipment_operation_schemes_name
β high_temperature_setpoint_schedule_name
β high_temperature_design_setpoint (Default: 33.0)
β low_temperature_setpoint_schedule_name
β low_temperature_design_setpoint (Default: 20.0)
β water_pump_configuration (Default: ConstantFlow)
β water_pump_rated_head (Default: 179352.0)
β water_pump_type (Default: SinglePump)
β supply_side_bypass_pipe (Default: Yes)
β demand_side_bypass_pipe (Default: Yes)
β fluid_type (Default: Water)
β loop_design_delta_temperature (Default: 5.6)
β load_distribution_scheme (Default: SequentialLoad)
DesignSpecification:OutdoorAirο
This object is used to describe general outdoor air requirements which are referenced by other objects.
β outdoor_air_method (Default: Flow/Person)
β outdoor_air_flow_per_person (Default: 0.00944)
β outdoor_air_flow_per_zone_floor_area (Default: 0.0)
β outdoor_air_flow_per_zone (Default: 0.0)
β outdoor_air_flow_air_changes_per_hour (Default: 0.0)
β outdoor_air_schedule_name
β proportional_control_minimum_outdoor_air_flow_rate_schedule_name
DesignSpecification:OutdoorAir:SpaceListο
Defines a list of DesignSpecification:OutdoorAir names which can be referenced as a group. The DesignSpecification:OutdoorAir:SpaceList name may be used in Sizing:Zone and Controller:MechanicalVentilation to specify space-by-space OA requirements and anywhere else that accepts a DesignSpecification:OutdoorAir object name.
Array of {π β space_name, π β space_design_specification_outdoor_air_object_name} space_specs
DesignSpecification:ZoneAirDistributionο
This object is used to describe zone air distribution in terms of air distribution effectiveness and secondary recirculation fraction. It is referenced by Sizing:Zone and Controller:MechanicalVentilation objects
β zone_air_distribution_effectiveness_in_cooling_mode (Default: 1.0)
β zone_air_distribution_effectiveness_in_heating_mode (Default: 1.0)
β zone_air_distribution_effectiveness_schedule_name
β zone_secondary_recirculation_fraction (Default: 0.0)
β minimum_zone_ventilation_efficiency (Default: 0.0)
Sizing:Parametersο
Specifies global heating and cooling sizing factors/ratios. These ratios are applied at the zone level to all of the zone heating and cooling loads and air flow rates. Then these new loads and air flow rates are used to calculate the system level flow rates and capacities and are used in all component sizing calculations. Specifies the width (in load timesteps) of a moving average window which is used to smooth the peak load across more than one timestep.
β heating_sizing_factor (Default: 1.0)
β cooling_sizing_factor (Default: 1.0)
βΎ timesteps_in_averaging_window
Sizing:Zoneο
Specifies the data needed to perform a zone design air flow calculation. The calculation is done for every sizing period included in the input. The maximum cooling and heating load and cooling, heating, and ventilation air flows are then saved for system level and zone component design calculations.
π β zone_or_zonelist_name
β zone_cooling_design_supply_air_temperature_input_method (Default: SupplyAirTemperature)
β zone_cooling_design_supply_air_temperature
β zone_cooling_design_supply_air_temperature_difference
β zone_heating_design_supply_air_temperature_input_method (Default: SupplyAirTemperature)
β zone_heating_design_supply_air_temperature
β zone_heating_design_supply_air_temperature_difference
π β zone_cooling_design_supply_air_humidity_ratio
π β zone_heating_design_supply_air_humidity_ratio
β design_specification_outdoor_air_object_name
β zone_heating_sizing_factor
β zone_cooling_sizing_factor
β cooling_design_air_flow_method (Default: DesignDay)
β cooling_design_air_flow_rate (Default: 0.0)
β cooling_minimum_air_flow_per_zone_floor_area (Default: 0.000762)
β cooling_minimum_air_flow (Default: 0.0)
β cooling_minimum_air_flow_fraction (Default: 0.2)
β heating_design_air_flow_method (Default: DesignDay)
β heating_design_air_flow_rate (Default: 0.0)
β heating_maximum_air_flow_per_zone_floor_area (Default: 0.002032)
β heating_maximum_air_flow (Default: 0.1415762)
β heating_maximum_air_flow_fraction (Default: 0.3)
β design_specification_zone_air_distribution_object_name
β account_for_dedicated_outdoor_air_system (Default: No)
β dedicated_outdoor_air_system_control_strategy (Default: NeutralSupplyAir)
βΆβ dedicated_outdoor_air_low_setpoint_temperature_for_design (Default: Autosize)
βΆβ dedicated_outdoor_air_high_setpoint_temperature_for_design (Default: Autosize)
β zone_load_sizing_method (Default: Sensible Load Only No Latent Load)
β zone_latent_cooling_design_supply_air_humidity_ratio_input_method (Default: HumidityRatioDifference)
β zone_dehumidification_design_supply_air_humidity_ratio
β zone_cooling_design_supply_air_humidity_ratio_difference (Default: 0.005)
β zone_latent_heating_design_supply_air_humidity_ratio_input_method (Default: HumidityRatioDifference)
β zone_humidification_design_supply_air_humidity_ratio
β zone_humidification_design_supply_air_humidity_ratio_difference (Default: 0.005)
β zone_humidistat_dehumidification_set_point_schedule_name
β zone_humidistat_humidification_set_point_schedule_name
β type_of_space_sum_to_use (Default: Coincident)
DesignSpecification:ZoneHVAC:Sizingο
This object is used to describe general scalable zone HVAC equipment sizing which are referenced by other objects.
β cooling_supply_air_flow_rate_method (Default: SupplyAirFlowRate)
βΆβ cooling_supply_air_flow_rate
β cooling_supply_air_flow_rate_per_floor_area
β cooling_fraction_of_autosized_cooling_supply_air_flow_rate
β cooling_supply_air_flow_rate_per_unit_cooling_capacity
β no_load_supply_air_flow_rate_method (Default: SupplyAirFlowRate)
βΆβ no_load_supply_air_flow_rate
β no_load_supply_air_flow_rate_per_floor_area
β no_load_fraction_of_cooling_supply_air_flow_rate
β no_load_fraction_of_heating_supply_air_flow_rate
β heating_supply_air_flow_rate_method (Default: SupplyAirFlowRate)
βΆβ heating_supply_air_flow_rate
β heating_supply_air_flow_rate_per_floor_area
β heating_fraction_of_heating_supply_air_flow_rate
β heating_supply_air_flow_rate_per_unit_heating_capacity
β cooling_design_capacity_method (Default: None)
βΆβ cooling_design_capacity
β cooling_design_capacity_per_floor_area
β fraction_of_autosized_cooling_design_capacity
β heating_design_capacity_method (Default: None)
βΆβ heating_design_capacity
β heating_design_capacity_per_floor_area
β fraction_of_autosized_heating_design_capacity
DesignSpecification:AirTerminal:Sizingο
This object is used to scale the sizing of air terminal units.
β fraction_of_design_cooling_load (Default: 1.0)
β cooling_design_supply_air_temperature_difference_ratio (Default: 1.0)
β fraction_of_design_heating_load (Default: 1.0)
β heating_design_supply_air_temperature_difference_ratio (Default: 1.0)
β fraction_of_minimum_outdoor_air_flow (Default: 1.0)
Sizing:Systemο
Specifies the input needed to perform sizing calculations for a central forced air system. System design air flow, heating capacity, and cooling capacity will be calculated using this input data.
π β airloop_name
β type_of_load_to_size_on (Default: Sensible)
βΆβ design_outdoor_air_flow_rate (Default: Autosize)
βΆβ central_heating_maximum_system_air_flow_ratio (Default: Autosize)
π β preheat_design_temperature
π β preheat_design_humidity_ratio
π β precool_design_temperature
π β precool_design_humidity_ratio
π β central_cooling_design_supply_air_temperature
π β central_heating_design_supply_air_temperature
β type_of_zone_sum_to_use (Default: NonCoincident)
β 100_outdoor_air_in_cooling (Default: No)
β 100_outdoor_air_in_heating (Default: No)
β central_cooling_design_supply_air_humidity_ratio (Default: 0.008)
β central_heating_design_supply_air_humidity_ratio (Default: 0.008)
β cooling_supply_air_flow_rate_method (Default: DesignDay)
β cooling_supply_air_flow_rate (Default: 0.0)
β cooling_supply_air_flow_rate_per_floor_area
β cooling_fraction_of_autosized_cooling_supply_air_flow_rate
β cooling_supply_air_flow_rate_per_unit_cooling_capacity
β heating_supply_air_flow_rate_method (Default: DesignDay)
β heating_supply_air_flow_rate (Default: 0.0)
β heating_supply_air_flow_rate_per_floor_area
β heating_fraction_of_autosized_heating_supply_air_flow_rate
β heating_fraction_of_autosized_cooling_supply_air_flow_rate
β heating_supply_air_flow_rate_per_unit_heating_capacity
β system_outdoor_air_method (Default: ZoneSum)
β zone_maximum_outdoor_air_fraction (Default: 1.0)
β cooling_design_capacity_method (Default: CoolingDesignCapacity)
βΆβ cooling_design_capacity (Default: Autosize)
β cooling_design_capacity_per_floor_area
β fraction_of_autosized_cooling_design_capacity
β heating_design_capacity_method (Default: HeatingDesignCapacity)
βΆβ heating_design_capacity (Default: Autosize)
β heating_design_capacity_per_floor_area
β fraction_of_autosized_heating_design_capacity
β central_cooling_capacity_control_method (Default: OnOff)
βΆβ occupant_diversity (Default: Autosize)
Sizing:Plantο
Specifies the input needed to autosize plant loop flow rates and equipment capacities. This information is initially used by components that use water for heating or cooling such as hot or chilled water coils to calculate their maximum water flow rates. These flow rates are then summed for use in calculating the Plant Loop flow rates.
π β plant_or_condenser_loop_name
π β loop_type
π β design_loop_exit_temperature
π β loop_design_temperature_difference
β sizing_option (Default: NonCoincident)
βΎ zone_timesteps_in_averaging_window (Default: 1)
β coincident_sizing_factor_mode
OutputControl:Sizing:Styleο
Default style for the Sizing output files is comma β this works well for importing into spreadsheet programs such as Excel(tm) but not so well for word processing programs β there tab may be a better choice. Fixed puts spaces between the βcolumnsβ
π β column_separator
ZoneControl:Humidistatο
Specifies zone relative humidity setpoint schedules for humidifying and dehumidifying.
π β zone_name
π β humidifying_relative_humidity_setpoint_schedule_name
β dehumidifying_relative_humidity_setpoint_schedule_name
ZoneControl:Thermostatο
Define the Thermostat settings for a zone or list of zones. If you use a ZoneList in the Zone or ZoneList name field then this definition applies to all the zones in the ZoneList.
π β zone_or_zonelist_name
π β control_type_schedule_name
π β control_1_object_type
π β control_1_name
β control_2_object_type
β control_2_name
β control_3_object_type
β control_3_name
β control_4_object_type
β control_4_name
β temperature_difference_between_cutout_and_setpoint (Default: 0.0)
ZoneControl:Thermostat:OperativeTemperatureο
This object can be used with the ZoneList option on a thermostat or with one of the zones on that list (but you wonβt be able to use the object list to pick only one of those zones. Thermostat names are <Zone Name> <global Thermostat name> internally.
π β thermostat_name
π β radiative_fraction_input_mode
β fixed_radiative_fraction
β radiative_fraction_schedule_name
β adaptive_comfort_model_type (Default: None)
ZoneControl:Thermostat:ThermalComfortο
If you use a ZoneList in the Zone or ZoneList name field then this definition applies to all the zones in the ZoneList.
π β zone_or_zonelist_name
β averaging_method (Default: PeopleAverage)
β specific_people_name
β minimum_dry_bulb_temperature_setpoint (Default: 0.0)
β maximum_dry_bulb_temperature_setpoint (Default: 50.0)
π β thermal_comfort_control_type_schedule_name
π β thermal_comfort_control_1_object_type
π β thermal_comfort_control_1_name
β thermal_comfort_control_2_object_type
β thermal_comfort_control_2_name
β thermal_comfort_control_3_object_type
β thermal_comfort_control_3_name
β thermal_comfort_control_4_object_type
β thermal_comfort_control_4_name
ZoneControl:Thermostat:TemperatureAndHumidityο
This object modifies a ZoneControl:Thermostat object to effect temperature control based on zone air humidity conditions.
π β thermostat_name
π β dehumidifying_relative_humidity_setpoint_schedule_name
β dehumidification_control_type (Default: Overcool)
β overcool_range_input_method (Default: Constant)
β overcool_constant_range (Default: 1.7)
β overcool_range_schedule_name
β overcool_control_ratio (Default: 3.6)
ThermostatSetpoint:SingleHeatingο
Used for a heating only thermostat. The setpoint can be scheduled and varied throughout the simulation but only heating is allowed with this control type.
β setpoint_temperature_schedule_name
ThermostatSetpoint:SingleCoolingο
Used for a cooling only thermostat. The setpoint can be scheduled and varied throughout the simulation but only cooling is allowed.
β setpoint_temperature_schedule_name
ThermostatSetpoint:SingleHeatingOrCoolingο
Used for a heating and cooling thermostat with a single setpoint. The setpoint can be scheduled and varied throughout the simulation for both heating and cooling.
β setpoint_temperature_schedule_name
ThermostatSetpoint:DualSetpointο
Used for a heating and cooling thermostat with dual setpoints. The setpoints can be scheduled and varied throughout the simulation for both heating and cooling.
β heating_setpoint_temperature_schedule_name
β cooling_setpoint_temperature_schedule_name
ThermostatSetpoint:ThermalComfort:Fanger:SingleHeatingο
Used for heating only thermal comfort control. The PMV setpoint can be scheduled and varied throughout the simulation but only heating is allowed with this control type.
π β fanger_thermal_comfort_schedule_name
ThermostatSetpoint:ThermalComfort:Fanger:SingleCoolingο
Used for cooling only thermal comfort control. The PMV setpoint can be scheduled and varied throughout the simulation but only cooling is allowed with this control type.
π β fanger_thermal_comfort_schedule_name
ThermostatSetpoint:ThermalComfort:Fanger:SingleHeatingOrCoolingο
Used for heating and cooling thermal comfort control with a single setpoint. The PMV setpoint can be scheduled and varied throughout the simulation for both heating and cooling.
π β fanger_thermal_comfort_schedule_name
ThermostatSetpoint:ThermalComfort:Fanger:DualSetpointο
Used for heating and cooling thermal comfort control with dual setpoints. The PMV setpoints can be scheduled and varied throughout the simulation for both heating and cooling.
π β fanger_thermal_comfort_heating_schedule_name
π β fanger_thermal_comfort_cooling_schedule_name
ZoneControl:Thermostat:StagedDualSetpointο
Define the Thermostat StagedDualSetpoint settings for a zone or list of zones. If you use a ZoneList in the Zone or ZoneList name field then this definition applies to all the zones in the ZoneList.
π β zone_or_zonelist_name
π βΎ number_of_heating_stages
β heating_temperature_setpoint_schedule_name
β heating_throttling_temperature_range (Default: 1.1)
π β stage_1_heating_temperature_offset
β stage_2_heating_temperature_offset
β stage_3_heating_temperature_offset
β stage_4_heating_temperature_offset
π βΎ number_of_cooling_stages
β cooling_temperature_setpoint_base_schedule_name
β cooling_throttling_temperature_range (Default: 1.1)
π β stage_1_cooling_temperature_offset
β stage_2_cooling_temperature_offset
β stage_3_cooling_temperature_offset
β stage_4_cooling_temperature_offset
ZoneControl:ContaminantControllerο
Used to control a zone to a specified indoor level of CO2 or generic contaminants, or to specify minimum CO2 concentration schedule name for a zone.
π β zone_name
β carbon_dioxide_control_availability_schedule_name
β carbon_dioxide_setpoint_schedule_name
β minimum_carbon_dioxide_concentration_schedule_name
β maximum_carbon_dioxide_concentration_schedule_name
β generic_contaminant_control_availability_schedule_name
β generic_contaminant_setpoint_schedule_name
ZoneHVAC:IdealLoadsAirSystemο
Ideal system used to calculate loads without modeling a full HVAC system. All that is required for the ideal system are zone controls, zone equipment configurations, and the ideal loads system component. This component can be thought of as an ideal unit that mixes zone air with the specified amount of outdoor air and then adds or removes heat and moisture at 100% efficiency in order to meet the specified controls. Energy use is reported as DistrictHeatingWater and DistrictCooling.
β availability_schedule_name
π β zone_supply_air_node_name
β zone_exhaust_air_node_name
β system_inlet_air_node_name
β maximum_heating_supply_air_temperature (Default: 50.0)
β minimum_cooling_supply_air_temperature (Default: 13.0)
β maximum_heating_supply_air_humidity_ratio (Default: 0.0156)
β minimum_cooling_supply_air_humidity_ratio (Default: 0.0077)
β heating_limit (Default: NoLimit)
βΆβ maximum_heating_air_flow_rate
βΆβ maximum_sensible_heating_capacity
β cooling_limit (Default: NoLimit)
βΆβ maximum_cooling_air_flow_rate
βΆβ maximum_total_cooling_capacity
β heating_availability_schedule_name
β cooling_availability_schedule_name
β dehumidification_control_type (Default: ConstantSensibleHeatRatio)
β cooling_sensible_heat_ratio (Default: 0.7)
β humidification_control_type (Default: None)
β design_specification_outdoor_air_object_name
β outdoor_air_inlet_node_name
β demand_controlled_ventilation_type (Default: None)
β outdoor_air_economizer_type (Default: NoEconomizer)
β heat_recovery_type (Default: None)
β sensible_heat_recovery_effectiveness (Default: 0.7)
β latent_heat_recovery_effectiveness (Default: 0.65)
β design_specification_zonehvac_sizing_object_name
ZoneHVAC:FourPipeFanCoilο
Four pipe fan coil system. Forced-convection hydronic heating-cooling unit with supply fan, hot water heating coil, chilled water cooling coil, and fixed-position outdoor air mixer.
β availability_schedule_name
π β capacity_control_method
π βΆβ maximum_supply_air_flow_rate
β low_speed_supply_air_flow_ratio (Default: 0.33)
β medium_speed_supply_air_flow_ratio (Default: 0.66)
π βΆβ maximum_outdoor_air_flow_rate
β outdoor_air_schedule_name
π β air_inlet_node_name
π β air_outlet_node_name
β outdoor_air_mixer_object_type
β outdoor_air_mixer_name
π β supply_air_fan_object_type
π β supply_air_fan_name
π β cooling_coil_object_type
π β cooling_coil_name
π βΆβ maximum_cold_water_flow_rate
β minimum_cold_water_flow_rate (Default: 0.0)
β cooling_convergence_tolerance (Default: 0.001)
π β heating_coil_object_type
π β heating_coil_name
π βΆβ maximum_hot_water_flow_rate
β minimum_hot_water_flow_rate (Default: 0.0)
β heating_convergence_tolerance (Default: 0.001)
β availability_manager_list_name
β design_specification_zonehvac_sizing_object_name
β supply_air_fan_operating_mode_schedule_name
βΆβ minimum_supply_air_temperature_in_cooling_mode (Default: Autosize)
βΆβ maximum_supply_air_temperature_in_heating_mode (Default: Autosize)
ZoneHVAC:WindowAirConditionerο
Window air conditioner. Forced-convection cooling-only unit with supply fan, direct expansion (DX) cooling coil, and fixed-position outdoor air mixer.
β availability_schedule_name
π βΆβ maximum_supply_air_flow_rate
π βΆβ maximum_outdoor_air_flow_rate
π β air_inlet_node_name
π β air_outlet_node_name
π β outdoor_air_mixer_object_type
π β outdoor_air_mixer_name
π β supply_air_fan_object_type
π β supply_air_fan_name
π β cooling_coil_object_type
π β dx_cooling_coil_name
β supply_air_fan_operating_mode_schedule_name
π β fan_placement
β cooling_convergence_tolerance (Default: 0.001)
β availability_manager_list_name
β design_specification_zonehvac_sizing_object_name
ZoneHVAC:PackagedTerminalAirConditionerο
Packaged terminal air conditioner (PTAC). Forced-convection heating-cooling unit with supply fan, direct expansion (DX) cooling coil, heating coil (gas, electric, hot water, or steam) and fixed-position outdoor air mixer.
β availability_schedule_name
π β air_inlet_node_name
π β air_outlet_node_name
β outdoor_air_mixer_object_type
β outdoor_air_mixer_name
π βΆβ cooling_supply_air_flow_rate
π βΆβ heating_supply_air_flow_rate
βΆβ no_load_supply_air_flow_rate
β no_load_supply_air_flow_rate_control_set_to_low_speed (Default: Yes)
π βΆβ cooling_outdoor_air_flow_rate
π βΆβ heating_outdoor_air_flow_rate
βΆβ no_load_outdoor_air_flow_rate
π β supply_air_fan_object_type
π β supply_air_fan_name
π β heating_coil_object_type
π β heating_coil_name
π β cooling_coil_object_type
π β cooling_coil_name
β fan_placement (Default: DrawThrough)
β supply_air_fan_operating_mode_schedule_name
β availability_manager_list_name
β design_specification_zonehvac_sizing_object_name
β capacity_control_method (Default: None)
βΆβ minimum_supply_air_temperature_in_cooling_mode (Default: Autosize)
βΆβ maximum_supply_air_temperature_in_heating_mode (Default: Autosize)
ZoneHVAC:PackagedTerminalHeatPumpο
Packaged terminal heat pump (PTHP). Forced-convection heating-cooling unit with supply fan, direct expansion (DX) cooling coil, DX heating coil (air-to-air heat pump), supplemental heating coil (gas, electric, hot water, or steam), and fixed-position outdoor air mixer.
β availability_schedule_name
π β air_inlet_node_name
π β air_outlet_node_name
β outdoor_air_mixer_object_type
β outdoor_air_mixer_name
π βΆβ cooling_supply_air_flow_rate
π βΆβ heating_supply_air_flow_rate
βΆβ no_load_supply_air_flow_rate
β no_load_supply_air_flow_rate_control_set_to_low_speed (Default: Yes)
π βΆβ cooling_outdoor_air_flow_rate
π βΆβ heating_outdoor_air_flow_rate
βΆβ no_load_outdoor_air_flow_rate
π β supply_air_fan_object_type
π β supply_air_fan_name
π β heating_coil_object_type
π β heating_coil_name
β heating_convergence_tolerance (Default: 0.001)
π β cooling_coil_object_type
π β cooling_coil_name
β cooling_convergence_tolerance (Default: 0.001)
π β supplemental_heating_coil_object_type
π β supplemental_heating_coil_name
π βΆβ maximum_supply_air_temperature_from_supplemental_heater
β maximum_outdoor_dry_bulb_temperature_for_supplemental_heater_operation (Default: 21.0)
β fan_placement (Default: DrawThrough)
β supply_air_fan_operating_mode_schedule_name
β availability_manager_list_name
β design_specification_zonehvac_sizing_object_name
β capacity_control_method (Default: None)
βΆβ minimum_supply_air_temperature_in_cooling_mode (Default: Autosize)
βΆβ maximum_supply_air_temperature_in_heating_mode (Default: Autosize)
ZoneHVAC:WaterToAirHeatPumpο
Water-to-air heat pump. Forced-convection heating-cooling unit with supply fan, water-to-air cooling and heating coils, supplemental heating coil (gas, electric, hot water, or steam), and fixed-position outdoor air mixer.
β availability_schedule_name
π β air_inlet_node_name
π β air_outlet_node_name
β outdoor_air_mixer_object_type
β outdoor_air_mixer_name
π βΆβ cooling_supply_air_flow_rate
π βΆβ heating_supply_air_flow_rate
βΆβ no_load_supply_air_flow_rate
β no_load_supply_air_flow_rate_control_set_to_low_speed (Default: Yes)
π βΆβ cooling_outdoor_air_flow_rate
π βΆβ heating_outdoor_air_flow_rate
βΆβ no_load_outdoor_air_flow_rate
π β supply_air_fan_object_type
π β supply_air_fan_name
π β heating_coil_object_type
π β heating_coil_name
π β cooling_coil_object_type
π β cooling_coil_name
π β supplemental_heating_coil_object_type
π β supplemental_heating_coil_name
βΆβ maximum_supply_air_temperature_from_supplemental_heater (Default: Autosize)
β maximum_outdoor_dry_bulb_temperature_for_supplemental_heater_operation (Default: 21.0)
β outdoor_dry_bulb_temperature_sensor_node_name
β fan_placement (Default: BlowThrough)
β supply_air_fan_operating_mode_schedule_name
β availability_manager_list_name
β heat_pump_coil_water_flow_mode (Default: Cycling)
β design_specification_zonehvac_sizing_object_name
β design_specification_multispeed_object_type
β design_specification_multispeed_object_name
ZoneHVAC:Dehumidifier:DXο
This object calculates the performance of zone (room) air dehumidifiers. Meant to model conventional direct expansion (DX) cooling-based room air dehumidifiers (reject 100% of condenser heat to the zone air), but this object might be able to be used to model other room air dehumidifier types.
β availability_schedule_name
π β air_inlet_node_name
π β air_outlet_node_name
π β rated_water_removal
π β rated_energy_factor
π β rated_air_flow_rate
π β water_removal_curve_name
π β energy_factor_curve_name
π β part_load_fraction_correlation_curve_name
β minimum_dry_bulb_temperature_for_dehumidifier_operation (Default: 10.0)
β maximum_dry_bulb_temperature_for_dehumidifier_operation (Default: 35.0)
β off_cycle_parasitic_electric_load (Default: 0.0)
β condensate_collection_water_storage_tank_name
ZoneHVAC:EnergyRecoveryVentilatorο
This compound component models a stand-alone energy recovery ventilator (ERV) that conditions outdoor ventilation air and supplies that air directly to a zone. The ERV unit is modeled as a collection of components: air-to-air heat exchanger, supply air fan, exhaust air fan and an optional controller to avoid overheating of the supply air (economizer or free cooling operation).
β availability_schedule_name
π β heat_exchanger_name
π βΆβ supply_air_flow_rate
π βΆβ exhaust_air_flow_rate
π β supply_air_fan_name
π β exhaust_air_fan_name
β controller_name
β ventilation_rate_per_unit_floor_area
β ventilation_rate_per_occupant
β availability_manager_list_name
ZoneHVAC:EnergyRecoveryVentilator:Controllerο
This controller is used exclusively by the ZoneHVAC:EnergyRecoveryVentilator object to allow economizer (free cooling) operation when possible.
β temperature_high_limit
β temperature_low_limit
β enthalpy_high_limit
β dewpoint_temperature_limit
β electronic_enthalpy_limit_curve_name
β exhaust_air_temperature_limit (Default: NoExhaustAirTemperatureLimit)
β exhaust_air_enthalpy_limit (Default: NoExhaustAirEnthalpyLimit)
β time_of_day_economizer_flow_control_schedule_name
β high_humidity_control_flag (Default: No)
β humidistat_control_zone_name
β high_humidity_outdoor_air_flow_ratio (Default: 1.0)
β control_high_indoor_humidity_based_on_outdoor_humidity_ratio (Default: Yes)
ZoneHVAC:UnitVentilatorο
Unit ventilator. Forced-convection ventilation unit with supply fan (constant-volume or variable-volume), optional chilled water cooling coil, optional heating coil (gas, electric, hot water, or steam) and controllable outdoor air mixer.
β availability_schedule_name
π βΆβ maximum_supply_air_flow_rate
π β outdoor_air_control_type
π βΆβ minimum_outdoor_air_flow_rate
π β minimum_outdoor_air_schedule_name
π βΆβ maximum_outdoor_air_flow_rate
π β maximum_outdoor_air_fraction_or_temperature_schedule_name
π β air_inlet_node_name
π β air_outlet_node_name
β outdoor_air_node_name
β exhaust_air_node_name
β mixed_air_node_name
π β supply_air_fan_object_type
π β supply_air_fan_name
π β coil_option
β supply_air_fan_operating_mode_schedule_name
β heating_coil_object_type
β heating_coil_name
β heating_convergence_tolerance (Default: 0.001)
β cooling_coil_object_type
β cooling_coil_name
β cooling_convergence_tolerance (Default: 0.001)
β availability_manager_list_name
β design_specification_zonehvac_sizing_object_name
ZoneHVAC:UnitHeaterο
Unit heater. Forced-convection heating-only unit with supply fan, heating coil (gas, electric, hot water, or steam) and fixed-position outdoor air mixer.
β availability_schedule_name
β air_inlet_node_name
β air_outlet_node_name
π β supply_air_fan_object_type
π β supply_air_fan_name
π βΆβ maximum_supply_air_flow_rate
π β heating_coil_object_type
π β heating_coil_name
β supply_air_fan_operating_mode_schedule_name
π β supply_air_fan_operation_during_no_heating
βΆβ maximum_hot_water_or_steam_flow_rate
β minimum_hot_water_or_steam_flow_rate (Default: 0.0)
β heating_convergence_tolerance (Default: 0.001)
β availability_manager_list_name
β design_specification_zonehvac_sizing_object_name
ZoneHVAC:EvaporativeCoolerUnitο
Zone evaporative cooler. Forced-convection cooling-only unit with supply fan, 100% outdoor air supply. Optional relief exhaust node
β availability_schedule_name
β availability_manager_list_name
π β outdoor_air_inlet_node_name
π β cooler_outlet_node_name
β zone_relief_air_node_name
π β supply_air_fan_object_type
π β supply_air_fan_name
π βΆβ design_supply_air_flow_rate
π β fan_placement
π β cooler_unit_control_method
β throttling_range_temperature_difference (Default: 1.0)
β cooling_load_control_threshold_heat_transfer_rate (Default: 100.0)
π β first_evaporative_cooler_object_type
π β first_evaporative_cooler_object_name
β second_evaporative_cooler_object_type
β second_evaporative_cooler_name
β design_specification_zonehvac_sizing_object_name
β shut_off_relative_humidity
ZoneHVAC:HybridUnitaryHVACο
Hybrid Unitary HVAC. A black box model for multi-mode packaged forced air equipment. Independent variables include outdoor air conditions and indoor air conditions. Controlled inputs include operating mode, supply air flow rate, and outdoor air faction. Empirical lookup tables are required to map supply air temperature supply air humidity, electricity use, fuel uses, water use, fan electricity use, and external static pressure as a function of each independent variable and each controlled input. In each timestep the model will choose one or more combinations of settings for mode, supply air flow rate, outdoor air faction, and part runtime fraction so as to satisfy zone requests for sensible cooling, heating, ventilation, and/or dehumidification with the least resource consumption. Equipment in this class may consume electricity, water, and up to two additional fuel types.
β availability_schedule_name
β availability_manager_list_name
β minimum_supply_air_temperature_schedule_name
β maximum_supply_air_temperature_schedule_name
β minimum_supply_air_humidity_ratio_schedule_name
β maximum_supply_air_humidity_ratio_schedule_name
β method_to_choose_controlled_inputs_and_part_runtime_fraction (Default: Automatic)
π β return_air_node_name
π β outdoor_air_node_name
π β supply_air_node_name
β relief_node_name
β system_maximum_supply_air_flow_rate
β external_static_pressure_at_system_maximum_supply_air_flow_rate
β fan_heat_included_in_lookup_tables (Default: No)
β fan_heat_gain_location (Default: SupplyAirStream)
β fan_heat_in_air_stream_fraction (Default: 1.0)
β scaling_factor (Default: 1.0)
β minimum_time_between_mode_change (Default: 10.0)
β first_fuel_type (Default: Electricity)
β second_fuel_type (Default: None)
β third_fuel_type (Default: None)
β objective_function_to_minimize (Default: Electricity Use)
β design_specification_outdoor_air_object_name
β mode_0_name
β mode_0_supply_air_temperature_lookup_table_name
β mode_0_supply_air_humidity_ratio_lookup_table_name
β mode_0_system_electric_power_lookup_table_name
β mode_0_supply_fan_electric_power_lookup_table_name
β mode_0_external_static_pressure_lookup_table_name
β mode_0_system_second_fuel_consumption_lookup_table_name
β mode_0_system_third_fuel_consumption_lookup_table_name
β mode_0_system_water_use_lookup_table_name
β mode_0_outdoor_air_fraction (Default: 0.0)
β mode_0_supply_air_mass_flow_rate_ratio (Default: 0.0)
Array of {β mode_name, β mode_supply_air_temperature_lookup_table_name, β mode_supply_air_humidity_ratio_lookup_table_name, β mode_system_electric_power_lookup_table_name, β mode_supply_fan_electric_power_lookup_table_name, β mode_external_static_pressure_lookup_table_name, β mode_system_second_fuel_consumption_lookup_table_name, β mode_system_third_fuel_consumption_lookup_table_name, β mode_system_water_use_lookup_table_name, β mode_minimum_outdoor_air_temperature, β mode_maximum_outdoor_air_temperature, β mode_minimum_outdoor_air_humidity_ratio, β mode_maximum_outdoor_air_humidity_ratio, β mode_minimum_outdoor_air_relative_humidity, β mode_maximum_outdoor_air_relative_humidity, β mode_minimum_return_air_temperature, β mode_maximum_return_air_temperature, β mode_minimum_return_air_humidity_ratio, β mode_maximum_return_air_humidity_ratio, β mode_minimum_return_air_relative_humidity, β mode_maximum_return_air_relative_humidity, β mode_minimum_outdoor_air_fraction, β mode_maximum_outdoor_air_fraction, β mode_minimum_supply_air_mass_flow_rate_ratio, β mode_maximum_supply_air_mass_flow_rate_ratio} modes
ZoneHVAC:OutdoorAirUnitο
The zone outdoor air unit models a single-zone dedicated outdoor air system (DOAS). Forced-convection 100% outdoor air unit with supply fan and optional equipment including exhaust fan, heating coil, cooling coil, and heat recovery.
β availability_schedule_name
π β zone_name
π βΆβ outdoor_air_flow_rate
π β outdoor_air_schedule_name
π β supply_fan_name
β supply_fan_placement (Default: DrawThrough)
β exhaust_fan_name
βΆβ exhaust_air_flow_rate
β exhaust_air_schedule_name
β unit_control_type (Default: NeutralControl)
β high_air_control_temperature_schedule_name
β low_air_control_temperature_schedule_name
π β outdoor_air_node_name
π β airoutlet_node_name
β airinlet_node_name
π β supply_fanoutlet_node_name
π β outdoor_air_unit_list_name
β availability_manager_list_name
ZoneHVAC:OutdoorAirUnit:EquipmentListο
Equipment list for components in a ZoneHVAC:OutdoorAirUnit. Components are simulated sequentially in the order given in the equipment list.
β component_1_object_type
β component_1_name
β component_2_object_type
β component_2_name
β component_3_object_type
β component_3_name
β component_4_object_type
β component_4_name
β component_5_object_type
β component_5_name
β component_6_object_type
β component_6_name
β component_7_object_type
β component_7_name
β component_8_object_type
β component_8_name
ZoneHVAC:TerminalUnit:VariableRefrigerantFlowο
A terminal unit with variable refrigerant flow (VRF) DX cooling and heating coils (air-to-air heat pump). The VRF terminal units are served by an AirConditioner:VariableRefrigerantFlow or AirConditioner:VariableRefrigerantFlow:FluidTemperatureControl:* system. Terminal units can be configured as zone, air loop or outside air system equipment.
β terminal_unit_availability_schedule
π β terminal_unit_air_inlet_node_name
π β terminal_unit_air_outlet_node_name
βΆβ cooling_supply_air_flow_rate
βΆβ no_cooling_supply_air_flow_rate
βΆβ heating_supply_air_flow_rate
βΆβ no_heating_supply_air_flow_rate
βΆβ cooling_outdoor_air_flow_rate
βΆβ heating_outdoor_air_flow_rate
βΆβ no_load_outdoor_air_flow_rate
β supply_air_fan_operating_mode_schedule_name
β supply_air_fan_placement (Default: BlowThrough)
β supply_air_fan_object_type (Default: Fan:ConstantVolume)
β supply_air_fan_object_name
β outside_air_mixer_object_type
β outside_air_mixer_object_name
β cooling_coil_object_type
β cooling_coil_object_name
β heating_coil_object_type
β heating_coil_object_name
β zone_terminal_unit_on_parasitic_electric_energy_use (Default: 0.0)
β zone_terminal_unit_off_parasitic_electric_energy_use (Default: 0.0)
β rated_heating_capacity_sizing_ratio (Default: 1.0)
β availability_manager_list_name
β design_specification_zonehvac_sizing_object_name
β supplemental_heating_coil_object_type
β supplemental_heating_coil_name
βΆβ maximum_supply_air_temperature_from_supplemental_heater (Default: Autosize)
β maximum_outdoor_dry_bulb_temperature_for_supplemental_heater_operation (Default: 21.0)
β controlling_zone_or_thermostat_location
β design_specification_multispeed_object_type
β design_specification_multispeed_object_name
ZoneHVAC:Baseboard:RadiantConvective:Water:Designο
β heating_design_capacity_method (Default: HeatingDesignCapacity)
β heating_design_capacity_per_floor_area
β fraction_of_autosized_heating_design_capacity (Default: 1.0)
β convergence_tolerance (Default: 0.001)
π β fraction_radiant
β fraction_of_radiant_energy_incident_on_people
ZoneHVAC:Baseboard:RadiantConvective:Waterο
The number of surfaces can be expanded beyond 100, if necessary, by adding more groups to the end of the list
β design_object
β availability_schedule_name
π β inlet_node_name
π β outlet_node_name
β rated_average_water_temperature (Default: 87.78)
β rated_water_mass_flow_rate (Default: 0.063)
βΆβ heating_design_capacity (Default: Autosize)
π βΆβ maximum_water_flow_rate
Array of {β surface_name, β fraction_of_radiant_energy_to_surface} surface_fractions
ZoneHVAC:Baseboard:RadiantConvective:Steam:Designο
β heating_design_capacity_method (Default: HeatingDesignCapacity)
β heating_design_capacity_per_floor_area
β fraction_of_autosized_heating_design_capacity (Default: 1.0)
β convergence_tolerance (Default: 0.001)
π β fraction_radiant
β fraction_of_radiant_energy_incident_on_people
ZoneHVAC:Baseboard:RadiantConvective:Steamο
The number of surfaces can be expanded beyond 100, if necessary, by adding more groups to the end of the list.
β design_object
β availability_schedule_name
π β inlet_node_name
π β outlet_node_name
βΆβ heating_design_capacity (Default: Autosize)
β degree_of_subcooling (Default: 5.0)
π βΆβ maximum_steam_flow_rate
Array of {β surface_name, β fraction_of_radiant_energy_to_surface} surface_fractions
ZoneHVAC:Baseboard:RadiantConvective:Electricο
The number of surfaces can be expanded beyond 100, if necessary, by adding more groups to the end of the list
β availability_schedule_name
β heating_design_capacity_method (Default: HeatingDesignCapacity)
βΆβ heating_design_capacity (Default: Autosize)
β heating_design_capacity_per_floor_area
β fraction_of_autosized_heating_design_capacity (Default: 1.0)
β efficiency (Default: 1.0)
π β fraction_radiant
β fraction_of_radiant_energy_incident_on_people
Array of {β surface_name, β fraction_of_radiant_energy_to_surface} surface_fractions
ZoneHVAC:CoolingPanel:RadiantConvective:Waterο
The number of surfaces can be expanded beyond 100, if necessary, by adding more groups to the end of the list
π β availability_schedule_name
π β water_inlet_node_name
π β water_outlet_node_name
β rated_inlet_water_temperature (Default: 5.0)
β rated_inlet_space_temperature (Default: 24.0)
β rated_water_mass_flow_rate (Default: 0.063)
β cooling_design_capacity_method (Default: CoolingDesignCapacity)
βΆβ cooling_design_capacity
β cooling_design_capacity_per_floor_area
β fraction_of_autosized_cooling_design_capacity
π βΆβ maximum_chilled_water_flow_rate
β control_type (Default: MeanAirTemperature)
β cooling_control_throttling_range (Default: 0.5)
β cooling_control_temperature_schedule_name
β condensation_control_type (Default: SimpleOff)
β condensation_control_dewpoint_offset (Default: 1.0)
π β fraction_radiant
β fraction_of_radiant_energy_incident_on_people
Array of {β surface_name, β fraction_of_radiant_energy_to_surface} surface_fractions
ZoneHVAC:Baseboard:Convective:Waterο
Hot water baseboard heater, convection-only. Natural convection hydronic heating unit.
β availability_schedule_name
π β inlet_node_name
π β outlet_node_name
β heating_design_capacity_method (Default: HeatingDesignCapacity)
βΆβ heating_design_capacity (Default: Autosize)
β heating_design_capacity_per_floor_area
β fraction_of_autosized_heating_design_capacity (Default: 1.0)
π βΆβ u_factor_times_area_value
π βΆβ maximum_water_flow_rate
β convergence_tolerance (Default: 0.001)
ZoneHVAC:Baseboard:Convective:Electricο
Electric baseboard heater, convection-only. Natural convection electric heating unit.
β availability_schedule_name
β heating_design_capacity_method (Default: HeatingDesignCapacity)
βΆβ heating_design_capacity (Default: Autosize)
β heating_design_capacity_per_floor_area
β fraction_of_autosized_heating_design_capacity (Default: 1.0)
β efficiency (Default: 1.0)
ZoneHVAC:LowTemperatureRadiant:VariableFlowο
Low temperature hydronic radiant heating and/or cooling system embedded in a building surface (wall, ceiling, or floor). Controlled by varying the hot or chilled water flow to the unit.
β design_object
β availability_schedule_name
β zone_name
β surface_name_or_radiant_surface_group_name
βΆβ hydronic_tubing_length (Default: Autosize)
βΆβ heating_design_capacity (Default: Autosize)
βΆβ maximum_hot_water_flow
β heating_water_inlet_node_name
β heating_water_outlet_node_name
βΆβ cooling_design_capacity
βΆβ maximum_cold_water_flow
β cooling_water_inlet_node_name
β cooling_water_outlet_node_name
β number_of_circuits (Default: OnePerSurface)
β circuit_length (Default: 106.7)
ZoneHVAC:LowTemperatureRadiant:VariableFlow:Designο
β fluid_to_radiant_surface_heat_transfer_model (Default: ConvectionOnly)
β hydronic_tubing_inside_diameter (Default: 0.013)
β hydronic_tubing_outside_diameter (Default: 0.016)
β hydronic_tubing_conductivity (Default: 0.35)
β temperature_control_type (Default: MeanAirTemperature)
β setpoint_control_type (Default: HalfFlowPower)
β heating_design_capacity_method (Default: HeatingDesignCapacity)
β heating_design_capacity_per_floor_area
β fraction_of_autosized_heating_design_capacity (Default: 1.0)
β heating_control_throttling_range (Default: 0.5)
β heating_control_temperature_schedule_name
β cooling_design_capacity_method (Default: CoolingDesignCapacity)
β cooling_design_capacity_per_floor_area
β fraction_of_autosized_cooling_design_capacity
β cooling_control_throttling_range (Default: 0.5)
β cooling_control_temperature_schedule_name
β condensation_control_type (Default: SimpleOff)
β condensation_control_dewpoint_offset (Default: 1.0)
β changeover_delay_time_period_schedule
ZoneHVAC:LowTemperatureRadiant:ConstantFlowο
Low temperature hydronic radiant heating and/or cooling system embedded in a building surface (wall, ceiling, or floor). Controlled by varying the hot or chilled water temperature circulating through the unit.
β design_object
β availability_schedule_name
β zone_name
β surface_name_or_radiant_surface_group_name
βΆβ hydronic_tubing_length (Default: Autosize)
βΆβ rated_flow_rate
β pump_flow_rate_schedule_name
β rated_pump_head (Default: 179352.0)
β rated_power_consumption
β heating_water_inlet_node_name
β heating_water_outlet_node_name
β heating_high_water_temperature_schedule_name
β heating_low_water_temperature_schedule_name
β heating_high_control_temperature_schedule_name
β heating_low_control_temperature_schedule_name
β cooling_water_inlet_node_name
β cooling_water_outlet_node_name
β cooling_high_water_temperature_schedule_name
β cooling_low_water_temperature_schedule_name
β cooling_high_control_temperature_schedule_name
β cooling_low_control_temperature_schedule_name
β number_of_circuits (Default: OnePerSurface)
β circuit_length (Default: 106.7)
ZoneHVAC:LowTemperatureRadiant:ConstantFlow:Designο
β fluid_to_radiant_surface_heat_transfer_model (Default: ConvectionOnly)
β hydronic_tubing_inside_diameter (Default: 0.013)
β hydronic_tubing_outside_diameter (Default: 0.016)
β hydronic_tubing_conductivity (Default: 0.35)
β temperature_control_type (Default: MeanAirTemperature)
β running_mean_outdoor_dry_bulb_temperature_weighting_factor (Default: 0.8)
β motor_efficiency (Default: 0.9)
β fraction_of_motor_inefficiencies_to_fluid_stream (Default: 0.0)
β condensation_control_type (Default: SimpleOff)
β condensation_control_dewpoint_offset (Default: 1.0)
β changeover_delay_time_period_schedule
ZoneHVAC:LowTemperatureRadiant:Electricο
Electric resistance low temperature radiant system
β availability_schedule_name
β zone_name
β surface_name_or_radiant_surface_group_name
β heating_design_capacity_method (Default: HeatingDesignCapacity)
βΆβ heating_design_capacity (Default: Autosize)
β heating_design_capacity_per_floor_area
β fraction_of_autosized_heating_design_capacity (Default: 1.0)
β temperature_control_type (Default: MeanAirTemperature)
β setpoint_control_type (Default: HalfFlowPower)
β heating_throttling_range (Default: 0.0)
π β heating_setpoint_temperature_schedule_name
ZoneHVAC:LowTemperatureRadiant:SurfaceGroupο
This is used to allow the coordinate control of several radiant system surfaces. Note that the following flow fractions must sum up to 1.0 The number of surfaces can be expanded beyond 100, if necessary, by adding more groups to the end of the list
Array of {π β surface_name, π β flow_fraction_for_surface} surface_fractions
ZoneHVAC:HighTemperatureRadiantο
The number of surfaces can be expanded beyond 100, if necessary, by adding more groups to the end of the list
β availability_schedule_name
π β zone_name
β heating_design_capacity_method (Default: HeatingDesignCapacity)
βΆβ heating_design_capacity (Default: Autosize)
β heating_design_capacity_per_floor_area
β fraction_of_autosized_heating_design_capacity (Default: 1.0)
π β fuel_type
β combustion_efficiency (Default: 0.9)
β fraction_of_input_converted_to_radiant_energy (Default: 0.7)
β fraction_of_input_converted_to_latent_energy (Default: 0.0)
β fraction_of_input_that_is_lost (Default: 0.0)
β temperature_control_type (Default: OperativeTemperature)
β heating_throttling_range (Default: 2.0)
β heating_setpoint_temperature_schedule_name
β fraction_of_radiant_energy_incident_on_people
Array of {β surface_name, β fraction_of_radiant_energy_to_surface} surface_fractions
ZoneHVAC:VentilatedSlabο
Ventilated slab system where outdoor air flows through hollow cores in a building surface (wall, ceiling, or floor).
β availability_schedule_name
π β zone_name
β surface_name_or_radiant_surface_group_name
π βΆβ maximum_air_flow_rate
π β outdoor_air_control_type
π βΆβ minimum_outdoor_air_flow_rate
π β minimum_outdoor_air_schedule_name
π βΆβ maximum_outdoor_air_flow_rate
π β maximum_outdoor_air_fraction_or_temperature_schedule_name
β system_configuration_type (Default: SlabOnly)
β hollow_core_inside_diameter (Default: 0.05)
β hollow_core_length
β number_of_cores
β temperature_control_type (Default: OutdoorDryBulbTemperature)
π β heating_high_air_temperature_schedule_name
π β heating_low_air_temperature_schedule_name
π β heating_high_control_temperature_schedule_name
π β heating_low_control_temperature_schedule_name
π β cooling_high_air_temperature_schedule_name
π β cooling_low_air_temperature_schedule_name
π β cooling_high_control_temperature_schedule_name
π β cooling_low_control_temperature_schedule_name
π β return_air_node_name
π β slab_in_node_name
β zone_supply_air_node_name
π β outdoor_air_node_name
π β relief_air_node_name
π β outdoor_air_mixer_outlet_node_name
π β fan_outlet_node_name
π β fan_name
π β coil_option_type
β heating_coil_object_type
β heating_coil_name
β hot_water_or_steam_inlet_node_name
β cooling_coil_object_type
β cooling_coil_name
β cold_water_inlet_node_name
β availability_manager_list_name
β design_specification_zonehvac_sizing_object_name
ZoneHVAC:VentilatedSlab:SlabGroupο
This is used to allow the coordinate control of several ventilated slab system surfaces. Note that the flow fractions must sum up to 1.0. The number of surfaces can be expanded beyond 10, if necessary, by adding more groups to the end of the list
Array of {π β zone_name, π β surface_name, π β core_diameter_for_surface, π β core_length_for_surface, π β core_numbers_for_surface, π β slab_inlet_node_name_for_surface, π β slab_outlet_node_name_for_surface} data
AirTerminal:SingleDuct:ConstantVolume:Reheatο
Central air system terminal unit, single duct, constant volume, with reheat coil (hot water, electric, gas, or steam).
β availability_schedule_name
π β air_outlet_node_name
π β air_inlet_node_name
π βΆβ maximum_air_flow_rate
π β reheat_coil_object_type
π β reheat_coil_name
βΆβ maximum_hot_water_or_steam_flow_rate
β minimum_hot_water_or_steam_flow_rate (Default: 0.0)
β convergence_tolerance (Default: 0.001)
β maximum_reheat_air_temperature
AirTerminal:SingleDuct:ConstantVolume:NoReheatο
Central air system terminal unit, single duct, constant volume, without reheat coil
β availability_schedule_name
π β air_inlet_node_name
π β air_outlet_node_name
π βΆβ maximum_air_flow_rate
β design_specification_outdoor_air_object_name
β per_person_ventilation_rate_mode (Default: CurrentOccupancy)
AirTerminal:SingleDuct:VAV:NoReheatο
Central air system terminal unit, single duct, variable volume, with no reheat coil.
β availability_schedule_name
π β air_outlet_node_name
π β air_inlet_node_name
π βΆβ maximum_air_flow_rate
β zone_minimum_air_flow_input_method (Default: Constant)
βΆβ constant_minimum_air_flow_fraction (Default: Autosize)
βΆβ fixed_minimum_air_flow_rate (Default: Autosize)
β minimum_air_flow_fraction_schedule_name
β design_specification_outdoor_air_object_name
β minimum_air_flow_turndown_schedule_name
AirTerminal:SingleDuct:VAV:Reheatο
Central air system terminal unit, single duct, variable volume, with reheat coil (hot water, electric, gas, or steam).
β availability_schedule_name
π β damper_air_outlet_node_name
π β air_inlet_node_name
π βΆβ maximum_air_flow_rate
β zone_minimum_air_flow_input_method (Default: Constant)
βΆβ constant_minimum_air_flow_fraction (Default: Autosize)
βΆβ fixed_minimum_air_flow_rate (Default: Autosize)
β minimum_air_flow_fraction_schedule_name
π β reheat_coil_object_type
π β reheat_coil_name
βΆβ maximum_hot_water_or_steam_flow_rate
β minimum_hot_water_or_steam_flow_rate (Default: 0.0)
π β air_outlet_node_name
β convergence_tolerance (Default: 0.001)
β damper_heating_action (Default: ReverseWithLimits)
βΆβ maximum_flow_per_zone_floor_area_during_reheat (Default: Autosize)
βΆβ maximum_flow_fraction_during_reheat (Default: Autosize)
β maximum_reheat_air_temperature
β design_specification_outdoor_air_object_name
β minimum_air_flow_turndown_schedule_name
AirTerminal:SingleDuct:VAV:Reheat:VariableSpeedFanο
Central air system terminal unit, single duct, variable volume, with reheat coil (hot water, electric, gas, or steam) and variable-speed fan. These units are usually employed in underfloor air distribution (UFAD) systems where the air is supplied at low static pressure through an underfloor plenum. The fan is used to control the flow of conditioned air that enters the space.
β availability_schedule_name
π βΆβ maximum_cooling_air_flow_rate
π βΆβ maximum_heating_air_flow_rate
π β zone_minimum_air_flow_fraction
β air_inlet_node_name
β air_outlet_node_name
π β fan_object_type
π β fan_name
π β heating_coil_object_type
π β heating_coil_name
βΆβ maximum_hot_water_or_steam_flow_rate
β minimum_hot_water_or_steam_flow_rate (Default: 0.0)
β heating_convergence_tolerance (Default: 0.001)
β minimum_air_flow_turndown_schedule_name
AirTerminal:SingleDuct:VAV:HeatAndCool:NoReheatο
Central air system terminal unit, single duct, variable volume for both cooling and heating, with no reheat coil.
β availability_schedule_name
π β air_outlet_node_name
π β air_inlet_node_name
π βΆβ maximum_air_flow_rate
π β zone_minimum_air_flow_fraction
β minimum_air_flow_turndown_schedule_name
AirTerminal:SingleDuct:VAV:HeatAndCool:Reheatο
Central air system terminal unit, single duct, variable volume for both cooling and heating, with reheat coil (hot water, electric, gas, or steam).
β availability_schedule_name
π β damper_air_outlet_node_name
π β air_inlet_node_name
π βΆβ maximum_air_flow_rate
π β zone_minimum_air_flow_fraction
π β reheat_coil_object_type
π β reheat_coil_name
βΆβ maximum_hot_water_or_steam_flow_rate
β minimum_hot_water_or_steam_flow_rate (Default: 0.0)
π β air_outlet_node_name
β convergence_tolerance (Default: 0.001)
β maximum_reheat_air_temperature
β minimum_air_flow_turndown_schedule_name
AirTerminal:SingleDuct:SeriesPIU:Reheatο
Central air system terminal unit, single duct, variable volume, series powered induction unit (PIU), with reheat coil (hot water, electric, gas, or steam).
β availability_schedule_name
π βΆβ maximum_air_flow_rate
π βΆβ maximum_primary_air_flow_rate
π βΆβ minimum_primary_air_flow_fraction
β supply_air_inlet_node_name
β secondary_air_inlet_node_name
β outlet_node_name
β reheat_coil_air_inlet_node_name
β zone_mixer_name
β fan_name
π β reheat_coil_object_type
π β reheat_coil_name
βΆβ maximum_hot_water_or_steam_flow_rate
β minimum_hot_water_or_steam_flow_rate (Default: 0.0)
β convergence_tolerance (Default: 0.001)
β fan_control_type (Default: ConstantSpeed)
β minimum_fan_turn_down_ratio (Default: 0.3)
β heating_control_type
β design_heating_discharge_air_temperature (Default: 32.1)
β high_limit_heating_discharge_air_temperature (Default: 37.7)
AirTerminal:SingleDuct:ParallelPIU:Reheatο
Central air system terminal unit, single duct, variable volume, parallel powered induction unit (PIU), with reheat coil (hot water, electric, gas, or steam).
β availability_schedule_name
π βΆβ maximum_primary_air_flow_rate
π βΆβ maximum_secondary_air_flow_rate
π βΆβ minimum_primary_air_flow_fraction
π βΆβ fan_on_flow_fraction
β supply_air_inlet_node_name
β secondary_air_inlet_node_name
β outlet_node_name
β reheat_coil_air_inlet_node_name
β zone_mixer_name
β fan_name
π β reheat_coil_object_type
π β reheat_coil_name
βΆβ maximum_hot_water_or_steam_flow_rate
β minimum_hot_water_or_steam_flow_rate (Default: 0.0)
β convergence_tolerance (Default: 0.001)
β fan_control_type (Default: ConstantSpeed)
β minimum_fan_turn_down_ratio (Default: 0.3)
β heating_control_type
β design_heating_discharge_air_temperature (Default: 32.1)
β high_limit_heating_discharge_air_temperature (Default: 37.7)
AirTerminal:SingleDuct:ConstantVolume:FourPipeInductionο
Central air system terminal unit, single duct, variable volume, induction unit with hot water reheat coil and chilled water recool coil.
β availability_schedule_name
π βΆβ maximum_total_air_flow_rate
β induction_ratio (Default: 2.5)
π β supply_air_inlet_node_name
π β induced_air_inlet_node_name
π β air_outlet_node_name
π β heating_coil_object_type
π β heating_coil_name
βΆβ maximum_hot_water_flow_rate
β minimum_hot_water_flow_rate (Default: 0.0)
β heating_convergence_tolerance (Default: 0.001)
β cooling_coil_object_type
β cooling_coil_name
βΆβ maximum_cold_water_flow_rate
β minimum_cold_water_flow_rate (Default: 0.0)
β cooling_convergence_tolerance (Default: 0.001)
π β zone_mixer_name
AirTerminal:SingleDuct:ConstantVolume:FourPipeBeamο
Central air system terminal unit, single duct, constant volume, with heating and/or cooling. Operates as two-pipe unit if heating or cooling water is omitted. Heating and/or cooling can be scheduled off for dedicated ventilation.
β primary_air_availability_schedule_name
β cooling_availability_schedule_name
β heating_availability_schedule_name
π β primary_air_inlet_node_name
π β primary_air_outlet_node_name
β chilled_water_inlet_node_name
β chilled_water_outlet_node_name
β hot_water_inlet_node_name
β hot_water_outlet_node_name
βΆβ design_primary_air_volume_flow_rate (Default: Autosize)
βΆβ design_chilled_water_volume_flow_rate (Default: Autosize)
βΆβ design_hot_water_volume_flow_rate (Default: Autosize)
βΆβ zone_total_beam_length (Default: Autosize)
β rated_primary_air_flow_rate_per_beam_length (Default: 0.035)
β beam_rated_cooling_capacity_per_beam_length (Default: 600.0)
β beam_rated_cooling_room_air_chilled_water_temperature_difference (Default: 10.0)
β beam_rated_chilled_water_volume_flow_rate_per_beam_length (Default: 5e-05)
β beam_cooling_capacity_temperature_difference_modification_factor_curve_name
β beam_cooling_capacity_air_flow_modification_factor_curve_name
β beam_cooling_capacity_chilled_water_flow_modification_factor_curve_name
β beam_rated_heating_capacity_per_beam_length (Default: 1500.0)
β beam_rated_heating_room_air_hot_water_temperature_difference (Default: 27.8)
β beam_rated_hot_water_volume_flow_rate_per_beam_length (Default: 5e-05)
β beam_heating_capacity_temperature_difference_modification_factor_curve_name
β beam_heating_capacity_air_flow_modification_factor_curve_name
β beam_heating_capacity_hot_water_flow_modification_factor_curve_name
AirTerminal:SingleDuct:ConstantVolume:CooledBeamο
Central air system terminal unit, single duct, constant volume, with cooled beam (active or passive).
β availability_schedule_name
π β cooled_beam_type
π β supply_air_inlet_node_name
π β supply_air_outlet_node_name
π β chilled_water_inlet_node_name
π β chilled_water_outlet_node_name
βΆβ supply_air_volumetric_flow_rate (Default: Autosize)
βΆβ maximum_total_chilled_water_volumetric_flow_rate (Default: Autosize)
βΆβΎ number_of_beams (Default: Autosize)
βΆβ beam_length (Default: Autosize)
β design_inlet_water_temperature (Default: 15.0)
β design_outlet_water_temperature (Default: 17.0)
β coil_surface_area_per_coil_length (Default: 5.422)
β model_parameter_a (Default: 15.3)
β model_parameter_n1 (Default: 0.0)
β model_parameter_n2 (Default: 0.84)
β model_parameter_n3 (Default: 0.12)
β model_parameter_a0 (Default: 0.171)
β model_parameter_k1 (Default: 0.0057)
β model_parameter_n (Default: 0.4)
βΆβ coefficient_of_induction_kin (Default: Autocalculate)
β leaving_pipe_inside_diameter (Default: 0.0145)
AirTerminal:SingleDuct:Mixerο
The mixer air terminal unit provides a means of supplying central system air to the air inlet or outlet side of a zoneHVAC equipment such as a four pipe fan coil unit. Normally the central air would be ventilation air from a dedicated outdoor air system (DOAS).
π β zonehvac_unit_object_type
π β zonehvac_unit_object_name
π β mixer_outlet_node_name
π β mixer_primary_air_inlet_node_name
π β mixer_secondary_air_inlet_node_name
π β mixer_connection_type
β design_specification_outdoor_air_object_name
β per_person_ventilation_rate_mode (Default: CurrentOccupancy)
AirTerminal:DualDuct:ConstantVolumeο
Central air system terminal unit, dual duct, constant volume.
β availability_schedule_name
π β air_outlet_node_name
π β hot_air_inlet_node_name
π β cold_air_inlet_node_name
π βΆβ maximum_air_flow_rate
AirTerminal:DualDuct:VAVο
Central air system terminal unit, dual duct, variable volume.
β availability_schedule_name
π β air_outlet_node_name
π β hot_air_inlet_node_name
π β cold_air_inlet_node_name
π βΆβ maximum_damper_air_flow_rate
β zone_minimum_air_flow_fraction (Default: 0.2)
β design_specification_outdoor_air_object_name
β minimum_air_flow_turndown_schedule_name
AirTerminal:DualDuct:VAV:OutdoorAirο
Central air system terminal unit, dual duct, variable volume with special controls. One VAV duct is controlled to supply ventilation air and the other VAV duct is controlled to meet the zone cooling load.
β availability_schedule_name
π β air_outlet_node_name
π β outdoor_air_inlet_node_name
β recirculated_air_inlet_node_name
π βΆβ maximum_terminal_air_flow_rate
π β design_specification_outdoor_air_object_name
β per_person_ventilation_rate_mode
ZoneHVAC:AirDistributionUnitο
Central air system air distribution unit, serves as a wrapper for a specific type of air terminal unit. This object is referenced in a ZoneHVAC:EquipmentList.
π β air_distribution_unit_outlet_node_name
π β air_terminal_object_type
π β air_terminal_name
β nominal_upstream_leakage_fraction (Default: 0.0)
β constant_downstream_leakage_fraction (Default: 0.0)
β design_specification_air_terminal_sizing_object_name
ZoneHVAC:ExhaustControlο
Defines a controlled exhaust flow from a zone which finally feeds into one of AirLoopHVAC:ZoneMixerβs inlets, which are part of an AirLoopHVAC:ExhaustSystem.
β availability_schedule_name
π β zone_name
π β inlet_node_name
π β outlet_node_name
βΆβ design_exhaust_flow_rate (Default: Autosize)
β flow_control_type (Default: Scheduled)
β exhaust_flow_fraction_schedule_name
β supply_node_or_nodelist_name
β minimum_zone_temperature_limit_schedule_name
β minimum_exhaust_flow_fraction_schedule_name
β balanced_exhaust_fraction_schedule_name
ZoneHVAC:EquipmentListο
List equipment in simulation order. Note that an ZoneHVAC:AirDistributionUnit object must be listed in this statement if there is a forced air system serving the zone from the air loop. Equipment is simulated in the order specified by Zone Equipment Cooling Sequence and Zone Equipment Heating or No-Load Sequence, depending on the thermostat request. For equipment of similar type, assign sequence 1 to the first system intended to serve that type of load. For situations where one or more equipment types has limited capacity or limited control, order the sequence so that the most controllable piece of equipment runs last. For example, with a dedicated outdoor air system (DOAS), the air terminal for the DOAS should be assigned Heating Sequence = 1 and Cooling Sequence = 1. Any other equipment should be assigned sequence 2 or higher so that it will see the net load after the DOAS air is added to the zone.
β load_distribution_scheme (Default: SequentialLoad)
Array of {π β zone_equipment_object_type, π β zone_equipment_name, π βΎ zone_equipment_cooling_sequence, π βΎ zone_equipment_heating_or_no_load_sequence, β zone_equipment_sequential_cooling_fraction_schedule_name, β zone_equipment_sequential_heating_fraction_schedule_name} equipment
ZoneHVAC:EquipmentConnectionsο
Specifies the HVAC equipment connections for a zone. Node names are specified for the zone air node, air inlet nodes, air exhaust nodes, and the air return node. A zone equipment list is referenced which lists all HVAC equipment connected to the zone.
π β zone_name
π β zone_conditioning_equipment_list_name
β zone_air_inlet_node_or_nodelist_name
β zone_air_exhaust_node_or_nodelist_name
π β zone_air_node_name
β zone_return_air_node_or_nodelist_name
β zone_return_air_node_1_flow_rate_fraction_schedule_name
β zone_return_air_node_1_flow_rate_basis_node_or_nodelist_name
SpaceHVAC:EquipmentConnectionsο
Specifies the HVAC equipment connections for a space. Node names are specified for the space air node, air inlet nodes, air exhaust nodes, and the air return node. If any space in a zone has a SpaceHVAC:EquipmentConnections object, then all spaces in the zone must have one. Used only when ZoneAirHeatBalanceAlgorithm βDo Space Heat Balance for Sizingβis Yes.
π β space_name
β space_air_inlet_node_or_nodelist_name
β space_air_exhaust_node_or_nodelist_name
π β space_air_node_name
β space_return_air_node_or_nodelist_name
β space_return_air_node_1_flow_rate_fraction_schedule_name
β space_return_air_node_1_flow_rate_basis_node_or_nodelist_name
SpaceHVAC:ZoneEquipmentSplitterο
Distributes the output from a piece of zone equipment to one or more Spaces in the Zone. If any equipment in a zone has a SpaceHVAC:ZoneEquipmentSplitter, then all equipment in the zone must have one. except Fan:ZoneExhaust. All spaces in the zone must also have a SpaceHVAC:EquipmentConnections object. Used only when ZoneAirHeatBalanceAlgorithm βDo Space Heat Balance for Sizingβ = Yes.
π β zone_name
π β zone_equipment_object_type
π β zone_equipment_name
β zone_equipment_outlet_node_name
β thermostat_control_method (Default: SingleSpace)
β control_space_name
β space_fraction_method (Default: DesignCoolingLoad)
Array of {π β space_name, space_fraction, β space_supply_node_name} spaces
SpaceHVAC:ZoneEquipmentMixerο
Mixes the airflow from one or more Spaces into a piece of zone equipment. All spaces in the zone must also have a SpaceHVAC:EquipmentConnections object. Used only when ZoneAirHeatBalanceAlgorithm βDo Space Heat Balance for Sizingβ = Yes.
π β zone_name
π β zone_equipment_inlet_node_name
β space_fraction_method (Default: DesignCoolingLoad)
Array of {π β space_name, space_fraction, π β space_node_name} spaces
SpaceHVAC:ZoneReturnMixerο
Mixes the return airflow from one or more Spaces into a zone return node. All spaces in the zone must also have a SpaceHVAC:EquipmentConnections object. Used only when ZoneAirHeatBalanceAlgorithm βDo Space Heat Balance for Sizingβ = Yes.
π β zone_name
π β zone_return_air_node_name
Array of {π β space_name, π β space_return_air_node_name} spaces
Fan:SystemModelο
Versatile simple fan that can be used in variable air volume, constant volume, on-off cycling, two-speed or multi-speed applications. Performance at different flow rates, or speed levels, is determined using separate performance curve or table or prescribed power fractions at discrete speed levels for two-speed or multi-speed fans.
β availability_schedule_name
π β air_inlet_node_name
π β air_outlet_node_name
π βΆβ design_maximum_air_flow_rate
β speed_control_method (Default: Discrete)
β electric_power_minimum_flow_rate_fraction (Default: 0.2)
π β design_pressure_rise
β motor_efficiency (Default: 0.9)
β motor_in_air_stream_fraction (Default: 1.0)
βΆβ design_electric_power_consumption (Default: Autosize)
β design_power_sizing_method (Default: PowerPerFlowPerPressure)
β electric_power_per_unit_flow_rate
β electric_power_per_unit_flow_rate_per_unit_pressure (Default: 1.66667)
β fan_total_efficiency (Default: 0.7)
β electric_power_function_of_flow_fraction_curve_name
β night_ventilation_mode_pressure_rise
β night_ventilation_mode_flow_fraction
β motor_loss_zone_name
β motor_loss_radiative_fraction
β end_use_subcategory (Default: General)
βΎ number_of_speeds (Default: 1)
Array of {β speed_flow_fraction, β speed_electric_power_fraction} speed_fractions
Fan:ConstantVolumeο
Constant volume fan that is intended to operate continuously based on a time schedule. This fan will not cycle on and off based on cooling/heating load or other control signals.
β availability_schedule_name
β fan_total_efficiency (Default: 0.7)
π β pressure_rise
βΆβ maximum_flow_rate
β motor_efficiency (Default: 0.9)
β motor_in_airstream_fraction (Default: 1.0)
π β air_inlet_node_name
π β air_outlet_node_name
β end_use_subcategory (Default: General)
Fan:VariableVolumeο
Variable air volume fan where the electric power input varies according to a performance curve as a function of flow fraction.
β availability_schedule_name
β fan_total_efficiency (Default: 0.7)
π β pressure_rise
βΆβ maximum_flow_rate
β fan_power_minimum_flow_rate_input_method (Default: Fraction)
β fan_power_minimum_flow_fraction (Default: 0.25)
β fan_power_minimum_air_flow_rate
β motor_efficiency (Default: 0.9)
β motor_in_airstream_fraction (Default: 1.0)
β fan_power_coefficient_1
β fan_power_coefficient_2
β fan_power_coefficient_3
β fan_power_coefficient_4
β fan_power_coefficient_5
π β air_inlet_node_name
π β air_outlet_node_name
β end_use_subcategory (Default: General)
Fan:OnOffο
Constant volume fan that is intended to cycle on and off based on cooling/heating load or other control signals. This fan can also operate continuously like Fan:ConstantVolume.
β availability_schedule_name
β fan_total_efficiency (Default: 0.6)
π β pressure_rise
βΆβ maximum_flow_rate
β motor_efficiency (Default: 0.8)
β motor_in_airstream_fraction (Default: 1.0)
π β air_inlet_node_name
π β air_outlet_node_name
β fan_power_ratio_function_of_speed_ratio_curve_name
β fan_efficiency_ratio_function_of_speed_ratio_curve_name
β end_use_subcategory (Default: General)
Fan:ZoneExhaustο
Models a fan that exhausts air from a zone.
β availability_schedule_name
β fan_total_efficiency (Default: 0.6)
π β pressure_rise
β maximum_flow_rate
π β air_inlet_node_name
π β air_outlet_node_name
β end_use_subcategory (Default: General)
β flow_fraction_schedule_name
β system_availability_manager_coupling_mode (Default: Coupled)
β minimum_zone_temperature_limit_schedule_name
β balanced_exhaust_fraction_schedule_name
FanPerformance:NightVentilationο
Specifies an alternate set of performance parameters for a fan. These alternate parameters are used when a system manager (such as AvailabilityManager:NightVentilation) sets a specified flow rate. May be used with Fan:ConstantVolume, Fan:VariableVolume and Fan:ComponentModel. If the fan model senses that a fixed flow rate has been set, it will use these alternate performance parameters. It is assumed that the fan will run at a fixed speed in the alternate mode.
π β fan_name
π β fan_total_efficiency
π β pressure_rise
βΆβ maximum_flow_rate
π β motor_efficiency
β motor_in_airstream_fraction (Default: 1.0)
Fan:ComponentModelο
A detailed fan type for constant-air-volume (CAV) and variable-air-volume (VAV) systems. It includes inputs that describe the air-distribution system as well as the fan, drive belt (if used), motor, and variable-frequency-drive (if used).
π β air_inlet_node_name
π β air_outlet_node_name
β availability_schedule_name
βΆβ maximum_flow_rate
βΆβ minimum_flow_rate
β fan_sizing_factor (Default: 1.0)
π β fan_wheel_diameter
π β fan_outlet_area
π β maximum_fan_static_efficiency
π β euler_number_at_maximum_fan_static_efficiency
π β maximum_dimensionless_fan_airflow
βΆβ motor_fan_pulley_ratio (Default: 1.0)
π βΆβ belt_maximum_torque
β belt_sizing_factor (Default: 1.0)
β belt_fractional_torque_transition (Default: 0.167)
π β motor_maximum_speed
π βΆβ maximum_motor_output_power
β motor_sizing_factor (Default: 1.0)
β motor_in_airstream_fraction (Default: 1.0)
β vfd_efficiency_type
π βΆβ maximum_vfd_output_power
β vfd_sizing_factor (Default: 1.0)
π β fan_pressure_rise_curve_name
π β duct_static_pressure_reset_curve_name
π β normalized_fan_static_efficiency_curve_name_non_stall_region
π β normalized_fan_static_efficiency_curve_name_stall_region
π β normalized_dimensionless_airflow_curve_name_non_stall_region
π β normalized_dimensionless_airflow_curve_name_stall_region
β maximum_belt_efficiency_curve_name
β normalized_belt_efficiency_curve_name_region_1
β normalized_belt_efficiency_curve_name_region_2
β normalized_belt_efficiency_curve_name_region_3
β maximum_motor_efficiency_curve_name
β normalized_motor_efficiency_curve_name
β vfd_efficiency_curve_name
β end_use_subcategory (Default: General)
Coil:Cooling:Waterο
Chilled water cooling coil, NTU-effectiveness model, with inputs for design entering and leaving conditions.
β availability_schedule_name
βΆβ design_water_flow_rate (Default: Autosize)
βΆβ design_air_flow_rate (Default: Autosize)
βΆβ design_inlet_water_temperature (Default: Autosize)
βΆβ design_inlet_air_temperature (Default: Autosize)
βΆβ design_outlet_air_temperature (Default: Autosize)
βΆβ design_inlet_air_humidity_ratio (Default: Autosize)
βΆβ design_outlet_air_humidity_ratio (Default: Autosize)
π β water_inlet_node_name
π β water_outlet_node_name
π β air_inlet_node_name
π β air_outlet_node_name
β type_of_analysis (Default: SimpleAnalysis)
β heat_exchanger_configuration (Default: CounterFlow)
β condensate_collection_water_storage_tank_name
β design_water_temperature_difference
Coil:Cooling:Water:DetailedGeometryο
Chilled water cooling coil, detailed flat fin coil model for continuous plate fins, with inputs for detailed coil geometry specifications.
β availability_schedule_name
βΆβ maximum_water_flow_rate (Default: Autosize)
βΆβ tube_outside_surface_area (Default: Autosize)
βΆβ total_tube_inside_area (Default: Autosize)
βΆβ fin_surface_area (Default: Autosize)
βΆβ minimum_airflow_area (Default: Autosize)
βΆβ coil_depth (Default: Autosize)
βΆβ fin_diameter (Default: Autosize)
β fin_thickness (Default: 0.0015)
β tube_inside_diameter (Default: 0.01445)
β tube_outside_diameter (Default: 0.0159)
β tube_thermal_conductivity (Default: 386.0)
β fin_thermal_conductivity (Default: 204.0)
β fin_spacing (Default: 0.0018)
β tube_depth_spacing (Default: 0.026)
β number_of_tube_rows (Default: 4.0)
βΆβ number_of_tubes_per_row (Default: Autosize)
π β water_inlet_node_name
π β water_outlet_node_name
π β air_inlet_node_name
π β air_outlet_node_name
β condensate_collection_water_storage_tank_name
β design_water_temperature_difference
βΆβ design_inlet_water_temperature (Default: Autosize)
CoilSystem:Cooling:Waterο
Virtual container component that consists of a water cooling coil and its associated controls. This control object supports the available water coil types and may be placed directly on an air loop branch or in an outdoor air equipment list.
π β air_inlet_node_name
π β air_outlet_node_name
β availability_schedule_name
π β cooling_coil_object_type
π β cooling_coil_name
β dehumidification_control_type (Default: None)
β run_on_sensible_load (Default: Yes)
β run_on_latent_load (Default: No)
β minimum_air_to_water_temperature_offset (Default: 0.0)
β economizer_lockout (Default: Yes)
β minimum_water_loop_temperature_for_heat_recovery (Default: 0.0)
β companion_coil_used_for_heat_recovery
Coil:Cooling:DXο
New general DX cooling coil supporting on or more speeds and one or or operating modes. Includes DX evaporator coil, compressor, and condenser. Object is currently only supported by the AIRLOOPHVAC:UNITARYSYSTEM object. Remaining Coil:Cooling:DX* objects will be deprecated at a future date, after which, this object will replace all other Coil:Cooling:DX* objects.
π β evaporator_inlet_node_name
π β evaporator_outlet_node_name
β availability_schedule_name
β condenser_zone_name
π β condenser_inlet_node_name
π β condenser_outlet_node_name
π β performance_object_name
β condensate_collection_water_storage_tank_name
β evaporative_condenser_supply_water_storage_tank_name
Coil:Cooling:DX:CurveFit:Performanceο
DX cooling coil performance specification referencing one or more operating modes. Mode 1 is always the base design operating mode. Additional modes are optional states such as subcool reheat for humidity control.
β crankcase_heater_capacity (Default: 0.0)
β crankcase_heater_capacity_function_of_temperature_curve_name
β minimum_outdoor_dry_bulb_temperature_for_compressor_operation (Default: -25.0)
β maximum_outdoor_dry_bulb_temperature_for_crankcase_heater_operation (Default: 10.0)
β unit_internal_static_air_pressure
β capacity_control_method (Default: Discrete)
β evaporative_condenser_basin_heater_capacity (Default: 0.0)
β evaporative_condenser_basin_heater_setpoint_temperature (Default: 2.0)
β evaporative_condenser_basin_heater_operating_schedule_name
β compressor_fuel_type (Default: Electricity)
π β base_operating_mode
β alternative_operating_mode_1
β alternative_operating_mode_2
Coil:Cooling:DX:CurveFit:OperatingModeο
DX cooling coil performance for a single operating mode which may have one or more speeds.
βΆβ rated_gross_total_cooling_capacity (Default: Autosize)
βΆβ rated_evaporator_air_flow_rate
βΆβ rated_condenser_air_flow_rate
β maximum_cycling_rate (Default: 0.0)
β ratio_of_initial_moisture_evaporation_rate_and_steady_state_latent_capacity (Default: 0.0)
β latent_capacity_time_constant (Default: 0.0)
β nominal_time_for_condensate_removal_to_begin (Default: 0.0)
β apply_latent_degradation_to_speeds_greater_than_1 (Default: No)
β condenser_type (Default: AirCooled)
βΆβ nominal_evaporative_condenser_pump_power (Default: 0.0)
βΎ nominal_speed_number
π β speed_1_name
β speed_2_name
β speed_3_name
β speed_4_name
β speed_5_name
β speed_6_name
β speed_7_name
β speed_8_name
β speed_9_name
β speed_10_name
Coil:Cooling:DX:CurveFit:Speedο
DX cooling coil performance for a single speed within a single operating mode.
π β gross_total_cooling_capacity_fraction
π β evaporator_air_flow_rate_fraction
β condenser_air_flow_rate_fraction
βΆβ gross_sensible_heat_ratio (Default: Autosize)
β gross_cooling_cop (Default: 3.0)
β active_fraction_of_coil_face_area (Default: 1.0)
β 2017_rated_evaporator_fan_power_per_volume_flow_rate (Default: 773.3)
β 2023_rated_evaporator_fan_power_per_volume_flow_rate (Default: 934.4)
β evaporative_condenser_pump_power_fraction (Default: 1.0)
β evaporative_condenser_effectiveness (Default: 0.9)
β total_cooling_capacity_modifier_function_of_temperature_curve_name
β total_cooling_capacity_modifier_function_of_air_flow_fraction_curve_name
β energy_input_ratio_modifier_function_of_temperature_curve_name
β energy_input_ratio_modifier_function_of_air_flow_fraction_curve_name
β part_load_fraction_correlation_curve_name
β rated_waste_heat_fraction_of_power_input (Default: 0.2)
β waste_heat_modifier_function_of_temperature_curve_name
β sensible_heat_ratio_modifier_function_of_temperature_curve_name
β sensible_heat_ratio_modifier_function_of_flow_fraction_curve_name
Coil:Cooling:DX:SingleSpeedο
Direct expansion (DX) cooling coil and condensing unit (includes electric compressor and condenser fan), single-speed. Optional inputs for moisture evaporation from wet coil when compressor cycles off with continuous fan operation.
β availability_schedule_name
π βΆβ gross_rated_total_cooling_capacity
π βΆβ gross_rated_sensible_heat_ratio
β gross_rated_cooling_cop (Default: 3.0)
π βΆβ rated_air_flow_rate
β 2017_rated_evaporator_fan_power_per_volume_flow_rate (Default: 773.3)
β 2023_rated_evaporator_fan_power_per_volume_flow_rate (Default: 934.4)
π β air_inlet_node_name
π β air_outlet_node_name
π β total_cooling_capacity_function_of_temperature_curve_name
π β total_cooling_capacity_function_of_flow_fraction_curve_name
π β energy_input_ratio_function_of_temperature_curve_name
π β energy_input_ratio_function_of_flow_fraction_curve_name
π β part_load_fraction_correlation_curve_name
β minimum_outdoor_dry_bulb_temperature_for_compressor_operation (Default: -25.0)
β nominal_time_for_condensate_removal_to_begin (Default: 0.0)
β ratio_of_initial_moisture_evaporation_rate_and_steady_state_latent_capacity (Default: 0.0)
β maximum_cycling_rate (Default: 0.0)
β latent_capacity_time_constant (Default: 0.0)
β condenser_air_inlet_node_name
β condenser_type (Default: AirCooled)
β evaporative_condenser_effectiveness (Default: 0.9)
βΆβ evaporative_condenser_air_flow_rate
βΆβ evaporative_condenser_pump_rated_power_consumption (Default: 0.0)
β crankcase_heater_capacity (Default: 0.0)
β crankcase_heater_capacity_function_of_temperature_curve_name
β maximum_outdoor_dry_bulb_temperature_for_crankcase_heater_operation (Default: 10.0)
β supply_water_storage_tank_name
β condensate_collection_water_storage_tank_name
β basin_heater_capacity (Default: 0.0)
β basin_heater_setpoint_temperature (Default: 2.0)
β basin_heater_operating_schedule_name
β sensible_heat_ratio_function_of_temperature_curve_name
β sensible_heat_ratio_function_of_flow_fraction_curve_name
β report_ashrae_standard_127_performance_ratings (Default: No)
β zone_name_for_condenser_placement
Coil:Cooling:DX:TwoSpeedο
Direct expansion (DX) cooling coil and condensing unit (includes electric compressor and condenser fan), two-speed (or variable-speed). Requires two sets of performance data and will interpolate between speeds. Modeled as a single coil (multi-speed compressor or multiple compressors with row split or intertwined coil).
β availability_schedule_name
π βΆβ high_speed_gross_rated_total_cooling_capacity
π βΆβ high_speed_rated_sensible_heat_ratio
β high_speed_gross_rated_cooling_cop (Default: 3.0)
π βΆβ high_speed_rated_air_flow_rate
β high_speed_2017_rated_evaporator_fan_power_per_volume_flow_rate (Default: 773.3)
β high_speed_2023_rated_evaporator_fan_power_per_volume_flow_rate (Default: 934.4)
β unit_internal_static_air_pressure
π β air_inlet_node_name
π β air_outlet_node_name
π β total_cooling_capacity_function_of_temperature_curve_name
π β total_cooling_capacity_function_of_flow_fraction_curve_name
π β energy_input_ratio_function_of_temperature_curve_name
π β energy_input_ratio_function_of_flow_fraction_curve_name
π β part_load_fraction_correlation_curve_name
π βΆβ low_speed_gross_rated_total_cooling_capacity
π βΆβ low_speed_gross_rated_sensible_heat_ratio
β low_speed_gross_rated_cooling_cop (Default: 3.0)
π βΆβ low_speed_rated_air_flow_rate
β low_speed_2017_rated_evaporator_fan_power_per_volume_flow_rate (Default: 773.3)
β low_speed_2023_rated_evaporator_fan_power_per_volume_flow_rate (Default: 934.4)
π β low_speed_total_cooling_capacity_function_of_temperature_curve_name
π β low_speed_energy_input_ratio_function_of_temperature_curve_name
β condenser_air_inlet_node_name
β condenser_type (Default: AirCooled)
β minimum_outdoor_dry_bulb_temperature_for_compressor_operation (Default: -25.0)
β high_speed_evaporative_condenser_effectiveness (Default: 0.9)
βΆβ high_speed_evaporative_condenser_air_flow_rate
βΆβ high_speed_evaporative_condenser_pump_rated_power_consumption
β low_speed_evaporative_condenser_effectiveness (Default: 0.9)
βΆβ low_speed_evaporative_condenser_air_flow_rate
βΆβ low_speed_evaporative_condenser_pump_rated_power_consumption
β supply_water_storage_tank_name
β condensate_collection_water_storage_tank_name
β basin_heater_capacity (Default: 0.0)
β basin_heater_setpoint_temperature (Default: 2.0)
β basin_heater_operating_schedule_name
β sensible_heat_ratio_function_of_temperature_curve_name
β sensible_heat_ratio_function_of_flow_fraction_curve_name
β low_speed_sensible_heat_ratio_function_of_temperature_curve_name
β low_speed_sensible_heat_ratio_function_of_flow_fraction_curve_name
β zone_name_for_condenser_placement
Coil:Cooling:DX:MultiSpeedο
Direct expansion (DX) cooling coil and condensing unit (includes electric or engine-driven compressor and condenser fan), multi-speed (or variable-speed). Optional moisture evaporation from wet coil when compressor cycles off with continuous fan operation. Requires two to four sets of performance data and will interpolate between speeds. Modeled as a single coil (multi-speed compressor or multiple compressors with row split or intertwined coil).
β availability_schedule_name
π β air_inlet_node_name
π β air_outlet_node_name
β condenser_air_inlet_node_name
β condenser_type (Default: AirCooled)
β minimum_outdoor_dry_bulb_temperature_for_compressor_operation (Default: -25.0)
β supply_water_storage_tank_name
β condensate_collection_water_storage_tank_name
β apply_part_load_fraction_to_speeds_greater_than_1 (Default: No)
β apply_latent_degradation_to_speeds_greater_than_1 (Default: No)
β crankcase_heater_capacity (Default: 0.0)
β crankcase_heater_capacity_function_of_temperature_curve_name
β maximum_outdoor_dry_bulb_temperature_for_crankcase_heater_operation (Default: 10.0)
β basin_heater_capacity (Default: 0.0)
β basin_heater_setpoint_temperature (Default: 2.0)
β basin_heater_operating_schedule_name
π β fuel_type
π βΎ number_of_speeds
π βΆβ speed_1_gross_rated_total_cooling_capacity
π βΆβ speed_1_gross_rated_sensible_heat_ratio
β speed_1_gross_rated_cooling_cop (Default: 3.0)
π βΆβ speed_1_rated_air_flow_rate
β 2017_speed_1_rated_evaporator_fan_power_per_volume_flow_rate (Default: 773.3)
β 2023_speed_1_rated_evaporator_fan_power_per_volume_flow_rate (Default: 934.4)
π β speed_1_total_cooling_capacity_function_of_temperature_curve_name
π β speed_1_total_cooling_capacity_function_of_flow_fraction_curve_name
π β speed_1_energy_input_ratio_function_of_temperature_curve_name
π β speed_1_energy_input_ratio_function_of_flow_fraction_curve_name
π β speed_1_part_load_fraction_correlation_curve_name
β speed_1_nominal_time_for_condensate_removal_to_begin (Default: 0.0)
β speed_1_ratio_of_initial_moisture_evaporation_rate_and_steady_state_latent_capacity (Default: 0.0)
β speed_1_maximum_cycling_rate (Default: 0.0)
β speed_1_latent_capacity_time_constant (Default: 0.0)
β speed_1_rated_waste_heat_fraction_of_power_input (Default: 0.2)
β speed_1_waste_heat_function_of_temperature_curve_name
β speed_1_evaporative_condenser_effectiveness (Default: 0.9)
βΆβ speed_1_evaporative_condenser_air_flow_rate
βΆβ speed_1_rated_evaporative_condenser_pump_power_consumption
π βΆβ speed_2_gross_rated_total_cooling_capacity
π βΆβ speed_2_gross_rated_sensible_heat_ratio
β speed_2_gross_rated_cooling_cop (Default: 3.0)
π βΆβ speed_2_rated_air_flow_rate
β 2017_speed_2_rated_evaporator_fan_power_per_volume_flow_rate (Default: 773.3)
β 2023_speed_2_rated_evaporator_fan_power_per_volume_flow_rate (Default: 934.4)
π β speed_2_total_cooling_capacity_function_of_temperature_curve_name
π β speed_2_total_cooling_capacity_function_of_flow_fraction_curve_name
π β speed_2_energy_input_ratio_function_of_temperature_curve_name
π β speed_2_energy_input_ratio_function_of_flow_fraction_curve_name
π β speed_2_part_load_fraction_correlation_curve_name
β speed_2_nominal_time_for_condensate_removal_to_begin (Default: 0.0)
β speed_2_ratio_of_initial_moisture_evaporation_rate_and_steady_state_latent_capacity (Default: 0.0)
β speed_2_maximum_cycling_rate (Default: 0.0)
β speed_2_latent_capacity_time_constant (Default: 0.0)
β speed_2_rated_waste_heat_fraction_of_power_input (Default: 0.2)
β speed_2_waste_heat_function_of_temperature_curve_name
β speed_2_evaporative_condenser_effectiveness (Default: 0.9)
βΆβ speed_2_evaporative_condenser_air_flow_rate
βΆβ speed_2_rated_evaporative_condenser_pump_power_consumption
βΆβ speed_3_gross_rated_total_cooling_capacity
βΆβ speed_3_gross_rated_sensible_heat_ratio
β speed_3_gross_rated_cooling_cop (Default: 3.0)
βΆβ speed_3_rated_air_flow_rate
β 2017_speed_3_rated_evaporator_fan_power_per_volume_flow_rate (Default: 773.3)
β 2023_speed_3_rated_evaporator_fan_power_per_volume_flow_rate (Default: 934.4)
β speed_3_total_cooling_capacity_function_of_temperature_curve_name
β speed_3_total_cooling_capacity_function_of_flow_fraction_curve_name
β speed_3_energy_input_ratio_function_of_temperature_curve_name
β speed_3_energy_input_ratio_function_of_flow_fraction_curve_name
β speed_3_part_load_fraction_correlation_curve_name
β speed_3_nominal_time_for_condensate_removal_to_begin (Default: 0.0)
β speed_3_ratio_of_initial_moisture_evaporation_rate_and_steady_state_latent_capacity (Default: 0.0)
β speed_3_maximum_cycling_rate (Default: 0.0)
β speed_3_latent_capacity_time_constant (Default: 0.0)
β speed_3_rated_waste_heat_fraction_of_power_input (Default: 0.2)
β speed_3_waste_heat_function_of_temperature_curve_name
β speed_3_evaporative_condenser_effectiveness (Default: 0.9)
βΆβ speed_3_evaporative_condenser_air_flow_rate
βΆβ speed_3_rated_evaporative_condenser_pump_power_consumption
βΆβ speed_4_gross_rated_total_cooling_capacity
βΆβ speed_4_gross_rated_sensible_heat_ratio
β speed_4_gross_rated_cooling_cop (Default: 3.0)
βΆβ speed_4_rated_air_flow_rate
β 2017_speed_4_rated_evaporator_fan_power_per_volume_flow_rate (Default: 773.3)
β 2023_speed_4_rated_evaporator_fan_power_per_volume_flow_rate (Default: 934.4)
β speed_4_total_cooling_capacity_function_of_temperature_curve_name
β speed_4_total_cooling_capacity_function_of_flow_fraction_curve_name
β speed_4_energy_input_ratio_function_of_temperature_curve_name
β speed_4_energy_input_ratio_function_of_flow_fraction_curve_name
β speed_4_part_load_fraction_correlation_curve_name
β speed_4_nominal_time_for_condensate_removal_to_begin (Default: 0.0)
β speed_4_ratio_of_initial_moisture_evaporation_rate_and_steady_state_latent_capacity (Default: 0.0)
β speed_4_maximum_cycling_rate (Default: 0.0)
β speed_4_latent_capacity_time_constant (Default: 0.0)
β speed_4_rated_waste_heat_fraction_of_power_input (Default: 0.2)
β speed_4_waste_heat_function_of_temperature_curve_name
β speed_4_evaporative_condenser_effectiveness (Default: 0.9)
βΆβ speed_4_evaporative_condenser_air_flow_rate
βΆβ speed_4_rated_evaporative_condenser_pump_power_consumption
β zone_name_for_condenser_placement
Coil:Cooling:DX:VariableSpeedο
Direct expansion (DX) cooling coil and condensing unit (includes electric compressor and condenser fan), variable-speed. Optional inputs for moisture evaporation from wet coil when compressor cycles off with continuous fan operation. Requires two to ten sets of performance data and will interpolate between speeds. Modeled as a single coil with variable-speed compressor.
π β indoor_air_inlet_node_name
π β indoor_air_outlet_node_name
βΎ number_of_speeds (Default: 2)
βΎ nominal_speed_level (Default: 2)
βΆβ gross_rated_total_cooling_capacity_at_selected_nominal_speed_level (Default: Autosize)
βΆβ rated_air_flow_rate_at_selected_nominal_speed_level (Default: Autosize)
β nominal_time_for_condensate_to_begin_leaving_the_coil (Default: 0.0)
β initial_moisture_evaporation_rate_divided_by_steady_state_ac_latent_capacity (Default: 0.0)
β maximum_cycling_rate (Default: 2.5)
β latent_capacity_time_constant (Default: 60.0)
β fan_delay_time (Default: 60.0)
π β energy_part_load_fraction_curve_name
β condenser_air_inlet_node_name
β condenser_type (Default: AirCooled)
βΆβ evaporative_condenser_pump_rated_power_consumption (Default: 0.0)
β crankcase_heater_capacity (Default: 0.0)
β crankcase_heater_capacity_function_of_temperature_curve_name
β maximum_outdoor_dry_bulb_temperature_for_crankcase_heater_operation (Default: 10.0)
β minimum_outdoor_dry_bulb_temperature_for_compressor_operation (Default: -25.0)
β supply_water_storage_tank_name
β condensate_collection_water_storage_tank_name
β basin_heater_capacity (Default: 0.0)
β basin_heater_setpoint_temperature (Default: 2.0)
β basin_heater_operating_schedule_name
π β speed_1_reference_unit_gross_rated_total_cooling_capacity
π β speed_1_reference_unit_gross_rated_sensible_heat_ratio
π β speed_1_reference_unit_gross_rated_cooling_cop
π β speed_1_reference_unit_rated_air_flow_rate
β 2017_speed_1_rated_evaporator_fan_power_per_volume_flow_rate (Default: 773.3)
β 2023_speed_1_rated_evaporator_fan_power_per_volume_flow_rate (Default: 934.4)
β speed_1_reference_unit_rated_condenser_air_flow_rate
β speed_1_reference_unit_rated_pad_effectiveness_of_evap_precooling
π β speed_1_total_cooling_capacity_function_of_temperature_curve_name
π β speed_1_total_cooling_capacity_function_of_air_flow_fraction_curve_name
π β speed_1_energy_input_ratio_function_of_temperature_curve_name
π β speed_1_energy_input_ratio_function_of_air_flow_fraction_curve_name
β speed_2_reference_unit_gross_rated_total_cooling_capacity
β speed_2_reference_unit_gross_rated_sensible_heat_ratio
β speed_2_reference_unit_gross_rated_cooling_cop
β speed_2_reference_unit_rated_air_flow_rate
β 2017_speed_2_rated_evaporator_fan_power_per_volume_flow_rate (Default: 773.3)
β 2023_speed_2_rated_evaporator_fan_power_per_volume_flow_rate (Default: 934.4)
β speed_2_reference_unit_rated_condenser_air_flow_rate
β speed_2_reference_unit_rated_pad_effectiveness_of_evap_precooling
β speed_2_total_cooling_capacity_function_of_temperature_curve_name
β speed_2_total_cooling_capacity_function_of_air_flow_fraction_curve_name
β speed_2_energy_input_ratio_function_of_temperature_curve_name
β speed_2_energy_input_ratio_function_of_air_flow_fraction_curve_name
β speed_3_reference_unit_gross_rated_total_cooling_capacity
β speed_3_reference_unit_gross_rated_sensible_heat_ratio
β speed_3_reference_unit_gross_rated_cooling_cop
β speed_3_reference_unit_rated_air_flow_rate
β 2017_speed_3_rated_evaporator_fan_power_per_volume_flow_rate (Default: 773.3)
β 2023_speed_3_rated_evaporator_fan_power_per_volume_flow_rate (Default: 934.4)
β speed_3_reference_unit_rated_condenser_air_flow_rate
β speed_3_reference_unit_rated_pad_effectiveness_of_evap_precooling
β speed_3_total_cooling_capacity_function_of_temperature_curve_name
β speed_3_total_cooling_capacity_function_of_air_flow_fraction_curve_name
β speed_3_energy_input_ratio_function_of_temperature_curve_name
β speed_3_energy_input_ratio_function_of_air_flow_fraction_curve_name
β speed_4_reference_unit_gross_rated_total_cooling_capacity
β speed_4_reference_unit_gross_rated_sensible_heat_ratio
β speed_4_reference_unit_gross_rated_cooling_cop
β speed_4_reference_unit_rated_air_flow_rate
β 2017_speed_4_rated_evaporator_fan_power_per_volume_flow_rate (Default: 773.3)
β 2023_speed_4_rated_evaporator_fan_power_per_volume_flow_rate (Default: 934.4)
β speed_4_reference_unit_rated_condenser_air_flow_rate
β speed_4_reference_unit_rated_pad_effectiveness_of_evap_precooling
β speed_4_total_cooling_capacity_function_of_temperature_curve_name
β speed_4_total_cooling_capacity_function_of_air_flow_fraction_curve_name
β speed_4_energy_input_ratio_function_of_temperature_curve_name
β speed_4_energy_input_ratio_function_of_air_flow_fraction_curve_name
β speed_5_reference_unit_gross_rated_total_cooling_capacity
β speed_5_reference_unit_gross_rated_sensible_heat_ratio
β speed_5_reference_unit_gross_rated_cooling_cop
β speed_5_reference_unit_rated_air_flow_rate
β 2017_speed_5_rated_evaporator_fan_power_per_volume_flow_rate (Default: 773.3)
β 2023_speed_5_rated_evaporator_fan_power_per_volume_flow_rate (Default: 934.4)
β speed_5_reference_unit_rated_condenser_air_flow_rate
β speed_5_reference_unit_rated_pad_effectiveness_of_evap_precooling
β speed_5_total_cooling_capacity_function_of_temperature_curve_name
β speed_5_total_cooling_capacity_function_of_air_flow_fraction_curve_name
β speed_5_energy_input_ratio_function_of_temperature_curve_name
β speed_5_energy_input_ratio_function_of_air_flow_fraction_curve_name
β speed_6_reference_unit_gross_rated_total_cooling_capacity
β speed_6_reference_unit_gross_rated_sensible_heat_ratio
β speed_6_reference_unit_gross_rated_cooling_cop
β speed_6_reference_unit_rated_air_flow_rate
β 2017_speed_6_rated_evaporator_fan_power_per_volume_flow_rate (Default: 773.3)
β 2023_speed_6_rated_evaporator_fan_power_per_volume_flow_rate (Default: 934.4)
β speed_6_reference_unit_condenser_air_flow_rate
β speed_6_reference_unit_rated_pad_effectiveness_of_evap_precooling
β speed_6_total_cooling_capacity_function_of_temperature_curve_name
β speed_6_total_cooling_capacity_function_of_air_flow_fraction_curve_name
β speed_6_energy_input_ratio_function_of_temperature_curve_name
β speed_6_energy_input_ratio_function_of_air_flow_fraction_curve_name
β speed_7_reference_unit_gross_rated_total_cooling_capacity
β speed_7_reference_unit_gross_rated_sensible_heat_ratio
β speed_7_reference_unit_gross_rated_cooling_cop
β speed_7_reference_unit_rated_air_flow_rate
β 2017_speed_7_rated_evaporator_fan_power_per_volume_flow_rate (Default: 773.3)
β 2023_speed_7_rated_evaporator_fan_power_per_volume_flow_rate (Default: 934.4)
β speed_7_reference_unit_condenser_flow_rate
β speed_7_reference_unit_rated_pad_effectiveness_of_evap_precooling
β speed_7_total_cooling_capacity_function_of_temperature_curve_name
β speed_7_total_cooling_capacity_function_of_air_flow_fraction_curve_name
β speed_7_energy_input_ratio_function_of_temperature_curve_name
β speed_7_energy_input_ratio_function_of_air_flow_fraction_curve_name
β speed_8_reference_unit_gross_rated_total_cooling_capacity
β speed_8_reference_unit_gross_rated_sensible_heat_ratio
β speed_8_reference_unit_gross_rated_cooling_cop
β speed_8_reference_unit_rated_air_flow_rate
β 2017_speed_8_rated_evaporator_fan_power_per_volume_flow_rate (Default: 773.3)
β 2023_speed_8_rated_evaporator_fan_power_per_volume_flow_rate (Default: 934.4)
β speed_8_reference_unit_condenser_air_flow_rate
β speed_8_reference_unit_rated_pad_effectiveness_of_evap_precooling
β speed_8_total_cooling_capacity_function_of_temperature_curve_name
β speed_8_total_cooling_capacity_function_of_air_flow_fraction_curve_name
β speed_8_energy_input_ratio_function_of_temperature_curve_name
β speed_8_energy_input_ratio_function_of_air_flow_fraction_curve_name
β speed_9_reference_unit_gross_rated_total_cooling_capacity
β speed_9_reference_unit_gross_rated_sensible_heat_ratio
β speed_9_reference_unit_gross_rated_cooling_cop
β speed_9_reference_unit_rated_air_flow_rate
β 2017_speed_9_rated_evaporator_fan_power_per_volume_flow_rate (Default: 773.3)
β 2023_speed_9_rated_evaporator_fan_power_per_volume_flow_rate (Default: 934.4)
β speed_9_reference_unit_condenser_air_flow_rate
β speed_9_reference_unit_rated_pad_effectiveness_of_evap_precooling
β speed_9_total_cooling_capacity_function_of_temperature_curve_name
β speed_9_total_cooling_capacity_function_of_air_flow_fraction_curve_name
β speed_9_energy_input_ratio_function_of_temperature_curve_name
β speed_9_energy_input_ratio_function_of_air_flow_fraction_curve_name
β speed_10_reference_unit_gross_rated_total_cooling_capacity
β speed_10_reference_unit_gross_rated_sensible_heat_ratio
β speed_10_reference_unit_gross_rated_cooling_cop
β speed_10_reference_unit_rated_air_flow_rate
β 2017_speed_10_rated_evaporator_fan_power_per_volume_flow_rate (Default: 773.3)
β 2023_speed_10_rated_evaporator_fan_power_per_volume_flow_rate (Default: 934.4)
β speed_10_reference_unit_condenser_air_flow_rate
β speed_10_reference_unit_rated_pad_effectiveness_of_evap_precooling
β speed_10_total_cooling_capacity_function_of_temperature_curve_name
β speed_10_total_cooling_capacity_function_of_air_flow_fraction_curve_name
β speed_10_energy_input_ratio_function_of_temperature_curve_name
β speed_10_energy_input_ratio_function_of_air_flow_fraction_curve_name
Coil:Cooling:DX:TwoStageWithHumidityControlModeο
Direct expansion (DX) cooling coil and condensing unit (includes electric compressor and condenser fan), two-stage with humidity control mode (e.g. sub-cool or hot gas reheat). Optional inputs for moisture evaporation from wet coil when compressor cycles off with continuous fan operation. Requires two to four sets of performance data, see CoilPerformance:DX:Cooling. Stages are modeled as a face-split coil.
β availability_schedule_name
π β air_inlet_node_name
π β air_outlet_node_name
β crankcase_heater_capacity (Default: 0.0)
β crankcase_heater_capacity_function_of_temperature_curve_name
β maximum_outdoor_dry_bulb_temperature_for_crankcase_heater_operation (Default: 10.0)
βΎ number_of_capacity_stages (Default: 1)
βΎ number_of_enhanced_dehumidification_modes (Default: 0)
π β normal_mode_stage_1_coil_performance_object_type
π β normal_mode_stage_1_coil_performance_name
β normal_mode_stage_1_2_coil_performance_object_type
β normal_mode_stage_1_2_coil_performance_name
β dehumidification_mode_1_stage_1_coil_performance_object_type
β dehumidification_mode_1_stage_1_coil_performance_name
β dehumidification_mode_1_stage_1_2_coil_performance_object_type
β dehumidification_mode_1_stage_1_2_coil_performance_name
β supply_water_storage_tank_name
β condensate_collection_water_storage_tank_name
β minimum_outdoor_dry_bulb_temperature_for_compressor_operation (Default: -25.0)
β basin_heater_capacity (Default: 0.0)
β basin_heater_setpoint_temperature (Default: 2.0)
β basin_heater_operating_schedule_name
CoilPerformance:DX:Coolingο
Used to specify DX cooling coil performance for one mode of operation for a Coil:Cooling:DX:TwoStageWithHumidityControlMode object which may reference one to four CoilPerformance:DX:Cooling objects depending on the specified number of stages and dehumidification modes. In nearly all cases, the Rated Air Flow Rate will be the same for all performance objects associated with a given coil. If bypass is specified, the Rated Air Flow Rate includes both the bypassed flow and the flow through the active part of the coil.
π βΆβ gross_rated_total_cooling_capacity
π βΆβ gross_rated_sensible_heat_ratio
β gross_rated_cooling_cop (Default: 3.0)
π βΆβ rated_air_flow_rate
β fraction_of_air_flow_bypassed_around_coil (Default: 0.0)
π β total_cooling_capacity_function_of_temperature_curve_name
π β total_cooling_capacity_function_of_flow_fraction_curve_name
π β energy_input_ratio_function_of_temperature_curve_name
π β energy_input_ratio_function_of_flow_fraction_curve_name
π β part_load_fraction_correlation_curve_name
β nominal_time_for_condensate_removal_to_begin (Default: 0.0)
β ratio_of_initial_moisture_evaporation_rate_and_steady_state_latent_capacity (Default: 0.0)
β maximum_cycling_rate (Default: 0.0)
β latent_capacity_time_constant (Default: 0.0)
β condenser_air_inlet_node_name
β condenser_type (Default: AirCooled)
β evaporative_condenser_effectiveness (Default: 0.9)
βΆβ evaporative_condenser_air_flow_rate
βΆβ evaporative_condenser_pump_rated_power_consumption (Default: 0.0)
β sensible_heat_ratio_function_of_temperature_curve_name
β sensible_heat_ratio_function_of_flow_fraction_curve_name
Coil:Cooling:DX:VariableRefrigerantFlowο
Variable refrigerant flow (VRF) direct expansion (DX) cooling coil. Used with ZoneHVAC:TerminalUnit:VariableRefrigerantFlow. Condensing unit is modeled separately, see AirConditioner:VariableRefrigerantFlow.
β availability_schedule_name
π βΆβ gross_rated_total_cooling_capacity
π βΆβ gross_rated_sensible_heat_ratio
π βΆβ rated_air_flow_rate
π β cooling_capacity_ratio_modifier_function_of_temperature_curve_name
π β cooling_capacity_modifier_curve_function_of_flow_fraction_name
π β coil_air_inlet_node
π β coil_air_outlet_node
β name_of_water_storage_tank_for_condensate_collection
Coil:Heating:DX:VariableRefrigerantFlowο
Variable refrigerant flow (VRF) direct expansion (DX) heating coil (air-to-air heat pump). Used with ZoneHVAC:TerminalUnit:VariableRefrigerantFlow. Condensing unit is modeled separately, see AirConditioner:VariableRefrigerantFlow.
β availability_schedule
π βΆβ gross_rated_heating_capacity
π βΆβ rated_air_flow_rate
π β coil_air_inlet_node
π β coil_air_outlet_node
π β heating_capacity_ratio_modifier_function_of_temperature_curve_name
π β heating_capacity_modifier_function_of_flow_fraction_curve_name
Coil:Cooling:DX:VariableRefrigerantFlow:FluidTemperatureControlο
This is a key object in the new physics based VRF model applicable for Fluid Temperature Control. It describes the the indoor unit coil of the system at cooling mode. Used with ZoneHVAC:TerminalUnit:VariableRefrigerantFlow. Outdoor unit is modeled separately, see AirConditioner:VariableRefrigerantFlow:FluidTemperatureControl or AirConditioner:VariableRefrigerantFlow:FluidTemperatureControl:HR
β availability_schedule_name
π β coil_air_inlet_node
π β coil_air_outlet_node
π βΆβ rated_total_cooling_capacity
π βΆβ rated_sensible_heat_ratio
β indoor_unit_reference_superheating (Default: 5.0)
π β indoor_unit_evaporating_temperature_function_of_superheating_curve_name
β name_of_water_storage_tank_for_condensate_collection
Coil:Heating:DX:VariableRefrigerantFlow:FluidTemperatureControlο
This is a key object in the new physics based VRF model applicable for Fluid Temperature Control. It describes the the indoor unit coil of the system at heating mode. Used with ZoneHVAC:TerminalUnit:VariableRefrigerantFlow. Outdoor unit is modeled separately, see AirConditioner:VariableRefrigerantFlow:FluidTemperatureControl or AirConditioner:VariableRefrigerantFlow:FluidTemperatureControl:HR
β availability_schedule
π β coil_air_inlet_node
π β coil_air_outlet_node
π βΆβ rated_total_heating_capacity
β indoor_unit_reference_subcooling (Default: 5.0)
π β indoor_unit_condensing_temperature_function_of_subcooling_curve_name
Coil:Heating:Waterο
Hot water heating coil, NTU-effectiveness model, assumes a cross-flow heat exchanger. Two options for capacity inputs: UA and water flow rate or capacity and design temperatures.
β availability_schedule_name
βΆβ u_factor_times_area_value (Default: Autosize)
βΆβ maximum_water_flow_rate (Default: Autosize)
π β water_inlet_node_name
π β water_outlet_node_name
π β air_inlet_node_name
π β air_outlet_node_name
β performance_input_method (Default: UFactorTimesAreaAndDesignWaterFlowRate)
βΆβ rated_capacity (Default: Autosize)
β rated_inlet_water_temperature (Default: 82.2)
β rated_inlet_air_temperature (Default: 16.6)
β rated_outlet_water_temperature (Default: 71.1)
β rated_outlet_air_temperature (Default: 32.2)
β rated_ratio_for_air_and_water_convection (Default: 0.5)
β design_water_temperature_difference
Coil:Heating:Steamο
Steam heating coil. Condenses and sub-cools steam at loop pressure and discharges condensate through steam traps to low pressure condensate line.
β availability_schedule_name
βΆβ maximum_steam_flow_rate
β degree_of_subcooling
β degree_of_loop_subcooling (Default: 20.0)
π β water_inlet_node_name
π β water_outlet_node_name
π β air_inlet_node_name
π β air_outlet_node_name
β coil_control_type
β temperature_setpoint_node_name
Coil:Heating:Electricο
Electric heating coil. If the coil is located directly in an air loop branch or outdoor air equipment list, then it is controlled on leaving air temperature and the Temperature Setpoint Node Name must be specified. If the coil is contained within another component such as an air terminal unit, zone HVAC equipment, or unitary system, then the coil is controlled by the parent component and the setpoint node name is not entered.
β availability_schedule_name
β efficiency (Default: 1.0)
βΆβ nominal_capacity
π β air_inlet_node_name
π β air_outlet_node_name
β temperature_setpoint_node_name
Coil:Heating:Electric:MultiStageο
Electric heating coil, multi-stage. If the coil is located directly in an air loop branch or outdoor air equipment list, then it is controlled on leaving air temperature and the Temperature Setpoint Node Name must be specified. If the coil is contained within another component such as an air terminal unit, zone HVAC equipment, or unitary system, then the coil is controlled by the parent component and the setpoint node name is not entered.
β availability_schedule_name
π β air_inlet_node_name
π β air_outlet_node_name
β temperature_setpoint_node_name
π βΎ number_of_stages
π β stage_1_efficiency
π βΆβ stage_1_nominal_capacity
β stage_2_efficiency
βΆβ stage_2_nominal_capacity
β stage_3_efficiency
βΆβ stage_3_nominal_capacity
β stage_4_efficiency
βΆβ stage_4_nominal_capacity
Coil:Heating:Fuelο
Gas or other fuel heating coil. If the coil is located directly in an air loop branch or outdoor air equipment list, then it is controlled on leaving air temperature and the Temperature Setpoint Node Name must be specified. If the coil is contained within another component such as an air terminal unit, zone HVAC equipment, or unitary system, then the coil is controlled by the parent component and the setpoint node name is not entered.
β availability_schedule_name
β fuel_type (Default: NaturalGas)
β burner_efficiency (Default: 0.8)
βΆβ nominal_capacity
π β air_inlet_node_name
π β air_outlet_node_name
β temperature_setpoint_node_name
β on_cycle_parasitic_electric_load
β part_load_fraction_correlation_curve_name
β off_cycle_parasitic_fuel_load
Coil:Heating:Gas:MultiStageο
Gas heating coil, multi-stage. If the coil is located directly in an air loop branch or outdoor air equipment list, then it is controlled on leaving air temperature and the Temperature Setpoint Node Name must be specified. If the coil is contained within another component such as an air terminal unit, zone HVAC equipment, or unitary system, then the coil is controlled by the parent component and the setpoint node name is not entered.
β availability_schedule_name
π β air_inlet_node_name
π β air_outlet_node_name
β temperature_setpoint_node_name
β part_load_fraction_correlation_curve_name
β off_cycle_parasitic_gas_load
π βΎ number_of_stages
π β stage_1_gas_burner_efficiency
π βΆβ stage_1_nominal_capacity
β stage_1_on_cycle_parasitic_electric_load
β stage_2_gas_burner_efficiency
βΆβ stage_2_nominal_capacity
β stage_2_on_cycle_parasitic_electric_load
β stage_3_gas_burner_efficiency
βΆβ stage_3_nominal_capacity
β stage_3_on_cycle_parasitic_electric_load
β stage_4_gas_burner_efficiency
βΆβ stage_4_nominal_capacity
β stage_4_on_cycle_parasitic_electric_load
Coil:Heating:Desuperheaterο
Desuperheater air heating coil. The heating energy provided by this coil is reclaimed from the superheated refrigerant gas leaving a compressor and does not impact the performance of the compressor. If the coil is located directly in an air loop branch or outdoor air equipment list, then it is controlled on leaving air temperature and the Temperature Setpoint Node Name must be specified. If the coil is contained within another component such as a unitary system, then the coil is controlled by the parent component and the setpoint node name is not entered.
β availability_schedule_name
β heat_reclaim_recovery_efficiency
π β air_inlet_node_name
π β air_outlet_node_name
π β heating_source_object_type
π β heating_source_name
β temperature_setpoint_node_name
β on_cycle_parasitic_electric_load
Coil:Heating:DX:SingleSpeedο
Direct expansion (DX) heating coil (air-to-air heat pump) and compressor unit (includes electric compressor and outdoor fan), single-speed, with defrost controls.
β availability_schedule_name
π βΆβ gross_rated_heating_capacity
π β gross_rated_heating_cop
π βΆβ rated_air_flow_rate
β 2017_rated_supply_fan_power_per_volume_flow_rate (Default: 773.3)
β 2023_rated_supply_fan_power_per_volume_flow_rate (Default: 934.4)
π β air_inlet_node_name
π β air_outlet_node_name
π β heating_capacity_function_of_temperature_curve_name
π β heating_capacity_function_of_flow_fraction_curve_name
π β energy_input_ratio_function_of_temperature_curve_name
π β energy_input_ratio_function_of_flow_fraction_curve_name
π β part_load_fraction_correlation_curve_name
β defrost_energy_input_ratio_function_of_temperature_curve_name
β minimum_outdoor_dry_bulb_temperature_for_compressor_operation (Default: -8.0)
β outdoor_dry_bulb_temperature_to_turn_on_compressor
β maximum_outdoor_dry_bulb_temperature_for_defrost_operation (Default: 5.0)
β crankcase_heater_capacity (Default: 0.0)
β crankcase_heater_capacity_function_of_temperature_curve_name
β maximum_outdoor_dry_bulb_temperature_for_crankcase_heater_operation (Default: 10.0)
β defrost_strategy (Default: ReverseCycle)
β defrost_control (Default: Timed)
β defrost_time_period_fraction (Default: 0.058333)
βΆβ resistive_defrost_heater_capacity (Default: 0.0)
βΎ region_number_for_calculating_hspf (Default: 4)
β evaporator_air_inlet_node_name
β zone_name_for_evaporator_placement
βΆβ secondary_coil_air_flow_rate
β secondary_coil_fan_flow_scaling_factor (Default: 1.25)
β nominal_sensible_heat_ratio_of_secondary_coil
β sensible_heat_ratio_modifier_function_of_temperature_curve_name
β sensible_heat_ratio_modifier_function_of_flow_fraction_curve_name
Coil:Heating:DX:MultiSpeedο
Direct expansion (DX) heating coil (air-to-air heat pump) and compressor unit (includes electric or engine-driven compressor and outdoor fan), multi-speed (or variable-speed), with defrost controls. Requires two to four sets of performance data and will interpolate between speeds.
β availability_schedule_name
π β air_inlet_node_name
π β air_outlet_node_name
β minimum_outdoor_dry_bulb_temperature_for_compressor_operation (Default: -8.0)
β outdoor_dry_bulb_temperature_to_turn_on_compressor
β crankcase_heater_capacity (Default: 0.0)
β crankcase_heater_capacity_function_of_temperature_curve_name
β maximum_outdoor_dry_bulb_temperature_for_crankcase_heater_operation (Default: 10.0)
β defrost_energy_input_ratio_function_of_temperature_curve_name
β maximum_outdoor_dry_bulb_temperature_for_defrost_operation (Default: 5.0)
β defrost_strategy (Default: ReverseCycle)
β defrost_control (Default: Timed)
β defrost_time_period_fraction (Default: 0.058333)
βΆβ resistive_defrost_heater_capacity (Default: 0.0)
β apply_part_load_fraction_to_speeds_greater_than_1 (Default: No)
π β fuel_type
βΎ region_number_for_calculating_hspf (Default: 4)
π βΎ number_of_speeds
π βΆβ speed_1_gross_rated_heating_capacity
π β speed_1_gross_rated_heating_cop
π βΆβ speed_1_rated_air_flow_rate
β 2017_speed_1_rated_supply_air_fan_power_per_volume_flow_rate (Default: 773.3)
β 2023_speed_1_rated_supply_air_fan_power_per_volume_flow_rate (Default: 934.4)
π β speed_1_heating_capacity_function_of_temperature_curve_name
π β speed_1_heating_capacity_function_of_flow_fraction_curve_name
π β speed_1_energy_input_ratio_function_of_temperature_curve_name
π β speed_1_energy_input_ratio_function_of_flow_fraction_curve_name
π β speed_1_part_load_fraction_correlation_curve_name
β speed_1_rated_waste_heat_fraction_of_power_input (Default: 0.2)
β speed_1_waste_heat_function_of_temperature_curve_name
π βΆβ speed_2_gross_rated_heating_capacity
π β speed_2_gross_rated_heating_cop
π βΆβ speed_2_rated_air_flow_rate
β 2017_speed_2_rated_supply_air_fan_power_per_volume_flow_rate (Default: 773.3)
β 2023_speed_2_rated_supply_air_fan_power_per_volume_flow_rate (Default: 934.4)
π β speed_2_heating_capacity_function_of_temperature_curve_name
π β speed_2_heating_capacity_function_of_flow_fraction_curve_name
π β speed_2_energy_input_ratio_function_of_temperature_curve_name
π β speed_2_energy_input_ratio_function_of_flow_fraction_curve_name
π β speed_2_part_load_fraction_correlation_curve_name
β speed_2_rated_waste_heat_fraction_of_power_input (Default: 0.2)
β speed_2_waste_heat_function_of_temperature_curve_name
βΆβ speed_3_gross_rated_heating_capacity
β speed_3_gross_rated_heating_cop
βΆβ speed_3_rated_air_flow_rate
β 2017_speed_3_rated_supply_air_fan_power_per_volume_flow_rate (Default: 773.3)
β 2023_speed_3_rated_supply_air_fan_power_per_volume_flow_rate (Default: 934.4)
β speed_3_heating_capacity_function_of_temperature_curve_name
β speed_3_heating_capacity_function_of_flow_fraction_curve_name
β speed_3_energy_input_ratio_function_of_temperature_curve_name
β speed_3_energy_input_ratio_function_of_flow_fraction_curve_name
β speed_3_part_load_fraction_correlation_curve_name
β speed_3_rated_waste_heat_fraction_of_power_input (Default: 0.2)
β speed_3_waste_heat_function_of_temperature_curve_name
βΆβ speed_4_gross_rated_heating_capacity
β speed_4_gross_rated_heating_cop
βΆβ speed_4_rated_air_flow_rate
β 2017_speed_4_rated_supply_air_fan_power_per_volume_flow_rate (Default: 773.3)
β 2023_speed_4_rated_supply_air_fan_power_per_volume_flow_rate (Default: 934.4)
β speed_4_heating_capacity_function_of_temperature_curve_name
β speed_4_heating_capacity_function_of_flow_fraction_curve_name
β speed_4_energy_input_ratio_function_of_temperature_curve_name
β speed_4_energy_input_ratio_function_of_flow_fraction_curve_name
β speed_4_part_load_fraction_correlation_curve_name
β speed_4_rated_waste_heat_fraction_of_power_input (Default: 0.2)
β speed_4_waste_heat_function_of_temperature_curve_name
β zone_name_for_evaporator_placement
βΆβ speed_1_secondary_coil_air_flow_rate
β speed_1_secondary_coil_fan_flow_scaling_factor (Default: 1.25)
β speed_1_nominal_sensible_heat_ratio_of_secondary_coil
β speed_1_sensible_heat_ratio_modifier_function_of_temperature_curve_name
β speed_1_sensible_heat_ratio_modifier_function_of_flow_fraction_curve_name
βΆβ speed_2_secondary_coil_air_flow_rate
β speed_2_secondary_coil_fan_flow_scaling_factor (Default: 1.25)
β speed_2_nominal_sensible_heat_ratio_of_secondary_coil
β speed_2_sensible_heat_ratio_modifier_function_of_temperature_curve_name
β speed_2_sensible_heat_ratio_modifier_function_of_flow_fraction_curve_name
βΆβ speed_3_secondary_coil_air_flow_rate
β speed_3_secondary_coil_fan_flow_scaling_factor (Default: 1.25)
β speed_3_nominal_sensible_heat_ratio_of_secondary_coil
β speed_3_sensible_heat_ratio_modifier_function_of_temperature_curve_name
β speed_3_sensible_heat_ratio_modifier_function_of_flow_fraction_curve_name
βΆβ speed_4_secondary_coil_air_flow_rate
β speed_4_secondary_coil_fan_flow_scaling_factor (Default: 1.25)
β speed_4_nominal_sensible_heat_ratio_of_secondary_coil
β speed_4_sensible_heat_ratio_modifier_function_of_temperature_curve_name
β speed_4_sensible_heat_ratio_modifier_function_of_flow_fraction_curve_name
Coil:Heating:DX:VariableSpeedο
Direct expansion (DX) heating coil (air-to-air heat pump) and compressor unit (includes electric compressor and outdoor fan), variable-speed, with defrost controls. Requires two to ten sets of performance data and will interpolate between speeds.
π β indoor_air_inlet_node_name
π β indoor_air_outlet_node_name
βΎ number_of_speeds (Default: 2)
βΎ nominal_speed_level (Default: 2)
βΆβ rated_heating_capacity_at_selected_nominal_speed_level (Default: Autosize)
βΆβ rated_air_flow_rate_at_selected_nominal_speed_level (Default: Autosize)
π β energy_part_load_fraction_curve_name
β defrost_energy_input_ratio_function_of_temperature_curve_name
β minimum_outdoor_dry_bulb_temperature_for_compressor_operation (Default: -8.0)
β outdoor_dry_bulb_temperature_to_turn_on_compressor
β maximum_outdoor_dry_bulb_temperature_for_defrost_operation (Default: 5.0)
β crankcase_heater_capacity (Default: 0.0)
β crankcase_heater_capacity_function_of_temperature_curve_name
β maximum_outdoor_dry_bulb_temperature_for_crankcase_heater_operation (Default: 10.0)
β defrost_strategy (Default: ReverseCycle)
β defrost_control (Default: Timed)
β defrost_time_period_fraction (Default: 0.058333)
βΆβ resistive_defrost_heater_capacity (Default: 0.0)
π β speed_1_reference_unit_gross_rated_heating_capacity
π β speed_1_reference_unit_gross_rated_heating_cop
π β speed_1_reference_unit_rated_air_flow_rate
β 2017_speed_1_rated_supply_air_fan_power_per_volume_flow_rate (Default: 773.3)
β 2023_speed_1_rated_supply_air_fan_power_per_volume_flow_rate (Default: 934.4)
π β speed_1_heating_capacity_function_of_temperature_curve_name
π β speed_1_total_heating_capacity_function_of_air_flow_fraction_curve_name
π β speed_1_energy_input_ratio_function_of_temperature_curve_name
π β speed_1_energy_input_ratio_function_of_air_flow_fraction_curve_name
β speed_2_reference_unit_gross_rated_heating_capacity
β speed_2_reference_unit_gross_rated_heating_cop
β speed_2_reference_unit_rated_air_flow_rate
β 2017_speed_2_rated_supply_air_fan_power_per_volume_flow_rate (Default: 773.3)
β 2023_speed_2_rated_supply_air_fan_power_per_volume_flow_rate (Default: 934.4)
β speed_2_heating_capacity_function_of_temperature_curve_name
β speed_2_total_heating_capacity_function_of_air_flow_fraction_curve_name
β speed_2_energy_input_ratio_function_of_temperature_curve_name
β speed_2_energy_input_ratio_function_of_air_flow_fraction_curve_name
β speed_3_reference_unit_gross_rated_heating_capacity
β speed_3_reference_unit_gross_rated_heating_cop
β speed_3_reference_unit_rated_air_flow_rate
β 2017_speed_3_rated_supply_air_fan_power_per_volume_flow_rate (Default: 773.3)
β 2023_speed_3_rated_supply_air_fan_power_per_volume_flow_rate (Default: 934.4)
β speed_3_heating_capacity_function_of_temperature_curve_name
β speed_3_total_heating_capacity_function_of_air_flow_fraction_curve_name
β speed_3_energy_input_ratio_function_of_temperature_curve_name
β speed_3_energy_input_ratio_function_of_air_flow_fraction_curve_name
β speed_4_reference_unit_gross_rated_heating_capacity
β speed_4_reference_unit_gross_rated_heating_cop
β speed_4_reference_unit_rated_air_flow_rate
β 2017_speed_4_rated_supply_air_fan_power_per_volume_flow_rate (Default: 773.3)
β 2023_speed_4_rated_supply_air_fan_power_per_volume_flow_rate (Default: 934.4)
β speed_4_heating_capacity_function_of_temperature_curve_name
β speed_4_heating_capacity_function_of_air_flow_fraction_curve_name
β speed_4_energy_input_ratio_function_of_temperature_curve_name
β speed_4_energy_input_ratio_function_of_air_flow_fraction_curve_name
β speed_5_reference_unit_gross_rated_heating_capacity
β speed_5_reference_unit_gross_rated_heating_cop
β speed_5_reference_unit_rated_air_flow_rate
β 2017_speed_5_rated_supply_air_fan_power_per_volume_flow_rate (Default: 773.3)
β 2023_speed_5_rated_supply_air_fan_power_per_volume_flow_rate (Default: 934.4)
β speed_5_heating_capacity_function_of_temperature_curve_name
β speed_5_heating_capacity_function_of_air_flow_fraction_curve_name
β speed_5_energy_input_ratio_function_of_temperature_curve_name
β speed_5_energy_input_ratio_function_of_air_flow_fraction_curve_name
β speed_6_reference_unit_gross_rated_heating_capacity
β speed_6_reference_unit_gross_rated_heating_cop
β speed_6_reference_unit_rated_air_flow_rate
β 2017_speed_6_rated_supply_air_fan_power_per_volume_flow_rate (Default: 773.3)
β 2023_speed_6_rated_supply_air_fan_power_per_volume_flow_rate (Default: 934.4)
β speed_6_heating_capacity_function_of_temperature_curve_name
β speed_6_heating_capacity_function_of_air_flow_fraction_curve_name
β speed_6_energy_input_ratio_function_of_temperature_curve_name
β speed_6_energy_input_ratio_function_of_air_flow_fraction_curve_name
β speed_7_reference_unit_gross_rated_heating_capacity
β speed_7_reference_unit_gross_rated_heating_cop
β speed_7_reference_unit_rated_air_flow_rate
β 2017_speed_7_rated_supply_air_fan_power_per_volume_flow_rate (Default: 773.3)
β 2023_speed_7_rated_supply_air_fan_power_per_volume_flow_rate (Default: 934.4)
β speed_7_heating_capacity_function_of_temperature_curve_name
β speed_7_heating_capacity_function_of_air_flow_fraction_curve_name
β speed_7_energy_input_ratio_function_of_temperature_curve_name
β speed_7_energy_input_ratio_function_of_air_flow_fraction_curve_name
β speed_8_reference_unit_gross_rated_heating_capacity
β speed_8_reference_unit_gross_rated_heating_cop
β speed_8_reference_unit_rated_air_flow_rate
β 2017_speed_8_rated_supply_air_fan_power_per_volume_flow_rate (Default: 773.3)
β 2023_speed_8_rated_supply_air_fan_power_per_volume_flow_rate (Default: 934.4)
β speed_8_heating_capacity_function_of_temperature_curve_name
β speed_8_heating_capacity_function_of_air_flow_fraction_curve_name
β speed_8_energy_input_ratio_function_of_temperature_curve_name
β speed_8_energy_input_ratio_function_of_air_flow_fraction_curve_name
β speed_9_reference_unit_gross_rated_heating_capacity
β speed_9_reference_unit_gross_rated_heating_cop
β speed_9_reference_unit_rated_air_flow_rate
β 2017_speed_9_rated_supply_air_fan_power_per_volume_flow_rate (Default: 773.3)
β 2023_speed_9_rated_supply_air_fan_power_per_volume_flow_rate (Default: 934.4)
β speed_9_heating_capacity_function_of_temperature_curve_name
β speed_9_heating_capacity_function_of_air_flow_fraction_curve_name
β speed_9_energy_input_ratio_function_of_temperature_curve_name
β speed_9_energy_input_ratio_function_of_air_flow_fraction_curve_name
β speed_10_reference_unit_gross_rated_heating_capacity
β speed_10_reference_unit_gross_rated_heating_cop
β speed_10_reference_unit_rated_air_flow_rate
β 2017_speed_10_rated_supply_air_fan_power_per_volume_flow_rate (Default: 773.3)
β 2023_speed_10_rated_supply_air_fan_power_per_volume_flow_rate (Default: 934.4)
β speed_10_heating_capacity_function_of_temperature_curve_name
β speed_10_heating_capacity_function_of_air_flow_fraction_curve_name
β speed_10_energy_input_ratio_function_of_temperature_curve_name
β speed_10_energy_input_ratio_function_of_air_flow_fraction_curve_name
Coil:Cooling:WaterToAirHeatPump:ParameterEstimationο
Direct expansion (DX) cooling coil for water-to-air heat pump (includes electric compressor), single-speed, parameter estimation model. Optional inputs for moisture evaporation from wet coil when compressor cycles off with continuous fan operation. Parameter estimation model is a deterministic model that requires a consistent set of parameters to describe the operating conditions of the heat pump components.
π β compressor_type
β refrigerant_type (Default: R22)
π β design_source_side_flow_rate
π β nominal_cooling_coil_capacity
β nominal_time_for_condensate_removal_to_begin (Default: 0.0)
β ratio_of_initial_moisture_evaporation_rate_and_steady_state_latent_capacity (Default: 0.0)
π β high_pressure_cutoff
π β low_pressure_cutoff
π β water_inlet_node_name
π β water_outlet_node_name
π β air_inlet_node_name
π β air_outlet_node_name
π β load_side_total_heat_transfer_coefficient
π β load_side_outside_surface_heat_transfer_coefficient
π β superheat_temperature_at_the_evaporator_outlet
π β compressor_power_losses
π β compressor_efficiency
β compressor_piston_displacement
β compressor_suction_discharge_pressure_drop
β compressor_clearance_factor
β refrigerant_volume_flow_rate
β volume_ratio
β leak_rate_coefficient
β source_side_heat_transfer_coefficient
β source_side_heat_transfer_resistance1
β source_side_heat_transfer_resistance2
π β part_load_fraction_correlation_curve_name
β maximum_cycling_rate (Default: 0.0)
β latent_capacity_time_constant (Default: 0.0)
β fan_delay_time (Default: 60.0)
Coil:Heating:WaterToAirHeatPump:ParameterEstimationο
Direct expansion (DX) heating coil for water-to-air heat pump (includes electric compressor), single-speed, parameter estimation model. Parameter estimation model is a deterministic model that requires a consistent set of parameters to describe the operating conditions of the heat pump components.
π β compressor_type
β refrigerant_type (Default: R22)
π β design_source_side_flow_rate
π β gross_rated_heating_capacity
π β high_pressure_cutoff
π β low_pressure_cutoff
π β water_inlet_node_name
π β water_outlet_node_name
π β air_inlet_node_name
π β air_outlet_node_name
π β load_side_total_heat_transfer_coefficient
π β superheat_temperature_at_the_evaporator_outlet
π β compressor_power_losses
π β compressor_efficiency
β compressor_piston_displacement
β compressor_suction_discharge_pressure_drop
β compressor_clearance_factor
β refrigerant_volume_flow_rate
β volume_ratio
β leak_rate_coefficient
β source_side_heat_transfer_coefficient
β source_side_heat_transfer_resistance1
β source_side_heat_transfer_resistance2
π β part_load_fraction_correlation_curve_name
Coil:Cooling:WaterToAirHeatPump:EquationFitο
Direct expansion (DX) cooling coil for water-to-air heat pump (includes electric compressor), single-speed, equation-fit model. Optional inputs for moisture evaporation from wet coil when compressor cycles off with continuous fan operation. Equation-fit model uses normalized curves to describe the heat pump performance.
π β water_inlet_node_name
π β water_outlet_node_name
π β air_inlet_node_name
π β air_outlet_node_name
π βΆβ rated_air_flow_rate
π βΆβ rated_water_flow_rate
π βΆβ gross_rated_total_cooling_capacity
π βΆβ gross_rated_sensible_cooling_capacity
π β gross_rated_cooling_cop
β rated_entering_water_temperature (Default: 30.0)
β rated_entering_air_dry_bulb_temperature (Default: 27.0)
β rated_entering_air_wet_bulb_temperature (Default: 19.0)
π β total_cooling_capacity_curve_name
π β sensible_cooling_capacity_curve_name
π β cooling_power_consumption_curve_name
π β part_load_fraction_correlation_curve_name
β nominal_time_for_condensate_removal_to_begin (Default: 0.0)
β ratio_of_initial_moisture_evaporation_rate_and_steady_state_latent_capacity (Default: 0.0)
β maximum_cycling_rate (Default: 0.0)
β latent_capacity_time_constant (Default: 0.0)
β fan_delay_time (Default: 60.0)
Coil:Cooling:WaterToAirHeatPump:VariableSpeedEquationFitο
Direct expansion (DX) cooling coil for water-to-air heat pump (includes electric compressor), variable-speed, equation-fit model. Optional inputs for moisture evaporation from wet coil when compressor cycles off with continuous fan operation. Equation-fit model uses normalized curves to describe the heat pump performance. Requires two to ten sets of performance data and will interpolate between speeds. Modeled as a single coil with variable-speed compressor.
π β water_to_refrigerant_hx_water_inlet_node_name
π β water_to_refrigerant_hx_water_outlet_node_name
π β indoor_air_inlet_node_name
π β indoor_air_outlet_node_name
βΎ number_of_speeds (Default: 2)
βΎ nominal_speed_level (Default: 2)
βΆβ gross_rated_total_cooling_capacity_at_selected_nominal_speed_level (Default: Autosize)
βΆβ rated_air_flow_rate_at_selected_nominal_speed_level (Default: Autosize)
βΆβ rated_water_flow_rate_at_selected_nominal_speed_level (Default: Autosize)
β nominal_time_for_condensate_to_begin_leaving_the_coil (Default: 0.0)
β initial_moisture_evaporation_rate_divided_by_steady_state_ac_latent_capacity (Default: 0.0)
β maximum_cycling_rate (Default: 0.0)
β latent_capacity_time_constant (Default: 0.0)
β fan_delay_time (Default: 60.0)
β flag_for_using_hot_gas_reheat_0_or_1 (Default: 0.0)
π β energy_part_load_fraction_curve_name
π β speed_1_reference_unit_gross_rated_total_cooling_capacity
π β speed_1_reference_unit_gross_rated_sensible_heat_ratio
π β speed_1_reference_unit_gross_rated_cooling_cop
π β speed_1_reference_unit_rated_air_flow_rate
π β speed_1_reference_unit_rated_water_flow_rate
π β speed_1_total_cooling_capacity_function_of_temperature_curve_name
π β speed_1_total_cooling_capacity_function_of_air_flow_fraction_curve_name
π β speed_1_total_cooling_capacity_function_of_water_flow_fraction_curve_name
π β speed_1_energy_input_ratio_function_of_temperature_curve_name
π β speed_1_energy_input_ratio_function_of_air_flow_fraction_curve_name
π β speed_1_energy_input_ratio_function_of_water_flow_fraction_curve_name
π β speed_1_reference_unit_waste_heat_fraction_of_input_power_at_rated_conditions
π β speed_1_waste_heat_function_of_temperature_curve_name
β speed_2_reference_unit_gross_rated_total_cooling_capacity
β speed_2_reference_unit_gross_rated_sensible_heat_ratio
β speed_2_reference_unit_gross_rated_cooling_cop
β speed_2_reference_unit_rated_air_flow_rate
β speed_2_reference_unit_rated_water_flow_rate
β speed_2_total_cooling_capacity_function_of_temperature_curve_name
β speed_2_total_cooling_capacity_function_of_air_flow_fraction_curve_name
β speed_2_total_cooling_capacity_function_of_water_flow_fraction_curve_name
β speed_2_energy_input_ratio_function_of_temperature_curve_name
β speed_2_energy_input_ratio_function_of_air_flow_fraction_curve_name
β speed_2_energy_input_ratio_function_of_water_flow_fraction_curve_name
β speed_2_reference_unit_waste_heat_fraction_of_input_power_at_rated_conditions
β speed_2_waste_heat_function_of_temperature_curve_name
β speed_3_reference_unit_gross_rated_total_cooling_capacity
β speed_3_reference_unit_gross_rated_sensible_heat_ratio
β speed_3_reference_unit_gross_rated_cooling_cop
β speed_3_reference_unit_rated_air_flow_rate
β speed_3_reference_unit_rated_water_flow_rate
β speed_3_total_cooling_capacity_function_of_temperature_curve_name
β speed_3_total_cooling_capacity_function_of_air_flow_fraction_curve_name
β speed_3_total_cooling_capacity_function_of_water_flow_fraction_curve_name
β speed_3_energy_input_ratio_function_of_temperature_curve_name
β speed_3_energy_input_ratio_function_of_air_flow_fraction_curve_name
β speed_3_energy_input_ratio_function_of_water_flow_fraction_curve_name
β speed_3_reference_unit_waste_heat_fraction_of_input_power_at_rated_conditions
β speed_3_waste_heat_function_of_temperature_curve_name
β speed_4_reference_unit_gross_rated_total_cooling_capacity
β speed_4_reference_unit_gross_rated_sensible_heat_ratio
β speed_4_reference_unit_gross_rated_cooling_cop
β speed_4_reference_unit_rated_air_flow_rate
β speed_4_reference_unit_rated_water_flow_rate
β speed_4_total_cooling_capacity_function_of_temperature_curve_name
β speed_4_total_cooling_capacity_function_of_air_flow_fraction_curve_name
β speed_4_total_cooling_capacity_function_of_water_flow_fraction_curve_name
β speed_4_energy_input_ratio_function_of_temperature_curve_name
β speed_4_energy_input_ratio_function_of_air_flow_fraction_curve_name
β speed_4_energy_input_ratio_function_of_water_flow_fraction_curve_name
β speed_4_reference_unit_waste_heat_fraction_of_input_power_at_rated_conditions
β speed_4_waste_heat_function_of_temperature_curve_name
β speed_5_reference_unit_gross_rated_total_cooling_capacity
β speed_5_reference_unit_gross_rated_sensible_heat_ratio
β speed_5_reference_unit_gross_rated_cooling_cop
β speed_5_reference_unit_rated_air_flow_rate
β speed_5_reference_unit_rated_water_flow_rate
β speed_5_total_cooling_capacity_function_of_temperature_curve_name
β speed_5_total_cooling_capacity_function_of_air_flow_fraction_curve_name
β speed_5_total_cooling_capacity_function_of_water_flow_fraction_curve_name
β speed_5_energy_input_ratio_function_of_temperature_curve_name
β speed_5_energy_input_ratio_function_of_air_flow_fraction_curve_name
β speed_5_energy_input_ratio_function_of_water_flow_fraction_curve_name
β speed_5_reference_unit_waste_heat_fraction_of_input_power_at_rated_conditions
β speed_5_waste_heat_function_of_temperature_curve_name
β speed_6_reference_unit_gross_rated_total_cooling_capacity
β speed_6_reference_unit_gross_rated_sensible_heat_ratio
β speed_6_reference_unit_gross_rated_cooling_cop
β speed_6_reference_unit_rated_air_flow_rate
β speed_6_reference_unit_rated_water_flow_rate
β speed_6_total_cooling_capacity_function_of_temperature_curve_name
β speed_6_total_cooling_capacity_function_of_air_flow_fraction_curve_name
β speed_6_total_cooling_capacity_function_of_water_flow_fraction_curve_name
β speed_6_energy_input_ratio_function_of_temperature_curve_name
β speed_6_energy_input_ratio_function_of_air_flow_fraction_curve_name
β speed_6_energy_input_ratio_function_of_water_flow_fraction_curve_name
β speed_6_reference_unit_waste_heat_fraction_of_input_power_at_rated_conditions
β speed_6_waste_heat_function_of_temperature_curve_name
β speed_7_reference_unit_gross_rated_total_cooling_capacity
β speed_7_reference_unit_gross_rated_sensible_heat_ratio
β speed_7_reference_unit_gross_rated_cooling_cop
β speed_7_reference_unit_rated_air_flow_rate
β speed_7_reference_unit_rated_water_flow_rate
β speed_7_total_cooling_capacity_function_of_temperature_curve_name
β speed_7_total_cooling_capacity_function_of_air_flow_fraction_curve_name
β speed_7_total_cooling_capacity_function_of_water_flow_fraction_curve_name
β speed_7_energy_input_ratio_function_of_temperature_curve_name
β speed_7_energy_input_ratio_function_of_air_flow_fraction_curve_name
β speed_7_energy_input_ratio_function_of_water_flow_fraction_curve_name
β speed_7_reference_unit_waste_heat_fraction_of_input_power_at_rated_conditions
β speed_7_waste_heat_function_of_temperature_curve_name
β speed_8_reference_unit_gross_rated_total_cooling_capacity
β speed_8_reference_unit_gross_rated_sensible_heat_ratio
β speed_8_reference_unit_gross_rated_cooling_cop
β speed_8_reference_unit_rated_air_flow_rate
β speed_8_reference_unit_rated_water_flow_rate
β speed_8_total_cooling_capacity_function_of_temperature_curve_name
β speed_8_total_cooling_capacity_function_of_air_flow_fraction_curve_name
β speed_8_total_cooling_capacity_function_of_water_flow_fraction_curve_name
β speed_8_energy_input_ratio_function_of_temperature_curve_name
β speed_8_energy_input_ratio_function_of_air_flow_fraction_curve_name
β speed_8_energy_input_ratio_function_of_water_flow_fraction_curve_name
β speed_8_reference_unit_waste_heat_fraction_of_input_power_at_rated_conditions
β speed_8_waste_heat_function_of_temperature_curve_name
β speed_9_reference_unit_gross_rated_total_cooling_capacity
β speed_9_reference_unit_gross_rated_sensible_heat_ratio
β speed_9_reference_unit_gross_rated_cooling_cop
β speed_9_reference_unit_rated_air_flow_rate
β speed_9_reference_unit_rated_water_flow_rate
β speed_9_total_cooling_capacity_function_of_temperature_curve_name
β speed_9_total_cooling_capacity_function_of_air_flow_fraction_curve_name
β speed_9_total_cooling_capacity_function_of_water_flow_fraction_curve_name
β speed_9_energy_input_ratio_function_of_temperature_curve_name
β speed_9_energy_input_ratio_function_of_air_flow_fraction_curve_name
β speed_9_energy_input_ratio_function_of_water_flow_fraction_curve_name
β speed_9_reference_unit_waste_heat_fraction_of_input_power_at_rated_conditions
β speed_9_waste_heat_function_of_temperature_curve_name
β speed_10_reference_unit_gross_rated_total_cooling_capacity
β speed_10_reference_unit_gross_rated_sensible_heat_ratio
β speed_10_reference_unit_gross_rated_cooling_cop
β speed_10_reference_unit_rated_air_flow_rate
β speed_10_reference_unit_rated_water_flow_rate
β speed_10_total_cooling_capacity_function_of_temperature_curve_name
β speed_10_total_cooling_capacity_function_of_air_flow_fraction_curve_name
β speed_10_total_cooling_capacity_function_of_water_flow_fraction_curve_name
β speed_10_energy_input_ratio_function_of_temperature_curve_name
β speed_10_energy_input_ratio_function_of_air_flow_fraction_curve_name
β speed_10_energy_input_ratio_function_of_water_flow_fraction_curve_name
β speed_10_reference_unit_waste_heat_fraction_of_input_power_at_rated_conditions
β speed_10_waste_heat_function_of_temperature_curve_name
Coil:Heating:WaterToAirHeatPump:EquationFitο
Direct expansion (DX) heating coil for water-to-air heat pump (includes electric compressor), single-speed, equation-fit model. Equation-fit model uses normalized curves to describe the heat pump performance.
π β water_inlet_node_name
π β water_outlet_node_name
π β air_inlet_node_name
π β air_outlet_node_name
π βΆβ rated_air_flow_rate
π βΆβ rated_water_flow_rate
π βΆβ gross_rated_heating_capacity
π β gross_rated_heating_cop
β rated_entering_water_temperature (Default: 20.0)
β rated_entering_air_dry_bulb_temperature (Default: 20.0)
β ratio_of_rated_heating_capacity_to_rated_cooling_capacity (Default: 1.0)
π β heating_capacity_curve_name
π β heating_power_consumption_curve_name
π β part_load_fraction_correlation_curve_name
Coil:Heating:WaterToAirHeatPump:VariableSpeedEquationFitο
Direct expansion (DX) heating coil for water-to-air heat pump (includes electric compressor), variable-speed, equation-fit model. Equation-fit model uses normalized curves to describe the heat pump performance. Requires two to ten sets of performance data and will interpolate between speeds.
π β water_to_refrigerant_hx_water_inlet_node_name
π β water_to_refrigerant_hx_water_outlet_node_name
π β indoor_air_inlet_node_name
π β indoor_air_outlet_node_name
βΎ number_of_speeds (Default: 2)
βΎ nominal_speed_level (Default: 2)
βΆβ rated_heating_capacity_at_selected_nominal_speed_level (Default: Autosize)
βΆβ rated_air_flow_rate_at_selected_nominal_speed_level (Default: Autosize)
βΆβ rated_water_flow_rate_at_selected_nominal_speed_level (Default: Autosize)
π β energy_part_load_fraction_curve_name
π β speed_1_reference_unit_gross_rated_heating_capacity
π β speed_1_reference_unit_gross_rated_heating_cop
π β speed_1_reference_unit_rated_air_flow
π β speed_1_reference_unit_rated_water_flow_rate
π β speed_1_heating_capacity_function_of_temperature_curve_name
π β speed_1_total_heating_capacity_function_of_air_flow_fraction_curve_name
π β speed_1_heating_capacity_function_of_water_flow_fraction_curve_name
π β speed_1_energy_input_ratio_function_of_temperature_curve_name
π β speed_1_energy_input_ratio_function_of_air_flow_fraction_curve_name
π β speed_1_energy_input_ratio_function_of_water_flow_fraction_curve_name
π β speed_1_reference_unit_waste_heat_fraction_of_input_power_at_rated_conditions
π β speed_1_waste_heat_function_of_temperature_curve_name
β speed_2_reference_unit_gross_rated_heating_capacity
β speed_2_reference_unit_gross_rated_heating_cop
β speed_2_reference_unit_rated_air_flow_rate
β speed_2_reference_unit_rated_water_flow_rate
β speed_2_heating_capacity_function_of_temperature_curve_name
β speed_2_total_heating_capacity_function_of_air_flow_fraction_curve_name
β speed_2_heating_capacity_function_of_water_flow_fraction_curve_name
β speed_2_energy_input_ratio_function_of_temperature_curve_name
β speed_2_energy_input_ratio_function_of_air_flow_fraction_curve_name
β speed_2_energy_input_ratio_function_of_water_flow_fraction_curve_name
β speed_2_reference_unit_waste_heat_fraction_of_input_power_at_rated_conditions
β speed_2_waste_heat_function_of_temperature_curve_name
β speed_3_reference_unit_gross_rated_heating_capacity
β speed_3_reference_unit_gross_rated_heating_cop
β speed_3_reference_unit_rated_air_flow_rate
β speed_3_reference_unit_rated_water_flow_rate
β speed_3_heating_capacity_function_of_temperature_curve_name
β speed_3_total_heating_capacity_function_of_air_flow_fraction_curve_name
β speed_3_heating_capacity_function_of_water_flow_fraction_curve_name
β speed_3_energy_input_ratio_function_of_temperature_curve_name
β speed_3_energy_input_ratio_function_of_air_flow_fraction_curve_name
β speed_3_energy_input_ratio_function_of_water_flow_fraction_curve_name
β speed_3_reference_unit_waste_heat_fraction_of_input_power_at_rated_conditions
β speed_3_waste_heat_function_of_temperature_curve_name
β speed_4_reference_unit_gross_rated_heating_capacity
β speed_4_reference_unit_gross_rated_heating_cop
β speed_4_reference_unit_rated_air_flow_rate
β speed_4_reference_unit_rated_water_flow_rate
β speed_4_heating_capacity_function_of_temperature_curve_name
β speed_4_total_heating_capacity_function_of_air_flow_fraction_curve_name
β speed_4_heating_capacity_function_of_water_flow_fraction_curve_name
β speed_4_energy_input_ratio_function_of_temperature_curve_name
β speed_4_energy_input_ratio_function_of_air_flow_fraction_curve_name
β speed_4_energy_input_ratio_function_of_water_flow_fraction_curve_name
β speed_4_reference_unit_waste_heat_fraction_of_input_power_at_rated_conditions
β speed_4_waste_heat_function_of_temperature_curve_name
β speed_5_reference_unit_gross_rated_heating_capacity
β speed_5_reference_unit_gross_rated_heating_cop
β speed_5_reference_unit_rated_air_flow_rate
β speed_5_reference_unit_rated_water_flow_rate
β speed_5_heating_capacity_function_of_temperature_curve_name
β speed_5_total_heating_capacity_function_of_air_flow_fraction_curve_name
β speed_5_heating_capacity_function_of_water_flow_fraction_curve_name
β speed_5_energy_input_ratio_function_of_temperature_curve_name
β speed_5_energy_input_ratio_function_of_air_flow_fraction_curve_name
β speed_5_energy_input_ratio_function_of_water_flow_fraction_curve_name
β speed_5_reference_unit_waste_heat_fraction_of_input_power_at_rated_conditions
β speed_5_waste_heat_function_of_temperature_curve_name
β speed_6_reference_unit_gross_rated_heating_capacity
β speed_6_reference_unit_gross_rated_heating_cop
β speed_6_reference_unit_rated_air_flow_rate
β speed_6_reference_unit_rated_water_flow_rate
β speed_6_heating_capacity_function_of_temperature_curve_name
β speed_6_total_heating_capacity_function_of_air_flow_fraction_curve_name
β speed_6_heating_capacity_function_of_water_flow_fraction_curve_name
β speed_6_energy_input_ratio_function_of_temperature_curve_name
β speed_6_energy_input_ratio_function_of_air_flow_fraction_curve_name
β speed_6_energy_input_ratio_function_of_water_flow_fraction_curve_name
β speed_6_reference_unit_waste_heat_fraction_of_input_power_at_rated_conditions
β speed_6_waste_heat_function_of_temperature_curve_name
β speed_7_reference_unit_gross_rated_heating_capacity
β speed_7_reference_unit_gross_rated_heating_cop
β speed_7_reference_unit_rated_air_flow_rate
β speed_7_reference_unit_rated_water_flow_rate
β speed_7_heating_capacity_function_of_temperature_curve_name
β speed_7_total_heating_capacity_function_of_air_flow_fraction_curve_name
β speed_7_heating_capacity_function_of_water_flow_fraction_curve_name
β speed_7_energy_input_ratio_function_of_temperature_curve_name
β speed_7_energy_input_ratio_function_of_air_flow_fraction_curve_name
β speed_7_energy_input_ratio_function_of_water_flow_fraction_curve_name
β speed_7_reference_unit_waste_heat_fraction_of_input_power_at_rated_conditions
β speed_7_waste_heat_function_of_temperature_curve_name
β speed_8_reference_unit_gross_rated_heating_capacity
β speed_8_reference_unit_gross_rated_heating_cop
β speed_8_reference_unit_rated_air_flow_rate
β speed_8_reference_unit_rated_water_flow_rate
β speed_8_heating_capacity_function_of_temperature_curve_name
β speed_8_total_heating_capacity_function_of_air_flow_fraction_curve_name
β speed_8_heating_capacity_function_of_water_flow_fraction_curve_name
β speed_8_energy_input_ratio_function_of_temperature_curve_name
β speed_8_energy_input_ratio_function_of_air_flow_fraction_curve_name
β speed_8_energy_input_ratio_function_of_water_flow_fraction_curve_name
β speed_8_reference_unit_waste_heat_fraction_of_input_power_at_rated_conditions
β speed_8_waste_heat_function_of_temperature_curve_name
β speed_9_reference_unit_gross_rated_heating_capacity
β speed_9_reference_unit_gross_rated_heating_cop
β speed_9_reference_unit_rated_air_flow_rate
β speed_9_reference_unit_rated_water_flow_rate
β speed_9_heating_capacity_function_of_temperature_curve_name
β speed_9_total_heating_capacity_function_of_air_flow_fraction_curve_name
β speed_9_heating_capacity_function_of_water_flow_fraction_curve_name
β speed_9_energy_input_ratio_function_of_temperature_curve_name
β speed_9_energy_input_ratio_function_of_air_flow_fraction_curve_name
β speed_9_energy_input_ratio_function_of_water_flow_fraction_curve_name
β speed_9_reference_unit_waste_heat_fraction_of_input_power_at_rated_conditions
β speed_9_waste_heat_function_of_temperature_curve_name
β speed_10_reference_unit_gross_rated_heating_capacity
β speed_10_reference_unit_gross_rated_heating_cop
β speed_10_reference_unit_rated_air_flow_rate
β speed_10_reference_unit_rated_water_flow_rate
β speed_10_heating_capacity_function_of_temperature_curve_name
β speed_10_total_heating_capacity_function_of_air_flow_fraction_curve_name
β speed_10_heating_capacity_function_of_water_flow_fraction_curve_name
β speed_10_energy_input_ratio_function_of_temperature_curve_name
β speed_10_energy_input_ratio_function_of_air_flow_fraction_curve_name
β speed_10_energy_input_ratio_function_of_water_flow_fraction_curve_name
β speed_10_reference_unit_waste_heat_fraction_of_input_power_at_rated_conditions
β speed_10_waste_heat_function_of_temperature_curve_name
Coil:WaterHeating:AirToWaterHeatPump:Pumpedο
Heat pump water heater (HPWH) heating coil, air-to-water direct-expansion (DX) system which includes a water heating coil, evaporator air coil, evaporator fan, electric compressor, and water pump. Part of a WaterHeater:HeatPump:PumpedCondenser system.
π β rated_heating_capacity
β rated_cop (Default: 3.2)
β rated_sensible_heat_ratio (Default: 0.85)
β rated_evaporator_inlet_air_dry_bulb_temperature (Default: 19.7)
β rated_evaporator_inlet_air_wet_bulb_temperature (Default: 13.5)
β rated_condenser_inlet_water_temperature (Default: 57.5)
βΆβ rated_evaporator_air_flow_rate
βΆβ rated_condenser_water_flow_rate
β evaporator_fan_power_included_in_rated_cop (Default: Yes)
β condenser_pump_power_included_in_rated_cop (Default: No)
β condenser_pump_heat_included_in_rated_heating_capacity_and_rated_cop (Default: No)
β condenser_water_pump_power (Default: 0.0)
β fraction_of_condenser_pump_heat_to_water (Default: 0.2)
π β evaporator_air_inlet_node_name
π β evaporator_air_outlet_node_name
π β condenser_water_inlet_node_name
π β condenser_water_outlet_node_name
β crankcase_heater_capacity (Default: 0.0)
β crankcase_heater_capacity_function_of_temperature_curve_name
β maximum_ambient_temperature_for_crankcase_heater_operation (Default: 10.0)
β evaporator_air_temperature_type_for_curve_objects (Default: WetBulbTemperature)
β heating_capacity_function_of_temperature_curve_name
β heating_capacity_function_of_air_flow_fraction_curve_name
β heating_capacity_function_of_water_flow_fraction_curve_name
β heating_cop_function_of_temperature_curve_name
β heating_cop_function_of_air_flow_fraction_curve_name
β heating_cop_function_of_water_flow_fraction_curve_name
β part_load_fraction_correlation_curve_name
Coil:WaterHeating:AirToWaterHeatPump:Wrappedο
Heat pump water heater (HPWH) heating coil, air-to-water direct-expansion (DX) system which includes a water heating coil, evaporator air coil, evaporator fan, electric compressor, and water pump. Part of a WaterHeater:HeatPump:WrappedCondenser system.
π β rated_heating_capacity
β rated_cop (Default: 3.2)
β rated_sensible_heat_ratio (Default: 0.85)
β rated_evaporator_inlet_air_dry_bulb_temperature (Default: 19.7)
β rated_evaporator_inlet_air_wet_bulb_temperature (Default: 13.5)
β rated_condenser_water_temperature (Default: 57.5)
βΆβ rated_evaporator_air_flow_rate
β evaporator_fan_power_included_in_rated_cop (Default: Yes)
π β evaporator_air_inlet_node_name
π β evaporator_air_outlet_node_name
β crankcase_heater_capacity (Default: 0.0)
β crankcase_heater_capacity_function_of_temperature_curve_name
β maximum_ambient_temperature_for_crankcase_heater_operation (Default: 10.0)
β evaporator_air_temperature_type_for_curve_objects (Default: WetBulbTemperature)
β heating_capacity_function_of_temperature_curve_name
β heating_capacity_function_of_air_flow_fraction_curve_name
β heating_cop_function_of_temperature_curve_name
β heating_cop_function_of_air_flow_fraction_curve_name
β part_load_fraction_correlation_curve_name
Coil:WaterHeating:AirToWaterHeatPump:VariableSpeedο
variable-speed Heat pump water heater (VSHPWH) heating coil, air-to-water direct-expansion (DX) system which includes a variable-speed water heating coil, evaporator air coil, evaporator fan, electric compressor, and water pump. Part of a WaterHeater:HeatPump system.
βΎ number_of_speeds (Default: 1)
βΎ nominal_speed_level (Default: 1)
π β rated_water_heating_capacity
β rated_evaporator_inlet_air_dry_bulb_temperature (Default: 19.7)
β rated_evaporator_inlet_air_wet_bulb_temperature (Default: 13.5)
β rated_condenser_inlet_water_temperature (Default: 57.5)
βΆβ rated_evaporator_air_flow_rate
βΆβ rated_condenser_water_flow_rate
β evaporator_fan_power_included_in_rated_cop (Default: Yes)
β condenser_pump_power_included_in_rated_cop (Default: No)
β condenser_pump_heat_included_in_rated_heating_capacity_and_rated_cop (Default: No)
β fraction_of_condenser_pump_heat_to_water (Default: 0.2)
π β evaporator_air_inlet_node_name
π β evaporator_air_outlet_node_name
π β condenser_water_inlet_node_name
π β condenser_water_outlet_node_name
β crankcase_heater_capacity (Default: 0.0)
β crankcase_heater_capacity_function_of_temperature_curve_name
β maximum_ambient_temperature_for_crankcase_heater_operation (Default: 10.0)
β evaporator_air_temperature_type_for_curve_objects (Default: WetBulbTemperature)
β part_load_fraction_correlation_curve_name
π β rated_water_heating_capacity_at_speed_1
β rated_water_heating_cop_at_speed_1 (Default: 3.2)
β rated_sensible_heat_ratio_at_speed_1 (Default: 0.85)
π β speed_1_reference_unit_rated_air_flow_rate
π β speed_1_reference_unit_rated_water_flow_rate
π β speed_1_reference_unit_water_pump_input_power_at_rated_conditions
π β speed_1_total_wh_capacity_function_of_temperature_curve_name
π β speed_1_total_wh_capacity_function_of_air_flow_fraction_curve_name
π β speed_1_total_wh_capacity_function_of_water_flow_fraction_curve_name
π β speed_1_cop_function_of_temperature_curve_name
π β speed_1_cop_function_of_air_flow_fraction_curve_name
π β speed_1_cop_function_of_water_flow_fraction_curve_name
β rated_water_heating_capacity_at_speed_2
β rated_water_heating_cop_at_speed_2 (Default: 3.2)
β rated_sensible_heat_ratio_at_speed_2 (Default: 0.85)
β speed_2_reference_unit_rated_air_flow_rate
β speed_2_reference_unit_rated_water_flow_rate
β speed_2_reference_unit_water_pump_input_power_at_rated_conditions
β speed_2_total_wh_capacity_function_of_temperature_curve_name
β speed_2_total_wh_capacity_function_of_air_flow_fraction_curve_name
β speed_2_total_wh_capacity_function_of_water_flow_fraction_curve_name
β speed_2_cop_function_of_temperature_curve_name
β speed_2_cop_function_of_air_flow_fraction_curve_name
β speed_2_cop_function_of_water_flow_fraction_curve_name
β rated_water_heating_capacity_at_speed_3
β rated_water_heating_cop_at_speed_3 (Default: 3.2)
β rated_sensible_heat_ratio_at_speed_3 (Default: 0.85)
β speed_3_reference_unit_rated_air_flow_rate
β speed_3_reference_unit_rated_water_flow_rate
β speed_3_reference_unit_water_pump_input_power_at_rated_conditions
β speed_3_total_wh_capacity_function_of_temperature_curve_name
β speed_3_total_wh_capacity_function_of_air_flow_fraction_curve_name
β speed_3_total_wh_capacity_function_of_water_flow_fraction_curve_name
β speed_3_cop_function_of_temperature_curve_name
β speed_3_cop_function_of_air_flow_fraction_curve_name
β speed_3_cop_function_of_water_flow_fraction_curve_name
β rated_water_heating_capacity_at_speed_4
β rated_water_heating_cop_at_speed_4 (Default: 3.2)
β rated_sensible_heat_ratio_at_speed_4 (Default: 0.85)
β speed_4_reference_unit_rated_air_flow_rate
β speed_4_reference_unit_rated_water_flow_rate
β speed_4_reference_unit_water_pump_input_power_at_rated_conditions
β speed_4_total_wh_capacity_function_of_temperature_curve_name
β speed_4_total_wh_capacity_function_of_air_flow_fraction_curve_name
β speed_4_total_wh_capacity_function_of_water_flow_fraction_curve_name
β speed_4_cop_function_of_temperature_curve_name
β speed_4_cop_function_of_air_flow_fraction_curve_name
β speed_4_cop_function_of_water_flow_fraction_curve_name
β rated_water_heating_capacity_at_speed_5
β rated_water_heating_cop_at_speed_5 (Default: 3.2)
β rated_sensible_heat_ratio_at_speed_5 (Default: 0.85)
β speed_5_reference_unit_rated_air_flow_rate
β speed_5_reference_unit_rated_water_flow_rate
β speed_5_reference_unit_water_pump_input_power_at_rated_conditions
β speed_5_total_wh_capacity_function_of_temperature_curve_name
β speed_5_total_wh_capacity_function_of_air_flow_fraction_curve_name
β speed_5_total_wh_capacity_function_of_water_flow_fraction_curve_name
β speed_5_cop_function_of_temperature_curve_name
β speed_5_cop_function_of_air_flow_fraction_curve_name
β speed_5_cop_function_of_water_flow_fraction_curve_name
β rated_water_heating_capacity_at_speed_6
β rated_water_heating_cop_at_speed_6 (Default: 3.2)
β rated_sensible_heat_ratio_at_speed_6 (Default: 0.85)
β speed_6_reference_unit_rated_air_flow_rate
β speed_6_reference_unit_rated_water_flow_rate
β speed_6_reference_unit_water_pump_input_power_at_rated_conditions
β speed_6_total_wh_capacity_function_of_temperature_curve_name
β speed_6_total_wh_capacity_function_of_air_flow_fraction_curve_name
β speed_6_total_wh_capacity_function_of_water_flow_fraction_curve_name
β speed_6_cop_function_of_temperature_curve_name
β speed_6_cop_function_of_air_flow_fraction_curve_name
β speed_6_cop_function_of_water_flow_fraction_curve_name
β rated_water_heating_capacity_at_speed_7
β rated_water_heating_cop_at_speed_7 (Default: 3.2)
β rated_sensible_heat_ratio_at_speed_7 (Default: 0.85)
β speed_7_reference_unit_rated_air_flow_rate
β speed_7_reference_unit_rated_water_flow_rate
β speed_7_reference_unit_water_pump_input_power_at_rated_conditions
β speed_7_total_wh_capacity_function_of_temperature_curve_name
β speed_7_total_wh_capacity_function_of_air_flow_fraction_curve_name
β speed_7_total_wh_capacity_function_of_water_flow_fraction_curve_name
β speed_7_cop_function_of_temperature_curve_name
β speed_7_cop_function_of_air_flow_fraction_curve_name
β speed_7_cop_function_of_water_flow_fraction_curve_name
β rated_water_heating_capacity_at_speed_8
β rated_water_heating_cop_at_speed_8 (Default: 3.2)
β rated_sensible_heat_ratio_at_speed_8 (Default: 0.85)
β speed_8_reference_unit_rated_air_flow_rate
β speed_8_reference_unit_rated_water_flow_rate
β speed_8_reference_unit_water_pump_input_power_at_rated_conditions
β speed_8_total_wh_capacity_function_of_temperature_curve_name
β speed_8_total_wh_capacity_function_of_air_flow_fraction_curve_name
β speed_8_total_wh_capacity_function_of_water_flow_fraction_curve_name
β speed_8_cop_function_of_temperature_curve_name
β speed_8_cop_function_of_air_flow_fraction_curve_name
β speed_8_cop_function_of_water_flow_fraction_curve_name
β rated_water_heating_capacity_at_speed_9
β rated_water_heating_cop_at_speed_9 (Default: 3.2)
β rated_sensible_heat_ratio_at_speed_9 (Default: 0.85)
β speed_9_reference_unit_rated_air_flow_rate
β speed_9_reference_unit_rated_water_flow_rate
β speed_9_reference_unit_water_pump_input_power_at_rated_conditions
β speed_9_total_wh_capacity_function_of_temperature_curve_name
β speed_9_total_wh_capacity_function_of_air_flow_fraction_curve_name
β speed_9_total_wh_capacity_function_of_water_flow_fraction_curve_name
β speed_9_cop_function_of_temperature_curve_name
β speed_9_cop_function_of_air_flow_fraction_curve_name
β speed_9_cop_function_of_water_flow_fraction_curve_name
β rated_water_heating_capacity_at_speed_10
β rated_water_heating_cop_at_speed_10 (Default: 3.2)
β rated_sensible_heat_ratio_at_speed_10 (Default: 0.85)
β speed_10_reference_unit_rated_air_flow_rate
β speed_10_reference_unit_rated_water_flow_rate
β speed_10_reference_unit_water_pump_input_power_at_rated_conditions
β speed_10_total_wh_capacity_function_of_temperature_curve_name
β speed_10_total_wh_capacity_function_of_air_flow_fraction_curve_name
β speed_10_total_wh_capacity_function_of_water_flow_fraction_curve_name
β speed_10_cop_function_of_temperature_curve_name
β speed_10_cop_function_of_air_flow_fraction_curve_name
β speed_10_cop_function_of_water_flow_fraction_curve_name
Coil:WaterHeating:Desuperheaterο
Desuperheater air heating coil. The heating energy provided by this coil is reclaimed from the superheated refrigerant gas leaving a compressor and does not impact the performance of the compressor. This coil must be used with a water heater tank, see Water Heater:Mixed.
β availability_schedule_name
π β setpoint_temperature_schedule_name
β dead_band_temperature_difference (Default: 5.0)
β rated_heat_reclaim_recovery_efficiency
π β rated_inlet_water_temperature
π β rated_outdoor_air_temperature
π β maximum_inlet_water_temperature_for_heat_reclaim
β heat_reclaim_efficiency_function_of_temperature_curve_name
π β water_inlet_node_name
π β water_outlet_node_name
β tank_object_type (Default: WaterHeater:Mixed)
π β tank_name
π β heating_source_object_type
π β heating_source_name
π β water_flow_rate
β water_pump_power (Default: 0.0)
β fraction_of_pump_heat_to_water (Default: 0.2)
β on_cycle_parasitic_electric_load (Default: 0.0)
β off_cycle_parasitic_electric_load (Default: 0.0)
CoilSystem:Cooling:DXο
Virtual container component that consists of a DX cooling coil and its associated controls. This control object supports several different types of DX cooling coils and may be placed directly in an air loop branch or outdoor air equipment list.
β availability_schedule_name
π β dx_cooling_coil_system_inlet_node_name
π β dx_cooling_coil_system_outlet_node_name
π β dx_cooling_coil_system_sensor_node_name
π β cooling_coil_object_type
π β cooling_coil_name
β dehumidification_control_type (Default: None)
β run_on_sensible_load (Default: Yes)
β run_on_latent_load (Default: No)
β use_outdoor_air_dx_cooling_coil (Default: No)
β outdoor_air_dx_cooling_coil_leaving_minimum_air_temperature (Default: 2.0)
CoilSystem:Heating:DXο
Virtual container component that consists of a DX heating coil (heat pump) and its associated controls. This control object supports two different types of DX heating coils and may be placed directly in an air loop branch or outdoor air equipment list.
β availability_schedule_name
π β heating_coil_object_type
π β heating_coil_name
CoilSystem:Cooling:Water:HeatExchangerAssistedο
Virtual component consisting of a chilled-water cooling coil and an air-to-air heat exchanger. The air-to-air heat exchanger precools the air entering the cooling coil and reuses this energy to reheat the supply air leaving the cooling coil. This heat exchange process improves the latent removal performance of the cooling coil (lower sensible heat ratio).
π β heat_exchanger_object_type
π β heat_exchanger_name
π β cooling_coil_object_type
π β cooling_coil_name
CoilSystem:Cooling:DX:HeatExchangerAssistedο
Virtual component consisting of a direct expansion (DX) cooling coil and an air-to-air heat exchanger. The air-to-air heat exchanger precools the air entering the cooling coil and reuses this energy to reheat the supply air leaving the cooling coil. This heat exchange process improves the latent removal performance of the cooling coil (lower sensible heat ratio).
π β heat_exchanger_object_type
π β heat_exchanger_name
π β cooling_coil_object_type
π β cooling_coil_name
CoilSystem:IntegratedHeatPump:AirSourceο
This object is used for air-source integrated heat pump, a collection of its working modes.
π β supply_hot_water_flow_sensor_node_name
π β space_cooling_coil_name
β space_heating_coil_name
β dedicated_water_heating_coil_name
β scwh_coil_name
β scdwh_cooling_coil_name
β scdwh_water_heating_coil_name
β shdwh_heating_coil_name
β shdwh_water_heating_coil_name
β indoor_temperature_limit_for_scwh_mode (Default: 20.0)
β ambient_temperature_limit_for_scwh_mode (Default: 27.0)
β indoor_temperature_above_which_wh_has_higher_priority (Default: 20.0)
β ambient_temperature_above_which_wh_has_higher_priority (Default: 20.0)
βΎ flag_to_indicate_load_control_in_scwh_mode (Default: 0)
βΎ minimum_speed_level_for_scwh_mode (Default: 1)
β maximum_water_flow_volume_before_switching_from_scdwh_to_scwh_mode (Default: 0.0)
βΎ minimum_speed_level_for_scdwh_mode (Default: 1)
β maximum_running_time_before_allowing_electric_resistance_heat_use_during_shdwh_mode (Default: 360.0)
βΎ minimum_speed_level_for_shdwh_mode (Default: 1)
Coil:Cooling:DX:SingleSpeed:ThermalStorageο
Direct expansion (DX) cooling coil and condensing unit (includes electric compressor and condenser fan), single-speed with packaged integrated thermal storage for cooling.
β availability_schedule_name
π β operating_mode_control_method
β operation_mode_control_schedule_name
π β storage_type
β user_defined_fluid_type
βΆβ fluid_storage_volume
βΆβ ice_storage_capacity
β storage_capacity_sizing_factor
π β storage_tank_ambient_temperature_node_name
π β storage_tank_to_ambient_u_value_times_area_heat_transfer_coefficient
β fluid_storage_tank_rating_temperature
π βΆβ rated_evaporator_air_flow_rate
π β evaporator_air_inlet_node_name
π β evaporator_air_outlet_node_name
π β cooling_only_mode_available
βΆβ cooling_only_mode_rated_total_evaporator_cooling_capacity
β cooling_only_mode_rated_sensible_heat_ratio (Default: 0.7)
β cooling_only_mode_rated_cop (Default: 3.0)
β cooling_only_mode_total_evaporator_cooling_capacity_function_of_temperature_curve_name
β cooling_only_mode_total_evaporator_cooling_capacity_function_of_flow_fraction_curve_name
β cooling_only_mode_energy_input_ratio_function_of_temperature_curve_name
β cooling_only_mode_energy_input_ratio_function_of_flow_fraction_curve_name
β cooling_only_mode_part_load_fraction_correlation_curve_name
β cooling_only_mode_sensible_heat_ratio_function_of_temperature_curve_name
β cooling_only_mode_sensible_heat_ratio_function_of_flow_fraction_curve_name
π β cooling_and_charge_mode_available
βΆβ cooling_and_charge_mode_rated_total_evaporator_cooling_capacity
β cooling_and_charge_mode_capacity_sizing_factor (Default: 0.5)
βΆβ cooling_and_charge_mode_rated_storage_charging_capacity
β cooling_and_charge_mode_storage_capacity_sizing_factor (Default: 0.5)
β cooling_and_charge_mode_rated_sensible_heat_ratio (Default: 0.7)
β cooling_and_charge_mode_cooling_rated_cop (Default: 3.0)
β cooling_and_charge_mode_charging_rated_cop (Default: 3.0)
β cooling_and_charge_mode_total_evaporator_cooling_capacity_function_of_temperature_curve_name
β cooling_and_charge_mode_total_evaporator_cooling_capacity_function_of_flow_fraction_curve_name
β cooling_and_charge_mode_evaporator_energy_input_ratio_function_of_temperature_curve_name
β cooling_and_charge_mode_evaporator_energy_input_ratio_function_of_flow_fraction_curve_name
β cooling_and_charge_mode_evaporator_part_load_fraction_correlation_curve_name
β cooling_and_charge_mode_storage_charge_capacity_function_of_temperature_curve_name
β cooling_and_charge_mode_storage_charge_capacity_function_of_total_evaporator_plr_curve_name
β cooling_and_charge_mode_storage_energy_input_ratio_function_of_temperature_curve_name
β cooling_and_charge_mode_storage_energy_input_ratio_function_of_flow_fraction_curve_name
β cooling_and_charge_mode_storage_energy_part_load_fraction_correlation_curve_name
β cooling_and_charge_mode_sensible_heat_ratio_function_of_temperature_curve_name
β cooling_and_charge_mode_sensible_heat_ratio_function_of_flow_fraction_curve_name
π β cooling_and_discharge_mode_available
βΆβ cooling_and_discharge_mode_rated_total_evaporator_cooling_capacity
β cooling_and_discharge_mode_evaporator_capacity_sizing_factor (Default: 1.0)
βΆβ cooling_and_discharge_mode_rated_storage_discharging_capacity
β cooling_and_discharge_mode_storage_discharge_capacity_sizing_factor (Default: 1.0)
β cooling_and_discharge_mode_rated_sensible_heat_ratio (Default: 0.7)
β cooling_and_discharge_mode_cooling_rated_cop (Default: 3.0)
β cooling_and_discharge_mode_discharging_rated_cop (Default: 3.0)
β cooling_and_discharge_mode_total_evaporator_cooling_capacity_function_of_temperature_curve_name
β cooling_and_discharge_mode_total_evaporator_cooling_capacity_function_of_flow_fraction_curve_name
β cooling_and_discharge_mode_evaporator_energy_input_ratio_function_of_temperature_curve_name
β cooling_and_discharge_mode_evaporator_energy_input_ratio_function_of_flow_fraction_curve_name
β cooling_and_discharge_mode_evaporator_part_load_fraction_correlation_curve_name
β cooling_and_discharge_mode_storage_discharge_capacity_function_of_temperature_curve_name
β cooling_and_discharge_mode_storage_discharge_capacity_function_of_flow_fraction_curve_name
β cooling_and_discharge_mode_storage_discharge_capacity_function_of_total_evaporator_plr_curve_name
β cooling_and_discharge_mode_storage_energy_input_ratio_function_of_temperature_curve_name
β cooling_and_discharge_mode_storage_energy_input_ratio_function_of_flow_fraction_curve_name
β cooling_and_discharge_mode_storage_energy_part_load_fraction_correlation_curve_name
β cooling_and_discharge_mode_sensible_heat_ratio_function_of_temperature_curve_name
β cooling_and_discharge_mode_sensible_heat_ratio_function_of_flow_fraction_curve_name
π β charge_only_mode_available
βΆβ charge_only_mode_rated_storage_charging_capacity
β charge_only_mode_capacity_sizing_factor (Default: 1.0)
β charge_only_mode_charging_rated_cop (Default: 3.0)
β charge_only_mode_storage_charge_capacity_function_of_temperature_curve_name
β charge_only_mode_storage_energy_input_ratio_function_of_temperature_curve_name
π β discharge_only_mode_available
βΆβ discharge_only_mode_rated_storage_discharging_capacity
β discharge_only_mode_capacity_sizing_factor (Default: 1.0)
β discharge_only_mode_rated_sensible_heat_ratio
β discharge_only_mode_rated_cop (Default: 3.0)
β discharge_only_mode_storage_discharge_capacity_function_of_temperature_curve_name
β discharge_only_mode_storage_discharge_capacity_function_of_flow_fraction_curve_name
β discharge_only_mode_energy_input_ratio_function_of_temperature_curve_name
β discharge_only_mode_energy_input_ratio_function_of_flow_fraction_curve_name
β discharge_only_mode_part_load_fraction_correlation_curve_name
β discharge_only_mode_sensible_heat_ratio_function_of_temperature_curve_name
β discharge_only_mode_sensible_heat_ratio_function_of_flow_fraction_curve_name
β ancillary_electric_power
β cold_weather_operation_minimum_outdoor_air_temperature
β cold_weather_operation_ancillary_power
π β condenser_air_inlet_node_name
π β condenser_air_outlet_node_name
π βΆβ condenser_design_air_flow_rate
β condenser_air_flow_sizing_factor (Default: 1.0)
β condenser_type (Default: AirCooled)
β evaporative_condenser_effectiveness (Default: 0.7)
βΆβ evaporative_condenser_pump_rated_power_consumption (Default: 0.0)
β basin_heater_capacity (Default: 0.0)
β basin_heater_setpoint_temperature (Default: 2.0)
β basin_heater_availability_schedule_name
β supply_water_storage_tank_name
β condensate_collection_water_storage_tank_name
β storage_tank_plant_connection_inlet_node_name
β storage_tank_plant_connection_outlet_node_name
β storage_tank_plant_connection_design_flow_rate
β storage_tank_plant_connection_heat_transfer_effectiveness (Default: 0.7)
β storage_tank_minimum_operating_limit_fluid_temperature
β storage_tank_maximum_operating_limit_fluid_temperature
EvaporativeCooler:Direct:CelDekPadο
Direct evaporative cooler with rigid media evaporative pad and recirculating water pump. This model has no controls other than its availability schedule.
β availability_schedule_name
βΆβ direct_pad_area (Default: Autosize)
βΆβ direct_pad_depth (Default: Autosize)
π β recirculating_water_pump_power_consumption
π β air_inlet_node_name
π β air_outlet_node_name
β control_type
β water_supply_storage_tank_name
EvaporativeCooler:Indirect:CelDekPadο
Indirect evaporative cooler with rigid media evaporative pad, recirculating water pump, and secondary air fan. This model has no controls other than its availability schedule.
β availability_schedule_name
βΆβ direct_pad_area (Default: Autosize)
βΆβ direct_pad_depth (Default: Autosize)
π β recirculating_water_pump_power_consumption
π β secondary_air_fan_flow_rate
β secondary_air_fan_total_efficiency
π β secondary_air_fan_delta_pressure
π β indirect_heat_exchanger_effectiveness
π β primary_air_inlet_node_name
π β primary_air_outlet_node_name
β control_type
β water_supply_storage_tank_name
β secondary_air_inlet_node_name
EvaporativeCooler:Indirect:WetCoilο
Indirect evaporative cooler with wetted coil, recirculating water pump, and secondary air fan. This model has no controls other than its availability schedule.
β availability_schedule_name
π β coil_maximum_efficiency
β coil_flow_ratio
π β recirculating_water_pump_power_consumption
π β secondary_air_fan_flow_rate
π β secondary_air_fan_total_efficiency
π β secondary_air_fan_delta_pressure
π β primary_air_inlet_node_name
π β primary_air_outlet_node_name
β control_type
β water_supply_storage_tank_name
π β secondary_air_inlet_node_name
EvaporativeCooler:Indirect:ResearchSpecialο
Indirect evaporative cooler with user-specified effectiveness (can represent rigid pad or wetted coil), recirculating water pump, and secondary air fan. This model is controlled to meet the primary air outlet temperature setpoint.
β availability_schedule_name
π β cooler_wetbulb_design_effectiveness
β wetbulb_effectiveness_flow_ratio_modifier_curve_name
β cooler_drybulb_design_effectiveness
β drybulb_effectiveness_flow_ratio_modifier_curve_name
βΆβ recirculating_water_pump_design_power (Default: Autosize)
β water_pump_power_sizing_factor (Default: 90.0)
β water_pump_power_modifier_curve_name
βΆβ secondary_air_design_flow_rate (Default: Autosize)
β secondary_air_flow_scaling_factor (Default: 1.0)
βΆβ secondary_air_fan_design_power (Default: Autosize)
β secondary_air_fan_sizing_specific_power (Default: 250.0)
β secondary_air_fan_power_modifier_curve_name
π β primary_air_inlet_node_name
π β primary_air_outlet_node_name
βΆβ primary_air_design_flow_rate (Default: Autosize)
β dewpoint_effectiveness_factor
π β secondary_air_inlet_node_name
π β secondary_air_outlet_node_name
π β sensor_node_name
β relief_air_inlet_node_name
β water_supply_storage_tank_name
β drift_loss_fraction (Default: 0.0)
β blowdown_concentration_ratio
β evaporative_operation_minimum_limit_secondary_air_drybulb_temperature
β evaporative_operation_maximum_limit_outdoor_wetbulb_temperature
β dry_operation_maximum_limit_outdoor_drybulb_temperature
EvaporativeCooler:Direct:ResearchSpecialο
Direct evaporative cooler with user-specified effectiveness (can represent rigid pad or similar media), and recirculating water pump, and secondary air fan. This model is controlled to meet the primary air outlet temperature setpoint.
β availability_schedule_name
β cooler_design_effectiveness
β effectiveness_flow_ratio_modifier_curve_name
βΆβ primary_air_design_flow_rate (Default: Autosize)
βΆβ recirculating_water_pump_design_power (Default: Autosize)
β water_pump_power_sizing_factor (Default: 90.0)
β water_pump_power_modifier_curve_name
π β air_inlet_node_name
π β air_outlet_node_name
π β sensor_node_name
β water_supply_storage_tank_name
β drift_loss_fraction
β blowdown_concentration_ratio
β evaporative_operation_minimum_drybulb_temperature
β evaporative_operation_maximum_limit_wetbulb_temperature
β evaporative_operation_maximum_limit_drybulb_temperature
Humidifier:Steam:Electricο
Electrically heated steam humidifier with fan.
β availability_schedule_name
βΆβ rated_capacity
βΆβ rated_power
β rated_fan_power
β standby_power
β air_inlet_node_name
β air_outlet_node_name
β water_storage_tank_name
Humidifier:Steam:Gasο
Natural gas fired steam humidifier with optional blower fan.
β availability_schedule_name
βΆβ rated_capacity
βΆβ rated_gas_use_rate
β thermal_efficiency (Default: 0.8)
β thermal_efficiency_modifier_curve_name
β rated_fan_power
β auxiliary_electric_power (Default: 0.0)
β air_inlet_node_name
β air_outlet_node_name
β water_storage_tank_name
β inlet_water_temperature_option (Default: FixedInletWaterTemperature)
Dehumidifier:Desiccant:NoFansο
This object models a solid desiccant dehumidifier. The process air stream is the air which is dehumidified. The regeneration air stream is the air which is heated to regenerate the desiccant. This object determines the process air outlet conditions, the load on the regeneration heating coil, the electric power consumption for the wheel rotor motor, and the regeneration air fan mass flow rate. All other heat exchangers are modeled as separate objects connected to the inlet and outlet nodes of the dehumidifier. The solid desiccant dehumidifier is typically used in an AirLoopHVAC:OutdoorAirSystem, but can also be specified in any AirLoopHVAC.
β availability_schedule_name
β process_air_inlet_node_name
β process_air_outlet_node_name
β regeneration_air_inlet_node_name
β regeneration_fan_inlet_node_name
β control_type
β leaving_maximum_humidity_ratio_setpoint
β nominal_process_air_flow_rate
β nominal_process_air_velocity
β rotor_power
β regeneration_coil_object_type
β regeneration_coil_name
β regeneration_fan_object_type
β regeneration_fan_name
β performance_model_type
β leaving_dry_bulb_function_of_entering_dry_bulb_and_humidity_ratio_curve_name
β leaving_dry_bulb_function_of_air_velocity_curve_name
β leaving_humidity_ratio_function_of_entering_dry_bulb_and_humidity_ratio_curve_name
β leaving_humidity_ratio_function_of_air_velocity_curve_name
β regeneration_energy_function_of_entering_dry_bulb_and_humidity_ratio_curve_name
β regeneration_energy_function_of_air_velocity_curve_name
β regeneration_velocity_function_of_entering_dry_bulb_and_humidity_ratio_curve_name
β regeneration_velocity_function_of_air_velocity_curve_name
β nominal_regeneration_temperature
Dehumidifier:Desiccant:Systemο
This compound object models a desiccant heat exchanger, an optional heater, and associated fans. The process air stream is the air which is dehumidified. The regeneration air stream is the air which is heated to regenerate the desiccant. The desiccant heat exchanger transfers both sensible and latent energy between the process and regeneration air streams. The desiccant dehumidifier is typically used in an AirLoopHVAC:OutdoorAirSystem, but can also be specified in any AirLoopHVAC.
β availability_schedule_name
π β desiccant_heat_exchanger_object_type
π β desiccant_heat_exchanger_name
π β sensor_node_name
π β regeneration_air_fan_object_type
π β regeneration_air_fan_name
β regeneration_air_fan_placement (Default: DrawThrough)
β regeneration_air_heater_object_type
β regeneration_air_heater_name
β regeneration_inlet_air_setpoint_temperature (Default: 46.0)
β companion_cooling_coil_object_type
β companion_cooling_coil_name
β companion_cooling_coil_upstream_of_dehumidifier_process_inlet (Default: No)
β companion_coil_regeneration_air_heating (Default: No)
β exhaust_fan_maximum_flow_rate
β exhaust_fan_maximum_power
β exhaust_fan_power_curve_name
HeatExchanger:AirToAir:FlatPlateο
Flat plate air-to-air heat exchanger, typically used for exhaust or relief air heat recovery.
β availability_schedule_name
β flow_arrangement_type
β economizer_lockout (Default: Yes)
β ratio_of_supply_to_secondary_ha_values
βΆβ nominal_supply_air_flow_rate (Default: Autosize)
π β nominal_supply_air_inlet_temperature
π β nominal_supply_air_outlet_temperature
π βΆβ nominal_secondary_air_flow_rate
π β nominal_secondary_air_inlet_temperature
β nominal_electric_power
π β supply_air_inlet_node_name
π β supply_air_outlet_node_name
π β secondary_air_inlet_node_name
π β secondary_air_outlet_node_name
HeatExchanger:AirToAir:SensibleAndLatentο
This object models an air-to-air heat exchanger using effectiveness relationships. The heat exchanger can transfer sensible energy, latent energy, or both between the supply (primary) and exhaust (secondary) air streams.
β availability_schedule_name
π βΆβ nominal_supply_air_flow_rate
β sensible_effectiveness_at_100_heating_air_flow (Default: 0.0)
β latent_effectiveness_at_100_heating_air_flow (Default: 0.0)
β sensible_effectiveness_at_100_cooling_air_flow (Default: 0.0)
β latent_effectiveness_at_100_cooling_air_flow (Default: 0.0)
π β supply_air_inlet_node_name
π β supply_air_outlet_node_name
π β exhaust_air_inlet_node_name
π β exhaust_air_outlet_node_name
β nominal_electric_power (Default: 0.0)
β supply_air_outlet_temperature_control (Default: No)
β heat_exchanger_type (Default: Plate)
β frost_control_type (Default: None)
β threshold_temperature (Default: 1.7)
β initial_defrost_time_fraction (Default: 0.083)
β rate_of_defrost_time_fraction_increase (Default: 0.012)
β economizer_lockout (Default: Yes)
β sensible_effectiveness_of_heating_air_flow_curve_name
β latent_effectiveness_of_heating_air_flow_curve_name
β sensible_effectiveness_of_cooling_air_flow_curve_name
β latent_effectiveness_of_cooling_air_flow_curve_name
HeatExchanger:Desiccant:BalancedFlowο
This object models a balanced desiccant heat exchanger. The heat exchanger transfers both sensible and latent energy between the process and regeneration air streams. The air flow rate and face velocity are assumed to be the same on both the process and regeneration sides of the heat exchanger.
β availability_schedule_name
π β regeneration_air_inlet_node_name
π β regeneration_air_outlet_node_name
π β process_air_inlet_node_name
π β process_air_outlet_node_name
β heat_exchanger_performance_object_type (Default: HeatExchanger:Desiccant:BalancedFlow:PerformanceDataType1)
π β heat_exchanger_performance_name
β economizer_lockout (Default: No)
HeatExchanger:Desiccant:BalancedFlow:PerformanceDataType1ο
RTO = B1 + B2*RWI + B3*RTI + B4*(RWI/RTI) + B5*PWI + B6*PTI + B7*(PWI/PTI) + B8*RFV RWO = C1 + C2*RWI + C3*RTI + C4*(RWI/RTI) + C5*PWI + C6*PTI + C7*(PWI/PTI) + C8*RFV where, RTO = Dry-bulb temperature of the regeneration outlet air (C) RWO = Humidity ratio of the regeneration outlet air (kgWater/kgDryAir) RWI = Humidity ratio of the regeneration inlet air (kgWater/kgDryAir) RTI = Dry-bulb temperature of the regeneration inlet air (C) PWI = Humidity ratio of the process inlet air (kgWater/kgDryAir) PTI = Dry-bulb temperature of the process inlet air (C) RFV = Regeneration Face Velocity (m/s)
βΆβ nominal_air_flow_rate
π βΆβ nominal_air_face_velocity
β nominal_electric_power (Default: 0.0)
π β temperature_equation_coefficient_1
π β temperature_equation_coefficient_2
π β temperature_equation_coefficient_3
π β temperature_equation_coefficient_4
π β temperature_equation_coefficient_5
π β temperature_equation_coefficient_6
π β temperature_equation_coefficient_7
π β temperature_equation_coefficient_8
π β minimum_regeneration_inlet_air_humidity_ratio_for_temperature_equation
π β maximum_regeneration_inlet_air_humidity_ratio_for_temperature_equation
π β minimum_regeneration_inlet_air_temperature_for_temperature_equation
π β maximum_regeneration_inlet_air_temperature_for_temperature_equation
π β minimum_process_inlet_air_humidity_ratio_for_temperature_equation
π β maximum_process_inlet_air_humidity_ratio_for_temperature_equation
π β minimum_process_inlet_air_temperature_for_temperature_equation
π β maximum_process_inlet_air_temperature_for_temperature_equation
π β minimum_regeneration_air_velocity_for_temperature_equation
π β maximum_regeneration_air_velocity_for_temperature_equation
π β minimum_regeneration_outlet_air_temperature_for_temperature_equation
π β maximum_regeneration_outlet_air_temperature_for_temperature_equation
π β minimum_regeneration_inlet_air_relative_humidity_for_temperature_equation
π β maximum_regeneration_inlet_air_relative_humidity_for_temperature_equation
π β minimum_process_inlet_air_relative_humidity_for_temperature_equation
π β maximum_process_inlet_air_relative_humidity_for_temperature_equation
π β humidity_ratio_equation_coefficient_1
π β humidity_ratio_equation_coefficient_2
π β humidity_ratio_equation_coefficient_3
π β humidity_ratio_equation_coefficient_4
π β humidity_ratio_equation_coefficient_5
π β humidity_ratio_equation_coefficient_6
π β humidity_ratio_equation_coefficient_7
π β humidity_ratio_equation_coefficient_8
π β minimum_regeneration_inlet_air_humidity_ratio_for_humidity_ratio_equation
π β maximum_regeneration_inlet_air_humidity_ratio_for_humidity_ratio_equation
π β minimum_regeneration_inlet_air_temperature_for_humidity_ratio_equation
π β maximum_regeneration_inlet_air_temperature_for_humidity_ratio_equation
π β minimum_process_inlet_air_humidity_ratio_for_humidity_ratio_equation
π β maximum_process_inlet_air_humidity_ratio_for_humidity_ratio_equation
π β minimum_process_inlet_air_temperature_for_humidity_ratio_equation
π β maximum_process_inlet_air_temperature_for_humidity_ratio_equation
π β minimum_regeneration_air_velocity_for_humidity_ratio_equation
π β maximum_regeneration_air_velocity_for_humidity_ratio_equation
π β minimum_regeneration_outlet_air_humidity_ratio_for_humidity_ratio_equation
π β maximum_regeneration_outlet_air_humidity_ratio_for_humidity_ratio_equation
π β minimum_regeneration_inlet_air_relative_humidity_for_humidity_ratio_equation
π β maximum_regeneration_inlet_air_relative_humidity_for_humidity_ratio_equation
π β minimum_process_inlet_air_relative_humidity_for_humidity_ratio_equation
π β maximum_process_inlet_air_relative_humidity_for_humidity_ratio_equation
AirLoopHVAC:UnitarySystemο
AirloopHVAC:UnitarySystem is a generic HVAC system type that allows any configuration of coils and/or fan. This object is a replacement of other AirloopHVAC objects. This object can be used in outdoor air systems, outdoor air units, air loops, and as zone equipment if desired.
β control_type (Default: Load)
β controlling_zone_or_thermostat_location
β dehumidification_control_type (Default: None)
β availability_schedule_name
π β air_inlet_node_name
π β air_outlet_node_name
β supply_fan_object_type
β supply_fan_name
β fan_placement
β supply_air_fan_operating_mode_schedule_name
β heating_coil_object_type
β heating_coil_name
β dx_heating_coil_sizing_ratio (Default: 1.0)
β cooling_coil_object_type
β cooling_coil_name
β use_doas_dx_cooling_coil (Default: No)
βΆβ minimum_supply_air_temperature (Default: 2.0)
β latent_load_control (Default: SensibleOnlyLoadControl)
β supplemental_heating_coil_object_type
β supplemental_heating_coil_name
β cooling_supply_air_flow_rate_method
βΆβ cooling_supply_air_flow_rate
β cooling_supply_air_flow_rate_per_floor_area
β cooling_fraction_of_autosized_cooling_supply_air_flow_rate
β cooling_supply_air_flow_rate_per_unit_of_capacity
β heating_supply_air_flow_rate_method
βΆβ heating_supply_air_flow_rate
β heating_supply_air_flow_rate_per_floor_area
β heating_fraction_of_autosized_heating_supply_air_flow_rate
β heating_supply_air_flow_rate_per_unit_of_capacity
β no_load_supply_air_flow_rate_method
βΆβ no_load_supply_air_flow_rate
β no_load_supply_air_flow_rate_per_floor_area
β no_load_fraction_of_autosized_cooling_supply_air_flow_rate
β no_load_fraction_of_autosized_heating_supply_air_flow_rate
β no_load_supply_air_flow_rate_per_unit_of_capacity_during_cooling_operation
β no_load_supply_air_flow_rate_per_unit_of_capacity_during_heating_operation
β no_load_supply_air_flow_rate_control_set_to_low_speed (Default: Yes)
βΆβ maximum_supply_air_temperature (Default: 80.0)
β maximum_outdoor_dry_bulb_temperature_for_supplemental_heater_operation (Default: 21.0)
β outdoor_dry_bulb_temperature_sensor_node_name
β ancillary_on_cycle_electric_power (Default: 0.0)
β ancillary_off_cycle_electric_power (Default: 0.0)
β design_heat_recovery_water_flow_rate (Default: 0.0)
β maximum_temperature_for_heat_recovery (Default: 80.0)
β heat_recovery_water_inlet_node_name
β heat_recovery_water_outlet_node_name
β design_specification_multispeed_object_type
β design_specification_multispeed_object_name
UnitarySystemPerformance:Multispeedο
The UnitarySystemPerformance object is used to specify the air flow ratio at each operating speed. This object is primarily used for multispeed DX and water coils to allow operation at alternate flow rates different from those specified in the coil object.
π βΎ number_of_speeds_for_heating
π βΎ number_of_speeds_for_cooling
β single_mode_operation (Default: No)
β no_load_supply_air_flow_rate_ratio (Default: 1.0)
Array of {π heating_speed_supply_air_flow_ratio, π cooling_speed_supply_air_flow_ratio} flow_ratios
AirLoopHVAC:Unitary:Furnace:HeatOnlyο
Unitary system, heating-only with constant volume supply fan (continuous or cycling) and heating coil (gas, electric, hot water, or steam). Identical to AirLoopHVAC:UnitaryHeatOnly.
β availability_schedule_name
π β furnace_air_inlet_node_name
π β furnace_air_outlet_node_name
β supply_air_fan_operating_mode_schedule_name
βΆβ maximum_supply_air_temperature (Default: 80.0)
π βΆβ heating_supply_air_flow_rate
π β controlling_zone_or_thermostat_location
π β supply_fan_object_type
π β supply_fan_name
β fan_placement (Default: BlowThrough)
π β heating_coil_object_type
π β heating_coil_name
AirLoopHVAC:Unitary:Furnace:HeatCoolο
Unitary system, heating and cooling with constant volume supply fan (continuous or cycling), direct expansion (DX) cooling coil, heating coil (gas, electric, hot water, or steam), and optional reheat coil for dehumidification control. Identical to AirLoopHVAC:UnitaryHeatCool.
β availability_schedule_name
π β furnace_air_inlet_node_name
π β furnace_air_outlet_node_name
β supply_air_fan_operating_mode_schedule_name
βΆβ maximum_supply_air_temperature (Default: 80.0)
π βΆβ cooling_supply_air_flow_rate
π βΆβ heating_supply_air_flow_rate
βΆβ no_load_supply_air_flow_rate
π β controlling_zone_or_thermostat_location
π β supply_fan_object_type
π β supply_fan_name
β fan_placement (Default: BlowThrough)
π β heating_coil_object_type
π β heating_coil_name
π β cooling_coil_object_type
π β cooling_coil_name
β dehumidification_control_type (Default: None)
β reheat_coil_object_type
β reheat_coil_name
AirLoopHVAC:UnitaryHeatOnlyο
Unitary system, heating-only with constant volume supply fan (continuous or cycling) and heating coil (gas, electric, hot water, or steam). Identical to AirLoopHVAC:Unitary:Furnace:HeatOnly.
β availability_schedule_name
π β unitary_system_air_inlet_node_name
π β unitary_system_air_outlet_node_name
β supply_air_fan_operating_mode_schedule_name
βΆβ maximum_supply_air_temperature (Default: 80.0)
π βΆβ heating_supply_air_flow_rate
π β controlling_zone_or_thermostat_location
π β supply_fan_object_type
π β supply_fan_name
β fan_placement (Default: BlowThrough)
π β heating_coil_object_type
π β heating_coil_name
AirLoopHVAC:UnitaryHeatCoolο
Unitary system, heating and cooling with constant volume supply fan (continuous or cycling), direct expansion (DX) cooling coil, heating coil (gas, electric, hot water, or steam), and optional reheat coil for dehumidification control. Identical to AirLoopHVAC:Unitary:Furnace:HeatCool.
β availability_schedule_name
π β unitary_system_air_inlet_node_name
π β unitary_system_air_outlet_node_name
β supply_air_fan_operating_mode_schedule_name
βΆβ maximum_supply_air_temperature (Default: 80.0)
π βΆβ cooling_supply_air_flow_rate
π βΆβ heating_supply_air_flow_rate
βΆβ no_load_supply_air_flow_rate
π β controlling_zone_or_thermostat_location
π β supply_fan_object_type
π β supply_fan_name
β fan_placement (Default: BlowThrough)
π β heating_coil_object_type
π β heating_coil_name
π β cooling_coil_object_type
π β cooling_coil_name
β dehumidification_control_type (Default: None)
β reheat_coil_object_type
β reheat_coil_name
AirLoopHVAC:UnitaryHeatPump:AirToAirο
Unitary heat pump system, heating and cooling, single-speed with supply fan, direct expansion (DX) cooling coil, DX heating coil (air-to-air heat pump), and supplemental heating coil (gas, electric, hot water, or steam).
β availability_schedule_name
π β air_inlet_node_name
π β air_outlet_node_name
π βΆβ cooling_supply_air_flow_rate
π βΆβ heating_supply_air_flow_rate
βΆβ no_load_supply_air_flow_rate
π β controlling_zone_or_thermostat_location
π β supply_air_fan_object_type
π β supply_air_fan_name
π β heating_coil_object_type
π β heating_coil_name
π β cooling_coil_object_type
π β cooling_coil_name
π β supplemental_heating_coil_object_type
π β supplemental_heating_coil_name
π βΆβ maximum_supply_air_temperature_from_supplemental_heater
β maximum_outdoor_dry_bulb_temperature_for_supplemental_heater_operation (Default: 21.0)
β fan_placement (Default: BlowThrough)
β supply_air_fan_operating_mode_schedule_name
β dehumidification_control_type (Default: None)
AirLoopHVAC:UnitaryHeatPump:WaterToAirο
Unitary heat pump system, heating and cooling, single-speed with constant volume supply fan (continuous or cycling), direct expansion (DX) cooling coil, DX heating coil (water-to-air heat pump), and supplemental heating coil (gas, electric, hot water, or steam).
β availability_schedule_name
π β air_inlet_node_name
π β air_outlet_node_name
π βΆβ supply_air_flow_rate
π β controlling_zone_or_thermostat_location
π β supply_air_fan_object_type
π β supply_air_fan_name
π β heating_coil_object_type
π β heating_coil_name
β heating_convergence (Default: 0.001)
π β cooling_coil_object_type
π β cooling_coil_name
β cooling_convergence (Default: 0.001)
π β supplemental_heating_coil_object_type
π β supplemental_heating_coil_name
π βΆβ maximum_supply_air_temperature_from_supplemental_heater
β maximum_outdoor_dry_bulb_temperature_for_supplemental_heater_operation (Default: 21.0)
β outdoor_dry_bulb_temperature_sensor_node_name
β fan_placement (Default: BlowThrough)
β supply_air_fan_operating_mode_schedule_name
β dehumidification_control_type (Default: None)
β heat_pump_coil_water_flow_mode (Default: Cycling)
AirLoopHVAC:UnitaryHeatCool:VAVChangeoverBypassο
Unitary system, heating and cooling with constant volume supply fan (continuous or cycling), direct expansion (DX) cooling coil, heating coil (gas, electric, hot water, steam, or DX air-to-air heat pump) and bypass damper for variable volume flow to terminal units. Used with AirTerminal:SingleDuct:VAV:HeatAndCool:Reheat or AirTerminal:SingleDuct:VAV:HeatAndCool:NoReheat.
β availability_schedule_name
π βΆβ cooling_supply_air_flow_rate
π βΆβ heating_supply_air_flow_rate
βΆβ no_load_supply_air_flow_rate
π βΆβ cooling_outdoor_air_flow_rate
π βΆβ heating_outdoor_air_flow_rate
βΆβ no_load_outdoor_air_flow_rate
β outdoor_air_flow_rate_multiplier_schedule_name
π β air_inlet_node_name
π β bypass_duct_mixer_node_name
π β bypass_duct_splitter_node_name
π β air_outlet_node_name
π β outdoor_air_mixer_object_type
π β outdoor_air_mixer_name
π β supply_air_fan_object_type
π β supply_air_fan_name
π β supply_air_fan_placement
β supply_air_fan_operating_mode_schedule_name
π β cooling_coil_object_type
π β cooling_coil_name
π β heating_coil_object_type
π β heating_coil_name
β priority_control_mode (Default: ZonePriority)
β minimum_outlet_air_temperature_during_cooling_operation (Default: 8.0)
β maximum_outlet_air_temperature_during_heating_operation (Default: 50.0)
β dehumidification_control_type (Default: None)
β plenum_or_mixer_inlet_node_name
β minimum_runtime_before_operating_mode_change (Default: 0.25)
AirLoopHVAC:UnitaryHeatPump:AirToAir:MultiSpeedο
Unitary system, heating and cooling, multi-speed with constant volume supply fan (continuous or cycling), direct expansion (DX) cooling coil, heating coil (DX air-to-air heat pump, gas, electric, hot water, or steam), and supplemental heating coil (gas, electric, hot water, or steam).
β availability_schedule_name
π β air_inlet_node_name
π β air_outlet_node_name
π β controlling_zone_or_thermostat_location
π β supply_air_fan_object_type
π β supply_air_fan_name
π β supply_air_fan_placement
β supply_air_fan_operating_mode_schedule_name
π β heating_coil_object_type
π β heating_coil_name
β minimum_outdoor_dry_bulb_temperature_for_compressor_operation (Default: -8.0)
π β cooling_coil_object_type
π β cooling_coil_name
β supplemental_heating_coil_object_type
β supplemental_heating_coil_name
βΆβ maximum_supply_air_temperature_from_supplemental_heater
β maximum_outdoor_dry_bulb_temperature_for_supplemental_heater_operation (Default: 21.0)
β auxiliary_on_cycle_electric_power (Default: 0.0)
β auxiliary_off_cycle_electric_power (Default: 0.0)
β design_heat_recovery_water_flow_rate (Default: 0.0)
β maximum_temperature_for_heat_recovery (Default: 80.0)
β heat_recovery_water_inlet_node_name
β heat_recovery_water_outlet_node_name
βΆβ no_load_supply_air_flow_rate
π βΎ number_of_speeds_for_heating
π βΎ number_of_speeds_for_cooling
π βΆβ heating_speed_1_supply_air_flow_rate
βΆβ heating_speed_2_supply_air_flow_rate
βΆβ heating_speed_3_supply_air_flow_rate
βΆβ heating_speed_4_supply_air_flow_rate
π βΆβ cooling_speed_1_supply_air_flow_rate
π βΆβ cooling_speed_2_supply_air_flow_rate
βΆβ cooling_speed_3_supply_air_flow_rate
βΆβ cooling_speed_4_supply_air_flow_rate
AirConditioner:VariableRefrigerantFlowο
Variable refrigerant flow (VRF) air-to-air heat pump condensing unit (includes one or more electric compressors and outdoor fan). Serves one or more VRF zone terminal units. See ZoneHVAC:TerminalUnit:VariableRefrigerantFlow and ZoneTerminalUnitList.
β availability_schedule_name
βΆβ gross_rated_total_cooling_capacity
β gross_rated_cooling_cop (Default: 3.3)
β minimum_condenser_inlet_node_temperature_in_cooling_mode (Default: -6.0)
β maximum_condenser_inlet_node_temperature_in_cooling_mode (Default: 43.0)
β cooling_capacity_ratio_modifier_function_of_low_temperature_curve_name
β cooling_capacity_ratio_boundary_curve_name
β cooling_capacity_ratio_modifier_function_of_high_temperature_curve_name
β cooling_energy_input_ratio_modifier_function_of_low_temperature_curve_name
β cooling_energy_input_ratio_boundary_curve_name
β cooling_energy_input_ratio_modifier_function_of_high_temperature_curve_name
β cooling_energy_input_ratio_modifier_function_of_low_part_load_ratio_curve_name
β cooling_energy_input_ratio_modifier_function_of_high_part_load_ratio_curve_name
β cooling_combination_ratio_correction_factor_curve_name
β cooling_part_load_fraction_correlation_curve_name
βΆβ gross_rated_heating_capacity
β rated_heating_capacity_sizing_ratio (Default: 1.0)
β gross_rated_heating_cop (Default: 3.4)
β minimum_condenser_inlet_node_temperature_in_heating_mode (Default: -20.0)
β maximum_condenser_inlet_node_temperature_in_heating_mode (Default: 16.0)
β heating_capacity_ratio_modifier_function_of_low_temperature_curve_name
β heating_capacity_ratio_boundary_curve_name
β heating_capacity_ratio_modifier_function_of_high_temperature_curve_name
β heating_energy_input_ratio_modifier_function_of_low_temperature_curve_name
β heating_energy_input_ratio_boundary_curve_name
β heating_energy_input_ratio_modifier_function_of_high_temperature_curve_name
β heating_performance_curve_outdoor_temperature_type (Default: WetBulbTemperature)
β heating_energy_input_ratio_modifier_function_of_low_part_load_ratio_curve_name
β heating_energy_input_ratio_modifier_function_of_high_part_load_ratio_curve_name
β heating_combination_ratio_correction_factor_curve_name
β heating_part_load_fraction_correlation_curve_name
β minimum_heat_pump_part_load_ratio (Default: 0.15)
β zone_name_for_master_thermostat_location
β master_thermostat_priority_control_type (Default: MasterThermostatPriority)
β thermostat_priority_schedule_name
π β zone_terminal_unit_list_name
β heat_pump_waste_heat_recovery (Default: No)
β equivalent_piping_length_used_for_piping_correction_factor_in_cooling_mode
β vertical_height_used_for_piping_correction_factor
β piping_correction_factor_for_length_in_cooling_mode_curve_name
β piping_correction_factor_for_height_in_cooling_mode_coefficient (Default: 0.0)
β equivalent_piping_length_used_for_piping_correction_factor_in_heating_mode
β piping_correction_factor_for_length_in_heating_mode_curve_name
β piping_correction_factor_for_height_in_heating_mode_coefficient (Default: 0.0)
β crankcase_heater_power_per_compressor (Default: 33.0)
βΎ number_of_compressors (Default: 2)
β ratio_of_compressor_size_to_total_compressor_capacity (Default: 0.5)
β maximum_outdoor_dry_bulb_temperature_for_crankcase_heater (Default: 5.0)
β defrost_strategy (Default: Resistive)
β defrost_control (Default: Timed)
β defrost_energy_input_ratio_modifier_function_of_temperature_curve_name
β defrost_time_period_fraction (Default: 0.058333)
βΆβ resistive_defrost_heater_capacity (Default: 0.0)
β maximum_outdoor_dry_bulb_temperature_for_defrost_operation (Default: 5.0)
β condenser_type (Default: AirCooled)
β condenser_inlet_node_name
β condenser_outlet_node_name
βΆβ water_condenser_volume_flow_rate
β evaporative_condenser_effectiveness (Default: 0.9)
βΆβ evaporative_condenser_air_flow_rate
βΆβ evaporative_condenser_pump_rated_power_consumption (Default: 0.0)
β supply_water_storage_tank_name
β basin_heater_capacity (Default: 0.0)
β basin_heater_setpoint_temperature (Default: 2.0)
β basin_heater_operating_schedule_name
β fuel_type (Default: Electricity)
β minimum_condenser_inlet_node_temperature_in_heat_recovery_mode
β maximum_condenser_inlet_node_temperature_in_heat_recovery_mode
β heat_recovery_cooling_capacity_modifier_curve_name
β initial_heat_recovery_cooling_capacity_fraction (Default: 0.5)
β heat_recovery_cooling_capacity_time_constant (Default: 0.15)
β heat_recovery_cooling_energy_modifier_curve_name
β initial_heat_recovery_cooling_energy_fraction (Default: 1.0)
β heat_recovery_cooling_energy_time_constant (Default: 0.0)
β heat_recovery_heating_capacity_modifier_curve_name
β initial_heat_recovery_heating_capacity_fraction (Default: 1.0)
β heat_recovery_heating_capacity_time_constant (Default: 0.15)
β heat_recovery_heating_energy_modifier_curve_name
β initial_heat_recovery_heating_energy_fraction (Default: 1.0)
β heat_recovery_heating_energy_time_constant (Default: 0.0)
AirConditioner:VariableRefrigerantFlow:FluidTemperatureControlο
This is a key object in the new physics based VRF model applicable for Fluid Temperature Control It describes the Variable Refrigerant Flow system excluding the performance of indoor units Indoor units are modeled separately, see ZoneHVAC:TerminalUnit:VariableRefrigerantFlow
π β heat_pump_name
β availability_schedule_name
π β zone_terminal_unit_list_name
β refrigerant_type (Default: R410A)
βΆβ rated_evaporative_capacity (Default: 40000.0)
β rated_compressor_power_per_unit_of_rated_evaporative_capacity (Default: 0.35)
β minimum_outdoor_air_temperature_in_cooling_mode (Default: -6.0)
β maximum_outdoor_air_temperature_in_cooling_mode (Default: 43.0)
β minimum_outdoor_air_temperature_in_heating_mode (Default: -20.0)
β maximum_outdoor_air_temperature_in_heating_mode (Default: 16.0)
β reference_outdoor_unit_superheating (Default: 3.0)
β reference_outdoor_unit_subcooling (Default: 5.0)
β refrigerant_temperature_control_algorithm_for_indoor_unit (Default: VariableTemp)
β reference_evaporating_temperature_for_indoor_unit (Default: 6.0)
β reference_condensing_temperature_for_indoor_unit (Default: 44.0)
β variable_evaporating_temperature_minimum_for_indoor_unit (Default: 4.0)
β variable_evaporating_temperature_maximum_for_indoor_unit (Default: 13.0)
β variable_condensing_temperature_minimum_for_indoor_unit (Default: 42.0)
β variable_condensing_temperature_maximum_for_indoor_unit (Default: 46.0)
β outdoor_unit_fan_power_per_unit_of_rated_evaporative_capacity (Default: 0.00425)
β outdoor_unit_fan_flow_rate_per_unit_of_rated_evaporative_capacity (Default: 7.5e-05)
π β outdoor_unit_evaporating_temperature_function_of_superheating_curve_name
π β outdoor_unit_condensing_temperature_function_of_subcooling_curve_name
β diameter_of_main_pipe_connecting_outdoor_unit_to_the_first_branch_joint (Default: 0.0762)
β length_of_main_pipe_connecting_outdoor_unit_to_the_first_branch_joint (Default: 30.0)
β equivalent_length_of_main_pipe_connecting_outdoor_unit_to_the_first_branch_joint (Default: 36.0)
β height_difference_between_outdoor_unit_and_indoor_units (Default: 5.0)
β main_pipe_insulation_thickness (Default: 0.02)
β main_pipe_insulation_thermal_conductivity (Default: 0.032)
β crankcase_heater_power_per_compressor (Default: 33.0)
βΎ number_of_compressors (Default: 2)
β ratio_of_compressor_size_to_total_compressor_capacity (Default: 0.5)
β maximum_outdoor_dry_bulb_temperature_for_crankcase_heater (Default: 5.0)
β defrost_strategy (Default: Resistive)
β defrost_control (Default: Timed)
β defrost_energy_input_ratio_modifier_function_of_temperature_curve_name
β defrost_time_period_fraction (Default: 0.058333)
βΆβ resistive_defrost_heater_capacity (Default: 0.0)
β maximum_outdoor_dry_bulb_temperature_for_defrost_operation (Default: 5.0)
β compressor_maximum_delta_pressure (Default: 4500000.0)
βΎ number_of_compressor_loading_index_entries (Default: 2)
Array of {π β compressor_speed_at_loading_index, π β loading_index_evaporative_capacity_multiplier_function_of_temperature_curve_name, π β loading_index_compressor_power_multiplier_function_of_temperature_curve_name} loading_indices
AirConditioner:VariableRefrigerantFlow:FluidTemperatureControl:HRο
This is a key object in the new physics based VRF Heat Recovery (HR) model applicable for Fluid Temperature Control. It describes the VRF HR system excluding the performance of indoor units. Indoor units are modeled separately in the ZoneHVAC:TerminalUnit:VariableRefrigerantFlow object
β availability_schedule_name
π β zone_terminal_unit_list_name
β refrigerant_type (Default: R410A)
βΆβ rated_evaporative_capacity (Default: 40000.0)
β rated_compressor_power_per_unit_of_rated_evaporative_capacity (Default: 0.35)
β minimum_outdoor_air_temperature_in_cooling_only_mode (Default: -6.0)
β maximum_outdoor_air_temperature_in_cooling_only_mode (Default: 43.0)
β minimum_outdoor_air_temperature_in_heating_only_mode (Default: -20.0)
β maximum_outdoor_air_temperature_in_heating_only_mode (Default: 16.0)
β minimum_outdoor_temperature_in_heat_recovery_mode (Default: -20.0)
β maximum_outdoor_temperature_in_heat_recovery_mode (Default: 43.0)
β refrigerant_temperature_control_algorithm_for_indoor_unit (Default: VariableTemp)
β reference_evaporating_temperature_for_indoor_unit (Default: 6.0)
β reference_condensing_temperature_for_indoor_unit (Default: 44.0)
β variable_evaporating_temperature_minimum_for_indoor_unit (Default: 4.0)
β variable_evaporating_temperature_maximum_for_indoor_unit (Default: 13.0)
β variable_condensing_temperature_minimum_for_indoor_unit (Default: 42.0)
β variable_condensing_temperature_maximum_for_indoor_unit (Default: 46.0)
β outdoor_unit_evaporator_reference_superheating (Default: 3.0)
β outdoor_unit_condenser_reference_subcooling (Default: 5.0)
β outdoor_unit_evaporator_rated_bypass_factor (Default: 0.4)
β outdoor_unit_condenser_rated_bypass_factor (Default: 0.2)
β difference_between_outdoor_unit_evaporating_temperature_and_outdoor_air_temperature_in_heat_recovery_mode (Default: 5.0)
β outdoor_unit_heat_exchanger_capacity_ratio (Default: 0.3)
β outdoor_unit_fan_power_per_unit_of_rated_evaporative_capacity (Default: 0.00425)
β outdoor_unit_fan_flow_rate_per_unit_of_rated_evaporative_capacity (Default: 7.5e-05)
π β outdoor_unit_evaporating_temperature_function_of_superheating_curve_name
π β outdoor_unit_condensing_temperature_function_of_subcooling_curve_name
β diameter_of_main_pipe_for_suction_gas (Default: 0.0762)
β diameter_of_main_pipe_for_discharge_gas (Default: 0.0762)
β length_of_main_pipe_connecting_outdoor_unit_to_the_first_branch_joint (Default: 30.0)
β equivalent_length_of_main_pipe_connecting_outdoor_unit_to_the_first_branch_joint (Default: 36.0)
β height_difference_between_outdoor_unit_and_indoor_units (Default: 5.0)
β main_pipe_insulation_thickness (Default: 0.02)
β main_pipe_insulation_thermal_conductivity (Default: 0.032)
β crankcase_heater_power_per_compressor (Default: 33.0)
βΎ number_of_compressors (Default: 2)
β ratio_of_compressor_size_to_total_compressor_capacity (Default: 0.5)
β maximum_outdoor_dry_bulb_temperature_for_crankcase_heater (Default: 5.0)
β defrost_strategy (Default: Resistive)
β defrost_control (Default: Timed)
β defrost_energy_input_ratio_modifier_function_of_temperature_curve_name
β defrost_time_period_fraction (Default: 0.058333)
βΆβ resistive_defrost_heater_capacity (Default: 0.0)
β maximum_outdoor_dry_bulb_temperature_for_defrost_operation (Default: 5.0)
β initial_heat_recovery_cooling_capacity_fraction (Default: 1.0)
β heat_recovery_cooling_capacity_time_constant (Default: 0.0)
β initial_heat_recovery_cooling_energy_fraction (Default: 1.0)
β heat_recovery_cooling_energy_time_constant (Default: 0.0)
β initial_heat_recovery_heating_capacity_fraction (Default: 1.0)
β heat_recovery_heating_capacity_time_constant (Default: 0.0)
β initial_heat_recovery_heating_energy_fraction (Default: 1.0)
β heat_recovery_heating_energy_time_constant (Default: 0.0)
β compressor_maximum_delta_pressure (Default: 4500000.0)
β compressor_inverter_efficiency (Default: 0.95)
β compressor_evaporative_capacity_correction_factor (Default: 1.0)
βΎ number_of_compressor_loading_index_entries (Default: 2)
Array of {π β compressor_speed_at_loading_index, π β loading_index_evaporative_capacity_multiplier_function_of_temperature_curve_name, π β loading_index_compressor_power_multiplier_function_of_temperature_curve_name} loading_indices
ZoneTerminalUnitListο
List of variable refrigerant flow (VRF) terminal units served by a given VRF condensing unit. See ZoneHVAC:TerminalUnit:VariableRefrigerantFlow and AirConditioner:VariableRefrigerantFlow.
π β zone_terminal_unit_list_name
Array of {π β zone_terminal_unit_name} terminal_units
Controller:WaterCoilο
Controller for a water coil which is located directly in an air loop branch or outdoor air equipment list. Controls the coil water flow to meet the specified leaving air setpoint(s). Used with Coil:Heating:Water, Coil:Cooling:Water, Coil:Cooling:Water:DetailedGeometry, and CoilSystem:Cooling:Water:HeatexchangerAssisted.
π β control_variable
β action
π β actuator_variable
π β sensor_node_name
π β actuator_node_name
βΆβ controller_convergence_tolerance (Default: Autosize)
βΆβ maximum_actuated_flow (Default: Autosize)
β minimum_actuated_flow (Default: 0.0)
Controller:OutdoorAirο
Controller to set the outdoor air flow rate for an air loop. Control options include fixed, proportional, scheduled, economizer, and demand-controlled ventilation.
π β relief_air_outlet_node_name
π β return_air_node_name
π β mixed_air_node_name
π β actuator_node_name
π βΆβ minimum_outdoor_air_flow_rate
π βΆβ maximum_outdoor_air_flow_rate
β economizer_control_type (Default: NoEconomizer)
β economizer_control_action_type (Default: ModulateFlow)
β economizer_maximum_limit_dry_bulb_temperature
β economizer_maximum_limit_enthalpy
β economizer_maximum_limit_dewpoint_temperature
β electronic_enthalpy_limit_curve_name
β economizer_minimum_limit_dry_bulb_temperature
β lockout_type (Default: NoLockout)
β minimum_limit_type (Default: ProportionalMinimum)
β minimum_outdoor_air_schedule_name
β minimum_fraction_of_outdoor_air_schedule_name
β maximum_fraction_of_outdoor_air_schedule_name
β mechanical_ventilation_controller_name
β time_of_day_economizer_control_schedule_name
β high_humidity_control (Default: No)
β humidistat_control_zone_name
β high_humidity_outdoor_air_flow_ratio (Default: 1.0)
β control_high_indoor_humidity_based_on_outdoor_humidity_ratio (Default: Yes)
β heat_recovery_bypass_control_type (Default: BypassWhenWithinEconomizerLimits)
β economizer_operation_staging (Default: InterlockedWithMechanicalCooling)
Controller:MechanicalVentilationο
This object is used in conjunction with Controller:OutdoorAir to specify outdoor ventilation air based on outdoor air specified in the DesignSpecification:OutdoorAir object The Controller:OutdoorAir object is associated with a specific air loop, so the outdoor air flow rates specified in Controller:MechanicalVentilation correspond to the zones attached to that specific air loop. Duplicate groups of Zone name, Design Specification Outdoor Air Object Name, and Design Specification Zone Air Distribution Object Name to increase allowable number of entries
β availability_schedule_name
β demand_controlled_ventilation (Default: No)
β system_outdoor_air_method (Default: Standard62.1VentilationRateProcedure)
β zone_maximum_outdoor_air_fraction (Default: 1.0)
Array of {π β zone_or_zonelist_name, β design_specification_outdoor_air_object_name, β design_specification_zone_air_distribution_object_name} zone_specifications
AirLoopHVAC:ControllerListο
List controllers in order of control sequence
π β controller_1_object_type
π β controller_1_name
β controller_2_object_type
β controller_2_name
β controller_3_object_type
β controller_3_name
β controller_4_object_type
β controller_4_name
β controller_5_object_type
β controller_5_name
β controller_6_object_type
β controller_6_name
β controller_7_object_type
β controller_7_name
β controller_8_object_type
β controller_8_name
AirLoopHVACο
Defines a central forced air system.
β controller_list_name
β availability_manager_list_name
βΆβ design_supply_air_flow_rate (Default: 0.0)
π β branch_list_name
β connector_list_name
π β supply_side_inlet_node_name
β demand_side_outlet_node_name
π β demand_side_inlet_node_names
π β supply_side_outlet_node_names
β design_return_air_flow_fraction_of_supply_air_flow (Default: 1.0)
AirLoopHVAC:OutdoorAirSystem:EquipmentListο
List equipment in simulation order
π β component_1_object_type
π β component_1_name
β component_2_object_type
β component_2_name
β component_3_object_type
β component_3_name
β component_4_object_type
β component_4_name
β component_5_object_type
β component_5_name
β component_6_object_type
β component_6_name
β component_7_object_type
β component_7_name
β component_8_object_type
β component_8_name
β component_9_object_type
β component_9_name
AirLoopHVAC:OutdoorAirSystemο
Outdoor air subsystem for an AirLoopHVAC. Includes an outdoor air mixing box and optional outdoor air conditioning equipment such as heat recovery, preheat, and precool coils. From the perspective of the primary air loop the outdoor air system is treated as a single component.
β controller_list_name
π β outdoor_air_equipment_list_name
OutdoorAir:Mixerο
Outdoor air mixer. Node names cannot be duplicated within a single OutdoorAir:Mixer object or across all outdoor air mixers.
π β mixed_air_node_name
π β outdoor_air_stream_node_name
π β relief_air_stream_node_name
π β return_air_stream_node_name
AirLoopHVAC:ZoneSplitterο
Split one air stream into N outlet streams (currently 500 per air loop, but extensible). Node names cannot be duplicated within a single zone splitter (AirLoopHVAC:ZoneSplitter) list.
π β inlet_node_name
Array of {π β outlet_node_name} nodes
AirLoopHVAC:SupplyPlenumο
Connects 1 zone inlet air stream, through zone supply plenum, to one or more outlets. Node names cannot be duplicated within a single supply plenum list.
π β zone_name
π β zone_node_name
π β inlet_node_name
Array of {π β outlet_node_name} nodes
AirLoopHVAC:SupplyPathο
A supply path can only contain AirLoopHVAC:ZoneSplitter and AirLoopHVAC:SupplyPlenum objects which may be in series or parallel.
π β supply_air_path_inlet_node_name
Array of {π β component_object_type, π β component_name} components
AirLoopHVAC:ZoneMixerο
Mix N inlet air streams into one (currently 500 per air loop, but extensible). Node names cannot be duplicated within a single zone mixer (AirLoopHVAC:ZoneMixer) list.
π β outlet_node_name
Array of {π β inlet_node_name} nodes
AirLoopHVAC:ReturnPlenumο
Connects N zone inlet air streams, through zone return plenum, to outlet (currently 500 per air loop) Node names cannot be duplicated within a single plenum list.
π β zone_name
π β zone_node_name
π β outlet_node_name
β induced_air_outlet_node_or_nodelist_name
Array of {π β inlet_node_name} nodes