Search NASASearch

SEARCH · Search NASA

Results for “ABSTRACT”

Search indexed NASA NTRS and DOE OSTI research on propulsion, heat transfer, battery materials and energy systems. Follow report and document links to the original sources.

Quote a phrase for an exact phrase match. Source license links do not imply unrestricted reuse.

At least 145 records · Page 8

Flame dynamics and kinetic coupling of ammonia and dimethyl-ether in non-premixed cool and warm flames at elevated pressure

Developing advanced low-temperature combustion engines with ammonia-biofuel blends requires a comprehensive understanding of low-temperature flame dynamics and kinetic interactions between ammonia and oxygenated fuels at elevated pressures. This work aims to study the dynamics and kinetics of non-premixed Dimethyl Ether (DME)/Ammonia (NH 3 ) cool and warm flames, and their reignition to hot flames. A counterflow burner is employed to establish DME/NH 3 cool/warm flames at pressures up to 5 atm. The extinction limits of cool flame and the reignition limits of warm flame to hot flame are measured by varying NH 3 concentrations and compared to simulations to quantitatively examine the effects on DME/NH 3 flames. It is found that NH 3 inhibits low-temperature DME oxidation and results in lower cool flame extinction limits. Warm flames in the presence of NH 3 are observed for the first time, revealing a non-monotonic effect of NH 3 addition: a small amount of NH 3 presence enhances warm flame chemistry and promotes reignition to hot flames, while a high NH 3 concentration weakens the warm flame. This trend is further explained by 0-D PSR kinetic simulations and 1-D S-curve flame dynamic calculations. Three flame transition regimes between cool flames (CF), warm flames (WF), and hot flames (HF) by different levels of NH 3 additions at a specific strain rate are identified, namely WFHF reignition, WF-CF transition, and WF extinction. Reaction sensitivity analyses of OH at low temperatures show that NH3 inhibits DME oxidation through OH consumption via H-abstraction and the kinetic couplings of RO 2 /NH 2 , RO 2 /NO x , R/NO x , and O 2 QOOH/NO x further suppress the low-temperature branching. At intermediate-temperatures, NH 2 /NO x /HO 2 coupling promotes warm flames via the pathway NH 2 → H 2 NO → HNO → NO by converting O 2 → HO 2 → OH. At even higher NH₃ concentrations, radical termination reactions of NH 2 + NO/NO 2 and excessive OH consumption via H-abstraction inhibit the flame. The insights into the kinetic coupling between NH 3 and low-temperature chemistry at elevated pressure and its impact on the dynamics of cool-warm-hot flame transitions will contribute to advancing combustion technologies with reduced emissions and improved energy-efficiency.

42 ENGINEERING

Methyl formate oxidation kinetics up to 100 atm

Methyl formate (MF, CH3OCHO), the simplest ester, is a representative oxygenated fuel with high oxygen content, and low sooting tendency. However, its oxidation behavior under high-pressure and intermediate-temperature conditions remains insufficiently understood, especially where low-temperature peroxy radical chemistry, methanol chemistry, and pressure-dependent reaction pathways play a critical role. In this study, MF oxidation experiments were conducted in the Princeton supercritical-pressure jet-stirred reactor (SP-JSR) at 20 and 100 atm over the temperature range of 400–950 K under both fuel-lean and fuel-rich conditions. Based on the experimental results, an updated HP-Mech was developed by incorporating previous MF sub-mechanisms, expanded low-temperature peroxy pathways, and evaluated pressure-dependent decomposition kinetics. The newly updated HP-Mech shows greatly improved performance in predicting the onset temperature, the key intermediate species fractions, methanol formation, and the progression of MF oxidation across all the experimental conditions. Path flux analysis indicates that MF consumption at the onset stage is dominated by H-abstraction at the methyl site, forming CH2OCHO radicals that lead to the formation and isomerization of O2CH2OCHO, driving low-temperature chain propagation. Moreover, H-abstraction at the formate site forms CH3OCO radicals that preferentially decompose to CH3, initiating the methanol formation pathway linked to CH3O2 and HO2 chemistry. At the same time, HO2 formation is strongly coupled to MF oxidation through multiple MF-derived radical pathways. HCO originates from MF oxidation and acts as a key coupling species linking fuel consumption to HO2 buildup, especially under high-pressure and intermediate-temperature conditions. In addition to this dominant channel, supplementary HO2 formation pathways involving CH3, CH3O, CH2OH, and CH3O2 reacting with O2 further connect methanol chemistry and oxygenated radical chemistry to the HO2 pool, indicating the central role of HO2 in governing MF oxidation. Sensitivity analysis identifies MF with OH/HO2/CH3O2 reactions and the HO2/H2O2/OH sequence as the key factors controlling reactivity in the high-pressure and intermediate-temperature regime. MF directly reacts with OH/HO2/CH3O2 to consume the fuel and produce reactive radicals like CH2OCHO and CH3OCO that undergo subsequent oxidation pathways. Moreover, HO2 recombination suppresses oxidation at lower temperatures, while thermal decomposition of H2O2 accelerates OH production and promotes fuel consumption as temperature increases. The direct formation of active OH from HO2 radicals further completes the mechanism, improving its prediction especially during the oxidation onset stage.

Low-temperature Chemistry

Phenomena-based graph representations and applications to chemical process simulation

Rapid and robust simulation of chemical processes is critical to conduct process design, optimization, techno-economic analysis, and sustainability analysis. Yet, efficiently solving simulation models remains a challenge due to the highly coupled and nonlinear nature of the underlying algebraic equations that capture the physical phenomena taking place in the process (e.g., material and energy conservation, phase equilibrium, reactions). In this work, we show that graph-theoretic representations of the physical phenomena within unit operations can help navigate and decompose equations to systematically identify alternative approaches for fast and robust numerical solutions. Specifically, we present a graph-theoretic abstraction that captures the connectivity between the model variables/equations and use this abstraction to group variables/equations into fundamental phenomena. We show that phenomena-based decomposition of the underlying equations can help decouple nonlinearities and enforce material/energy conservation at the process level to accelerate convergence. The proposed decomposition approach differs from the more traditional sequential modular simulation approach, in which equations are grouped and decomposed by unit operations. We implemented the phenomena-based decomposition in BioSTEAM—an open-source process simulation platform in Python—and demonstrated that this approach can converge a variety of separation process models. Compared to sequential modular simulation, the phenomena-based approach can converge idealized systems faster, but it can be slower for (or even fail to converge) highly coupled and nonideal process systems.

Convergence

CG-Kit: Code Generation Toolkit for performant and maintainable variants of source code applied to Flash-X hydrodynamics simulations

CG-Kit is a new Code Generation tool-Kit that we have developed as a part of the solution for portability and maintainability for multiphysics computing applications. The development of CG-Kit is rooted in the urgent need created by the shifting landscape of high-performance computing platforms and the algorithmic complexities of a particular large-scale multiphysics application: Flash-X. To efficiently use computing resources on a heterogeneous node, an application must have a map of computation to resources and a mechanism to move the data and computation to the resources according to the map. Most existing performance portability solutions are focussed on abstracting the expression of computations so that a unified source code can be specialized to run on different resources. However, such an approach is insufficient for a code like Flash-X, which has a multitude of code components that can be assembled in various permutations and combinations to form different instances of applications. Similar challenges apply to any code that has composability, where a single specified way of apportioning work among devices may not be optimal. Additionally, use cases arise where the optimal control flow of computation may differ for different devices while the underlying numerics remain identical. This combination leads to unique challenges including handling an existing large code base in Fortran and/or C/C++, subdivision of code into a great variety of units supporting a wide range of physics and numerical methods, different parallelization techniques for distributed and shared memory systems and accelerator devices, and heterogeneity of computing platforms requiring coexisting variants of parallel algorithms. All of these challenges demand that scientific software developers apply existing knowledge about domain applications, algorithms, and computing platforms to determine custom abstractions and granularity for code generation. There is a critical lack of tools to tackle those problems. CG-Kit is designed to fill this gap by providing a user with the ability to express their desired control flow and computation-to-resource map in the form a pseudocode-like recipe. It consists of standalone tools that can be combined into highly specific and, we argue, highly effective portability and maintainability toolchains. Here we present the design of our new tools: parametrized source trees, control flow graphs, and recipes. The tools are implemented in Python. They are agnostic to the programming language of the source code targeted for code generation. In conclusion, we demonstrate the capabilities of the toolkit with two examples, first, multithreaded variants of the basic AXPY operation, and second, variants of parallel algorithms within a hydrodynamics solver, called Spark, from Flash-X that operates on block-structured adaptive meshes.

Algorithmic portability

A rotor-based multileaf collimator for beam shaping

We introduce a new style of multileaf collimator which employs rotors with angularly dependent radius to control the masking aperture: a rotor-based multileaf collimator (RMLC). Using a padlock-inspired mechanism, a single motor can set dozens of rotors, i.e. leaves, independently. This is especially important for an ultra-high vacuum (UHV) compatible MLC, since this reduces the number of actuators and vacuum feedthroughs required by more than an order of magnitude. This new RMLC will complement previous work employing a UHV compatible MLC with an emittance exchange beamline to create arbitrarily shaped beams on demand. A feed-forward control system which abstracts away the complexity of the RMLC operation, and is adaptable to real beamline conditions, is discussed and demonstrated in simulation.

46 INSTRUMENTATION RELATED TO NUCLEAR SCIENCE AND

From PAH to fullerenes: Closing a nano bowl with a nano lid

Quantum chemical DLPNO-CCSD(T)/cc-pVDZ//B3LYP/6–31G(d) calculations have been performed to unravel the formation mechanism of buckminsterfullerene (C 60 ) via the reaction of the C 40 nano bowl (C 40 H 10 ) and corannulene (C 20 H 10 ). The generated potential energy surfaces and molecular properties were further utilized to evaluate equilibrium constants and rate constants of elementary chemical reactions involved in the C 60 synthesis. The overall C 40 H 10 + C 20 H 10 → C 60 + 10H 2 reaction is shown to be highly exoergic and hence thermodynamically favorable at temperatures above 700 K and a kinetically feasible pathway under high-temperature conditions was revealed. This route involves hydrogen atom abstraction steps to activate closed-shell reactants/intermediates alternating with cyclodehydrogenation reactions eventually zipping the edges between the reacting C 40 and C 20 units by consecutive closures of six- and five-membered rings between them. The reaction is driven/catalyzed by hydrogen atoms which carry out the hydrogen abstractions from C 60 H x and are later recovered on the cyclodehydrogenation stages. The initial association reaction, C 40 H 9 + C 20 H 10 → C 60 H 18 + H, linking the two units by a covalent C-C bond appears to represent the kinetic bottleneck of the whole multistep process. This reaction is fast at low temperatures but slows down and has its equilibrium shifted toward the reactants at high temperatures. Here, the feasibility of the proposed mechanism corroborates the hypothesis that C 60 can be produced through a series of elementary reactions typical for the PAH growth.

Equilibrium constant

High-Pressure Rate Rules for Ether Alkylperoxy Radical Isomerization

The first isomerization reaction of an alkylperoxy (RO 2 ) radical holds significant importance in low-temperature oxidation, as it governs the branching ratios of the hydroperoxyalkyl (QOOH) radicals, which influence the competition between the chain-propagation and chain-branching reactions. In this study, we systematically calculated high-pressure rate rules for the RO 2 isomerization reaction of monoethers, exploring 5-, 6-, 7-, and 8-membered ring transition states. Primary, secondary, and tertiary carbon sites, where both the abstracting peroxy group and the abstracted hydrogen are located, were considered, with particular emphasis on distinguishing between secondary carbons adjacent (alpha) and nonadjacent to the ether functional group. Using the G4//B3LYP/6-311++G(2df,2pd) level of theory and the transition state theory, we estimated the rate constants and the Arrhenius coefficient for over 120 possible isomerization reactions. We examined the effect of ring size and ring atoms, revealing that 6- and 7-membered ring isomerizations were generally the fastest. The impact of the ether functional group on transition states was investigated by comparing reactions with identical ring size, peroxy, and radical positions, but with the ether functional group positioned either outside (i.e., out) or inside (i.e., in) the transition state ring, leading to differences in the rate constants. When comparing to analogous alkane rate constants, differences of up to an order of magnitude were observed, underscoring the need for caution when assigning rate rules by analogy. We applied our rate constants in the di-iso-butyl ether kinetic model and evaluated their influence on low-temperature chemistry finding that they altered the branching ratios by up to a factor of 9, highlighting the significance of site-specific rate constants for more accurate low-temperature modeling.

37 INORGANIC, ORGANIC, PHYSICAL, AND ANALYTICAL CH

Mechanistic Studies of an Iron-Catalyzed Intermolecular C–H Amination Reaction under Catalytic Conditions and Having a Large KIE

The conversion of C–H bonds into amines by nitrene insertion is an attractive transformation since it is both atom- and step-economical, and provides a direct route to functionalizing hydrocarbons. Using an iron catalyst [{( tBu pyrr) 2 pyr}Fe(OEt 2 )] (1-OEt 2 ) (( tBu pyrr) 2 pyr 2– = 3,5- t Bu 2 -bis(pyrrolyl)pyridine), we recently demonstrated the catalytic conversion of weak C–H bonds into secondary amines using aryl azides as the nitrene source [Zars, E.; Angew. Chem., Int. Ed. 2023, 62, e202311749]. Here, we describe detailed mechanistic studies of this intermolecular C–H amination reaction under catalytic conditions. We find by Variable Time Normalization Analysis (VTNA) that the conversion of xanthene (2-H 2 ) and 2,4,6-trimethyl-phenyl azide ( Me 3) catalyzed by 1-OEt 2 is an overall 3/2 order process, being 1 st order in 2-H 2 and half order in Me 3. A kinetic isotope effect study (KIE) using 2-d 2 results in a significant decrease in the rate (KIE = 61(15)), which clearly implicates the C–H insertion step as rate-determining. Furthermore, treatment of 1-OEt 2 with one equivalent of N 3 -2,6- i Pr 2 –C 6 H 3 yields the mixed-valence C–N coupled product [( tBu pyrr) 2 pyrFe-N═C(2,6 i Pr 2 –Ph)═N-(2,6 i Pr 2 –Ph))Fe tBu pyrrpyr(2-H-pyrr)] (5 iPr ). Quantum chemical calculations confirm the electronic structure of the mixed-valence dimer in 5 iPr and rationalize the Hammett correlation by a delicate balance in the dinuclearization of the catalytically active monomers. Calculations further indicate significant tunneling for the pivotal H atom abstraction by the iron-imidyl complex. Combining all these results allows us to propose a mechanism consisting of imido formation in equilibrium with a radical-coupled diiron system, followed by stepwise C–H insertion via a linear H atom abstraction transition state and subsequent radical rebound.

azides

Mimicking Extradiol Dioxygenase Reactivity on Iridium

Extradiol dioxygenases catalyze the cleavage of benzenediol (catechol) or vicinal aminophenols via oxygen atom insertion into the 2,3- C–C bond. These reactions are most often proposed to proceed through the migratory rearrangement of a d6 alkylperoxide, generating the corresponding d 6 ring expanded product. However, regiospecific insertion remains a rare outcome among synthetic model complexes. Here, a dioxygenated Ir complex (2) converts to (a) the paramagnetic metallatrioxolane (3) and (b) oxygen atom inserted products (4) and (5); all three complexes are third-row metal analogues of enzymatic intermediates. The conversion of 2 to 3 was triggered by an H• abstraction, generating a third-row metallatrioxolane that is one electron reduced from the canonical d 6 alkylperoxide. Alternatively, photolysis of 2 (467 nm) results in ring-expanded product 4, from which an H• can be abstracted to generate 5. This latter complex is also one electron reduced relative to the canonical ring expansion product. Because extradiol mechanisms were largely defined using Fe(II) metallocofactors, 3 and 5 may be especially relevant to the known Co(II) accepting variants. We propose these states became synthetically accessible via the incorporation of a catechol-like substrate into the larger, multidentate ligand L1. This perturbation enhances the affinity of L1 (and related intermediates) to the metal. The same perturbation may have also been key in characterizing the first κ 2 -bound, dianionic ortho ester ligand – the observed binding mode in the x-ray structure of 5. Broadly, we propose through this case study that connecting abiological dioxygen complexes to non-heme oxygenase-like intermediates might be a “roadmap” towards regiospecific aerobic oxygenations.

37 INORGANIC, ORGANIC, PHYSICAL, AND ANALYTICAL CH

Transient Triamidoamine Neptunium(V)–Mono(Imido) Complexes: C–H Activations and Hydrogen Atom Transfer Driven by Effective Nuclear Charge

Metal-mono(imido) linkages have been known for seven decades, and they are found in transition metal, main group, lanthanide, thorium, and uranium complexes. However, transuranium-mono(imido) complexes remain unknown in any scenario. Here, we present evidence for transient neptunium(V)–mono(imido) complexes. Treatment of [Np III (Tren TIPS )] (1, Tren TIPS = {N(CH 2 CH 2 NSiPr i 3 ) 3 } 3– ) with N 3 R (R = SiMe 3 ; 1-adamantyl, Ad) results in N 2 evolution and dark purple solutions consistent with the formation of [Np V (Tren TIPS )(NR)] (3NpNR). However, solutions of 3NpNR rapidly turn orange, where for R = SiMe 3 the isolated 1:1 products are [Np IV (Tren TIPS ){N(H)SiMe 3 }] (4a) and [Np IV (Tren TIPS-2H ){N(H)SiMe 3 }] (4b, Tren TIPS-2H = {N(CH 2 CH 2 NS i Pri 3 ) 2 (NCH 2 CH 2 NSiPr i 2 C[Me]=CH 2 )} 3– ). The latter contains a dehydrogenated-Pr i vinyl functionality accounting for the source of the two amido H atoms. The reaction for R = Ad proceeds similarly, but only [Np IV (Tren TIPS ){N(H)Ad}] (5a) could be unequivocally confirmed, though its isolation suggests generality of the imido-to-amido functional group transformation. Complexes 4a/4b exhibit slow relaxation of their magnetization, adding to the small number of transuranium single ion magnets. Experimental and computational analysis suggests that the amido products are formed by C–H activation and two sequential hydrogen atom transfer reactions involving a three-step proton-coupled electron-transfer sequence of H • radical abstraction, electron transfer, then another H • radical abstraction step. In contrast to transient 3NpNR, the 5f 2 uranium(IV)-imido complex [K(2.2.2-cryptand)][U IV (Tren TIPS )(NSiMe 3 )] (8UNSiMe 3 ) is robust, even in boiling THF, suggesting the transience of 5f 2 3NpNR is not due to the 5f n -count but the increased effective nuclear charge of neptunium vs uranium. This work highlights divergence of uranium- and neptunium-imido stabilities, emphasizing that the latter is an inherently challenging synthetic target.

37 INORGANIC, ORGANIC, PHYSICAL, AND ANALYTICAL CH

Characterizing Mesoscale Cellular Convection in Marine Cold Air Outbreaks With a Machine Learning Approach

Abstract During marine cold‐air outbreaks (MCAOs), when cold polar air moves over warmer ocean, a well‐recognized cloud pattern develops, with open or closed mesoscale cellular convection (MCC) at larger fetch over open water. The Cold‐Air Outbreaks in the Marine Boundary Layer Experiment provided a comprehensive set of ground‐based in situ and remote sensing observations of MCAOs at a coastal location in northern Norway. MCAO periods that unambiguously exhibit open or closed MCC are determined. Individual cells observed with a profiling Ka‐band radar are identified using a watershed segmentation method. Using self‐organizing maps (SOMs), these cells are then objectively classified based on the variability in their vertical structure. The SOM nodes contain some information about the location of the cell transect relative to the center of the MCC. This adds classification noise, requiring numerous cell transects to isolate cell dynamical information. The SOM‐based classification shows that comparatively intense convection occurs only in open MCC. This convection undergoes an apparent lifecycle. Developing cells are associated with stronger updrafts, large spectrum width, larger amounts of liquid water, lower surface precipitation rates, and lower cloud tops than mature and weakening cells. The weakening of these cells is associated with the development of precipitation‐induced cold pools. The SOM classification also reveals less intense convection, with a similar lifecycle. More stratiform vertical cloud structures with weak vertical motions are common during closed MCC periods and are separated into precipitating and non‐precipitating stratiform cores. Convection is observed only occasionally in the closed MCC environment.

Meteorology & Atmospheric Sciences

Neuromorphic intermediate representation: A unified instruction set for interoperable brain-inspired computing

Abstract Spiking neural networks and neuromorphic hardware platforms that simulate neuronal dynamics are getting wide attention and are being applied to many relevant problems using Machine Learning. Despite a well-established mathematical foundation for neural dynamics, there exists numerous software and hardware solutions and stacks whose variability makes it difficult to reproduce findings. Here, we establish a common reference frame for computations in digital neuromorphic systems, titled Neuromorphic Intermediate Representation (NIR). NIR defines a set of computational and composable model primitives as hybrid systems combining continuous-time dynamics and discrete events. By abstracting away assumptions around discretization and hardware constraints, NIR faithfully captures the computational model, while bridging differences between the evaluated implementation and the underlying mathematical formalism. NIR supports an unprecedented number of neuromorphic systems, which we demonstrate by reproducing three spiking neural network models of different complexity across 7 neuromorphic simulators and 4 digital hardware platforms. NIR decouples the development of neuromorphic hardware and software, enabling interoperability between platforms and improving accessibility to multiple neuromorphic technologies. We believe that NIR is a key next step in brain-inspired hardware-software co-evolution, enabling research towards the implementation of energy efficient computational principles of nervous systems. NIR is available atneuroir.org

Science & Technology - Other Topics

Efficient and assured reinforcement learning-based building HVAC control with heterogeneous expert-guided training

Abstract Building heating, ventilation, and air conditioning (HVAC) systems account for nearly half of building energy consumption and $$20\%$$ of total energy consumption in the US. Their operation is also crucial for ensuring the physical and mental health of building occupants. Compared with traditional model-based HVAC control methods, the recent model-free deep reinforcement learning (DRL) based methods have shown good performance while do not require the development of detailed and costly physical models. However, these model-free DRL approaches often suffer from long training time to reach a good performance, which is a major obstacle for their practical deployment. In this work, we present a systematic approach to accelerate online reinforcement learning for HVAC control by taking full advantage of the knowledge from domain experts in various forms . Specifically, the algorithm stages include learning expert functions from existing abstract physical models and from historical data via offline reinforcement learning, integrating the expert functions with rule-based guidelines, conducting training guided by the integrated expert function and performing policy initialization from distilled expert function. Moreover, to ensure that the learned DRL-based HVAC controller can effectively keep room temperature within the comfortable range for occupants, we design a runtime shielding framework to reduce the temperature violation rate and incorporate the learned controller into it. Experimental results demonstrate up to 8.8 X speedup in DRL training from our approach over previous methods, with low temperature violation rate.

Xu, Shichao

Reconstruction framework advancements to support streaming for the ePIC detector at the EIC

The ePIC collaboration adopted the JANA2 framework to manage its reconstruction algorithms. This framework has since evolved substantially in response to ePIC’s needs. There have been three main design drivers: integrating cleanly with the Podio-based data models and other layers of the key4hep stack, enabling external configuration of existing components, and supporting timeframe splitting for streaming readout. The result is a unified component model featuring a new declarative interface for specifying inputs, outputs, parameters, services, and resources. This interface enables the user to instantiate, configure, and wire components via an external file. One critical new addition to the component model is a hierarchical decomposition of data boundaries into levels such as Run, Timeframe, PhysicsEvent, and Subevent. Two new component abstractions, Folder and Unfolder, are introduced in order to traverse this hierarchy, e.g. by splitting or merging. The pre-existing components can now operate at different event levels, and JANA2 will automatically construct the corresponding parallel processing topology. This means that a user may write an algorithm once, and configure it at runtime to operate on timeframes or on physics events. Overall, these changes mean that the user requires less knowledge about the framework internals, obtains greater flexibility with configuration, and gains the ability to reuse the existing abstractions in new streaming contexts.

Brei, Nathan [Thomas Jefferson National Accelerato

Hydrogen ejection from hydrocarbons: Characterization and relevance in soot formation and interstellar chemistry

Polycyclic aromatic hydrocarbons (PAHs) play a major role in the chemistry of combustion, pyrolysis, and the interstellar medium. Production (or activation) of radical PAHs and propagation of their resulting reactions require efficient dehydrogenation, but the preferred method of hydrogen loss is not well understood. Unimolecular hydrogen ejection (i.e., direct C─H bond fission) and bimolecular radical abstraction are two main candidate pathways. We performed a computational study to characterize the role of H ejection, particularly as a driver for radical-centric hydrocarbon-growth mechanisms and particle formation. Electronic structure calculations establish that C─H bond strengths span a broad range of energies, which can be weaker than 30 kcal/mol in some C 9 and C 13 PAH radicals. At T > 1200 K, calculated thermal rates for hydrogen ejection from weak C─H bonds at zigzag sites on PAH radicals are significantly larger than typical H-abstraction rates. These results are highly relevant in the context of chain reactions of radical species and soot inception under fuel-rich combustion conditions. Furthermore, calculated microcanonical rates that include the additional internal energy released by bond formation (e.g., ring closure to yield C 9 H 9 ) yield significantly higher rates than those associated with full thermalization. These microcanonical considerations are relevant to the astrochemical processes associated with hydrocarbon growth and processing in the low-density interstellar environment.

08 HYDROGEN

Progress towards 28 GHz operations at the Facility for Rare Isotope Beams (FRIB)

This paper provides an overview on the design, operational parameters as well as recent development and recent performance, of the superconducting electron cyclotron resonance (ECR) ion source at the Facility for Rare Isotope Beams (FRIB). The ion source has been used in support of beam operations since the end of 2022 and was designed to operate at 28 GHz and be capable of delivering high intensity uranium beams to help support beam delivery of up to a final beam power of 400 kW. Currently operating at up to 20 kW many primary beams have been developed and routinely used with the superconducting ECR including uranium. Initially operated at 18 GHz, the ion source has now been coupled to a 28 GHz gyrotron and high intensity beams have been demonstrated ahead of the facility planned power ramp up. text with the article abstract. Replace this text with the article abstract.

Machicoane, G. A. [Michigan State University, East

Stress-regulated Arabidopsis GAT2 is a low affinity γ-aminobutyric acid transporter

Abstract The four-carbon non-proteinogenic amino acid γ-aminobutyric acid (GABA) accumulates to high levels in plants in response to various abiotic and biotic stress stimuli, and plays a role in C:N balance, signaling, and as a transport regulator. Expression in Xenopus oocytes and voltage-clamping allowed the characterization of Arabidopsis GAT2 (At5g41800) as a low affinity GABA transporter with a K0.5GABA ~8 mM. l-Alanine and butylamine represented additional substrates. GABA-induced currents were strongly dependent on the membrane potential, reaching the highest affinity and highest transport rates at strongly negative membrane potentials. Mutation of Ser17, previously reported to be phosphorylated in planta, did not result in altered affinity. In a short-term stress experiment, AtGAT2 mRNA levels were up-regulated at low water potential and under osmotic stress (polyethylene glycol and mannitol). Furthermore, AtGAT2 promoter activity was detected in vascular tissues, maturating pollen, and the phloem unloading region of young seeds. Even though this suggested a role for AtGAT2 in long-distance transport and loading of sink organs, under the conditions tested neither AtGAT2-overexpressing plants, atgat2 or atgat1 T-DNA insertion lines, nor atgat1 atgat2 doubleknockout mutants differed from wild-type plants in growth on GABA, amino acid levels, or resistance to salt and osmotic stress.

Plant Sciences

Multicriteria Measures to Assess the Sustainability of Diets: A Systematic Review

Abstract Context Assessing the overall sustainability of a diet is a challenging undertaking requiring a holistic approach capable of addressing the multicriteria nature of this concept. Objective The aim was to identify and summarize the multicriteria measures used to assess the sustainability characteristics of diets reported at the individual level by healthy adults. Data Sources Articles were identified via PubMed, Scopus, and Web of Science. The search strategy consisted of key words and MeSH terms, and was concluded in September 2022, covering references in English, Spanish, and Portuguese. Data Extraction This systematic review followed the PRISMA guidelines. The search identified 5663 references, from which 1794 were duplicates. Two reviewers independently screened the titles and abstracts of each of the 3869 records and the full-text of the 144 references selected. Of these, 7 studies met the inclusion criteria. Data Analysis A total of 6 multicriteria measures were identified: 3 different Sustainable Diet Indices, the Quality Environmental Costs of Diet, the Quality Financial Costs of Diet, and the Environmental Impact of Diet. All of these incorporated a health/nutrition dimension, while the environmental and economic dimensions were the second and the third most integrated, respectively. A sociocultural sustainability dimension was included in only 1 of the measures. Conclusion Despite some methodological concerns in the development and validation process of the identified measures, their inclusion is considered indispensable in assessing the transition towards sustainable diets in future studies. Systematic Review Registration PROSPERO registration no. CRD42022358824.

Rei, Mariana (ORCID:0000000189453708)