Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Appx g/merge master 09192023 #1610

Merged
merged 70 commits into from
Sep 22, 2023
Merged
Changes from 1 commit
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
ed8b339
remove Siz.AirLoopHVAC.rb
mdahlhausen Aug 25, 2023
5ba9c05
remove Siz.CoilCoolingWater.rb
mdahlhausen Aug 25, 2023
3710796
remove sizing methods in Siz.ThermalZone.rb
mdahlhausen Aug 25, 2023
e38bfc3
remove Siz.HVACComponent.rb
mdahlhausen Aug 25, 2023
1f9c89d
remove Siz.HeatingCoolingFuels.rb and Siz.ThermalZone.rb
mdahlhausen Aug 25, 2023
27e38db
remove overloaded prm method plant_loop_total_cooling_capacity
mdahlhausen Aug 25, 2023
8b99e87
calculate fan power
mdahlhausen Aug 25, 2023
89be23d
remove getAutosizedValueFromEquipmentSummary
mdahlhausen Aug 25, 2023
e8ec7ec
remove output_fan_report
mdahlhausen Aug 25, 2023
6d0c652
Delete Siz.Model.rb
mdahlhausen Aug 25, 2023
a2b247b
remove require to Siz.Model
mdahlhausen Aug 28, 2023
1c54b8e
grammar fix
mdahlhausen Aug 28, 2023
927274f
fix OptionalDouble error
mdahlhausen Aug 28, 2023
2ad720d
get value of FuelType Enums
mdahlhausen Aug 29, 2023
331078a
added method to convert plant into a 2-pipe system with availability …
carlosduarteroa Aug 29, 2023
f7d9499
refactor design load to be w not w_per_m2
mdahlhausen Aug 29, 2023
88c696e
added 2-pipe plant mode based on zone heating cooling demand
carlosduarteroa Aug 29, 2023
e9945f7
Merge branch 'master' into feature/radiant_controls_2_pipe_plant_redo
carlosduarteroa Aug 29, 2023
229e051
add method to get radiant thermal zones from plant loop
carlosduarteroa Aug 30, 2023
aa9f9b8
added tests for testing two pipe plant system
carlosduarteroa Aug 30, 2023
64d5371
Adds details to sizing run start/end messages for runtime profiling
asparke2 Aug 24, 2023
2e3dc1d
Merge remote-tracking branch 'origin/master' into feature/sizing_run_…
asparke2 Aug 30, 2023
ac51ed0
check for OptionalDouble
mdahlhausen Aug 30, 2023
7d20c94
fix .get typo for double
mdahlhausen Aug 31, 2023
e79863a
Update Standards.ThermalZone.rb
mdahlhausen Aug 31, 2023
9cc75f2
update regression and performance results
mdahlhausen Aug 31, 2023
7173d56
added plant setpoint manager to vary plant water supply temperature b…
carlosduarteroa Aug 31, 2023
3c6b9c1
remove extra argument
mdahlhausen Sep 1, 2023
9aa6c6b
Merge branch 'master' into remove_sizing_methods
mdahlhausen Sep 2, 2023
a7bd20d
fix app g method call typos
mdahlhausen Sep 2, 2023
4c124da
Update test_performance_expected_dd_results.csv
mdahlhausen Sep 2, 2023
40e49f4
check app G fuel type against array
mdahlhausen Sep 2, 2023
97840e9
update test failures
mdahlhausen Sep 7, 2023
4d4da95
Merge pull request #1582 from NREL/remove_sizing_methods
mdahlhausen Sep 7, 2023
4de34f1
two pipe method edits
mdahlhausen Sep 7, 2023
89dcb6f
Merge pull request #1586 from NREL/feature/radiant_controls_2_pipe_pl…
mdahlhausen Sep 8, 2023
37c5f34
Merge pull request #1591 from NREL/feature/sizing_run_profiling
mdahlhausen Sep 8, 2023
409f78e
Merge branch 'master' into feature/radiant_controls_oa_based_swt_redo
carlosduarteroa Sep 11, 2023
42723eb
moved heat cool request program to its own method for reuse
carlosduarteroa Sep 12, 2023
b63e183
added support to control swt based on zone demand
carlosduarteroa Sep 12, 2023
f28ec4a
added tests for supply water temperature control
carlosduarteroa Sep 12, 2023
d4cb1b4
add OsLib_Schedules methods
mdahlhausen Sep 12, 2023
67eb898
remove one schedule module level
mdahlhausen Sep 12, 2023
e7e24e8
fix yard documentation
mdahlhausen Sep 12, 2023
671295b
fix yard documentation
mdahlhausen Sep 12, 2023
9812d2b
Create pull_request_template.md
mdahlhausen Sep 12, 2023
9e6bdf7
Merge pull request #1597 from NREL/feature/pr_template
mdahlhausen Sep 13, 2023
a6633e8
minor return consistency edit
mdahlhausen Sep 13, 2023
7049071
add OsLib_ModelGeneration methods
mdahlhausen Sep 13, 2023
815554a
fix model_identify_return_air_type return type
mdahlhausen Sep 13, 2023
65f7cc8
Apply Black formatting.
lymereJ Sep 13, 2023
8637313
Merge pull request #1600 from NREL/apply_black_fmt
mdahlhausen Sep 13, 2023
3b7abc3
refactor create_typical methods
mdahlhausen Sep 13, 2023
769d6f3
fix tests by adding weather file
mdahlhausen Sep 13, 2023
3395f64
Merge pull request #1596 from NREL/fix/yard_documentation
mdahlhausen Sep 14, 2023
0bea314
Merge branch 'master' into feature/extension_gem
mdahlhausen Sep 14, 2023
2d936ae
minor yard syntax update
mdahlhausen Sep 14, 2023
c1d68cd
rubocop fixes
mdahlhausen Sep 14, 2023
abcb73d
merge ComStock changes to create typical
mdahlhausen Sep 14, 2023
9faa678
Merge pull request #1602 from NREL/feature/extension_gem
mdahlhausen Sep 15, 2023
60329f2
Merge branch 'master' into feature/radiant_controls_oa_based_swt_redo
mdahlhausen Sep 15, 2023
2d70132
syntax and rubocop edits
mdahlhausen Sep 18, 2023
2fac650
Merge pull request #1595 from NREL/feature/radiant_controls_oa_based_…
mdahlhausen Sep 18, 2023
8ee396e
rubocop autocorrect edits
mdahlhausen Sep 18, 2023
ee81697
Merge pull request #1609 from NREL/fix/rubocop_edits
mdahlhausen Sep 19, 2023
db64c62
Merge branch 'master' of https://github.com/NREL/openstudio-standards…
weilixu Sep 19, 2023
a3a7c76
Fix issues in psz-vav system using water heating coil
weilixu Sep 20, 2023
f043468
revise test case assertion
weilixu Sep 20, 2023
1050631
add patch code to remove the nil situation in the index.
weilixu Sep 21, 2023
c74925c
Merge branch 'AppendixG_Dev' into appx_g/merge_master_09192023
weilixu Sep 22, 2023
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
Next Next commit
remove Siz.AirLoopHVAC.rb
remove Siz.AirLoopHVAC.rb and associated methods. These methods are now available in OpenStudio as of OpenStudio version 3.6.0.
mdahlhausen committed Aug 25, 2023

Verified

This commit was signed with the committer’s verified signature.
AgeManning Age Manning
commit ed8b33924ec049bf6b5dd100ceaeead253577037
59 changes: 0 additions & 59 deletions lib/openstudio-standards/hvac_sizing/Siz.AirLoopHVAC.rb

This file was deleted.

16 changes: 14 additions & 2 deletions lib/openstudio-standards/standards/Standards.AirLoopHVAC.rb
Original file line number Diff line number Diff line change
@@ -2033,7 +2033,11 @@ def air_loop_hvac_adjust_minimum_vav_damper_positions(air_loop_hvac)
num_zones_adj = 0

# Retrieve the sum of the zone minimum primary airflow
vpz_min_sum = air_loop_hvac.autosizeSumMinimumHeatingAirFlowRates
if air_loop_hvac.model.version < OpenStudio::VersionString.new('3.6.0')
OpenStudio.logFree(OpenStudio::Error, 'openstudio.standards.AirLoopHVAC', "Required AirLoopHVAC method .autosizedSumMinimumHeatingAirFlowRates is not available in pre-OpenStudio 3.6.0 versions. Use a more recent version of OpenStudio.")
else
vpz_min_sum = air_loop_hvac.autosizedSumMinimumHeatingAirFlowRates
end

air_loop_hvac.thermalZones.sort.each do |zone|
# Breathing zone airflow rate
@@ -2180,7 +2184,15 @@ def air_loop_hvac_adjust_minimum_vav_damper_positions(air_loop_hvac)
# zone airflow are lower than the calculated system
# outdoor air intake
if v_ot_adj > vpz_min_sum && v_ot_adj > 0
mdp_adj = [v_ot_adj / air_loop_hvac.autosizeSumAirTerminalMaxAirFlowRate, 1].min

# Retrieve the sum of the zone maximum air flow rates
if air_loop_hvac.model.version < OpenStudio::VersionString.new('3.6.0')
OpenStudio.logFree(OpenStudio::Error, 'openstudio.standards.AirLoopHVAC', "Required AirLoopHVAC method .autosizedSumAirTerminalMaxAirFlowRate is not available in pre-OpenStudio 3.6.0 versions. Use a more recent version of OpenStudio.")
else
v_max = air_loop_hvac.autosizedSumAirTerminalMaxAirFlowRate
end

mdp_adj = [v_ot_adj / v_max, 1].min
air_loop_hvac.thermalZones.sort.each do |zone|
air_loop_hvac_set_minimum_damper_position(zone, mdp_adj)
end
Original file line number Diff line number Diff line change
@@ -585,7 +585,11 @@ def air_loop_hvac_adjust_minimum_vav_damper_positions(air_loop_hvac)
OpenStudio.logFree(OpenStudio::Debug, 'openstudio.standards.AirLoopHVAC', "For #{air_loop_hvac.name}: v_ou = #{v_ou_cfm.round} cfm.")

# Retrieve the sum of the zone minimum primary airflow
vpz_min_sum = air_loop_hvac.autosizeSumMinimumHeatingAirFlowRates
if air_loop_hvac.model.version < OpenStudio::VersionString.new('3.6.0')
OpenStudio.logFree(OpenStudio::Error, 'openstudio.standards.AirLoopHVAC', "Required AirLoopHVAC method .autosizedSumMinimumHeatingAirFlowRates is not available in pre-OpenStudio 3.6.0 versions. Use a more recent version of OpenStudio.")
else
vpz_min_sum = air_loop_hvac.autosizedSumMinimumHeatingAirFlowRates
end

air_loop_hvac.thermalZones.sort.each do |zone|
# Breathing zone airflow rate