FREE HVAC Calculator




HVAC Load Calculator


HVAC Load Calculator









label {
display: block;
margin-bottom: 10px;
font-weight: bold;
}

input[type=”number”] {
width: 100%;
padding: 5px;
margin-bottom: 10px;
}

button {
padding: 10px;
background-color: #007bff;
color: #fff;
border: none;
cursor: pointer;
}

const hvacForm = document.querySelector(‘#hvacForm’);
const result = document.querySelector(‘#result’);

hvacForm.addEventListener(‘submit’, function(e) {
e.preventDefault();

const surfaceArea = document.querySelector(‘#surfaceArea’).value;
const ceilingHeight = document.querySelector(‘#ceilingHeight’).value;
const numOccupants = document.querySelector(‘#numOccupants’).value;
const numDoors = document.querySelector(‘#numDoors’).value;
const numWindows = document.querySelector(‘#numWindows’).value;

const totalLoad = (surfaceArea * ceilingHeight) + (numOccupants * 100) + (numDoors * 1000) + (numWindows * 1000);

result.innerHTML = `The HVAC load is ${totalLoad} BTU.`;
});

Print Friendly, PDF & Email
mm

Julie Gallaher

Sacramento is my town! During my 25 year+ career in marketing & advertising, I've worked with over a thousand local Sacramento businesses. I'm happy to share my favorites with you.

Nominate

Is your favorite listed on Sacramento Top 10? Did we miss someone? Tell us on Twitter, Instagram or LinkedIn or Facebook.

Get a Listing on Sacramento Top 10

We offer a free listing to every Sacramento business (no drugs, gambling or network marketing please) that fits into one of our categories. But for maximum benefit, choose a spotlight listing or landing page and watch your leads roll in.

Get all the details Here.

Contact to Listing Owner

Captcha Code