toggle visibility Search & Display Options

Select All    Deselect All
 |   | 
Details
   print
  Records Links (down)
Author Weber, M. et al; Esperante, D. doi  openurl
  Title DONES EVO: Risk mitigation for the IFMIF-DONES facility Type Journal Article
  Year 2024 Publication Nuclear Materials and Energy Abbreviated Journal Nucl. Mater. Energy  
  Volume 38 Issue Pages 101622 - 5pp  
  Keywords Signal Transmission Improvement; RF Conditioning Optimisation; Beam Extraction Device; Medical Isotopes Production; Lithium Purification; Critical Components Manufacture  
  Abstract The International Fusion Materials Irradiation Facility- DEMO Oriented Neutron Source (IFMIF-DONES) is a scientific infrastructure aimed to provide an intense neutron source for the qualification of materials to be used in future fusion power reactors. Its implementation is critical for the construction of the fusion DEMOnstration Power Plant (DEMO). IFMIF-DONES is a unique facility requiring a broad set of technologies. Although most of the necessary technologies have already been validated, there are still some aspects that introduce risks in the evolution of the project. In order to mitigate these risks, a consortium of companies, with the support of research centres and the funding of the CDTI (Centre for the Development of Industrial Technology and Innovation), has launched the DONES EVO Programme, which comprises six lines of research: center dot Improvement of signal transmission and integrity (planning and integration risks) center dot Optimisation of RF conditioning processes (planning and reliability risks) center dot Development of a reliable beam extraction device (reliability risks) center dot Development of technologies for the production of medical isotopes (reliability risks) center dot Improvement of critical parts of the lithium purification system (safety and reliability risks) center dot Validation of the manufacture of critical components with special materials (reliability risk). DONES EVO will focus on developing the appropriate response to the risks identified in the IFMIFDONES project through research and prototyping around the associated technologies.  
  Address [Weber, M.; Ibarra, A.; Maldonado, R.; Podadera, I.] DONES Espana Consortium, IFMIF, Granada, Spain  
  Corporate Author Thesis  
  Publisher Elsevier Place of Publication Editor  
  Language English Summary Language Original Title  
  Series Editor Series Title Abbreviated Series Title  
  Series Volume Series Issue Edition  
  ISSN ISBN Medium  
  Area Expedition Conference  
  Notes WOS:001202783400001 Approved no  
  Is ISI yes International Collaboration no  
  Call Number IFIC @ pastor @ Serial 6075  
Permanent link to this record
 

 
Author Miyagawa, P.S. et al; Bernabeu, P.; Lacasta, C.; Solaz, C.; Soldevila, U. doi  openurl
  Title Analysis of the results from Quality Control tests performed on ATLAS18 Strip Sensors during on-going production Type Journal Article
  Year 2024 Publication Nuclear Instruments & Methods in Physics Research A Abbreviated Journal Nucl. Instrum. Methods Phys. Res. A  
  Volume 1064 Issue Pages 169457 - 9pp  
  Keywords HL-LHC; ATLAS; ITk; Strip sensors  
  Abstract The ATLAS experiment will replace its existing Inner Detector with the new all -silicon Inner Tracker (ITk) to cope with the operating conditions of the forthcoming high -luminosity phase of the LHC (HL-LHC). The outer regions of the ITk will be instrumented with similar to 18000 ATLAS18 strip sensors fabricated by Hamamatsu Photonics K.K. (HPK). With the launch of full-scale sensor production in 2021, the ITk strip sensor community has undertaken quality control (QC) testing of these sensors to ensure compliance with mechanical and electrical specifications agreed with HPK. The testing is conducted at seven QC sites on each of the monthly deliveries of similar to 500 sensors. This contribution will give an overview of the QC procedures and analysis; the tests most likely to determine pass/fail for a sensor are IV, long-term leakage current stability, full strip test and visual inspection. The contribution will then present trends in the results and properties following completion of similar to 60% of production testing. It will also mention challenges overcome through collaborative efforts with HPK during the early phases of production. With less than 5% of sensors rejected by QC testing, the overall production quality has been very good.  
  Address [Miyagawa, P. S.; Beck, G. A.; Bevan, A. J.; Chen, Z.; Dawson, I.; Zenz, S. C.] Queen Mary Univ London, Particle Phys Res Ctr, GO Jones Bldg, Mile End Rd, London E14NS, England, Email: paul.miyagawa@cern.ch  
  Corporate Author Thesis  
  Publisher Elsevier Place of Publication Editor  
  Language English Summary Language Original Title  
  Series Editor Series Title Abbreviated Series Title  
  Series Volume Series Issue Edition  
  ISSN 0168-9002 ISBN Medium  
  Area Expedition Conference  
  Notes WOS:001249611300001 Approved no  
  Is ISI yes International Collaboration yes  
  Call Number IFIC @ pastor @ Serial 6158  
Permanent link to this record
 

 
Author Oliver, S.; Rodriguez Bosca, S.; Gimenez-Alventosa, V. doi  openurl
  Title Enabling particle transport on CAD-based geometries for radiation simulations with penRed Type Journal Article
  Year 2024 Publication Computer Physics Communications Abbreviated Journal Comput. Phys. Commun.  
  Volume 298 Issue Pages 109091 - 11pp  
  Keywords Radiation transport; PENELOPE physics; Monte Carlo simulation; PenRed; CAD; Triangular surface mesh  
  Abstract Geometry construction is a fundamental aspect of any radiation transport simulation, regardless of the Monte Carlo code being used. Typically, this process is tedious, time-consuming, and error-prone. The conventional approach involves defining geometries using mathematical objects or surfaces. However, this method comes with several limitations, especially when dealing with complex models, particularly those with organic shapes. Furthermore, since each code employs its own format and methodology for defining geometries, sharing and reproducing simulations among researchers becomes a challenging task. Consequently, many codes have implemented support for simulating over geometries constructed via Computer-Aided Design (CAD) tools. Unfortunately, this feature is lacking in penRed and other PENELOPE physics-based codes. Therefore, the objective of this work is to implement such support within the penRed framework. New version program summary Program Title: Parallel Engine for Radiation Energy Deposition (penRed) CPC Library link to program files: https://doi.org/10.17632/rkw6tvtngy.2 Developer's repository link: https://github.com/PenRed/PenRed Code Ocean capsule: https://codeocean.com/capsule/1041417/tree Licensing provisions: GNU Affero General Public License v3 Programming language: C++ standard 2011. Journal reference of previous version: V. Gimenez-Alventosa, V. Gimenez Gomez, S. Oliver, PenRed: An extensible and parallel Monte-Carlo framework for radiation transport based on PENELOPE, Computer Physics Communications 267 (2021) 108065. doi:https://doi.org/10.1016/j.cpc.2021.108065. Does the new version supersede the previous version?: Yes Reasons for the new version: Implements the capability to simulate on CAD constructed geometries, among many other features and fixes. Summary of revisions: All changes applied through the code versions are summarized in the file CHANGELOG.md in the repository package. Nature of problem: While Monte Carlo codes have proven valuable in simulating complex radiation scenarios, they rely heavily on accurate geometrical representations. In the same way as many other Monte Carlo codes, penRed employs simple geometric quadric surfaces like planes, spheres and cylinders to define geometries. However, since these geometric models offer a certain level of flexibility, these representations have limitations when it comes to simulating highly intricate and irregular shapes. Anatomic structures, for example, require detailed representations of organs, tissues and bones, which are difficult to achieve using basic geometric objects. Similarly, complex devices or intricate mechanical systems may have designs that cannot be accurately represented within the constraints of such geometric models. Moreover, when the complexity of the model increases, geometry construction process becomes more difficult, tedious, time-consuming and error-prone [2]. Also, as each Monte Carlo geometry library uses its own format and construction method, reproducing the same geometry among different codes is a challenging task. Solution method: To face the problems stated above, the objective of this work is to implement the capability to simulate using irregular and adaptable meshed geometries in the penRed framework. This kind of meshes can be constructed using Computer-Aided Design (CAD) tools, the use of which is very widespread and streamline the design process. This feature has been implemented in a new geometry module named “MESH_BODY” specific for this kind of geometries. This one is freely available and usable within the official penRed package1. It can be used since penRed version 1.9.3b and above.  
  Address [Oliver, S.] Univ Politecn Valencia, Inst Seguridad Ind Radiofis & Medioambiental ISIRY, Cami Vera S-N, Valencia 46022, Spain  
  Corporate Author Thesis  
  Publisher Elsevier Place of Publication Editor  
  Language English Summary Language Original Title  
  Series Editor Series Title Abbreviated Series Title  
  Series Volume Series Issue Edition  
  ISSN 0010-4655 ISBN Medium  
  Area Expedition Conference  
  Notes WOS:001172840800001 Approved no  
  Is ISI yes International Collaboration yes  
  Call Number IFIC @ pastor @ Serial 6077  
Permanent link to this record
Select All    Deselect All
 |   | 
Details
   print

Save Citations:
Export Records:
ific federMinisterio de Ciencia e InnovaciĆ³nAgencia Estatal de Investigaciongva