نتایج جستجو برای: heat strain indices

تعداد نتایج: 496676  

2014
Tazim Merchant Danielle Janosevic Meghana Jayam Madhavi Kadiyala Simcha Pollack Jie J Cao Nathaniel Reichek

Background The principal determinants of chronic left ventricular (LV) dysfunction are reduced myocardial contractility and afterload excess due to adverse LV remodeling. To determine the relative contribution of each to a given instance of LV dysfunction, reliable quantitative indices of both myocardial contractility and afterload are needed. At the LV chamber level, ventricular volume and LV ...

2015
Kathryn Glass Peter W. Tait Elizabeth G. Hanna Keith Dear Paul B. Tchounwou

Individuals living in hot climates face health risks from hyperthermia due to excessive heat. Heat strain is influenced by weather exposure and by individual characteristics such as age, sex, body size, and occupation. To explore the population-level drivers of heat strain, we developed a simulation model that scales up individual risks of heat storage (estimated using Myrup and Morgan's man mo...

Hossein Elahi Shirvan Keyvan Sarebanzadeh, Khodabakhsh Zare Mohammad Faridan, Naser Hasheminejad Rasoul Hemmatjo, Sajad Zare

Background:Thermal stress may have numerous harmful effects on human health. This study aimed at investigating thermal stress in the city of Kerman, Iran. Methods:In this descriptive-analytical study, thermal stress was assessed from 6 AM to 9 PM in 2016 using four thermal stress indices including wet-bulb globe temperature (WBGT), environmental stress index (...

2000
G. Jendritzky H. Staiger K. Bucher

In the past, numerous simple thermal indices have been developed in order to describe the complex conditions of heat exchange between the human body and its thermal environment. For cold conditions the approaches consider combinations of temperature and wind velocity, focusing on the turbulent flux of sensible heat with the windchill equivalent temperature as the best example. Heat load conditi...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه صنعتی اصفهان 1371

the effect of the presence of perforations on he stresses of a plate is a problem which is of great interest in structural design and in the mathemattical theory of elasticity. among the many hole patterns that are likely to require consideration is the ring of equally spaced circular holes. the present worke investigates stress & strain analysis of a thin isotropic circular plate containing a ...

Journal: :پژوهش نفت 0

the objective of this paper is to present a design procedure for compact plate-fin heat exchangers based on full utilization of pressure drop. since, design engineers need to indices for optimum selection of plates, an appropriate  index   is   developed  and   then based on the rapid design algorithm, developed by previous investigators, the best enveloped has been modified.  the developed ind...

Journal: :Climate Risk Management 2021

Thermal models and indices integrated into a mobile application could provide relevant information regarding thermal stress strain to the general public. The aim of current paper is validate such application, ClimApp, users needs in heat. ClimApp combines weather data with personal user data, estimate user. output ranges from −4 +4, where values below 0 indicate cold above heat strain. 134 Part...

Journal: :Ergonomics 2011
George Havenith Emiel den Hartog Svein Martini

Heat strain in chemical protective clothing is an important factor in industrial and military practice. Various improvements to the clothing to alleviate strain while maintaining protection have been attempted. More recently, selectively permeable membranes have been introduced to improve protection, but questions are raised regarding their effect on heat strain. In this paper the use of select...

ژورنال: سلامت کار ایران 2019

Background and Objective: Inappropriate atmospheric conditions are harmful factors that cause particular problems in certain seasons (summer or winter). The occupation of confectionery in the regions like Ilam causes severe problems due to the heat generated by the nature of the work (synthetic heat-generating processes) and the heat resulting from the climatic conditions in the region. Exposur...

Journal: :تحقیقات نظام سلامت 0
حبیب اله دهقان . مربی، گروه مهندسی بهداشت حرفه ای، دانشکده بهداشت، دانشگاه علوم پزشکی اصفهان، اصفهان، ایران احسان اله حبیبی دانشیار، گروه مهندسی بهداشت حرفه ای، دانشکده بهداشت، دانشگاه علوم پزشکی اصفهان، اصفهان، ایران روح اله پروری دانشجوی کارشناسی ارشد، کمیته تحقیقات دانشجویی، گروه مهندسی بهداشت حرفه ای، دانشکده بهداشت، دانشگاه علوم پزشکی اصفهان، اصفهان، ایران سیامک پورعبدیان استادیار، گروه مهندسی بهداشت حرفه ای، دانشکده بهداشت، دانشگاه علوم پزشکی اصفهان، اصفهان، ایران محمدرضا مراثی دانشیار، گروه اپیدمیولوژی و آمار زیستی، دانشکده بهداشت، دانشگاه علوم پزشکی اصفهان، اصفهان، ایران

background: work clothing can limit heat exchange between humans and the environment and cause thermal strain and heat-related disorders in workers. it can thus reduce both efficiency and productivity. the purpose of this study was to examine the effects of work clothing material on physiological strain index (psi) in climatic chamber. methods: an interventional study was conducted on 18 male s...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->