Steam and Chiller Sizing Tool

{{steamCalculation()}}

STEAM

Pounds of Steam required per hour

BTU Required Per Hour to Convert Water To Steam

kW

Each XCPC Output per hour

Number of XCPC Required

MAX

{{ (!isNaN(max_btu_convert_water_to_steam)) ? (max_btu_convert_water_to_steam | number) : '' }}

{{ (!isNaN(max_kw_value)) ? Math.round(max_kw_value) : '' }}

1.5kW

{{ (!isNaN(max_xcpc_value)) ? Math.round(max_xcpc_value) : '' }}

MIN

{{ (!isNaN(min_btu_convert_water_to_steam)) ? (min_btu_convert_water_to_steam | number) : '' }}

{{ (!isNaN(min_kw_value)) ? Math.round(min_kw_value) : '' }}

{{ (!isNaN(min_xcpc_value)) ? Math.round(min_xcpc_value) : '' }}

BHP = Boiler HP =33,500 BTU/hr

CHILLERS

COP

Tonnage Required

kW Required

Multiplyer

Number of XCPC Required

Single Effect

{{ (!isNaN(chiller_single_effect_cop)) ? (chiller_single_effect_cop) : '' }}

{{ (!isNaN(chiller_single_effect_kw)) ? Math.round(chiller_single_effect_kw, 1) : '' }}

{{ (!isNaN(chiller_single_effect_multiplayer)) ? (chiller_single_effect_multiplayer) : '' }}

{{ (!isNaN(chiller_single_effect_xcpc)) ? (chiller_single_effect_xcpc.toFixed(1)) : '' }}

Double Effect

{{ (!isNaN(chiller_double_effect_cop)) ? (chiller_double_effect_cop) : '' }}

{{ (!isNaN(chiller_double_effect_kw)) ? Math.round(chiller_double_effect_kw) : '' }}

{{ (!isNaN(chiller_double_effect_multiplayer)) ? (chiller_double_effect_multiplayer) : '' }}

{{ (!isNaN(chiller_double_effect_xcpc)) ? (chiller_double_effect_xcpc.toFixed(1)) : '' }}

Cost of running electric chillers (Determine cooling system sizing and estimated annual costs)

Area of Building

Area to be cooled per ton of cooling
(example 400FT2/ton or 500FT2/ton)

Tons

{{ (!isNaN(cor_tons)) ? (cor_tons) : '' }}

kW of cooling

{{ (!isNaN(cor_kw_of_cooling)) ? (cor_kw_of_cooling.toFixed(5)) : '' }}

Full load kW (Per hour)

{{ (!isNaN(cor_full_load_cost_kw)) ? (cor_full_load_cost_kw) : '' }}

Partial load kW (Per hour)

{{ (!isNaN(cor_partial_load_cost_kw)) ? (cor_partial_load_cost_kw.toFixed(2)) : '' }}

Estimated Full Load Ton hours
(see chart)

Total Ton hours annual

{{ (!isNaN(cor_total_ton_hours_annual)) ? (Math.round(cor_total_ton_hours_annual) | number) : '' }}

Total kW hours per year

{{ (!isNaN(cor_total_kw_hours_per_year)) ? (Math.round(cor_total_kw_hours_per_year) | number) : '' }}

Cost/kWh

Annual cost

{{ (!isNaN(cor_annual_cost)) ? ((cor_annual_cost.toFixed(2)) | number) : '' }}

kWh/day

{{ (!isNaN(cor_kwh_day)) ? (cor_kwh_day.toFixed(2)) : '' }}

kWh/hour
 

{{ (!isNaN(cor_kwh_hour)) ? (cor_kwh_hour.toFixed(2)) : '' }}

Cost/hour

{{ (!isNaN(cor_cost_hour)) ? (cor_cost_hour.toFixed(2)) : '' }}

COP means Coefficient of Performance. For every $1 dollar of energy put into the cooling system you receive either $0.70 for Single Effect or $1.40 for Double Effect worth of cooling.

HEAT

Determine the estimated hourly performance of the XCPC or determine the number of collectors require to meet a specific load.
8.34 BTUs are required to raise 1 gallon of water 1 degree Fahrenheit

# XCPC

BTU/hr

Total BTU/hr

XCPC Output

{{ (!isNaN(heat_xcpt_op_btu_hr)) ? (heat_xcpt_op_btu_hr) : '' }}

{{ (!isNaN(heat_xcpt_op_total_btu_hr)) ? (heat_xcpt_op_total_btu_hr | number) : '' }}

BTU required/hr

XCPC output

kWth

Total XCPC required

Energy required

{{ (!isNaN(energy_needed_xcpc_op)) ? (energy_needed_xcpc_op) : '' }}

{{ (!isNaN(energy_needed_kwth)) ? Math.round(energy_needed_kwth) : '' }}

{{ (!isNaN(energy_needed_total_xcpc_required)) ? (energy_needed_total_xcpc_required.toFixed(1)) : '' }}

Water Heating

BTU +10F/gallon

{{ (!isNaN(heat_btu)) ? (heat_btu) : '' }}

Ground Water Temperature or Solar array supply temperature test

Delivery Temp

Temperature rise

{{ (!isNaN(heat_temperature_rise)) ? (heat_temperature_rise | number) : '' }}  

Gallons per day

Total BTU Required

{{ (!isNaN(heat_total_btu_required)) ? (heat_total_btu_required | number) : '' }}  

Number of XCPCs required

{{ (!isNaN(heat_no_of_xcpc_required)) ? (heat_no_of_xcpc_required | number) : '' }}  

Hours of Sunlight per Day

BTU Generation Required/hour

{{ (!isNaN(heat_generation_hour)) ? (Math.round(heat_generation_hour) | number): '' }}

SEASONAL PERFORMANCE

XCPC

BTU/hr

hours

BTU

kW

{{ (!isNaN(sp_btu_hr)) ? (sp_btu_hr | number) : '' }}

{{ (!isNaN(sp_hours)) ? (sp_hours) : '' }}

{{ (!isNaN(sp_btu)) ? (sp_btu | number) : '' }}

{{ (!isNaN(sp_kw)) ? (sp_kw) : '' }}

Estimated Seasonal Generation

Sunlight

Dec-Jan (6-hours)

Nov- Mar (7-hours)

Oct-April (8-hours)

BTU

{{ (!isNaN(esg_kwh_1)) ? (esg_btu_1 |number) : '' }}

{{ (!isNaN(esg_btu_2)) ? (esg_btu_2 |number) : '' }}

{{ (!isNaN(esg_kwh_3)) ? (esg_btu_3 |number) : '' }}

kWh

{{ (!isNaN(esg_kwh_1)) ? (esg_kwh_1.toFixed(2)) : '' }}

{{ (!isNaN(esg_kwh_2)) ? (esg_kwh_2.toFixed(2)) : '' }}

{{ (!isNaN(esg_kwh_3)) ? (esg_kwh_3.toFixed(2)) : '' }}

ECONOMICS

Natual Gas/Therm

LPG/gallon

Electric/kWh

Oil

Cost of Fuel

Efficiency of Boiler

Total BTU

{{ (!isNaN(tb_natural_gas)) ? (tb_natural_gas | number) : '' }}

{{ (!isNaN(tb_lpg)) ? (tb_lpg | number) : '' }}

{{ (!isNaN(tb_electric)) ? (tb_electric | number) : '' }}

{{ (!isNaN(tb_oil)) ? (tb_oil | number) : '' }}

Total Saved BTU

{{ (!isNaN(tsb_natural_gas)) ? (Math.round(tsb_natural_gas) | number) : '' }}

{{ (!isNaN(tsb_lpg)) ? (tsb_lpg.toFixed(2)) : '' }}

{{ (!isNaN(tsb_electric)) ? (Math.round(tsb_electric) | number) : '' }}

{{ (!isNaN(tsb_oil)) ? (Math.round(tsb_oil) | number) : '' }}

Total Energy Units Savings/hour

{{ (!isNaN(tes_natural_gas)) ? (tes_natural_gas.toFixed(2)) : '' }}

{{ (!isNaN(tes_lpg)) ? (tes_lpg.toFixed(2)) : '' }}

{{ (!isNaN(tes_electric)) ? (tes_electric.toFixed(2)) : '' }}

{{ (!isNaN(tes_oil)) ? (tes_oil.toFixed(2)) : '' }}

$ saved/hr

{{ (!isNaN(saved_natural_gas)) ? (saved_natural_gas.toFixed(2)) : '' }}

{{ (!isNaN(saved_lpg)) ? (saved_lpg.toFixed(2)) : '' }}

{{ (!isNaN(saved_electric)) ? (saved_electric.toFixed(2)) : '' }}

{{ (!isNaN(saved_oil)) ? (saved_oil.toFixed(2)) : '' }}

Estimated annual savings

{{ (!isNaN(eas_natural_gas)) ? ((eas_natural_gas.toFixed(2)) | number) : '' }}

{{ (!isNaN(eas_lpg)) ? ((eas_lpg.toFixed(2)) | number) : '' }}

{{ (!isNaN(eas_electric)) ? ((eas_electric.toFixed(2)) | number) : '' }}

{{ (!isNaN(eas_oil)) ? ((eas_oil.toFixed(2)) | number) : '' }}