Defining Impacts to Receptors

The objective of many contaminant transport calculations is to not only compute contaminant concentrations or flux rates at various locations in the environment, but to also compute the impact of these contaminants on specific receptors (e.g., humans, wildlife, flora).

Impacts may be calculated as:

Impacts such as these are typically computed by multiplying the concentrations in an environmental medium to which the receptor A group (usually of people) that could potentially receive impacts from contaminants in the environment. In GoldSim, a Receptor is an element that converts contaminant concentrations in the environment to impacts to a receptor group. is exposed (e.g., water in a well) by a set of impact conversion factors. Impact conversion factors Species- and receptor-specific factors that convert concentrations in environmental media to impacts to receptors. They have dimensions of impact per unit concentration, and are vectors in GoldSim (by species). are species The chemical (or non-chemical, such as bacterial or viral) constituents that are stored and transported through an environmental system in a contaminant transport model. In GoldSim, the Species element defines all of the contaminant species being simulated (and their properties).- and receptor-specific, and have dimensions An output attribute for an element that defines the dimensionality (in terms of Length, Time and other fundamental dimensions) of the output. of impact per unit concentration.

Note: Computing the impact to a receptor always involves carrying out a term-by-term multiplication of a concentration vector A one-dimensional array. and an impact conversion factor vector. You can carry out a term-by-term multiplication of two vectors using the * operator.

Within GoldSim, you could compute an impact by using an Expression element A function element that produces a single output by calculating user-specified mathematical expressions. to carry out a term-by-term multiplication of the species concentration vector for a particular medium in a pathway by a vector of impact conversion factors. For convenience, the Contaminant Transport Module provides a specialized version of an Expression element (a Receptor element) to facilitate this calculation:

The dialog for this element looks like this:

The Impact Type determines the dimensions of the impact which is computed. The equation computing the impact is entered directly below the type. The output of this equation must be a vector by species, with the dimensions being consistent with the specified impact type.

Typically, the impact to a receptor will be a sum of several term-by-term vector multiplications, since the receptor is likely to interact with multiple contaminated media Materials (such as water, sand, clay, air) that constitute (are contained within) transport pathways. GoldSim provides two types of elements for defining media: Fluids and Solids. (e.g., water in a well, soil, dust).