sludgeTwoBiogas {biogas}R Documentation

Headspace Pressure, Mass measurements, and Methane and Carbondioxid Content from Batch Bottles

Description

Interval-based measurements of headspace pressure, mass, and methane and carbondioxide content from anaerobic batch bottles, organized in a “longcombo” format.

Usage

data("sludgeTwoBiogas")

Format

A data frame with 224 observations on the following 8 variables:

id

identification code, a unique value for each bottle in the dataset.

time.d

elapsed time of mass and pressure measurements in days, a numeric vector.

pres

bottle headspace pressure at time in mbar (gauge), a numeric vector

mass.init

total reactor mass at the start of its incubation in g, a numeric vector.

mass.final

total reactor mass at the end of its incubation in g, a numeric vector.

xCH4

biogas methane content as a mole fraction, excluding water, a numeric vector

xCO2

biogas carbon dioxide content as a mole fraction, excluding water, a numeric vector

xCH4n

biogas methane content as a mole fraction in dry biogas, normalized so the sum of mole fractions of CH$_4$ and CO$_2$ is unity, a numeric vector.

Details

These data are meant to be example data for cumBg and calcBgMan for respectively, gravimetric and manometric determination of biogas production. BMP test were carried out in 160 mL serum bottles sealed with a butyl rubber septum retained with an aluminum crimp seal at mesophilic conditions (37 degrees C). Substrate was primary wastewater sludge.

Cumulative methane production was measured from the same set of bottles by both manometric and gravimetric methods. BMP was evaluated at 18 days At each sampling event, headspace pressure was measured using a manometer and composition (CH4 and CO2) with a gas chromatograph). All reported pressure measurements are gauge unless stated otherwise. After each sampling event, the headspace of the serum bottles (including blanks) was vented to near atmospheric pressure.

Data in sludgeTwoBiogas and sludgeTwoSetup are from the same batch bottles.

Source

Data were originally collected by Sergi Astals at the University of Queensland and are described in the following paper. Hafner, S.D., Astals, S. 2019.Systematic error in manometric measurement of biochemical methane potential: Sources and solutions. Waste Management 91, 147-155.

Examples

data(sludgeTwoBiogas)

[Package biogas version 1.23.2 Index]