Literature Data On Foam Fracturing Fluid
Department of Energy
@usgov.doe_gov_literature_data_on_foam_fracturing_fluid_2fa97
Department of Energy
@usgov.doe_gov_literature_data_on_foam_fracturing_fluid_2fa97
At the beginning of this project, the Temple team spent significant effort to collect data relevant to foam fracturing. More than 40 articles/reports were found in the open literature that reported the properties of aqueous foams under various testing conditions. The foam properties included viscosity and stability in terms of half-life, while were influenced by the foam quality, shear rate, temperature, pressure, as well as surfactants and additives used in making the foam base solutions. As a result, more than 1100 data points were collected, which are included in a master worksheet named "Literature data on Foam Fracturing Fluid". These data points are organized based on following parameters:
CREATE TABLE literature_data_on_foam_fracturing_fluid (
"study" VARCHAR,
"gas" VARCHAR,
"surfactant" VARCHAR,
"surfactant_concentration" VARCHAR,
"additive" VARCHAR,
"additive_concentration" VARCHAR,
"liquidphase" VARCHAR,
"quality" DOUBLE,
"pressure_psi" DOUBLE -- Pressure (Psi),
"temperature_c" DOUBLE -- Temperature (C),
"shear_rate_sec" DOUBLE -- Shear Rate (/Sec),
"halflife_min" DOUBLE -- Halflife (Min),
"viscosity_cp" DOUBLE -- Viscosity(cP)
);
Anyone who has the link will be able to view this.