Search NASA⌕ Search

SEARCH · Search NASA

Results for “Edge Based”

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 271 records · Page 15

Modeling and Prediction of the Noise from Non-Axisymmetric Jets

The new source model was combined with the original sound propagation model developed for rectangular jets to produce a new version of the rectangular jet noise prediction code. This code was validated using a set of rectangular nozzles whose geometries were specified by NASA. Nozzles of aspect ratios two, four and eight were studied at jet exit Mach numbers of 0.5, 0.7 and 0.9, for a total of nine cases. Reynolds-averaged Navier-Stokes solutions for these jets were provided to the contactor for use as input to the code. Quantitative comparisons of the predicted azimuthal and polar directivity of the acoustic spectrum were made with experimental data provided by NASA. The results of these comparisons, along with a documentation of the propagation and source models, were reported in a journal article publication (Ref. 4). The complete set of computer codes and computational modules that make up the prediction scheme, along with a user's guide describing their use and example test cases, was provided to NASA as a deliverable of this task. The use of conformal mapping, along with simplified modeling of the mean flow field, for noise propagation modeling was explored for other nozzle geometries, to support the task milestone of developing methods which are applicable to other geometries and flow conditions of interest to NASA. A model to represent twin round jets using this approach was formulated and implemented. A general approach to solving the equations governing sound propagation in a locally parallel nonaxisymmetric jet was developed and implemented, in aid of the tasks and milestones charged with selecting more exact numerical methods for modeling sound propagation, and developing methods that have application to other nozzle geometries. The method is based on expansion of both the mean-flowdependent coefficients in the governing equation and the Green's function in series of orthogonal functions. The method was coded and tested on two analytically prescribed mean flows which were meant to represent noise reduction concepts being considered by NASA. Testing (Ref. 5) showed that the method was feasible for the types of mean flows of interest in jet noise applications. Subsequently, this method was further developed to allow use of mean flow profiles obtained from a Reynolds-averaged Navier-Stokes (RANS) solution of the flow. Preliminary testing of the generalized code was among the last tasks completed under this contract. The stringent noise-reduction goals of NASA's Fundamental Aeronautics Program suggest that, in addition to potentially complex exhaust nozzle geometries, next generation aircraft will also involve tighter integration of the engine with the airframe. Therefore, noise generated and propagated by jet flows in the vicinity of solid surfaces is expected to be quite significant, and reduced-order noise prediction tools will be needed that can deal with such geometries. One important source of noise is that generated by the interaction of a turbulent jet with the edge of a solid surface (edge noise). Such noise is generated, for example, by the passing of the engine exhaust over a shielding surface, such as a wing. Work under this task supported an effort to develop a RANS-based prediction code for edge noise based on an extension of the classical Rapid Distortion Theory (RDT) to transversely sheared base flows (Refs. 6 and 7). The RDT-based theoretical analysis was applied to the generic problem of a turbulent jet interacting with the trailing edge of a flat plate. A code was written to evaluate the formula derived for the spectrum of the noise produced by this interaction and results were compared with data taken at NASA Glenn for a variety of jet/plate configurations and flow conditions (Ref. 8). A longer-term goal of this task was to work toward the development of a high-fidelity model of sound propagation in spatially developing non-axisymmetric jets using direct numerical methods for solving the relevant equations. Working with NASA Glenn Acoustics Branch personnel, numerical methods and boundary conditions appropriate for use in a high-resolution calculation of the full equations governing sound propagation in a steady base flow were identified. Computer codes were then written (by NASA) and tested (by OAI) for an increasingly complex set of flow conditions to validate the methods. The NASA-supplied codes were ported to the High-End Computing resources of the NASA Advanced Supercomputing facility for testing and validation against analytical (where possible) and independent numerical solutions. The cases which were completed during the course of this contract were solutions of the two-dimensional linearized Euler equations with no mean flow, a uniform mean flow and a nonuniform mean flow representative of a parallel flow jet.

Leib, Stewart J.↗

Edge-driven transition between extended quantum anomalous Hall crystal and fractional Chern insulator in rhombohedral graphene multilayers

Fractional Chern insulators (FCI) with fractionally quantized Hall conductance at fractional fillings and an extended quantum anomalous Hall (EQAH) crystal with an integer quantized Hall conductance over an extended region of doping were recently observed in pentalayer graphene. One particularly puzzling observation is the transition between the EQAH and FCI regimes, driven either by temperature or electrical current. Here, in this study, we propose a scenario to understand these transitions based on the topologically protected gapless edge modes that are present in both the FCI and EQAH phases and should be most relevant at temperature scales below the energy gap. Our consideration is based on the simple assumption that the edge velocity in FCI is smaller than that in EQAHE and thus contributes to a higher entropy. We further argue that domains with opposite fractionally quantized Hall conductance are ubiquitous in the devices due to disorder, which gives rise to a network of edge modes. The velocity of the edge modes between domains is further reduced due to edge reconstruction. The edge velocity can also be reduced by current when the occupation of the edge mode approaches the gap edge. The edge entropy therefore drives the transition from EQAH to FCI either by temperature or current at a nonzero temperature.

75 CONDENSED MATTER PHYSICS, SUPERCONDUCTIVITY AND↗

Fox Trails

1. This software utilizes python pandas to pull data from P6 databases or XER files. The software transforms the datasets into multiple main tables by joining, filtering, iteratively flattening hierarchical structured data, and pivoting datasets to give simple flat output tables. The activity table includes all of the information related to an activity including activity codes, global, EPS, and project codes, UDFs, and WBS information as separate columns. This includes the code id, code value and sequence number for all levels in hierarchical codes. The resource table is similar to the activity table and includes all of the information related to resources on activities including UPFs and resource codes. The resource time phased table takes the resource information and time phases it for the budget, forecast, late, and actual dates/units/costs that closely matches P6's user interface's values as it implements the resource curve and calendars. The wbs table contains the WBS structure broken out by levels and includes UDFs, codes, and notebook topics. The final P6 data table is the relationships table which simply contains the relationships. 2. When a user updates the tool with data (via giving it P6 project names with database username/password information or XER files) the system creates the data in #1, then creates a networkx graph with the activity data imbedded in the node data and the relationships added as edges. Each edge also has it's float calculated (working time distance between the predecessor and successor) and attached to the edge. Activities are also tagged as a potential start of a path based on their constraints, constraint dates, remaining start date, and activity status. When a user enters an activity ID into the UI, it runs a shortest path calculation on the network graph between each node tagged as potential start to the entered activity id based on the float tagged on the edge. Each path returned by the algorithm contains all of the nodes on the path in order, as well as the total float of the edges that make the path. This data is then collected and returned to the user in the form of a gantt chart with groupings for each path that includes the total float for each group. 3. Similar to 2, if the user passes through a reference dataset each activity set in the path is checked to see if it had a path in the reference dataset, if that path was the primary path between the start and end activities, and what has changed regarding logic and durations. These changes are color coded and summarized before sent to the user to be displayed by the UI for simple discovery. 4. Utilizing the data from #1, the user can submit desired grouping code(s) and filters to the system. The system will then pull the activities, resources, and relationships and create a gantt chart based on the groupings sent and filtered based on the filters sent. 5. The system will produce a gantt chart in a similar method to #4, but allows interactivity with the data. As the user interacts with the gantt chart, the software captures the changes and stores it with the user making the change so that project controls and implement those changes in P6.

Fox, Ben↗

First Astronomical Use of Multiplexed Transition Edge Sensor Bolometers

We present performance results based on the first astronomical use of multiplexed superconducting bolometers. The Fabry-Perot Interferometer Bolometer Research Experiment (FIBRE) is a broadband submillimeter spectrometer that achieved first light in June 2001 at the Caltech Submillimeter Observatory (CSO). FIBRE's detectors are superconducting transition edge sensor (TES) bolometers read out by a SQUID multiplexer. The Fabry-Perot uses a low resolution grating to order sort the incoming light. A linear bolometer array consisting of 16 elements detects this dispersed light, capturing 5 orders simultaneously from one position on the sky. With tuning of the Fabry-Perot over one free spectral range, a spectrum covering Delta lambda/lambda = 1/7 at a resolution of delta lambda/lambda approx. 1/1200 can be acquired. This spectral resolution is sufficient to resolve Doppler-broadened line emission from external galaxies. FIBRE operates in the 350 m and 450 m bands. These bands cover line emission from the important star formation tracers neutral carbon (CI) and carbon monoxide (CO). We have verified that the multiplexed bolometers are photon noise limited even with the low power present in moderate resolution spectrometry.

Staguhn, J. G.↗

A Method for Computing the Core Flow in Three-Dimensional Leading-Edge Vortices

A theory is presented for calculating the flow in the core of a separation-induced leading-edge vortex. The method is based on matching inner and outer representations of the vortex. The inner model of the vortex is based on the quasicylindrical Navier-Stokes equations; the flow is assumed to be steady, axially symmetric, and incompressible and in addition, gradients in the radial direction are assumed to be much larger then gradients in the axial direction. The outer model is based on the three-dimensional free-vortex-sheet theory, a higher-order panel method which solves the Prandtl-Glauert equation including nonlinear boundary conditions pertinent to the concentrated vorticity representation of the leading edge vortex. The resultant flow is evaluated a posteriori for evidence of incipient vortex breakdown and the critical helix angle concept, in conjunction with an adverse longitudinal pressure gradient, is found to correlate well with the occurrence of vortex breakdown at the trailing edge of delta, arrow, and diamond wings.

Luckring, J. M.↗

Broadband Direct Detection Submillimeter Spectrometer with Multiplexed Superconducting Transition Edge Thermometer Bolometers

We present performance results based on the first astronomical use of multiplexed superconducting bolometers as direct detectors (i.e., with cold electrons) for spectroscopy. The Fabry-Perot Interferometer Bolometer Research Experiment (FIBRE) is a broadband submillimeter spectrometer for the Caltech Submillimeter Observatory (CSO). FIBRE's detectors are superconducting transition edge sensor (TES) bolometers read out by a SQUID multiplexer. The Fabry-Perot uses a low resolution grating to order sort the incoming light. A linear bolometer array consisting of 16 elements detects this dispersed light, capturing 5 orders simultaneously from one position on the sky. With tuning of the Fabry-Perot over one free spectral range, a spectrum covering Delta lambda/lambda = 1/7 at a resolution of delta lambda/lambda = 1/1200 can be acquired. This spectral resolution is sufficient to resolve Doppler-broadened line emission from external galaxies. FIBRE has been operated in the 350 Am (850 GHz) band. These bands cover line emission from the important star formation tracers neutral carbon [CI] and carbon monoxide (CO).

Benford, D. J.↗

Base Pressure on Wings and Bodies with Turbulent Boundary Layers

At present there is no satisfactory theory for calculating the pressure which acts at the blunt base of an object traveling at supersonic velocity. In fact, the essential mechanism determining the base pressure is only imperfectly understood. As a result, the existing knowledge of base pressure is based almost entirely on experiments. The main object of this paper is to summarize the principal results of the many wind tunnel and free flight measurements of base pressure on both bodies of revolution and blunt trailing edge airfoils. A relatively simple method of estimating base pressure is presented, and an indication is given as to how the characteristics of base pressure play an essential role in determining the shape of an aerodynamically efficient object for supersonic flight.

Chapman, Dean R.↗

Navier-Stokes calculation of transonic flow past the NTF 65-deg delta wing

Viscous flow past a wind tunnel model of a 65-degree swept angle Delta wing at transonic speeds is being studied. The model was tested in the 8-foot cryogenic transonic wind tunnel at the National Transonic Facility. Aerodynamic forces and wing surface pressure data were obtained at various angles of attack, Mach numbers, and Reynold's numbers for four different leading edges of the wing. The objectives of the present investigation are: (1) to perform numerical modeling of the flow around the wing; (2) to validate the experimental data with a Navier-Stokes computational fluid dynamics code and vice versa; (3) to investigate the effects of the sting mount of the wing; (4) to evaluate the effects of leading edge radius on the flow; and (5) to explain the Reynold's number effect as indicated by the test data. Several computer programs were developed to define the surfaces of the wing, the four leading edges, and the sting mount. Based on these geometric databases, the surface grids of a single-block computational domain was generated interactively on the IRIS workstation using the GRIDGEN2D module of GRIDGEN. To refine the grids and to avoid excessive loss of grid points due to collapsed edges, a 9-block computational domain containing approximately 750,000 grid points was developed with the GRIDBLOCK module to replace the single-block grid.

Wu, Chivey↗

Upflowing ionospheric ions in the auroral region

Observations of upflowing ionospheric ions are obtained nearly simultaneously by DE 1 and DE 2 over the nightside auroral regions. At low altitudes, the mean value of the net upward ion number flux is of the order of 10 exp 9/sq cm per sec. The ionosphere is predominantly O(+), and the flux of ions with energy greater than 5 eV is a very small fraction (less than 1 percent) of the total ion flux. At high altitudes, the upflowing ions are accelerated by a parallel electric field and heated (with characteristic energies of hundreds of electron volts). Comparing upflowing fluxes at high and low altitudes yields an estimated height of the bottom of the auroral acceleration region of 1400-1700 km for the region of peak potential drop. This low-altitude acceleration could either be from a parallel electric field or from perpendicular acceleration. The fluxes at the edges of the arc are mostly H(+) thus implying a higher-altitude base of the acceleration region at the edges where the potential drop is lower.

Lu, G.↗

Dynamics Impact Tolerance of Shuttle RCC Leading Edge Panels Using LS-DYNA

This paper describes a research program conducted to enable accurate prediction of the impact tolerance of the shuttle Orbiter leading-edge wing panels using physics-based codes such as LS-DYNA, a nonlinear, explicit transient dynamic finite element code. The shuttle leading-edge panels are constructed of Reinforced-Carbon-Carbon (RCC) composite material, which is used because of its thermal properties to protect the shuttle during reentry into the Earth's atmosphere. Accurate predictions of impact damage from insulating foam and other debris strikes that occur during launch required materials characterization of expected debris, including strain-rate effects. First, analytical models of individual foam and RCC materials were validated. Next, analytical models of foam cylinders impacting 6- in. x 6-in. RCC flat plates were developed and validated. LS-DYNA pre-test models of the RCC flat plate specimens established the impact velocity of the test for three damage levels: no-detectable damage, non-destructive evaluation (NDE) detectable damage, or visible damage such as a through crack or hole. Finally, the threshold of impact damage for RCC on representative Orbiter wing panels was predicted for both a small through crack and for NDE-detectable damage.

Fasanella, Edwin L.↗

Dynamic Impact Tolerance of Shuttle RCC Leading Edge Panels using LS-DYNA

This paper describes a research program conducted to enable accurate prediction of the impact tolerance of the shuttle Orbiter leading-edge wing panels using 'physics-based- codes such as LS-DYNA, a nonlinear, explicit transient dynamic finite element code. The shuttle leading-edge panels are constructed of Reinforced-Carbon-Carbon (RCC) composite material, which issued because of its thermal properties to protect the shuttle during re-entry into the Earth's atmosphere. Accurate predictions of impact damage from insulating foam and other debris strikes that occur during launch required materials characterization of expected debris, including strain-rate effects. First, analytical models of individual foam and RCC materials were validated. Next, analytical models of individual foam cylinders impacting 6-in. x 6-in. RCC flat plates were developed and validated. LS-DYNA pre-test models of the RCC flat plate specimens established the impact velocity of the test for three damage levels: no-detectable damage, non-destructive evaluation (NDE) detectable damage, or visible damage such as a through crack or hole. Finally, the threshold of impact damage for RCC on representative Orbiter wing panels was predicted for both a small through crack and for NDE-detectable damage.

Fasanella, Edwin↗

Cylindrical Antenna With Partly Adaptive Phased-Array Feed

A proposed design for a phased-array fed cylindrical-reflector microwave antenna would enable enhancement of the radiation pattern through partially adaptive amplitude and phase control of its edge radiating feed elements. Antennas based on this design concept would be attractive for use in radar (especially synthetic-aperture radar) and other systems that could exploit electronic directional scanning and in which there are requirements for specially shaped radiation patterns, including ones with low side lobes. One notable advantage of this design concept is that the transmitter/ receiver modules feeding all the elements except the edge ones could be identical and, as a result, the antenna would cost less than in the cases of prior design concepts in which these elements may not be identical.

Hussein, Ziad↗

A note on chimney formation in ice edge regions

This paper investigates a coupled mesoscale ice-ocean system forced by winds and cooling, leading to the phenomenon of 'chimney' formation (i.e., the formation of a rapid deepening of the mixed layer due to a strong surface heat loss) in ice-edge regions. A numerical model, based on Hakkinen's (1987) coupled dynamic-thermodynamic model of an ice-ocean system, was used that included, in addition to wind stirring, the entrainment parameterization. The results are for the most part similar to the results of Hakkinen, indicating the overwhelming relevance of wind mixing, with penetrative convection having additional effects. The model calculations show that the area affected by ice edge upwelling is most prone to entrainment; the convectively induced entrainment is necessary for the production of a chimney.

Hakkinen, Sirpa↗

Effect of Tail Surfaces on the Base Drag of a Body of Revolution at Mach Numbers of 1.5 and 2.0

Wind-tunnel tests were performed at Mach numbers of 1.5 and 2.0 to investigate the influence of tail surfaces on the base drag of a body of revolution without boattailing and having a turbulent boundary layer. The tail surfaces were of rectangular plan form of aspect ratio 2.33 and has symmetrical, circular-arc airfoil section. The results of the investigation showed that the addition of these tail surfaces with the trailing edges at or near the body base incurred a large increase in the base-drag coefficient. For a cruciform tail having a 10-percent-thick airfoil section, this increase was about 70 percent at a Mach number of 1.5 and 35 percent at a Mach number of 2.0. As the trailing edge of the tail was moved forward or rearward of the base by about one tail-chord length, the base-drag increment was reduced to nearly zero. The increments in base-drag coefficient due to the presence of 10-percent-thick tail surfaces were generally twice those for 5-percent-thick surfaces. The base-drag increments due to the presence of a cruciform tail were less than twice those for a plane tail. An estimate of the change in base pressure due to the tail surfaces was made, based on a simple superposition of the airfoil-pressure field onto the base-pressure field behind the body. A comparison of the results with the experimental values indicated that in most cases the trend in the variation of the base-drag increment with changes in tail position could be predicted by this approximate method but that the quantitative agreement at most tail locations was poor.

BOUNDARY LAYER - BODIES OF REVOLUTION↗

Unified ELM Suppression on KSTAR and DIII-D via Adaptive Feedback Control Strategies

This paper reports on the extension of our amplitude-based resonant magnetic perturbation (RMP) edge localized mode (ELM) controller to support phasing control (relative toroidal phases of RMP waveforms between rows of coils), multiple toroidal mode numbers, and new ‘jump’ and ‘probing’ strategies, all deployed on KSTAR and DIII-D. By treating the control algorithm as device-independent and adjusting only the real-time interfaces to sensors and power supplies, we have confirmed that the same finite state machine—based feedback logic can be ported between machines with minor modifications. In experiments using n = 2 RMPs on KSTAR and n = 3 on DIII-D, the controller successfully modulated RMP amplitudes in real time to sustain ELM suppression while minimizing confinement degradation. Phasing control broadened the suppression window, as it permitted the system to avoid locked-mode regions and safely access ELM-free conditions. A rotating RMP phasing scheme, integrated into the same framework, distributes divertor heat loads more uniformly, making it a promising strategy for protecting plasma-facing components during long discharges. New ‘jump’ and ‘probing’ techniques demonstrate the possibility for the controller to preempt imminent ELMs and refine the minimum required RMP amplitude without returning to ELMy conditions. Taken together, these upgrades enable extended ELM-free operation while mitigating confinement degradation, providing a practical framework for real-time ELM control in future high-performance tokamaks.

70 PLASMA PHYSICS AND FUSION TECHNOLOGY↗

Variations in the Sea Ice Edge and the Marginal Ice Zone on Different Spatial Scales as Observed from Different Satellite Sensor

The Marginal sea Ice Zone (MIZ) and the sea ice edge are the most dynamic areas of the sea ice cover. Knowledge of the sea ice edge location is vital for routing shipping in the polar regions. The ice edge is the location of recurrent plankton blooms, and is the habitat for a number of animals, including several which are under severe ecological threat. Polar lows are known to preferentially form along the sea ice edge because of induced atmospheric baroclinicity, and the ice edge is also the location of both vertical and horizontal ocean currents driven by thermal and salinity gradients. Finally, sea ice is both a driver and indicator of climate change and monitoring the position of the ice edge accurately over long time periods enables assessment of the impact of global and regional warming near the poles. Several sensors are currently in orbit that can monitor the sea ice edge. These sensors, though, have different spatial resolutions, different limitations, and different repeat frequencies. Satellite passive microwave sensors can monitor the ice edge on a daily or even twice-daily basis, albeit with low spatial resolution - 25 km for the Special Sensor Microwave Imager (SSM/I) or 12.5 km for the Advanced Microwave Scanning Radiometer (AMSR-E). Although special methods exist that allow the detection of the sea ice edge at a quarter of that nominal resolution (PSSM). Visible and infrared data from the Advanced Very High Resolution Radiometer (AVHRR) and from the Moderate Resolution Imaging Spectroradiometer (MODIS) provide daily coverage at 1 km and 250 m, respectively, but the surface observations me limited to cloud-free periods. The Landsat 7 Enhanced Thematic Mapper (ETM+) has a resolution of 15 to 30 m but is limited to cloud-free periods as well, and does not provide daily coverage. Imagery from Synthetic Aperture Radar (SAR) instruments has resolutions of tens of meters to 100 m, and can be used to distinguish open water and sea ice on the basis of surface and volume scattering characteristics. The Canadian RADARSAT C-band SAR provides data that cover the Arctic Ocean and the MIZ every 3 days. A change-point detection approach was utilized to obtain an ice edge estimate from the RADARSAT data The Quickscat scatterometer provides ice edge information with a resolution of a few kilometers on a near-daily basis. During portions of March and April of 2003 a series of aircraft flights were conducted over the ice edge in the Bering Sea carrying the Polarimetric Scanning Radiometer (PSR), which provides spectral coverage identical with the AMSR-E instrument at a resolution of 500 meters. In this study we investigated these different data sets and analyzed differences in their definition of the sea ice edge and the marginal ice zone and how these differences as well as their individual limitations affect the monitoring of the ice edge dynamics. We also examined how the nature of the sea ice edge, including its location, compactness and shape, changes over the seasons. Our approach was based on calculation of distances between ice edges derived from the satellite and aircraft data sets listed above as well as spectral coherence methods and shape parameters such as tortuosity, curvature, and fractional dimension.

Markus, Thorsten↗

Independent Effects of Reynolds Number and Mach Number on the Aerodynamics of an Iced Swept Wing

Aerodynamic assessment of icing effects on swept wings is an important component of a larger effort to improve three-dimensional (3D) icing simulation capabilities. An understanding of ice-shape geometric fidelity and Reynolds and Mach number effects on the iced-wing aerodynamics is needed to guide the development and validation of ice-accretion simulation tools. To this end, wind tunnel testing was carried out for a 13.3-percent-scale semispan wing based upon the Common Research Model airplane configuration. The wind tunnel testing was conducted at the Office National d’Etudes et de Recherches Aérospatiales (ONERA) F1 pressurized wind tunnel with Reynolds numbers of 1.6 x 10(exp 6) to 11.9 x 10(exp 6 ) and Mach numbers of 0.09 to 0.34. Five different configurations were investigated using fully 3D, high-fidelity artificial ice shapes that maintain nearly all of the 3D ice-accretion features documented in prior icing wind tunnel tests. These large, leading-edge ice shapes were nominally based upon airplane holding in icing conditions scenarios. For three of these configurations, lower fidelity simulations were also built and tested. The results presented in this paper show that while Reynolds and Mach number effects are important for quantifying the clean-wing performance, there is very little to no effect for an iced wing with 3D, high-fidelity artificial ice shapes or 3D smooth ice shapes with grit roughness. These conclusions are consistent with the large volume of past research on iced airfoils. However, some differences were also noted for the associated stalling angle of the iced swept wing and for various lower fidelity versions of the leading-edge ice accretion. More research is planned to further investigate the key features of ice-accretion geometry that must be simulated in lower fidelity versions in order to capture the essential aerodynamics.

Aircraft icing↗

A Difluoro‐Methoxylated Ending‐Group Asymmetric Small Molecule Acceptor Lead Efficient Binary Organic Photovoltaic Blend

Abstract Developing a new end group for synthesizing asymmetric small molecule acceptors (SMAs) is crucial for achieving high‐performance organic photovoltaics (OPVs). Herein, an asymmetric small molecule acceptor, BTP‐BO‐4FO, featuring a new difluoro‐methoxylated end‐group is reported. Compared to its symmetric counterpart L8‐BO, BTP‐BO‐4FO exhibits an upshifted energy level, larger dipole moment, and more sequential crystallinity. By adopting two representative and widely available solvent additives (1‐chloronaphthalene (CN) and 1,8‐diiodooctane (DIO)), the device based on PM6:BTP‐BO‐4FO (CN) photovoltaic blend demonstrates a power conversion efficiency (PCE) of 18.62% with an excellent open‐circuit voltage (V OC ) of 0.933 V, which surpasses the optimal result of L8‐BO. The PCE of 18.62% realizes the best efficiencies for binary OPVs based on SMAs with asymmetric end groups. A series of investigations reveal that optimized PM6:BTP‐BO‐4FO film demonstrates similar molecular packing motif and fibrillar phase distribution as PM6:L8‐BO (DIO) does, resulting in comparable recombination dynamics, thus, similar fill factor. Besides, it is found PM6:BTP‐BO‐4FO possesses more efficient charge generation, which yields betterV OC –J SC balance. This study provides a new ending group that enables a cutting‐edge efficiency in asymmetric SMA‐based OPVs, enriching the material library and shed light on further design ideas.

Chemistry↗