Engineering Papers⌕ Search

SEARCH · Engineering Papers

Results for “Performance Optimized Space Networks”

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.

56 records · Page 4

Parametric optimization of PCM-enhanced underground thermal energy storage for buildings in moderate cold climates

This study presents a novel underground thermal energy storage (UTES) system designed for space heating in buildings located in moderate cold climates. The proposed UTES features a borehole with a depth of 25 ft. (7.62 m) and a diameter of 3 ft. (0.91 m), containing two helical pipe loops-one for discharge fluid and another for recharge fluid-and a thermally enhanced phase change material (PCM) layer that provides high energy storage capacity. The system requires daily thermal recharging using a low-grade heat source for a few hours and delivers continuous heating at a nearly constant discharge rate without significant performance degradation over a 24-h period. This study demonstrates that the optimized UTES, when recharged with hot fluid at an inlet temperature of 40 degrees C for 6 h daily, can provide a continuous heat discharge rate of approximately 2.9 kW for 24 h or 3.4 kW if operated under a shorter discharge period of 15 h (17:00-08:00). With a round-trip efficiency of 72-97%, the proposed UTES offers an efficient and reliable solution for short- and long-duration thermal energy storage technology, making it a promising technology for cold climates.

15 GEOTHERMAL ENERGY↗

Reimagining Disassembly Interfaces With Visualization: Combining Instruction Tracing and Control Flow With DisViz

In applications where efficiency is critical, developers may examine their compiled binaries, seeking to understand how the compiler transformed their source code and what performance implications that transformation may have. This analysis is challenging due to the vast number of disassembled binary instructions and the many-to-many mappings between them and the source code. These problems are exacerbated as source code size increases, giving the compiler more freedom to map and disperse binary instructions across the disassembly space. Interfaces for disassembly typically display instructions as an unstructured listing or sacrifice the order of execution. Here, we design a new visual interface for disassembly code that combines execution order with control flow structure, enabling analysts to both trace through code and identify familiar aspects of the computation. Central to our approach is a novel layout of instructions grouped into basic blocks that displays a looping structure in an intuitive way. We add to this disassembly representation a unique block-based mini-map that leverages our layout and shows context across thousands of disassembly instructions. Finally, we embed our disassembly visualization in a web-based tool, DisViz, which adds dynamic linking with source code across the entire application. DizViz was developed in collaboration with program analysis experts following design study methodology and was validated through evaluation sessions with ten participants from four institutions. Participants successfully completed the evaluation tasks, hypothesized about compiler optimizations, and noted the utility of our new disassembly view. Our evaluation suggests that our new integrated view helps application developers in understanding and navigating disassembly code.

Computer science↗