Search NASASearch

SEARCH · Search NASA

Results for “completeness”

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

Complete time-resolved X-ray shape capability for a 10 MJ implosion: Milestone Report for MRT 8818

This report documents completion of MRT 8818, which established an upgraded equatorial time-resolved X-ray imaging capability for high-yield inertial confinement fusion experiments at the National Ignition Facility (NIF) using the equatorial Dilation X-ray Imager (DIXI). The need for this work arose from the sustained increase in fusion yield at NIF, which progressively intensified the neutron and gamma-ray environment experienced by target diagnostics. Although the existing polar imaging capability, particularly the Polar Dilation X-ray Imager (PDIXI), remained viable at high yields, the equatorial capability became inadequate because of radiation-induced failure of electronic readout hardware and increasing background levels that degraded image quality and ultimately caused saturation. The work performed under MRT 8818 addressed this limitation through a combination of hardware replacement, background characterization, and targeted mitigation. The DIXI backend was converted from CCD-based electronic readout to photographic film, and the principal sources of internally generated background were investigated using prior analyses, dedicated tests, and comparison with PDIXI performance on high-yield shots. This effort led to implementation of two principal improvements: a multilayer optical coating to suppress broadband radiation-induced background generated in the fiber-optic extension cylinder, and replacement of Kodak TMAX 400 film with Agfa Copex Rapid to reduce background generated directly in the film. These upgrades were completed in 2025 and performance assessment based on DT shot data since then, comparing with Polar DIXI and scaling of these experiments to 10 MJ indicates an expected signal-to-background ratio of approximately 34 for a single pinhole image, substantially exceeding the MRT 8818 completion criterion of SNR > 5.

70 PLASMA PHYSICS AND FUSION TECHNOLOGY

Tables of Aerodynamic Coefficients Obtained from Developed Newtonian Expressions for Complete and Partial Conic and Spheric Bodies at Combined Angles of Attack and Sideslip with Some Comparisons with Hypersonic Experimental Data

Closed-form expressions and tables composed from these expressions are presented for complete and partial conic and spheric bodies at combined angles of attack and sideslip in Newtonian flow. Aerodynamic coefficients of these bodies are tabulated for various body segments over a range of angles of attack from 1 deg to 85 deg and angles of sideslip from 0 deg to 15 deg. Some comparisons between Newtonian predictions and hypersonic experimental aerodynamic characteristics were made for conic bodies hawing various surface slopes, nose bluntnesses, and body cross sections to indicate the range of validity of the theory. In general, the theory is shown to agree quite well with experimental results for sharp-nose complete cones and for configurations hawing large blunted noses and steep surface slopes. However, agreement between theory and experiment generally is poor for the more slender, slightly blunted complete or half conic bodies and also for sharp-nose half conic bodies where real-flow phenomena such as forebody interference, viscous forces, leeward surface contributions, or leading-edge pressure reductions may have significant effect. The agreement between theory and experiment for the bodies considered can be improved by using the stagnation pressure coefficient behind a normal shock rather than 2 as the Newtonian coefficient, although for the sharp-nose half conic bodies there i s no theoretical justification for this modification.

Armstrong, William O.

Completely modular thermionic reactor ion propulsion system /trips/.

Description of a nuclear reactor powered ion propulsion system which is an advanced completely modularized system lending itself to development of prototype and/or flight type components without the need for complete system tests until late in the development program. This modularity is achieved in all of the subsystems and components of the electric propulsion system, including the thermionic fuel elements, the heat rejection subsystem (head pipes), the power conditioning modules, and the ion thrusters. The use of heat pipes for cooling the collectors and as a means of heat transport to the radiator allows early prototype or flight configuration testing of a small module of the heat rejection subsystem as opposed to full scale liquid metal pumps and radiators in a large vacuum chamber. The power conditioner (p/c) is arranged in modules with passive cooling which allows complete prototype testing. The ion engines are typically matched with one or more p/c modules and are the same size for any power level propulsion system of interest.

Peelgren, M. L.

On the simultaneous analysis of several complete samples - The V/Vmax and Ve/Va variables, with applications to quasars

Methods are derived for applying the V/Vmax variable when several complete samples are analyzed simultaneously. A new, related, variable, V(e)/V(a), which is superior to V/Vmax when sufficient observational data are available, is introduced. It is shown how statistically independent complete samples can be generated from partially overlapping samples such that each observed object appears only once in the analysis. These methods make it possible to combine the information from different complete samples, and to make an efficient use of all available data. Illustrative examples for quasars are given. It is shown how the generalized V/Vmax and V(e)/V(a) can be used to find the amount of cosmological evolution of quasars and its associated range of uncertainty.

Avni, Y.

An example of a harmonizable process whose spectral domain is not complete

The question of completeness of the spectral domain of harmonizable processes has been open for some years. An example is given of a harmonizable process whose spectral domain is not complete. This shows that a recent result which claims the completeness of all such spectral domains is false.

Miamee, A. G.

Complete exchange on the iPSC-860

The implementation of complete exchange on the circuit switched Intel iPSC-860 hypercube is described. This pattern, also known as all-to-all personalized communication, is the densest requirement that can be imposed on a network. On the iPSC-860, care needs to be taken to avoid edge contention, which can have a disastrous impact on communication time. There are basically two classes of algorithms that achieve contention-free complete exchange. The first contains the classical standard exchange algorithm that is generally useful for small message sizes. The second includes a number of optimal or near-optimal algorithms that are best for large messages. Measurement of communication overhead on the iPSC-860 are given and a notation for analyzing communication link usage is developed. It is shown that for the two classes of algorithms, there is substantial variation in performance with synchronization technique and choice of message protocol. Timings of six implementations are given; each of these is useful over a particular range of message size and cube dimension. Since the complete exchange is a superset of communication patterns, these timings represent upper bounds on the time required by an arbitrary communication requirement. These results indicate that the programmer needs to evaluate several possibilities before finalizing an implementation - a careful choice can lead to very significant savings in time.

Bokhari, Shahid H.

Multiphase complete exchange on a circuit switched hypercube

On a distributed memory parallel computer, the complete exchange (all-to-all personalized) communication pattern requires each of n processors to send a different block of data to each of the remaining n - 1 processors. This pattern is at the heart of many important algorithms, most notably the matrix transpose. For a circuit switched hypercube of dimension d(n = 2(sup d)), two algorithms for achieving complete exchange are known. These are (1) the Standard Exchange approach that employs d transmissions of size 2(sup d-1) blocks each and is useful for small block sizes, and (2) the Optimal Circuit Switched algorithm that employs 2(sup d) - 1 transmissions of 1 block each and is best for large block sizes. A unified multiphase algorithm is described that includes these two algorithms as special cases. The complete exchange on a hypercube of dimension d and block size m is achieved by carrying out k partial exchange on subcubes of dimension d(sub i) Sigma(sup k)(sub i=1) d(sub i) = d and effective block size m(sub i) = m2(sup d-di). When k = d and all d(sub i) = 1, this corresponds to algorithm (1) above. For the case of k = 1 and d(sub i) = d, this becomes the circuit switched algorithm (2). Changing the subcube dimensions d, varies the effective block size and permits a compromise between the data permutation and block transmission overhead of (1) and the startup overhead of (2). For a hypercube of dimension d, the number of possible combinations of subcubes is p(d), the number of partitions of the integer d. This is an exponential but very slowly growing function and it is feasible over these partitions to discover the best combination for a given message size. The approach was analyzed for, and implemented on, the Intel iPSC-860 circuit switched hypercube. Measurements show good agreement with predictions and demonstrate that the multiphase approach can substantially improve performance for block sizes in the 0 to 160 byte range. This range, which corresponds to 0 to 40 floating point numbers per processor, is commonly encountered in practical numeric applications. The multiphase technique is applicable to all circuit-switched hypercubes that use the common e-cube routing strategy.

Bokhari, Shahid H.

How far we are from the complete knowledge: Complexity of knowledge acquisition in Dempster-Shafer approach

When a knowledge base represents the experts' uncertainty, then it is reasonable to ask how far we are from the complete knowledge, that is, how many more questions do we have to ask (to these experts, to nature by means of experimenting, etc) in order to attain the complete knowledge. Of course, since we do not know what the real world is, we cannot get the precise number of questions from the very beginning: it is quite possible, for example, that we ask the right question first and thus guess the real state of the world after the first question. So we have to estimate this number and use this estimate as a natural measure of completeness for a given knowledge base. We give such estimates for Dempster-Shafer formalism. Namely, we show that this average number of questions can be obtained by solving a simple mathematical optimization problem. In principle this characteristic is not always sufficient to express the fact that sometimes we have more knowledge. For example, it has the same value if we have an event with two possible outcomes and nothing else is known, and if there is an additional knowledge that the probability of every outcome is 0.5. We'll show that from the practical viewpoint this is not a problem, because the difference between the necessary number of questions in both cases is practically negligible.

Chokr, Bassam A.

Completed Beltrami-Michell formulation for analyzing mixed boundary value problems in elasticity

In elasticity, the method of forces, wherein stress parameters are considered as the primary unknowns, is known as the Beltrami-Michell formulation (BMF). The existing BMF can only solve stress boundary value problems; it cannot handle the more prevalent displacement of mixed boundary value problems of elasticity. Therefore, this formulation, which has restricted application, could not become a true alternative to the Navier's displacement method, which can solve all three types of boundary value problems. The restrictions in the BMF have been alleviated by augmenting the classical formulation with a novel set of conditions identified as the boundary compatibility conditions. This new method, which completes the classical force formulation, has been termed the completed Beltrami-Michell formulation (CBMF). The CBMF can solve general elasticity problems with stress, displacement, and mixed boundary conditions in terms of stresses as the primary unknowns. The CBMF is derived from the stationary condition of the variational functional of the integrated force method. In the CBMF, stresses for kinematically stable structures can be obtained without any reference to the displacements either in the field or on the boundary. This paper presents the CBMF and its derivation from the variational functional of the integrated force method. Several examples are presented to demonstrate the applicability of the completed formulation for analyzing mixed boundary value problems under thermomechanical loads. Selected example problems include a cylindrical shell wherein membrane and bending responses are coupled, and a composite circular plate.

Patnaik, Surya N.

A complete public archive for the Einstein IPC

This report documents progress made in the period 24 Sept. 1993 - 23 Sept. 1995 on the project described in our proposal 'A Complete Public Archive for the Einstein IPC' which was approved under the Astrophysics Data Program in 1992. We have completed most of the principal objectives of the original proposal; a NFE was recently approved so that costs for publications in press can be covered and we can complete the public record for the Einstein IPC database.

Helfand, David J.

Detecting Gear Tooth Fatigue Cracks in Advance of Complete Fracture

Results of using vibration-based methods to detect gear tooth fatigue cracks are presented. An experimental test rig was used to fail a number of spur gear specimens through bending fatigue. The gear tooth fatigue crack in each test was initiated through a small notch in the fillet area of a tooth on the gear. The primary purpose of these tests was to verify analytical predictions of fatigue crack propagation direction and rate as a function of gear rim thickness. The vibration signal from a total of three tests was monitored and recorded for gear fault detection research. The damage consisted of complete rim fracture on the two thin rim gears and single tooth fracture on the standard full rim test gear. Vibration-based fault detection methods were applied to the vibration signal both on-line and after the tests were completed. The objectives of this effort were to identify methods capable of detecting the fatigue crack and to determine how far in advance of total failure positive detection was given. Results show that the fault detection methods failed to respond to the fatigue crack prior to complete rim fracture in the thin rim gear tests. In the standard full rim gear test all of the methods responded to the fatigue crack in advance of tooth fracture; however, only three of the methods responded to the fatigue crack in the early stages of crack propagation.

Zakrajsek, James J.

ROSAT Observations of a Complete Nearby Sample of Low Luminosity Radio Galaxies

We are studying the X-ray emission in a sample of nearby radio galaxies. The X-rays probe several important components: (1) the active galactic nuclei; (2) the interstellar medium of the host galaxy; and (3) the intergalactic or intracluster medium through which the jets propagate. The interaction of the radio plasma with the hot ambient gas will allow us to constrain the properties of the environments and the energetics of the radio source propagation. We have made excellent progress reducing the ROSAT new and archival data on our complete sample of nearby radio galaxies. The data reduction has taken longer than originally anticipated because we have identified bubbles of x-ray emission around many of the central galaxies and we have been exploring many different methodologies for assuring the results are robust before we publish and complete our interpretation. We have now begun the final phases of the work, with a draft paper under construction and a planned for submission date of early 2001. This work comprises 1/3 of the thesis work of a graduate student and will be the final phase in the completion of the thesis.

Baum, Stefi

Completeness of the geological record

The completeness of a sedimentary section of known timespan may be assessed qualitatively by comparing its thickness with the average accumulation for that timespan. Average accumulations may be estimated from sediment volume and continental area data. Quantitative completeness estimation methods based on data compiled from the geological literature have been proposed, but we argue that the literature data are significantly biased and cannot support such methods. Interestingly, however, a comparison of the literature data and accumulation averages computed from sediment volume data suggests that the thickest known sections may be extremely complete.

NASA Discipline Exobiology

International Utilization at the Threshold of "Assembly Complete"- Science Returns from the International Space Station

The European Columbus and Japanese Kibo laboratories are now fully operational on the International Space Station (ISS), bringing decades of international planning to fruition. NASA is now completing launch and activation of major research facilities that will be housed in the Destiny U.S. Laboratory, Columbus, and Kibo. These facilities include major physical sciences capabilities for combustion, fluid physics, and materials science, as well as additional multipurpose and supporting infrastructure. Expansion of the laboratory space and expansion to a 6-person crew (planned for May 2009), is already leading to significant increases in research throughput even before assembly is completed. International research on the ISS includes exchanges of results, sharing of facilities, collaboration on experiments, and joint publication and communication of accomplishments. Significant and ongoing increases in research activity on ISS have occurred over the past year. Although research results lag behind on-orbit operations by 2-5 years, the surge of early research activities following Space Shuttle return to flight in 2005 is now producing an accompanying surge in scientific publications. Evidence of scientific productivity from early utilization opportunities combined with the current pace of research activity in orbit are both important parts of the evidence base for evaluating the potential future achievements of a complete and active ISS.

Robinson, Julie A.

Serrating Nozzle Surfaces for Complete Transfer of Droplets

A method of ensuring the complete transfer of liquid droplets from nozzles in microfluidic devices to nearby surfaces involves relatively simple geometric modification of the nozzle surfaces. The method is especially applicable to nozzles in print heads and similar devices required to dispense liquid droplets having precise volumes. Examples of such devices include heads for soft printing of ink on paper and heads for depositing droplets of deoxyribonucleic acid (DNA) or protein solutions on glass plates to form microarrays of spots for analysis. The main purpose served by the present method is to ensure that droplets transferred from a nozzle have consistent volume, as needed to ensure accuracy in microarray analysis or consistent appearance of printed text and images. In soft printing, droplets having consistent volume are generated inside a print head, but in the absence of the present method, the consistency is lost in printing because after each printing action (in which a drop is ejected from a nozzle), a small residual volume of liquid remains attached to the nozzle. By providing for complete transfer of droplets (and thus eliminating residual liquid attached to the nozzle) the method ensures consistency of volume of transferred droplets. An additional benefit of elimination of residue is prevention of cross-contamination among different liquids printed through the same nozzle a major consideration in DNA microarray analysis. The method also accelerates the printing process by minimizing the need to clean a printing head to prevent cross-contamination. Soft printing involves a hydrophobic nozzle surface and a hydrophilic print surface. When the two surfaces are brought into proximity such that a droplet in the nozzle makes contact with the print surface, a substantial portion of the droplet becomes transferred to the print surface. Then as the nozzle and the print surface are pulled apart, the droplet is pulled apart and most of the droplet remains on the print surface. The basic principle of the present method is to reduce the liquid-solid surface energy of the nozzle to a level sufficiently below the intrinsic solid-liquid surface energy of the nozzle material so that the droplet is not pulled apart and, instead, the entire droplet volume becomes transferred to the print surface. In this method, the liquid-solid surface energy is reduced by introducing artificial surface roughness in the form of micromachined serrations on the inner nozzle surface (see figure). The method was tested in experiments on soft printing of DNA solutions and of deionized water through 0.5-mm-diameter nozzles, of which some were not serrated, some were partially serrated, and some were fully serrated. In the nozzles without serrations, transfer was incomplete; that is, residual liquids remained in the nozzles after printing. However, in every nozzle in which at least half the inner surface was serrated, complete transfer of droplets to the print surface was achieved.

Kim, Chang-Jin "CJ"

Successful Completion of the JWST OGSE2 Cryogenic Test at JSC Chamber-A While Managing Numerous Challenges

The James Webb Space Telescope (JWST) Optical Telescope Element (OTE) assembly is the largest optically stable infrared-optimized telescope currently being manufactured and assembled, and scheduled for launch in 2018. The JWST OTE, including the primary mirrors, secondary mirror, and the Aft Optics Subsystems (AOS) are designed to be passively cooled and operate at near 45 degrees Kelvin. Due to the size of its large sunshield in relation to existing test facilities, JWST cannot be optically or thermally tested as a complete observatory-level system at flight temperatures. As a result, the telescope portion along with its instrument complement will be tested as a single unit very late in the program, and on the program schedule critical path. To mitigate schedule risks, a set of 'pathfinder' cryogenic tests will be performed to reduce program risks by demonstrating the optical testing capabilities of the facility, characterizing telescope thermal performance, and allowing project personnel to learn valuable testing lessons off-line. This paper describes the 'pathfinder' cryogenic test program, focusing on the recently completed second test in the series called the Optical Ground Support Equipment 2 (OGSE2) test. The JWST OGSE2 was successfully completed within the allocated project schedule while faced with numerous conflicting thermal requirements during cool-down to the final cryogenic operational temperatures, and during warm-up after the cryo-stable optical tests. The challenges include developing a pre-test cool-down and warm-up profiles without a reliable method to predict the thermal behaviors in a rarified helium environment, and managing the test article hardware safety driven by the project Limits and Constraints (L&C's). Furthermore, OGSE2 test included the time critical Aft Optics Subsystem (AOS), a part of the flight Optical Telescope Element that would need to be placed back in the overall telescope assembly integrations. The OGSE2 test requirements included the strict adherence of the project contamination controls due to the presence of the contamination sensitive flight optical elements. The test operations required close coordination of numerous personnel while they being exposed and trained for the 'final' combined OTE and instrument cryo-test in 2017. This paper will also encompass the OGSE2 thermal data look-back review.

JWST OGSE2 Cryogenic Test

Kepler Planet Detection Metrics: Robovetter Completeness and Effectiveness for Data Release 25

In general, the Kepler pipeline identifies a list of Threshold Crossing Events (TCEs), which are periodic flux decrements meeting certain criteria (Jenkins, 2017). These TCEs are reviewed and those that appear consistent with astrophysically transiting or eclipsing systems are classified as Kepler Objects of Interest (KOIs). Further review is given to KOIs, which are then dispositioned as Planet Candidates (PCs) or False Positive (FPs). FPs are further denoted by four major flags that indicate if the signal is Not Transit-Like (NTL), due to a Stellar Eclipse (SS; previously referred to as Significant Secondary), and/or due to contamination from a source other than the target as evidenced by a Centroid Offset (CO) oran Ephemeris Match (EM) with another object. This entire TCE review process is known as dispositioning or vetting.In the first five Kepler mission planet candidate catalogs (Borucki et al., 2011a,b; Batalha et al., 2013; Burke et al., 2014; Rowe et al., 2015), TCEs were manually examined on an individual basis and dispositioned using various plots and quantitative diagnostic tests (see e.g., Coughlin, 2017). In the sixth catalog, Mullally et al. (2015a) employed partial automation via simple parameter cuts to automatically disposition a large fraction of TCEs as not transit-like. Mullally et al. (2015a) also used an automated technique known as the centroid Robovetter (Mullally, 2017) to automatically identify some FP KOIs due to centroid offsets - a telltale signature of light contamination from another target. The remaining targets were manually dispositioned. In the seventh catalog, Coughlin et al. (2016) automated theentire dispositioning process using what is collectively known simply as the Robovetter.In the eighth and final mission catalog, Thompson et al. (2017) use a revised Robovetter to automate the dispositioning of all TCEs with an emphasis on creating a catalog suitable for accurately determining planet occurrence rates. In order to calculate accurate occurrence rates, the completeness and effectiveness of the Robovetter must be characterized. We define these terms as applied to the Robovetter, following Thompson et al. (2017), as:1. Completeness: The fraction of transiting planets detected by the pipeline that are classified as planet candidates by the Robovetter.2. Effectiveness: The fraction of false positives detected by the pipeline that are classified as false positives by the Robovetter.The remainder of this document describes products that can be used to quantitatively assess Robovetter completeness and effectiveness for an arbitrary set of Kepler stars.

Robovetter

The Zwicky Transient Facility Bright Transient Survey. I. Spectroscopic Classification and the Redshift Completeness of Local Galaxy Catalogs

The Zwicky Transient Facility (ZTF) is performing a three-day cadence survey of the visible northern sky (∼3π) with newly found transient candidates announced via public alerts. The ZTF Bright Transient Survey (BTS) is a large spectroscopic campaign to complement the photometric survey. BTS endeavors to spectroscopically classify all extragalactic transients with m(peak) ≤ 18.5 mag in either the g(ZTF) or r(ZTF) filters, and publicly announce said classifications. BTS discoveries are predominantly supernovae (SNe), making this the largest flux-limited SN survey to date. Here we present a catalog of 761 SNe, classified during the first nine months of ZTF (2018 April 1–2018 December 31). We report BTS SN redshifts from SN template matching and spectroscopic host-galaxy redshifts when available. We analyze the redshift completeness of local galaxy catalogs, the redshift completeness fraction (RCF; the ratio of SN host galaxies with known spectroscopic redshift prior to SN discovery to the total number of SN hosts). Of the 512 host galaxies with SNe Ia, 227 had previously known spectroscopic redshifts, yielding an RCF estimate of 44% ± 4%. The RCF decreases with increasing distance and decreasing galaxy luminosity (for z < 0.05, or ∼200 Mpc, RCF ≈ 0.6). Prospects for dramatically increasing the RCF are limited to new multifiber spectroscopic instruments or wide-field narrowband surveys. Existing galaxy redshift catalogs are only ∼50% complete at r ≈ 16.9 mag. Pushing this limit several magnitudes deeper will pay huge dividends when searching for electromagnetic counterparts to gravitational wave events or sources of ultra-high-energy cosmic rays or neutrinos.

C. Fremling