Skip to content

Commit

Permalink
update refrig case model
Browse files Browse the repository at this point in the history
  • Loading branch information
TShapinsky committed Jun 20, 2024
1 parent 0eb8557 commit 7b216ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tests/integration/models/refrig_case_osw/in.idf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version,23.1;
Version,24.1;

Building,
Refrig Case Model, !- Name
Expand Down Expand Up @@ -276,7 +276,7 @@
Light Sch, !- Schedule Name
Watts/Area, !- Design Level Calculation Method
, !- Lighting Level {W}
10.764, !- Watts per Zone Floor Area {W/m2}
10.764, !- Watts per Floor Area {W/m2}
, !- Watts per Person {W/person}
0, !- Return Air Fraction
0.7, !- Fraction Radiant
Expand All @@ -289,7 +289,7 @@
Always On, !- Schedule Name
EquipmentLevel, !- Design Level Calculation Method
500, !- Design Level {W}
, !- Watts per Zone Floor Area {W/m2}
, !- Watts per Floor Area {W/m2}
, !- Watts per Person {W/person}
0, !- Fraction Latent
0.7, !- Fraction Radiant
Expand Down Expand Up @@ -562,6 +562,7 @@
, !- No Load Fraction of Autosized Heating Supply Air Flow Rate
, !- No Load Supply Air Flow Rate Per Unit of Capacity During Cooling Operation {m3/s-W}
, !- No Load Supply Air Flow Rate Per Unit of Capacity During Heating Operation {m3/s-W}
No, !- No Load Supply Air Flow Rate Control Set To Low Speed
80; !- Maximum Supply Air Temperature {C}

OutdoorAir:Node,
Expand Down Expand Up @@ -605,6 +606,7 @@
, !- Evaporative Condenser Air Flow Rate {m3/s}
, !- Evaporative Condenser Pump Rated Power Consumption {W}
0, !- Crankcase Heater Capacity {W}
, !- Crankcase Heater Capacity Function of Temperature Curve Name
10, !- Maximum Outdoor Dry-Bulb Temperature for Crankcase Heater Operation {C}
, !- Supply Water Storage Tank Name
, !- Condensate Collection Water Storage Tank Name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def run(workspace,runner,usr_args)
end
runner.workflow.absoluteFilePaths.each {|p| o.setString(6,p.to_s) if p.to_s.include?('python')}
end
return true
end

end
Expand Down

0 comments on commit 7b216ce

Please sign in to comment.