toggle visibility Search & Display Options

Select All    Deselect All
 |   | 
Details
   print
  Records Links
Author Baeza-Ballesteros, J.; Donini, A.; Molina-Terriza, G.; Monrabal, F.; Simon, A. url  doi
openurl 
  Title Towards a realistic setup for a dynamical measurement of deviations from Newton's 1/r2 law: the impact of air viscosity Type Journal Article
  Year 2024 Publication (down) European Physical Journal C Abbreviated Journal Eur. Phys. J. C  
  Volume 84 Issue 6 Pages 596 - 20pp  
  Keywords  
  Abstract A novel experimental setup to measure deviations from the 1/r(2) distance dependence of Newtonian gravity was proposed in Donini and Marimon (Eur Phys J C 76:696, 2016). The underlying theoretical idea was to study the orbits of a microscopically-sized planetary system composed of a “Satellite”, with mass m(S) similar to O(10-9) g, and a “Planet”, with mass M-P similar to O(10-5) g at an initial distance of hundreds of microns. The detection of precession of the orbit in this system would be an unambiguous indication of a central potential with terms that scale with the distance differently from 1/r. This is a huge advantage with respect to the measurement of the absolute strength of the attraction between two bodies, as most electrically-induced background potentials do indeed scale as 1/r. Detection of orbit precession is unaffected by these effects, allowing for better sensitivities. In Baeza-Ballesteros et al. (Eur Phys J C 82:154, 2022), the impact of other subleading backgrounds that may induce orbit precession, such as, e.g., the electrical Casimir force or general relativity, was studied in detail. It was found that the proposed setup could test Yukawa-like corrections, alpha x exp(-r/lambda), to the 1/r potential with couplings as low as alpha similar to 10(-2) for distances as small as lambda similar to 10 μm, improving by roughly an order of magnitude present bounds. In this paper, we start to move from a theoretical study of the proposal to a more realistic implementation of the experimental setup. As a first step, we study the impact of air viscosity on the proposed setup and see how the setup should be modified in order to preserve the theoretical sensitivity achieved in Donini and Marimon (2016) and Baeza-Ballesteros et al. (2022).  
  Address [Baeza-Ballesteros, J.; Donini, A.] Univ Valencia, Inst Fis Corpuscular, CSIC, Calle Catedrat Jose Beltran Martinez 2, Paterna 46980, Spain, Email: jorge.baeza@ific.uv.es  
  Corporate Author Thesis  
  Publisher Springer Place of Publication Editor  
  Language English Summary Language Original Title  
  Series Editor Series Title Abbreviated Series Title  
  Series Volume Series Issue Edition  
  ISSN 1434-6044 ISBN Medium  
  Area Expedition Conference  
  Notes WOS:001243830900015 Approved no  
  Is ISI yes International Collaboration yes  
  Call Number IFIC @ pastor @ Serial 6156  
Permanent link to this record
 

 
Author Barberis, D. et al; Fernandez Casani, A.; Garcia Montoro, C.; Gonzalez de la Hoz, S.; Salt, J.; Sanchez, J.; Villaplana Perez, M. url  doi
openurl 
  Title The ATLAS EventIndex: A BigData Catalogue for All ATLAS Experiment Events Type Journal Article
  Year 2023 Publication (down) Computing and Software for Big Science Abbreviated Journal Comput. Softw. Big Sci.  
  Volume 7 Issue Pages 2 - 21pp  
  Keywords  
  Abstract The ATLAS EventIndex system comprises the catalogue of all events collected, processed or generated by the ATLAS experiment at the CERN LHC accelerator, and all associated software tools to collect, store and query this information. ATLAS records several billion particle interactions every year of operation, processes them for analysis and generates even larger simulated data samples; a global catalogue is needed to keep track of the location of each event record and be able to search and retrieve specific events for in-depth investigations. Each EventIndex record includes summary information on the event itself and the pointers to the files containing the full event. Most components of the EventIndex system are implemented using BigData free and open-source software. This paper describes the architectural choices and their evolution in time, as well as the past, current and foreseen future implementations of all EventIndex components.  
  Address  
  Corporate Author Thesis  
  Publisher Place of Publication Editor  
  Language Summary Language Original Title  
  Series Editor Series Title Abbreviated Series Title  
  Series Volume Series Issue Edition  
  ISSN ISBN Medium  
  Area Expedition Conference  
  Notes Approved no  
  Is ISI yes International Collaboration yes  
  Call Number IFIC @ pastor @ Serial 6079  
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 (down) 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
 

 
Author Ferrer-Sanchez, A.; Martin-Guerrero, J.; Ruiz de Austri, R.; Torres-Forne, A.; Font, J.A. url  doi
openurl 
  Title Gradient-annihilated PINNs for solving Riemann problems: Application to relativistic hydrodynamics Type Journal Article
  Year 2024 Publication (down) Computer Methods in Applied Mechanics and Engineering Abbreviated Journal Comput. Meth. Appl. Mech. Eng.  
  Volume 424 Issue Pages 116906 - 18pp  
  Keywords Riemann problem; Euler equations; Machine learning; Neural networks; Relativistic hydrodynamics  
  Abstract We present a novel methodology based on Physics-Informed Neural Networks (PINNs) for solving systems of partial differential equations admitting discontinuous solutions. Our method, called Gradient-Annihilated PINNs (GA-PINNs), introduces a modified loss function that forces the model to partially ignore high-gradients in the physical variables, achieved by introducing a suitable weighting function. The method relies on a set of hyperparameters that control how gradients are treated in the physical loss. The performance of our methodology is demonstrated by solving Riemann problems in special relativistic hydrodynamics, extending earlier studies with PINNs in the context of the classical Euler equations. The solutions obtained with the GA-PINN model correctly describe the propagation speeds of discontinuities and sharply capture the associated jumps. We use the relative l(2) error to compare our results with the exact solution of special relativistic Riemann problems, used as the reference ''ground truth'', and with the corresponding error obtained with a second-order, central, shock-capturing scheme. In all problems investigated, the accuracy reached by the GA-PINN model is comparable to that obtained with a shock-capturing scheme, achieving a performance superior to that of the baseline PINN algorithm in general. An additional benefit worth stressing is that our PINN-based approach sidesteps the costly recovery of the primitive variables from the state vector of conserved variables, a well-known drawback of grid-based solutions of the relativistic hydrodynamics equations. Due to its inherent generality and its ability to handle steep gradients, the GA-PINN methodology discussed in this paper could be a valuable tool to model relativistic flows in astrophysics and particle physics, characterized by the prevalence of discontinuous solutions.  
  Address [Ferrer-Sanchez, Antonio; Martin-Guerrero, JoseD.] ETSE UV, Elect Engn Dept, IDAL, Avgda Univ S-N, Valencia 46100, Spain, Email: Antonio.Ferrer-Sanchez@uv.es  
  Corporate Author Thesis  
  Publisher Elsevier Science Sa Place of Publication Editor  
  Language English Summary Language Original Title  
  Series Editor Series Title Abbreviated Series Title  
  Series Volume Series Issue Edition  
  ISSN 0045-7825 ISBN Medium  
  Area Expedition Conference  
  Notes WOS:001221797400001 Approved no  
  Is ISI yes International Collaboration no  
  Call Number IFIC @ pastor @ Serial 6126  
Permanent link to this record
 

 
Author Li, H.P.; Yi, J.Y.; Xiao, C.W.; Yao, D.L.; Liang, W.H.; Oset, E. url  doi
openurl 
  Title Correlation function and the inverse problem in the BD interaction Type Journal Article
  Year 2024 Publication (down) Chinese Physics C Abbreviated Journal Chin. Phys. C  
  Volume 48 Issue 5 Pages 053107 - 7pp  
  Keywords meson-meson interaction; correlation function; BD system; scattering observables  
  Abstract We study the correlation functions of the (BD+)-D-0, (B+D0) system, which develops a bound state of approximately 40MeV, using inputs consistent with the T-cc(3875) state. Then, we address the inverse problem starting from these correlation functions to determine the scattering observables related to the system, including the existence of the bound state and its molecular nature. The important output of the approach is the uncertainty with which these observables can be obtained, considering errors in the (BD+)-D-0, (B+D0) correlation functions typical of current values in correlation functions. We find that it is possible to obtain scattering lengths and effective ranges with relatively high precision and the existence of a bound state. Although the pole position is obtained with errors of the order of 50% of the binding energy, the molecular probability of the state is obtained with a very small error of the order of 6%. All these findings serve as motivation to perform such measurements in future runs of high energy hadron collisions.  
  Address [Li, Hai-Peng; Xiao, Chu-Wen; Liang, Wei-Hong; Oset, Eulogio] Guangxi Normal Univ, Dept Phys, Guilin 541004, Peoples R China, Email: xiaochw@gxnu.edu.cn;  
  Corporate Author Thesis  
  Publisher IOP Publishing Ltd Place of Publication Editor  
  Language English Summary Language Original Title  
  Series Editor Series Title Abbreviated Series Title  
  Series Volume Series Issue Edition  
  ISSN 1674-1137 ISBN Medium  
  Area Expedition Conference  
  Notes WOS:001205326100001 Approved no  
  Is ISI yes International Collaboration yes  
  Call Number IFIC @ pastor @ Serial 6110  
Permanent link to this record
 

 
Author Bernabeu, J.; Sabulsky, D.O.; Sanchez, F.; Segarra, A. url  doi
openurl 
  Title Neutrino mass and nature through its mediation in atomic clock interference Type Journal Article
  Year 2024 Publication (down) AVS Quantum Science Abbreviated Journal AVS Quantum Sci.  
  Volume 6 Issue 1 Pages 014410 - 8pp  
  Keywords  
  Abstract The absolute mass of neutrinos and their nature are presently unknown. Aggregate matter has a coherent weak charge leading to a repulsive interaction mediated by a neutrino pair. The virtual neutrinos are non-relativistic at micron distances, giving a distinct behavior for Dirac versus Majorana mass terms. This effective potential allows for the disentanglement of the Dirac or Majorana nature of the neutrino via magnitude and distance dependence. We propose an experiment to search for this potential based on the concept that the density-dependent interaction of an atomic probe with a material source in one arm of an atomic clock interferometer generates a differential phase. The appropriate geometry of the device is selected using the saturation of the weak potential as a guide. The proposed experiment has the added benefit of being sensitive to gravity at micron distances. A strategy to suppress the competing Casimir-Polder interaction, depending on the electronic structure of the material source, as well as a way to compensate the gravitational interaction in the two arms of the interferometer is discussed.  
  Address [Bernabeu, Jose; Segarra, Alejandro] Univ Valencia, Dept Theoret Phys, E-46100 Valencia, Spain, Email: jose.bernabeu@uv.es  
  Corporate Author Thesis  
  Publisher AIP Publishing 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:001186930100001 Approved no  
  Is ISI yes International Collaboration yes  
  Call Number IFIC @ pastor @ Serial 6118  
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