Engineering PapersSearch

SEARCH · Engineering Papers

Results for “Behavior”

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 73 records · Page 4

Effects of Thermomechanical History on the Tensile Behavior of Nitinol Ribbon

Shape memory alloys (SMAs) have enormous potential for a wide variety of applications. A large body of work exists on the characterization of the microstructure and stress-strain behavior of these alloys, Nitinol (NiTi) in particular. However, many attributes of these materials are yet to be fully understood. Previous work at NASA Langley Research Center (LaRC) has included fabrication of hybrid composite specimens with embedded Nitinol actuators and modeling of their thermomechanical behavior. An intensive characterization effort has been undertaken to facilitate fundamental understanding of this alloy and to promote implementation of Nitinol in aerospace applications. Previous work revealed attributes of the Nitinol ribbon that were not easily rationalized with existing data in the literature. In particular, tensile behavior at ambient temperature showed significant dependence on the thermomechanical history prior to testing. The present work is focused on characterizing differences in the microstructure of Nitinol ribbons exposed to four different thermomechanical histories and correlation of the microstructure with tensile properties. Differential scanning calorimetry (DSC) and x-ray diffraction (XRD) analysis were employed to rationalize the microstructures present after exposure to various thermomechanical histories. Three of the Nitinol ribbon conditions were reversible upon heating (in the DSC) through the reverse transformation temperature (A(sub f) to transform the microstructure to austenite. However, the prior thermomechanical conditioning for the Nitinol ribbon that reflected the entire fabrication procedure (4% thermal cycle condition) was found to have an irreversible effect on the microstructure, as it remained unchanged after repeated complete thermal cycles. Tensile tests were conducted to determine the effect of prior thermomechancal conditioning on both the tensile behavior of the Nitinol ribbons and the stress state of the microstructure. The stress-strain behavior of the Nitinol actuators appears to be governed by the interplay between two major variables: namely, microstructural constituents such as the R-phase and the martensite; and the stress state of these constituents (whether twinned with low residual stresses, or detwinned with high residual stresses). The most significant difference in the stress-strain behavior of the four conditions, the critical stress required to achieve an initial stress plateau, was found to depend on both the amount and stress state (twinned or detwinned) of R-phase present in the initial microstructure. Thus, the effect of prior thermomechanical processing is critical to the resulting tensile behavior of the Nitinol actuator. For numerical modeling inputs one must take into account the entire fabrication process on the Nitinol actuator.

Lach, Cynthia L.

BGen: A UML Behavior Network Generator Tool

BGen software was designed for autogeneration of code based on a graphical representation of a behavior network used for controlling automatic vehicles. A common format used for describing a behavior network, such as that used in the JPL-developed behavior-based control system, CARACaS ["Control Architecture for Robotic Agent Command and Sensing" (NPO-43635), NASA Tech Briefs, Vol. 32, No. 10 (October 2008), page 40] includes a graph with sensory inputs flowing through the behaviors in order to generate the signals for the actuators that drive and steer the vehicle. A computer program to translate Unified Modeling Language (UML) Freeform Implementation Diagrams into a legacy C implementation of Behavior Network has been developed in order to simplify the development of C-code for behavior-based control systems. UML is a popular standard developed by the Object Management Group (OMG) to model software architectures graphically. The C implementation of a Behavior Network is functioning as a decision tree.

Huntsberger, Terry

A Miniaturized Video System for Monitoring Drosophila Behavior

Long-term spaceflight may induce a variety of harmful effects in astronauts, resulting in altered motor and cognitive behavior. The stresses experienced by humans in space - most significantly weightlessness (microgravity) and cosmic radiation - are difficult to accurately simulate on Earth. In fact, prolonged and concomitant exposure to microgravity and cosmic radiation can only be studied in space. Behavioral studies in space have focused on model organisms, including Drosophila melanogaster. Drosophila is often used due to its short life span and generational cycle, small size, and ease of maintenance. Additionally, the well-characterized genetics of Drosophila behavior on Earth can be applied to the analysis of results from spaceflights, provided that the behavior in space is accurately recorded. In 2001, the BioExplorer project introduced a low-cost option for researchers: the small satellite. While this approach enabled multiple inexpensive launches of biological experiments, it also imposed stringent restrictions on the monitoring systems in terms of size, mass, data bandwidth, and power consumption. Suggested parameters for size are on the order of 100 mm3 and 1 kg mass for the entire payload. For Drosophila behavioral studies, these engineering requirements are not met by commercially available systems. One system that does meet many requirements for behavioral studies in space is the actimeter. Actimeters use infrared light gates to track the number of times a fly crosses a boundary within a small container (3x3x40 mm). Unfortunately, the apparatus needed to monitor several flies at once would be larger than the capacity of the small satellite. A system is presented, which expands on the actimeter approach to achieve a highly compact, low-power, ultra-low bandwidth solution for simultaneous monitoring of the behavior of multiple flies in space. This also provides a simple, inexpensive alternative to the current systems for monitoring Drosophila populations in terrestrial experiments, and could be especially useful in field experiments in remote locations. Two practical limitations of the system should be noted: first, only walking flies can be observed - not flying - and second, although it enables population studies, tracking individual flies within the population is not currently possible. The system used video recording and an analog circuit to extract the average light changes as a function of time. Flies were held in a 5-cm diameter Petri dish and illuminated from below by a uniform light source. A miniature, monochrome CMOS (complementary metal-oxide semiconductor) video camera imaged the flies. This camera had automatic gain control, and this did not affect system performance. The camera was positioned 5-7 cm above the Petri dish such that the imaging area was 2.25 sq cm. With this basic setup, still images and continuous video of 15 flies at one time were obtained. To reduce the required data bandwidth by several orders of magnitude, a band-pass filter (0.3-10 Hz) circuit compressed the video signal and extracted changes in image luminance over time. The raw activity signal output of this circuit was recorded on a computer and digitally processed to extract the fly movement "events" from the waveform. These events corresponded to flies entering and leaving the image and were used for extracting activity parameters such as inter-event duration. The efficacy of the system in quantifying locomotor activity was evaluated by varying environmental temperature, then measuring the activity level of the flies.

Bhattacharya, Sharmila

A Change Impact Analysis to Characterize Evolving Program Behaviors

Change impact analysis techniques estimate the potential effects of changes made to software. Directed Incremental Symbolic Execution (DiSE) is an intraprocedural technique for characterizing the impact of software changes on program behaviors. DiSE first estimates the impact of the changes on the source code using program slicing techniques, and then uses the impact sets to guide symbolic execution to generate path conditions that characterize impacted program behaviors. DiSE, however, cannot reason about the flow of impact between methods and will fail to generate path conditions for certain impacted program behaviors. In this work, we present iDiSE, an extension to DiSE that performs an interprocedural analysis. iDiSE combines static and dynamic calling context information to efficiently generate impacted program behaviors across calling contexts. Information about impacted program behaviors is useful for testing, verification, and debugging of evolving programs. We present a case-study of our implementation of the iDiSE algorithm to demonstrate its efficiency at computing impacted program behaviors. Traditional notions of coverage are insufficient for characterizing the testing efforts used to validate evolving program behaviors because they do not take into account the impact of changes to the code. In this work we present novel definitions of impacted coverage metrics that are useful for evaluating the testing effort required to test evolving programs. We then describe how the notions of impacted coverage can be used to configure techniques such as DiSE and iDiSE in order to support regression testing related tasks. We also discuss how DiSE and iDiSE can be configured for debugging finding the root cause of errors introduced by changes made to the code. In our empirical evaluation we demonstrate that the configurations of DiSE and iDiSE can be used to support various software maintenance tasks

Rungta, Neha Shyam

Portraying the Contribution of Individual Behaviors to Team Cohesion and Performance

Behaviors of individuals in teams both contribute to and are molded by team dynamics. How they do so has been the subject of much research. A method of portraying individuals' behaviors in teams, the Team Diagramming Method (TDM) is presented. Behaviors are rated by other team members on three important dimensions: positivity/negativity, dominant/submissive, and task-orientedness/expressiveness. A study of 5-person teams engaging in a 3-day moon simulation task demonstrated that measures of these perceived behaviors as well as the variances of these behaviors correlated with cohesion measures and performance. The method shows strengths and weaknesses of particular teams and, by comparison with high-performing teams, suggests interventions based on individual as well as team behaviors. The primary goal of this study was to determine the extent to which these team level variables, derived from all team members' rated behaviors, were associated with previous methods of measuring cohesion and with performance. A secondary goal was to determine the stability of TDM measures over time by comparing team level variables based on ratings early and later in the team s work together.

Parke, Bonny

Overview of NASA Behavioral Health and Performance Standard Measures

NASA’s Human Research Program (HRP) is developing a set of “Standard Measures” for use in spaceflight and spaceflight analog environments to monitor the risks of long-duration missions on human health and performance, including behavioral health, individual and team performance, and social processes. Based on measures selected, developed, and tested under the NASA-funded Behavioral Core Measures project (PI: D.F. Dinges) as well as other projects from NASA’s Human Factors & Behavioral Performance research portfolio, NASA’s Behavioral Health & Performance (BHP) Laboratory is further evaluating the operational feasibility, acceptability, and validity of a multidisciplinary suite of objective, subjective, behavioral, and biological measures for monitoring monitor behavioral health, individual and team performance, and social processes over time. The inaugural generation of the NASA Behavioral Health & Performance (BHP) Standard Measures includes a neurocognitive test battery, actigraphy, physical proximity sensors, cardiovascular monitors, and subjective self-reports of mood, depression, and various team and social processes and performance outcomes.

Roma, P. G.

An Automated Behavioral Analysis of Drosophila Melanogaster

Behavioral characteristics of D.melanogaster are strongly influenced by intrinsic and extrinsic factors, allowing scientists to assess how changes in physiology or environment manifest into behavior. Conversely, assessing changes in behavior of specimens provides valuable information about how the physiology of that organism responds to external changes. In this project, we developed a computer program to automate behavioral analyses of larvae and adult D. melanogaster aboard the International Space Station using on-board video recordings. Utilizing freely available libraries for Python, we set parameters to compute the number of animals, amount of locomotion as distance or movement, and the change in the perimeter of the larvae's outer shape to quantify behaviors such as curling or peristaltic full body wall contractions. Results show that our program is an efficient tool for analysis of larvae and adult locomotive behavior, thus providing scientists with a low-cost, efficient, and reliable method of quantifying behavioral data.

Zavaleta, Jhony

Real-fluid behavior in rapid compression machines: Does it matter?

Rapid compression machines (RCMs) have been extensively used to quantify fuel autoignition chemistry and validate chemical kinetic models at high-pressure conditions. Historically, the analyses of experimental and modeling RCM autoignition data have been conducted based on the adiabatic core hypothesis with ideal gas assumption, where real-fluid behavior has been completely overlooked, though this might be significant at common RCM test conditions. Here, this work presents a first-of-its-kind study that addresses two significant but overlooked questions for autoignition studies within RCMs in the fundamental combustion community: (i) experiment-wise, can unaccounted-for real-fluid behavior in RCMs affect the interpretation and analysis of RCM experimental data? and (ii) simulation-wise, can unaccounted-for real-fluid behavior in RCMs affect RCM autoignition modeling and the validation of chemical kinetic models? To this end, theories for real-fluid isentropic change are newly proposed and derived based on high-order Virial EoS, and are further incorporated into an effective-volume real-fluid autoignition modeling framework newly developed for RCMs. With detailed analyses, the strong real-fluid behavior in representative RCM tests is confirmed, which can greatly influence the interpretation of RCM autoignition experiments, particularly the determination of end-of-compression temperature and evolution of the adiabatic core in the reaction chamber. Furthermore, real-fluid RCM modeling results reveal that considerable error can be introduced into simulating RCM autoignition experiments when following the community-wide accepted effective-volume approach by assuming ideal-gas behavior, which can be as high as 64% in the simulated ignition delay time at compressed pressure of 125 bar and lead to contradictory validation results of chemical kinetic models. Therefore, we recommend the community to adopt frameworks with real-fluid behavior fully accounted for (e.g., the one developed in this study) to analyze and simulate past and future RCM experiments, so as to avoid misinterpretation of RCM autoignition experiments and eliminate the potential errors that can be introduced into the simulation results with the existing RCM modeling frameworks.

High-order Virial equation of state

Assessing the behavioral realism of energy system models in light of the consumer adoption literature

Effective policymaking to achieve net zero greenhouse gas emissions demands an understanding of the complex drivers of, and barriers to, consumer adoption behavior via behaviorally realistic energy system models. Existing models tend to oversimplify by focusing on homogenized financial factors while neglecting consumer heterogeneity and non-monetary influences. This study develops and applies a comprehensive framework for evaluating the behavioral realism of consumer adoption models, informed by the adoption literature. It introduces a typology for factors influencing low-carbon technology adoption decisions: monetary and non-monetary factors relating to household characteristics, psychology, technological attributes, and contextual conditions. Next, reviews of the consumer adoption and decision-making literature identify the most influential adoption factor categories for distributed solar photovoltaics, electric vehicles, and air-source heat pumps. Finally, the extent to which a selection of energy system models accounts for these adoption factors is assessed. Existing models predominantly emphasize the economic aspects of technology, which are generally identified as the most important factors. Where the models fall short — in considering moderately important factor categories — sector-specific and agent-based models can offer more behaviorally realistic insights. This study sheds light on which types of factors are most important for consumer adoption decisions and investigates how well current models rise to the challenge of behavioral realism. The end-to-end analysis presented enables internally consistent comparisons across models and energy technologies. This research advances timely conversations on consumer adoption. It could inform more behaviorally realistic energy system modeling, and thereby more effective decarbonization policymaking.

29 ENERGY PLANNING, POLICY, AND ECONOMY

Advanced co-simulation framework for assessing the interplay between occupant behaviors and demand flexibility in commercial buildings

With buildings contributing significantly to electricity usage, enabling demand flexibility becomes a challenge, especially when accounting for occupant comfort. This study introduces an innovative co-simulation framework integrating multiple models: heating, ventilation, and air conditioning (HVAC) system, building zone load, indoor airflow, supervisory control, and occupant comfort and behavior. Uniquely, this framework allows for a comprehensive and dynamic analysis of building systems and occupant interactions in demand response events. Using this framework, we conducted a case study using a typical small office building model. Specifically, we focused on three areas: (1) the impact of indoor airflow modeling on energy use, occupant comfort, and behaviors forecasting, (2) the impact of occupant behaviors on demand flexibility, and (3) occupant comfort and behaviors under demand response events. Key performance indicators such as energy use, flexibility factor, durations of occupant discomfort and occupant behaviors were analyzed. Our findings indicated variations in energy usage and occupant comfort within demand flexibility events, marked by uncertainty boundaries, with variability in demand shedding up to 57.9%. Here, we concluded that this framework is suitable for analyzing typical commercial buildings and their HVAC systems in terms of demand flexibility potential under the impact of occupant behaviors.

32 ENERGY CONSERVATION, CONSUMPTION, AND UTILIZATI

Effects of exposure to different types of radiation on behaviors mediated by peripheral or central systems

The effects of exposure to ionizing radiation on behavior may result from effects on peripheral or on central systems. For behavioral endpoints that are mediated by peripheral systems (e.g., radiation-induced conditioned taste aversion or vomiting), the behavioral effects of exposure to heavy particles (56Fe, 600 MeV/n) are qualitatively similar to the effects of exposure to gamma radiation (60Co) and to fission spectrum neutrons. For these endpoints, the only differences between the different types of radiation are in terms of relative behavioral effectiveness. For behavioral endpoints that are mediated by central systems (e.g., amphetamine-induced taste aversion learning), the effects of exposure to 56Fe particles are not seen following exposure to lower LET gamma rays or fission spectrum neutrons. These results indicate that the effects of exposure to heavy particles on behavioral endpoints cannot necessarily be extrapolated from studies using gamma rays, but require the use of heavy particles.

NASA Discipline Radiation Health

State-Based Behavior Modeling of the Integrated SLS-MPCV System

In NASA's effort to foster a human spaceflight capability beyond Earth's orbit, two space systems are being developed - the Space Launch System (SLS) and the Multi-Purpose Crew Vehicle (MPCV). As of this time, the interactions between the two systems during launch are not fully detailed. To remedy this situation, a Systems Engineering approach utilizing models was developed to investigate the behavior of the integrated SLS-MPCV stack during ascent and abort situations. Specifically, this innovative approach combines aspects of Model-Based Systems Engineering (MBSE) and state analysis to simultaneously model the physical, functional, and behavioral aspects of systems. This approach focuses solely on the interactions between the systems, leaving much of the internal workings of either system at a logical level (i.e., black box). By utilizing this newly defined approach, a behavior model for the integrated SLS-MPCV stack was developed, emphasizing only the subset of interactions between the systems that impact behavior. Finally, analysis is performed within the model to investigate requirements gaps and examine the execution times of key behaviors related to various ascent phases and abort scenarios. The work described in this paper is merely a portion of the outlined effort being undertaken for this project; only a segment of the SLS-MPCV system behavior will be described.

Space Launch System (SLS)

Round and Round and Round We Go: Behavior of Adult Female Mice on the ISS

The NASA Decadal Survey (2011) emphasized the importance of long duration rodent experiments on the International Space Station (ISS). To accomplish this objective, flight hardware and science capabilities supporting mouse studies in space were developed at Ames Research Center. Here we present a video-based behavioral analysis of ten C57BL6 female adult mice exposed to a total of 37 days in space compared with identically housed Ground Controls. Flight and Control mice exhibited the same range of behaviors, including feeding, drinking, exploratory behavior, grooming, and social interactions. Mice propelled themselves freely and actively throughout the Habitat using their forelimbs to push off or by floating from one cage area to another. Overall activity was greater in Flt as compared to GC mice. Spontaneous, organized circling or race-tracking behavior emerged within the first few days of flight and encompassed the primary dark cycle activity for the remainder of the experiment. I will summarize qualitative observations and quantitative comparisons of mice in microgravity and 1g conditions. Behavioral phenotyping revealed important insights into the overall health and adaptation of mice to the space environment, and identified unique behaviors that can guide future habitat development and research on rodents in space.

behavior

Merging Concurrent Behaviors on a Redundant Manipulator

Task Space control of manipulators is extended both in the number of simultaneous behaviors and in the dimension of task space. An application is decomposed into multiple simultaneous behaviors whose resultant behavior will provide the motion necessary to execute the task. Each behavior generates commands in its own coordinate system. These simultaneous commands are merged in a motion space using impedance control to complete a resultant command to the manipulator. The task space of each behavior can have the dimensionality of the mechanism being controlled. Control of a seven degree of freedom manipulator is described here so the available task space for each behavior has dimensionality seven.

robotics

Microstructural heterogeneities in additively manufactured refractory alloy C103 and their implications for room and elevated temperature mechanical behavior

Considering the vast component design space enabled by fusion-based additive manufacturing (F-BAM) processes, e.g., directed energy deposition (DED), the scale-up manufacturing of Nb-alloys with F-BAM is advantageous for structural applications. However, varying thermokinetic parameters-induced microstructural heterogeneities are prevalent within the F-BAM processed alloys. Such microstructural heterogeneities can have significant implications for the room and elevated temperature mechanical behavior. While a few studies investigating F-BAM processed alloy C103 are available, none of these studies investigate the microstructural heterogeneities – including those associated with solidification growth modes and second phase particles – and the effect thereof on the mechanical behavior. To this end, we investigate the microstructurally heterogeneous regions with varying solidification growth morphologies, segregation behavior, and second phase particle attributes within the laser-DED processed alloy C103. The implications of such heterogeneous regions for room- and elevated-temperature tensile behavior and damage mechanisms are revealed. Particularly, the interface between the cellular and planar region is identified as susceptible to deformation localization. The implications of hot isostatic pressing (HIP) for the consolidation behavior, microstructural evolution, and resulting mechanical behavior are also discussed. Although the recrystallization and grain growth led to a reduced yield strength in the HIPed condition, the homogenization of microstructure alleviated the deformation localization sites, such as the planar/cellular interface within the melt pool. The homogenized microstructure alongside the enhanced consolidation upon HIP led to an enhanced elongation to failure. Findings establish microstructural design considerations in F-BAM processed Nb alloys and also facilitate design of post-processing heat treatments for achieving improved mechanical properties.

36 MATERIALS SCIENCE

Poster Abstract: Leveraging Large Language Models to Reveal Interpretable Cooling Behaviors from Smart Thermostat Data

Frequent heatwaves and hot summers increasingly challenge occupant comfort, health, and energy grid stability. Addressing these challenges requires a detailed understanding of household cooling behaviors, such as thermostat adjustments and adaptive responses to extreme conditions. Traditional analyses often rely on aggregated numerical metrics that overlook subtle but important household-specific variations. In this study, we introduce a generalizable methodology that integrates large language models (LLMs) with vision capabilities to enable scalable and detailed analysis of residential thermostat data. Using Ecobee's Donate Your Data (DYD) dataset—which provides five-minute records of indoor temperatures, thermostat setpoints, and HVAC runtimes—we focus on two U.S. cities with contrasting summer climates : Austin (TX) and Phoenix (AZ). Because raw time-series data are not well suited for direct LLM analysis, we transform them into visual representations, such as daily indoor temperature trajectories and weekly runtime histograms, to better capture behavioral variations. Leveraging LLMs' visual interpretation, we extract descriptive behavioral features, including temperature preferences, time-of-day cooling orientation, anticipatory versus reactive heatwave responses, and behavioral consistency. These semantic features support unsupervised clustering to identify distinct occupant archetypes at scale, revealing differences—such as morning-centric anticipatory coolers versus households that shift toward warmer setpoints during heatwaves—that can inform demand response, resilience planning, and health-aware interventions. By converting raw numerical data into interpretable behavioral patterns, this methodology enables scalable and practical analysis of occupant behavior, supporting actionable insights for comfort, resilience, and energy management.

Nihar, Kopal

The relationship between stress, anxiety and eating behavior among Chinese students: a cross-sectional study

Background The expansion of higher education and the growing number of college students have led to increased awareness of mental health issues such as stress, anxiety, and eating disorders. In China, the educational system and cultural expectations contribute to the stress experienced by college students. This study aims to clarify the role of anxiety as a mediator in the relationship between stress and eating behaviors among Chinese college students. Methods This study utilized data from the 2021 Psychology and Behavior Investigation of Chinese Residents, which included 1,672 college students under the age of 25. The analysis methods comprised descriptive statistics, t -tests, Pearson correlation analyses, and mediation effect analysis. Results The findings indicate that Chinese college students experience high levels of stress, with long-term stress slightly exceeding short-term stress. Both types of stress were positively correlated with increased anxiety and the adoption of unhealthy eating behaviors. Anxiety was identified as a significant mediator, accounting for 28.3% of the relationship between long-term stress and eating behavior (95% CI = 0.058–0.183). The mediation effect of short-term stress on eating behavior through anxiety was also significant, explaining 61.4% of the total effect (95% CI = 0.185–0.327). Conclusion The study underscores the importance of stress management and mental health services for college students. It recommends a comprehensive approach to reducing external pressures, managing anxiety, and promoting healthy eating behaviors among college students. Suggestions include expanding employment opportunities, providing career guidance, enhancing campus and societal support for holistic development, strengthening mental health services, leveraging artificial intelligence technologies, educating on healthy lifestyles, and implementing targeted health promotion programs.

Chai, Yulin

Orientation-Dependent Nanomechanical Behavior of Pentaerythritol Tetranitrate as Probed by Multiple Nanoindentation Tip Geometries

Nanoindentation can be leveraged to aid in the high fidelity modeling of dislocation mediated plasticity in pentaerythritol tetranitrate (PETN), an anisotropic energetic molecular crystal. Moreover, nanoindentation tip parameters such as tip geometry, size, and degree of acuity can be utilized to target anisotropic behavior. In this work, nanoindentation was conducted across a range of orientations on the (110) face of PETN to characterize resultant yield behavior, mechanical property measurements, and resultant slip behavior and fracture initiation. Three different indentation tips were utilized: a 3-sided pyramidal Berkovich tip, a 4-sided high aspect ratio Knoop tip, and a 90° conical tip. Ultimately, indenter tip radius was documented to impact yield behavior, whereas tip geometry affected larger scale processes such as slip, and tip acuity was the dominating factor that led to fracture. The axisymmetric conical tip, serving as a baseline, showed the least amount of variation in mechanical property measurements but also the largest distribution of maximum shear stress at which initial yielding occurred. Its high degree of acuity, however, was more prone to induce fracture at higher loads. The Knoop tip was shown to be suitable for average measurements, but also for elucidation of certain anisotropic features. A distinctly higher perceived hardness at 45° was measured with the Knoop tip, indicating less dislocation motion in that direction also observed in this work via scanning probe microscopy. Lastly, the commonly used Berkovich tip was a good compromise whereby it provided a representative volume element describing the average behavior of the material. These results can be utilized to target desired anisotropic behavior in a wider range of molecular crystals, as well as to inform theoretical considerations for dislocation mediated plasticity in PETN.

36 MATERIALS SCIENCE