نتایج جستجو برای: fission reactor

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

Journal: :Journal of environmental monitoring : JEM 2002
Vladislav P Mironov Janna L Matusevich Vladimir P Kudrjashov Sergei F Boulyga J Sabine Becker

This work presents experimental results on the distribution of irradiated reactor uranium from fallout after the accident at Chernobyl Nuclear Power Plant (NPP) in comparison to natural uranium distribution in different soil types. Oxidation processes and vertical migration of irradiated uranium in soils typical of the 30 km relocation area around Chernobyl NPP were studied using 236U as the tr...

2013
Wagner Leite Araujo Tarcisio Passos Ribeiro Campos

BNCT is a radiotherapy modality based on the neutron capture and fission reactions that occur when boron-10 is irradiated by thermal neutrons. This reaction generates alpha and lithium that produce high density of ionizations in close to the reaction site. The concept provides high absorbed doses into the cancerous cells preserving the adjacent healthy tissues. Nowadays, the available neutron s...

2012
Satoshi FUKADA

There is increasing interest in using ionic molten-salt Flibe not only as self-cooled tritium(T)-breeding material in a fusion reactor blanket but also as fuel solvent of molten-salt fission reactors. Application of Flibe to T-breeding fluid for a stellarator-type fusion reactor operated at a high magnetic field brings large simplification of its blanket structure, allowing continuous operation...

Journal: :Epj Web of Conferences 2021

One of challenges the Monte Carlo full core simulations is to obtain acceptable statistical variance local parameters throughout whole reactor at a reasonable computation cost. The tends be larger in low-power regions. To tackle this problem, Uniform-Fission-Site method was implemented code MC21 and its effectiveness demonstrated on NEA performance benchmark. very similar also Serpent under nam...

2005
M. C. Regalbuto G. F. Vandegrift

Argonne National Laboratory (ANL), along with other national laboratories, has been developing a solvent extraction process for partitioning of spent fuel constituents to lead to safer and cheaper disposal of high-level waste. The process, known as UREX+, separates key radionuclides from dissolved spent fuel into: (1) uranium for disposal as LLW, (2) technetium for disposal as HLW, (3) iodine f...

2001

ECCN Description Page 0A001 "Nuclear reactors", i.e. reactors capable of operation so as to maintain a controlled, self-sustaining fission chain reaction, and equipment and components specially designed or prepared for use in connection with a "nuclear reactor". . 0A002 Power generating or propulsion equipment specially designed for use with space, marine or mobile "nuclear reactors". 0A984 Sho...

2002
JAMES A. RATHKOPF

-The finite element response matrix method has been applied to the solution of the neutron transport equation. This method has previously been applied to the neutron diffusion equation for coarse mesh reactor analysis with excellent results. As with the diffusion equation implementation, the transport method employs a local-global projection technique to allow treatment of internal heterogeneit...

2013
C. Wu

Three neutron reactions leading to production of the rare gases Ar41 and Xe135 have been in­ vestigated. Single crystal samples of KF, CaF2 , and BaF2 were irradiated in the Berlin reactor and the target-free absolute activities of the rare gas isotopes measured by a /^-/-coincidence method. The calculated cross sections are K41 (n,p)Ar41: o = ( 2 ,73±0,41) mb; o0= (98,6± 14,8) mb; Ca44(n,a)Ar4...

Journal: :Journal of physics 2023

Abstract Z-Pinch fusion centre, encased by a fission envelope, serves as an individual neutron source. It can expeditiously catalyze reactions in 238U and 232Th nuclear materials, which are hard to use current commercial reactors. This is the essence of Driven Fusion-Fission Hybrid Reactor (Z-FFR). The core acts stand-alone source, efficiently driving energy materials that difficult existing re...

2013
B. Becker A. Weltz York J. A. Kulisek

The use of a lead slowing-down spectrometer (LSDS) is considered as a possible option for nondestructive assay of fissile material of used nuclear fuel. The primary objective is to quantify fissile isotopes, particularly 239Pu and 235U, via a direct measurement distinguishing them through their characteristic fission spectra in the LSDS. In this paper, we present several assay measurements perf...

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

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

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