chem.fug: chem.fug

Description Usage Arguments Details Value Author(s) See Also

View source: R/Fugacity.R

Description

Creates distributions of chemical specific parameters for each chemical of interest, in order to reflect real-world variability and uncertainty. These distributions are then sampled to create chemical specific parameters associated with the exposure of each simulated person.

Usage

1
chem.fug(n.per, cprops, x)

Arguments

n.per

The total number of simulated persons in this model run specified in the Run file.

cprops

The chemical properties required for SHEDS-HT (output of chem.props function). The default data was prepared from publicly available databases using a custom program (not part of SHEDS-HT). The default file contains about 17 numerical inputs per chemical, but most are not used. The required properties are molecular weight (MW), vapor pressure (VP.Pa), solubility (water.sol.mg.l), octanol-water partition coefficient (log.Kow), air decay rate (half.air.hr), decay rate on surfaces (half.sediment.hr), and permeability coefficient (Kp).

x

From the output of the read.fug.inputs function.

Details

This function obtains chemical-specific properties from the chem.data data set.That data set contains point value for each variable, which this function defines distributions around, with the exception of molecular weight. The constructed distributions reflect both uncertainty and variability (for example, vapor pressure will vary with temperature, humidity, and air pressure or altitude, and may depend on the product formulation). For each variable, a random sample is generated for each simulated person, and the set of variables becomes the output data set. Input surface loading variables are in units of ug/cm2 or ug/cm2/day and are converted by the function to meters, to avoid the need for conversion factors in later equations. These conversions are done after the random sampling, as otherwise the correct conversions depend on the distributional form (for example, par2 is changed for the normal, but not for the lognormal).

Value

samples A data set with the chemical specific parameters for each combination of chemical and simulated person. For each chemical, the chemical specific parameters assigned to a given person are randomly sampled from distributions on those parameters. These distributions are created from point estimates to reflect real-world uncertainty and variability.

Author(s)

Kristin Isaacs, Graham Glen

See Also

Fugacity, Run, run, Chem_props, get.fug.concs


HumanExposure/SHEDSDevel documentation built on Oct. 30, 2019, 6:49 p.m.