Search NASASearch

SEARCH · Search NASA

Results for “REINFORCEMENT”

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 37 records · Page 2

Multi-Scale CNT-Based Reinforcing Polymer Matrix Composites for Lightweight Structures

Reinforcing critical areas in carbon polymer matrix composites (PMCs), also known as fiber reinforced composites (FRCs), is advantageous for structural durability. Since carbon nanotubes (CNTs) have extremely high tensile strength, they can be used as a functional additive to enhance the mechanical properties of FRCs. However, CNTs are not readily dispersible in the polymer matrix, which leads to lower than theoretically predicted improvement in mechanical, thermal, and electrical properties of CNT composites. The inability to align CNTs in a polymer matrix is also a known issue. The feasibility of incorporating aligned CNTs into an FRC was demonstrated using a novel, yet commercially viable nanofiber approach, termed NRMs (nanofiber-reinforcing mats). The NRM concept of reinforcement allows for a convenient and safe means of incorporating CNTs into FRC structural components specifically where they are needed during the fabrication process. NRMs, fabricated through a novel and scalable process, were incorporated into FRC test panels using layup and vacuum bagging techniques, where alternating layers of the NRM and carbon prepreg were used to form the reinforced FRC structure. Control FRC test panel coupons were also fabricated in the same manner, but comprised of only carbon prepreg. The FRC coupons were machined to size and tested for flexural, tensile, and compression properties. This effort demonstrated that FRC structures can be fabricated using the NRM concept, with an increased average load at break during flexural testing versus that of the control. The NASA applications for the developed technologies are for lightweight structures for in-space and launch vehicles. In addition, the developed technologies would find use in NASA aerospace applications such as rockets, aircraft, aircraft/spacecraft propulsion systems, and supporting facilities. The reinforcing aspect of the technology will allow for more efficient joining of fiber composite parts, thus offering additional weight savings. More robust structures capable of withstanding micrometeoroid and space debris impacts will be possible with the enhanced mechanical properties imparted by the aligned CNTs incorporated into the fiber composite structure, as well as the potential for improved electrical and thermal properties. The materials fabrication approach developed in the present effort is a platform for customer applications where additional reinforcement is required or would be beneficial, especially in FRC structures and component parts. Depending upon the specific customer application, the NRM could be tailored to the specific matrix resin and desired property enhancement.

Eberly, Daniel

Investigation of Methods for Selectively Reinforcing Aluminum and Aluminum-Lithium Materials

Several studies have indicated that selective reinforcement offers the potential to significantly improve the performance of metallic structures for aerospace applications. Applying high-strength, high-stiffness fibers to the high-stress regions of aluminum-based structures can increase the structural load-carrying capability and inhibit fatigue crack initiation and growth. This paper discusses an investigation into potential methods for applying reinforcing fibers onto the surface of aluminum and aluminum-lithium plate. Commercially-available alumina-fiber reinforced aluminum alloy tapes were used as the reinforcing material. Vacuum hot pressing was used to bond the reinforcing tape to aluminum alloy 2219 and aluminum-lithium alloy 2195 base plates. Static and cyclic three-point bend testing and metallurgical analysis were used to evaluate the enhancement of mechanical performance and the integrity of the bond between the tape and the base plate. The tests demonstrated an increase in specific bending stiffness. In addition, no issues with debonding of the reinforcing tape from the base plate during bend testing were observed. The increase in specific stiffness indicates that selectively-reinforced structures could be designed with the same performance capabilities as a conventional unreinforced structure but with lower mass.

Bird, R. Keith

Graph reinforcement learning for exploring model spaces beyond the standard model

We present a methodology for performing scans of beyond the standard model (BSM) parameter spaces with reinforcement learning. We identify a novel procedure using graph neural networks that is capable of exploring spaces of models without the user specifying a fixed particle content, allowing broad classes of BSM models to be explored—in theory, the technique is applicable to nearly any model space with a prespecified gauge group. We provide a generic procedure by which a suitable graph grammar can be developed for any BSM model that features user-specified symmetry groups and a finite number of different possible particle species, the use of which is applicable to a variety of machine learning tasks over the actions of BSM theories beyond our particular reinforcement learning use case. As a proof of concept, we construct the graph grammar for theories with vectorlike leptons that may or may not be charged under a dark U ( 1 ) group, inspired by portal matter extensions of the sub-GeV vector portal/kinetic mixing simplified dark matter models. We then use this graph grammar to create a reinforcement learning environment tasked with creating models with these vectorlike leptons that are consistent with a list of a variety of precision observables. The reinforcement learning agent succeeds in developing models that can address the observed muon anomalous magnetic moment discrepancy while remaining consistent with flavor violation and electroweak precision observables, including both constructions that have previously been studied as well as new models that have not, to our knowledge, previously been identified. By inspecting the resulting ensembles of models that the agent produces and experimenting with different configurations for our reinforcement learning environment and graph grammar, we also infer various lessons about the development of these environments that can be transferable to reinforcement learning scans of more complicated model spaces and comment on future directions for the development of this technique into a more mature tool. Published by the American Physical Society 2025

Wojcik, George N.

Analysis of stress-strain, fracture, and ductility behavior of aluminum maxtrix composites containing discontinuous silicon carbide reinforcement

Mechanical properties and stress-strain behavior were evaluated for several types of commercially fabricated aluminum matrix composites, containing up to 40 vol pct discontinuous SiC whisker, nodule, or particulate reinforcement. The elastic modulus of the composites was found to be isotropic, to be independent of type of reinforcement, and to be controlled solely by the volume percentage of SiC reinforcement present. The yield/tensile strengths and ductility were controlled primarily by the matrix alloy and temper condition. Type and orientation of reinforcement had some effect on the strengths of composites, but only for those in which the whisker reinforcement was highly oriented. Ductility decreased with increasing reinforcement content; however, the fracture strains observed were higher than those reported in the literature for this type of composite. This increase in fracture strain was probably attributable to cleaner matrix powder, better mixing, and increased mechanical working during fabrication. Comparison of properties with conventional aluminum and titanium structural alloys showed that the properties of the low-cost, lightweight composites demonstrated very good potential for application to aerospace structures.

Mcdanels, D. L.

Preliminary Work for Examining the Scalability of Reinforcement Learning

Researchers began studying automated agents that learn to perform multiple-step tasks early in the history of artificial intelligence (Samuel, 1963; Samuel, 1967; Waterman, 1970; Fikes, Hart & Nilsonn, 1972). Multiple-step tasks are tasks that can only be solved via a sequence of decisions, such as control problems, robotics problems, classic problem-solving, and game-playing. The objective of agents attempting to learn such tasks is to use the resources they have available in order to become more proficient at the tasks. In particular, each agent attempts to develop a good policy, a mapping from states to actions, that allows it to select actions that optimize a measure of its performance on the task; for example, reducing the number of steps necessary to complete the task successfully. Our study focuses on reinforcement learning, a set of learning techniques where the learner performs trial-and-error experiments in the task and adapts its policy based on the outcome of those experiments. Much of the work in reinforcement learning has focused on a particular, simple representation, where every problem state is represented explicitly in a table, and associated with each state are the actions that can be chosen in that state. A major advantage of this table lookup representation is that one can prove that certain reinforcement learning techniques will develop an optimal policy for the current task. The drawback is that the representation limits the application of reinforcement learning to multiple-step tasks with relatively small state-spaces. There has been a little theoretical work that proves that convergence to optimal solutions can be obtained when using generalization structures, but the structures are quite simple. The theory says little about complex structures, such as multi-layer, feedforward artificial neural networks (Rumelhart & McClelland, 1986), but empirical results indicate that the use of reinforcement learning with such structures is promising. These empirical results make no theoretical claims, nor compare the policies produced to optimal policies. A goal of our work is to be able to make the comparison between an optimal policy and one stored in an artificial neural network. A difficulty of performing such a study is finding a multiple-step task that is small enough that one can find an optimal policy using table lookup, yet large enough that, for practical purposes, an artificial neural network is really required. We have identified a limited form of the game OTHELLO as satisfying these requirements. The work we report here is in the very preliminary stages of research, but this paper provides background for the problem being studied and a description of our initial approach to examining the problem. In the remainder of this paper, we first describe reinforcement learning in more detail. Next, we present the game OTHELLO. Finally we argue that a restricted form of the game meets the requirements of our study, and describe our preliminary approach to finding an optimal solution to the problem.

Clouse, Jeff

Buckling of Carbon Nanotube-Reinforced Polymer Laminated Composite Materials Subjected to Axial Compression and Shear Loadings

A multi-scale method to predict the stiffness and stability properties of carbon nanotube-reinforced laminates has been developed. This method is used in the prediction of the buckling behavior of laminated carbon nanotube-polyethylene composites formed by stacking layers of carbon nanotube-reinforced polymer with the nanotube alignment axes of each layer oriented in different directions. Linking of intrinsic, nanoscale-material definitions to finite scale-structural properties is achieved via a hierarchical approach in which the elastic properties of the reinforced layers are predicted by an equivalent continuum modeling technique. Solutions for infinitely long symmetrically laminated nanotube-reinforced laminates with simply-supported or clamped edges subjected to axial compression and shear loadings are presented. The study focuses on the influence of nanotube volume fraction, length, orientation, and functionalization on finite-scale laminate response. Results indicate that for the selected laminate configurations considered in this study, angle-ply laminates composed of aligned, non-functionalized carbon nanotube-reinforced lamina exhibit the greatest buckling resistance with 1% nanotube volume fraction of 450 nm uniformly-distributed carbon nanotubes. In addition, hybrid laminates were considered by varying either the volume fraction or nanotube length through-the-thickness of a quasi-isotropic laminate. The ratio of buckling load-to-nanotube weight percent for the hybrid laminates considered indicate the potential for increasing the buckling efficiency of nanotube-reinforced laminates by optimizing nanotube size and proportion with respect to laminate configuration.

Riddick, J. C.

Fiber-Reinforced Epoxy Composites and Methods of Making Same Without the Use of Oven or Autoclave

Method embodiments for producing a fiber-reinforced epoxy composite comprise providing a mold defining a shape for a composite, applying a fiber reinforcement over the mold, covering the mold and fiber reinforcement thereon in a vacuum enclosure, performing a vacuum on the vacuum enclosure to produce a pressure gradient, insulating at least a portion of the vacuum enclosure with thermal insulation, infusing the fiber reinforcement with a reactive mixture of uncured epoxy resin and curing agent under vacuum conditions, wherein the reactive mixture of uncured epoxy resin and curing agent generates exothermic heat, and producing the fiber-reinforced epoxy composite having a glass transition temperature of at least about 100.degree. C. by curing the fiber reinforcement infused with the reactive mixture of uncured epoxy resin and curing agent by utilizing the exothermically generated heat, wherein the curing is conducted inside the thermally insulated vacuum enclosure without utilization of an external heat source or an external radiation source.

Barnell, Thomas J.

Life cycle assessment of coir fiber-reinforced composites for automotive applications

Past decades have seen an increasing prevalence of natural fiber-reinforced composites (NFRCs) due to growing conscientiousness around sustainability and a push towards vehicle lightweighting. The environmentally friendly and sustainable claims of NFRCs need to be validated due to their large variability and variety, particularly where material substitutions are concerned, such as in substituting glass fiber with natural fiber. Additionally, the objective of this work is to determine the cumulative energy demand (CED) and greenhouse gas emissions (GHG) associated with an automotive part (of volume 0.001 m3) made from 40 wt% coir fiber-reinforced polypropylene (PP) and compared with a similar part made from 40 wt% glass fiber reinforced PP. SimaPro v. 9.0.0.49 was used for the analysis, whereas inventory data were collected from databases, such as Ecoinvent 3, Transportation Energy Databook, Greet model 2022, and published papers. The results showed that CED and GHG associated with the coir fiber-reinforced composite part were lower than the glass fiber-reinforced composite part for both cradle-to-gate (~34–40%) and cradle-to-grave (excluding end-of-life) (~24%) analysis.

36 MATERIALS SCIENCE

An experimental study of the strength and stability of thin monocoque shells with reinforced and unreinforced rectangular cutouts

Axial compression tests were run on eleven thin-walled aluminum cylinders having rectangular cutouts. Various types of reinforcement were used around the cutouts, and some tests were run with no reinforcement. The test results are compared with the cylinder buckling loads prior to installation of the cutouts (obtained without damaging the cylinder by using a buckle-capture technique), and correlated with computer-predicted failure loads. The latter were based on the use of the STAGS computer program. For thin cylinders such as these, the test and computer-based analysis shows that for small to moderate size cutouts, reinforcement of the cutout is of no benefit unless the cylinder is of extremely high (geometrical) quality. For cylinder quality and cutout size where reinforcement is beneficial, the relative merits of the various reinforcement configurations are discussed, and an empirical basis for design is proposed.

Holmes, A. M. C.

Analytical and experimental investigation of aircraft metal structures reinforced with filamentary composites. Phase 1: Concept development and feasibility

The analytical and experimental investigations are described in the first phase of a program to establish the feasibility of reinforcing metal aircraft structures with advanced filamentary composites. The interactions resulting from combining the two types of materials into single assemblies as well as their ability to function structurally were studied. The combinations studied were boron-epoxy reinforced aluminum, boron-epoxy reinforced titanium, and boron-polyimide reinforced titanium. The concepts used unidirectional composites as reinforcement in the primary loading direction and metal for carrying the transverse loads as well as its portion of the primary load. The program established that several realistic concepts could be fabricated, that these concepts could perform to a level that would result in significant weight savings, and that there are means for predicting their capability within a reasonable degree of accuracy. This program also encountered problems related to the application of polyimide systems that resulted in their relatively poor and variable performance.

Oken, S.

Development of a collapsible reinforced cylindrical space observation window

Existing material technology was applied to the development of a collapsible transparent window suitable for manned spacecraft structures. The effort reported encompasses the evaluation of flame retardants intended for use in the window matrix polymer, evaluation of reinforcement angle which would allow for a twisting pantographing motion as the cylindrical window is mechanically collapsed upon itself, and evaluation of several reinforcement embedment methods. A fabrication technique was developed to produce a reinforced cylindrical space window of 45.7 cm diameter and 61.0 cm length. The basic technique involved the application of a clear film on a male-section mold; winding axial and girth reinforcements and vacuum casting the outer layer. The high-strength transparent window composite consisted of a polyether urethane matrix reinforced with an orthogonal pattern of black-coated carbon steel wire cable. A thin film of RTV silicone rubber was applied to both surfaces of the urethane. The flexibility, retraction system, and installation system are described.

Khan, A. Q.

Evaluation of a metal shear web selectively reinforced with filamentary composites for space shuttle application. Phase 1 summary report: Shear web design development

An advanced composite shear web design concept was developed for the Space Shuttle orbiter main engine thrust beam structure. Various web concepts were synthesized by a computer-aided adaptive random search procedure. A practical concept is identified having a titanium-clad + or - 45 deg boron/epoxy web plate with vertical boron/epoxy reinforced aluminum stiffeners. The boron-epoxy laminate contributes to the strength and stiffness efficiency of the basic web section. The titanium-cladding functions to protect the polymeric laminate parts from damaging environments and is chem-milled to provide reinforcement in selected areas. Detailed design drawings are presented for both boron/epoxy reinforced and all-metal shear webs. The weight saving offered is 24% relative to all-metal construction at an attractive cost per pound of weight saved, based on the detailed designs. Small scale element tests substantiate the boron/epoxy reinforced design details in critical areas. The results show that the titanium-cladding reliably reinforces the web laminate in critical edge load transfer and stiffener fastener hole areas.

Laakso, J. H.

Preliminary evaluation of fiber composite reinforcement of truck frame rails

The use of graphite fiber/resin matrix composite to effectively reinforce a standard steel truck frame rail is studied. A preliminary design was made and it was determined that the reinforcement weight could be reduced by a factor of 10 when compared to a steel reinforcement. A section of a 1/3 scale reinforced rail was fabricated to demonstrate low cost manufacturing techniques. The scale rail section was then tested and increased stiffness was confirmed. No evidence of composite fatigue was found after 500,000 cycles to a fiber stress of 34,000 psi. The test specimen failed in bending in a static test at a load 50 percent greater than that predicted for a non-reinforced rail.

Faddoul, J. R.

Friction and Wear of Monolithic and Fiber Reinforced Silicon-Ceramics Sliding Against IN-718 Alloy at 25 to 800 C in Atmospheric Air at Ambient Pressure

The friction and wear of monolithic and fiber reinforced Si-ceramics sliding against the nickel base alloy IN-718 at 25 to 800 C was measured. The monolithic materials tested were silicon carbide (SiC), fused silica (SiO2), syalon, silicon nitride (Si3N4) with W and Mg additives, and Si3N4 with Y2O3 additive. At 25 C fused silica had the lowest friction while Si3N4 (W,Mg type) had the lowest wear. At 800 C syalon had the lowest friction while Si3N4 (W,Mg type) and syalon had the lowest wear. The SiC/IN-718 couple had the lowest total wear at 25 C. At 800 C the fused silica/IN-718 couple exhibited the least total wear. SiC fiber reinforced reaction bonded silicon nitride (RBSN) composite material with a porosity of 32 percent and a fiber content of 23 vol percent had a lower coefficient of friction and wear when sliding parallel to the fiber direction than in the perpendicular at 25 C. The coefficient of friction for the carbon fiber reinforced borosilicate composite was 0.18 at 25 C. This is the lowest of all the couples tested. Wear of this material was about two decades smaller than that of the monolithic fused silica. This illustrates the large improvement in tribological properties which can be achieved in ceramic materials by fiber reinforcement. At higher temperatures the oxidation products formed on the IN-718 alloy are transferred to the ceramic by sliding action and forms a thin, solid lubricant layer which decreases friction and wear for both the monolithic and fiber reinforced composites.

Deadmore, Daniel L.

Recent progress in NASA Langley Research Center textile reinforced composites program

Research was conducted to explore the benefits of textile reinforced composites for transport aircraft primary structures. The objective is to develop and demonstrate the potential of affordable textile reinforced composite materials to meet design properties and damage tolerance requirements of advanced aircraft structural concepts. Some program elements include development of textile preforms, processing science, mechanics of materials, experimental characterization of materials, and development and evaluation of textile reinforced composite structural elements and subcomponents. Textile 3-D weaving, 3-D braiding, and knitting and/or stitching are being compared with conventional laminated tape processes for improved damage tolerance. Through-the-thickness reinforcements offer significant damage tolerance improvements. However, these gains must be weighted against potential loss in in-plane properties such as strength and stiffness. Analytical trade studies are underway to establish design guidelines for the application of textile material forms to meet specific loading requirements. Fabrication and testing of large structural parts are required to establish the potential of textile reinforced composite materials.

Dexter, H. Benson

Effects of Interface Modification on Mechanical Behavior of Hi-Nicalon Fiber-Reinforced Celsian Matrix Composites

Unidirectional celsian matrix composites having approx. 42 volume percent of uncoated or BN/SiC-coated Hi-Nicalon fibers were tested in three-point bend at room temperature. The uncoated fiber-reinforced composites showed catastrophic failure with strength of 210 +/- 35 MPa and a flat fracture surface. In contrast, composites reinforced with BN/SiC-coated fibers exhibited graceful failure with extensive fiber pullout. Values of first matrix cracking stress and strain were 435 +/- 35 MPa and 0.27 +/- 0.01 %, respectively, with ultimate strength as high as 960 MPa. The elastic Young's modulus of the uncoated and BN/SiC-coated fiber-reinforced composites were measured as 184 q 4 GPa and 165 +/- 5 GPa, respectively. Fiber push-through tests and microscopic examination indicated no chemical reaction at the uncoated or coated fiber-matrix interface. The low strength of the uncoated fiber-reinforced composite is probably due to degradation of the fibers from mechanical surface damage during processing. Because both the coated and uncoated fiber reinforced composites exhibited weak interfaces, the beneficial effect of the BN-SiC dual layer is primarily the protection of fibers from mechanical damage during processing.

Bansal, Narottam P.

Buckling Behavior of Compression-Loaded Composite Cylindrical Shells with Reinforced Cutouts

Results from a numerical study of the response of thin-wall compression-loaded quasi-isotropic laminated composite cylindrical shells with reinforced and unreinforced square cutouts are presented. The effects of cutout reinforcement orthotropy, size, and thickness on the nonlinear response of the shells are described. A high-fidelity nonlinear analysis procedure has been used to predict the nonlinear response of the shells. The analysis procedure includes a nonlinear static analysis that predicts stable response characteristics of the shells and a nonlinear transient analysis that predicts unstable dynamic buckling response characteristics. The results illustrate how a compression-loaded shell with an unreinforced cutout can exhibit a complex nonlinear response. In particular, a local buckling response occurs in the shell near the cutout and is caused by a complex nonlinear coupling between local shell-wall deformations and in-plane destabilizing compression stresses near the cutout. In general, the addition of reinforcement around a cutout in a compression-loaded shell can retard or eliminate the local buckling response near the cutout and increase the buckling load of the shell, as expected. However, results are presented that show how certain reinforcement configurations can actually cause an unexpected increase in the magnitude of local deformations and stresses in the shell and cause a reduction in the buckling load. Specific cases are presented that suggest that the orthotropy, thickness, and size of a cutout reinforcement in a shell can be tailored to achieve improved response characteristics.

Hilburger, Mark W.

Selective Reinforcement to Enhance the Structural Performance of Metallic Compression Panels

An experimental and analytical investigation of the influence of selective reinforcement on metallic panels with cutouts was conducted. Selective reinforcement was shown to be a weight effective concept for increasing structural performance of panels with cutouts designed to carry loads into the post-buckled regime. For instance, a selectively reinforced aluminum panel under shear load exhibited a 68 percent increase in specific-buckling load as compared to a geometrically comparable unreinforced aluminum panel. In comparison, a quasi-isotropic carbon-fiber-reinforced-polymer composite panel only produced a 45 percent higher specific-buckling load than the same unreinforced aluminum panel. Selective reinforcement offers the potential to tailor structural response through local strengthening and stiffening the structure for a broad range of structural application.

Farley, Gary L.