Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ __Features__
__Bugfixes__
- Fixes ERV supply outlet enthalpy calculation used to calculate latent effectiveness.
- **Breaking change**: Prevent possible error if HPWH in confined space with very small containment volume; minimum allowed volume now 32 ft3.
- Removes the redundant adiabatic ceilings between conditioned stories in the model.

## OpenStudio-HPXML v1.12.0

Expand Down
6 changes: 3 additions & 3 deletions HPXMLtoOpenStudio/measure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<schema_version>3.1</schema_version>
<name>hpxml_to_openstudio</name>
<uid>b1543b30-9465-45ff-ba04-1d1f85e763bc</uid>
<version_id>b984686c-af33-46d9-bb49-a6b0b1bac73e</version_id>
<version_modified>2026-06-25T19:40:15Z</version_modified>
<version_id>9a7f02e9-007e-4d5d-b0bb-8373efaf62b8</version_id>
<version_modified>2026-06-25T23:12:40Z</version_modified>
<xml_checksum>D8922A73</xml_checksum>
<class_name>HPXMLToOpenStudio</class_name>
<display_name>HPXML to OpenStudio Translator</display_name>
Expand Down Expand Up @@ -391,7 +391,7 @@
<filename>geometry.rb</filename>
<filetype>rb</filetype>
<usage_type>resource</usage_type>
<checksum>4666E48F</checksum>
<checksum>37930A49</checksum>
</file>
<file>
<filename>hotwater_appliances.rb</filename>
Expand Down
15 changes: 1 addition & 14 deletions HPXMLtoOpenStudio/resources/geometry.rb
Original file line number Diff line number Diff line change
Expand Up @@ -788,21 +788,8 @@ def self.apply_conditioned_floor_area(model, spaces, hpxml_bldg)
floor_surface.additionalProperties.setFeature('SurfaceType', 'InferredFloor')
floor_surface.additionalProperties.setFeature('Tilt', 0.0)

# Add ceiling surface
vertices = create_ceiling_vertices(floor_length, floor_width, z_origin, default_azimuths)
ceiling_surface = OpenStudio::Model::Surface.new(vertices, model)

ceiling_surface.setSunExposure(EPlus::SurfaceSunExposureNo)
ceiling_surface.setWindExposure(EPlus::SurfaceWindExposureNo)
ceiling_surface.setName('inferred conditioned ceiling')
ceiling_surface.setSurfaceType(EPlus::SurfaceTypeRoofCeiling)
ceiling_surface.setSpace(create_or_get_space(model, spaces, HPXML::LocationConditionedSpace, hpxml_bldg))
ceiling_surface.setOutsideBoundaryCondition(EPlus::BoundaryConditionAdiabatic)
ceiling_surface.additionalProperties.setFeature('SurfaceType', 'InferredCeiling')
ceiling_surface.additionalProperties.setFeature('Tilt', 0.0)

# Apply Construction
Constructions.apply_adiabatic_construction(model, [floor_surface, ceiling_surface], 'floor')
Constructions.apply_adiabatic_construction(model, [floor_surface], 'floor')
end

# Calls construction methods for applying partition walls and furniture to the OpenStudio model.
Expand Down
6 changes: 3 additions & 3 deletions ReportSimulationOutput/measure.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<schema_version>3.1</schema_version>
<name>report_simulation_output</name>
<uid>df9d170c-c21a-4130-866d-0d46b06073fd</uid>
<version_id>9dd500e5-8504-4cec-b9b5-aa5de7947820</version_id>
<version_modified>2026-06-01T22:05:57Z</version_modified>
<version_id>0f1bcfca-78ca-4d4e-a8bd-4a63c7a3edb1</version_id>
<version_modified>2026-06-24T22:36:49Z</version_modified>
<xml_checksum>9BF1E6AC</xml_checksum>
<class_name>ReportSimulationOutput</class_name>
<display_name>HPXML Simulation Output Report</display_name>
Expand Down Expand Up @@ -2035,7 +2035,7 @@
<filename>test_report_sim_output.rb</filename>
<filetype>rb</filetype>
<usage_type>test</usage_type>
<checksum>44D1E00E</checksum>
<checksum>A9FD042F</checksum>
</file>
</files>
</measure>
1 change: 0 additions & 1 deletion ReportSimulationOutput/tests/test_report_sim_output.rb
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,6 @@ def teardown
'Surface Construction Index: Foundationwall1',
'Surface Construction Index: Floor1',
'Surface Construction Index: Furniture Mass Conditioned Space 1',
'Surface Construction Index: Inferred Conditioned Ceiling',
'Surface Construction Index: Inferred Conditioned Floor',
'Surface Construction Index: Partition Wall Mass',
'Surface Construction Index: Rimjoist1:0',
Expand Down
4 changes: 2 additions & 2 deletions workflow/tests/base_results/results_ashrae_140.csv
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ L200AC.xml,122.7,N/A
L202AC.xml,129.76,N/A
L302XC.xml,46.19,N/A
L304XC.xml,44.52,N/A
L322XC.xml,66.2,N/A
L324XC.xml,47.97,N/A
L322XC.xml,65.49,N/A
L324XC.xml,47.85,N/A
L100AL.xml,N/A,50.75
L110AL.xml,N/A,54.63
L120AL.xml,N/A,47.29
Expand Down
886 changes: 443 additions & 443 deletions workflow/tests/base_results/results_simulations_bills.csv

Large diffs are not rendered by default.

888 changes: 444 additions & 444 deletions workflow/tests/base_results/results_simulations_energy.csv

Large diffs are not rendered by default.

888 changes: 444 additions & 444 deletions workflow/tests/base_results/results_simulations_loads.csv

Large diffs are not rendered by default.

888 changes: 444 additions & 444 deletions workflow/tests/base_results/results_simulations_misc.csv

Large diffs are not rendered by default.