var fDesc=new Array(); fDesc[0] = "EZWind calculates wind loads for Components & Cladding and Main Wind Force Resisting System for building and other structures. EZWind calculates wind pressures per ASCE 7-02, ASCE 7-05 and MBMA 2006 "Minimum Design Loads for Buildings and Other Structures for all types of buildings and structures". it performs calculations for Rigid and flexible structures, with the gust factor for flexible structures based upon the natural frequency and damping of the structure. Also, it calculates the topographic factors and provides a comprehensive list of all shape factors for the structure and attachments. EZWind handles low rise (h<= 60 ft) buildings, using either the detailed (Method 2) or the simplified (Method 1) procedure. EZWind can also be used to calculate wind loads on buildings greater than 60 ft in height. EZWind will handle the following types of roof's:
- Gabled
- Monoslope
- Hipped
- Multspan
- Sawtooth
- Stepped
- Domed
- Arched
EZWind calculates wind pressures on structures from any wind directions. All force coefficients are calculated for windward walls, leeward walls, side walls, roof's perpendicular to ridge, roof's parallel to ridge, and roof overhangs. EZWind also calculates the force coefficients, and wind pressures for Components and Cladding. EZWind now calculates windward and leeward pressure for Parapets on Monoslope, Gabled, and Hipped type roofs. There have been significant changes since the last revision of ASCE 7-02. Some of these changes include: New parameters for Monoslope roofs, Pitched and Troughed roofs have been added to Open Buildings, Parapets coefficients have changed, Solid Signs and Freestanding walls have changed, and formulas for Monoslope, Pitched, Troughed, and Solid Signs have changed and or been added to ASCE 7-05."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }