WISE-CASING: Time Domain Reflectometry Data From Lab Experiment On Steel Pipe
Department of Energy
@usgov.doe_gov_wise_casing_time_domain_reflectometry_from_lab_de0a4874
Department of Energy
@usgov.doe_gov_wise_casing_time_domain_reflectometry_from_lab_de0a4874
The steel pipe experiment conducted in the lab was using 6 meter low-carbon steel pipe. We tested it with both dry and in-water condition. In the dry experimental setup, a coaxial cable acting as a return path in the air.
Organization: Department of Energy
Last updated: 2025-01-11T22:44:35.865482
Tags: assessment, casing, dry, egs, energy, experiment, geophysics, geothermal, innovative-exploration-technologies, integrity, lab, lab-experiment, low-carbon, pipe, piping, sensing, steel, system-analysis, tdr, time-domain-reflectormery, well, wellbore, wet, wise-casing
CREATE TABLE steel_pipe_dry_open_tdr_data (
"time_us" DOUBLE -- Time(us),
"amplitude_mv" DOUBLE -- Amplitude(mV)
);CREATE TABLE steel_pipe_dry_short_tdr_data (
"time_us" DOUBLE -- Time(us),
"amplitude_mv" DOUBLE -- Amplitude(mV)
);CREATE TABLE steel_pipe_wet_open_tdr_data (
"time_us" DOUBLE -- Time(us),
"amplitude_mv" DOUBLE -- Amplitude(mV)
);Anyone who has the link will be able to view this.