نتایج جستجو برای: neutron method

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

ژورنال: سنجش و ایمنی پرتو 2019

Neutron radiography is an unique, advanced and useful non-destructive test method in various industries and researches. Nuclear reactors are powerful and stable neutron sources for the neutron radiography system. In this research, the MNSR research reactor has been used as a neutron source for a neutron radiography system, and its neutron beam parameters have been evaluated. Also, using the dir...

Journal: :iranian journal of radiation research 0
kakavand 1 department of physics, zanjan university, zanjan, iran ghafourian atomic energy organization of iran, tehran, iran haji-shafeieha 1 department of physics, zanjan university, zanjan, iran

background: miniature neutron sources with high neutron flux have abundant applications in medicine, industry and researches. the most important general characteristic of miniature neutron sources is their diameter which is 3mm in average. in this research, we have surveyed and designed an am-be miniature neutron source fabrication. materials and methods: this investigation resulted in creation...

ژورنال: سنجش و ایمنی پرتو 2015

Neutron response Induced in Thermoluminescence Dosimeter TLD-700 chips due to reactions of thermal neutrons with slab phantom and Badge Dosimeter TLD-600,700 materials in a neutron-gamma mixed field was measured. Using the linear relationship between thermal neutron fluence and the thermal neutrons induced TL response with slab phantom, Badge-TLD Materials, an empirical relationship was introdu...

Journal: :international journal of nanoscience and nanotechnology 2013
sh. sohrabnezhad* d. rezaei ochbelgh n. morsali golboos

in this research, cobalt and nickel sulfide nanoparticles (nps) were grown on almcm-41 matrix by using ion exchange method. the prepared samples were irradiated by thermalized neutron that emitted from am-be source up to fluencies (7.9+e9n/cm2). after that, x-ray diffraction (xrd), uv-vis spectroscopy, fourier transform infrared (ftir), scanning electron microscopy (sem) and transmission electr...

Journal: :iranian journal of radiation research 0
h. miri-hakimabad radiation detection and measurement laboratory, ferdowsi university of mashhad, mashhad, iran a. vejdani-noghreiyan radiation detection and measurement laboratory, ferdowsi university of mashhad, mashhad, iran h. panjeh radiation detection and measurement laboratory, ferdowsi university of mashhad, mashhad, iran

background: several landmine detection methods, based on nuclear techniques, have been suggested up to now. neutron-induced gamma emission, neutron and gamma attenuation, and fast neutron backscattering are the nuclear methods used for landmine detection. in this paper an optimized (safe and effective) moderating structure using an 241am-be neutron source for detecting landmines has been invest...

Alireza Sadremomtaz, Peyvand Taherparvar Sepideh Gholami

Introduction: In recent years, the use of neutrons has increased in various fields such as medicine and industry. One of the important applications of neutrons is in medical research. Neutrons have greater linear energy transfer than gamma rays and are considered more dangerous radiation. Hence, the detection and determination of neutron dose is a very important and vital issu...

Ghafourian, Haji-Shafeieha, Kakavand,

Background: Miniature neutron sources with high neutron flux have abundant applications in medicine, industry and researches. The most important general characteristic of miniature neutron sources is their diameter which is 3mm in average. In this research, we have surveyed and designed an Am-Be miniature neutron source fabrication. Materials and Methods: This investigation resulted in creation...

صالحی, روح اله, طاهری, محمد, عبداله زاده, مسعود, قاسمی, عباس,

  Background : Performing successful BNCT experiments needs a suitable neutron source. Important factors of the neutron beam are flux and energy that are very important in the selection of neutron source. In most centers that use this method for treatment, reactor is a neutron source, which according to characteristics of the reactor appropriated neutrons are very high. High cost of constructin...

Journal: :iranian journal of medical physics 0
abdolkazem ansarinejad physics and accelarators research school, nuclear science and technology research institute, tehran, iran

introduction today, there is a growing interest in the use of hadrontherapy as an advanced radiotherapy technique. hadrontherapy is considered a promising tool for cancer treatment, given its high radiobiological effectiveness and high accuracy of dose deposition due to the physical properties of hadrons. however, new radiation modalities of dose delivery and on-line beam monitoring play crucia...

ژورنال: سنجش و ایمنی پرتو 2016

In order to achieve a thermal neutron beam for neutron radiography applications, a new neutron collimator has been designed, installed and characterized at Tehran Research Reactor (TRR). TRR is a 5 MW, open pool and light water coolant reactor with seven beam tubes. Neutron collimator that is an important part of neutron radiography system was installed in the six inch E beam tube. Collimator d...

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

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

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"; } -->