6.2 Hazard Assessment, Risk Management, and Environmental Rules
Key Takeaways
- Quantitative risk is defined as Risk = Frequency (Probability) x Severity (Consequence), where risk matrices categorize hazards to prioritize engineering mitigation.
- Fault Tree Analysis (FTA) uses Boolean logic gates top-down: AND gates evaluate joint failure probability (P = prod P_i) while OR gates evaluate system failure from independent initiating events (P = 1 - prod(1 - P_i)).
- System safety evaluation methods include Job Safety Analysis (JSA), Hazard and Operability Studies (HAZOP) using process guide words, and Failure Mode and Effects Analysis (FMEA) calculating Risk Priority Numbers (RPN = Severity x Occurrence x Detection).
- RCRA establishes cradle-to-grave tracking of hazardous waste and classifies wastes as characteristic (Ignitability, Corrosivity, Reactivity, Toxicity via TCLP) or listed, while CERCLA governs Superfund site cleanup and strict/joint/several liability.
- The Clean Air Act enforces National Ambient Air Quality Standards (NAAQS) for 6 criteria pollutants and NESHAP for hazardous air pollutants, while the Clean Water Act regulates point source discharges into navigable waters via NPDES permits.
6.2 Hazard Assessment, Risk Management, and Environmental Rules
Fundamental Engineering Definitions:
- Hazard: An inherent physical, chemical, biological, or operational condition with the potential to cause harm, injury, property damage, or environmental degradation.
- Risk: The quantitative measure of the likelihood (frequency or probability) that a hazard will result in an adverse event, combined with the severity (consequence) of that event.
Quantitative Risk Assessment and Risk Matrices
Engineers use Risk Evaluation Matrices to standardize risk classification, prioritize corrective action budgets, and guide system redesign.
Qualitative Severity and Probability Categorization
-
Severity Classification Categories:
- Catastrophic (Category I): Death, total system loss, severe environmental disaster.
- Critical (Category II): Severe injury, major facility damage, significant environmental release.
- Marginal (Category III): Minor injury, minor system damage, controllable release.
- Negligible (Category IV): Less than minor injury, minimal system impact.
-
Probability Classification Categories:
- Frequent (Level A): High probability of continuous or repeated occurrence ($P > 10^{-1}$ per year).
- Probable (Level B): Likely to occur several times in system life ($10^{-2} < P \le 10^{-1}$).
- Occasional (Level C): Likely to occur at least once in system life ($10^{-3} < P \le 10^{-2}$).
- Remote (Level D): Unlikely but possible to occur ($10^{-6} < P \le 10^{-3}$).
- Improbable (Level E): Highly unlikely ($P \le 10^{-6}$).
Standard 4x4 Risk Matrix Structure
| Probability / Frequency | Catastrophic (I) | Critical (II) | Marginal (III) | Negligible (IV) |
|---|---|---|---|---|
| Frequent (A) | High Risk (Unacceptable) | High Risk (Unacceptable) | Medium Risk | Low Risk |
| Probable (B) | High Risk (Unacceptable) | High Risk (Unacceptable) | Medium Risk | Low Risk |
| Occasional (C) | High Risk (Unacceptable) | Medium Risk | Low Risk | Low Risk |
| Remote (D) | Medium Risk | Low Risk | Low Risk | Low Risk |
Worked Engineering Problem 1: Quantitative Expected Risk Loss Analysis
Problem Statement:
An oil refinery is evaluating two alternative overpressure protection designs for a high-pressure hydrocracker vessel:
- Design Option A (Single Relief Valve): Probability of catastrophic overpressure failure $P_A = 2.0 \times 10^{-3}$ failures/year. Financial loss given failure $C_A = $10,000,000$.
- Design Option B (Redundant Relief Valves + Rupture Disk): Probability of failure $P_B = 1.5 \times 10^{-5}$ failures/year. Initial capital cost for Option B is $$150,000$. Financial loss given failure $C_B = $10,000,000$.
- Calculate the annual expected risk financial loss for Design Option A and Design Option B.
- Determine the net annual financial savings achieved by implementing Option B.
- Calculate the simple payback period for investing in Design Option B.
Solution:
Step 1: Calculate annual expected risk loss ($R = P \times C$).
- For Design Option A:
- For Design Option B:
Step 2: Calculate net annual risk reduction savings.
Step 3: Calculate simple payback period.
Conclusion: Upgrading to redundant protection reduces risk by over $99%$, providing a strong engineering safety and financial justification.
System Safety Engineering Methods (FTA, ETA, FMEA, HAZOP, JSA)
FE Other Disciplines questions heavily test the identification and quantitative application of system safety analysis methodologies.
Comparison of System Safety Analysis Methodologies
| Methodology | Type | Direction | Logic / Structure | Typical Engineering Application |
|---|---|---|---|---|
| Fault Tree Analysis (FTA) | Deductive | Top-Down | Boolean Logic Gates (AND / OR) | Major system failure risk quantification |
| Event Tree Analysis (ETA) | Inductive | Bottom-Up | Binary Decision Tree Branches | Post-initiating event safety mitigation pathways |
| Failure Mode & Effects (FMEA) | Inductive | Bottom-Up | Tabulated Risk Priority Number (RPN) | Mechanical & electronic component failure modes |
| Hazard & Operability (HAZOP) | Qualitative | Process-Based | Guide Words + Process Parameters | Chemical & process piping flow deviations |
| Job Safety Analysis (JSA) | Operational | Task-Based | Step-by-Step Task Breakdown | Construction & maintenance safety protocols |
Fault Tree Analysis (FTA) Quantitative Rules
Fault Tree Analysis evaluates how combinations of lower-level component failures (basic events) lead to a specific unwanted Top Event.
AND Gate (All must occur) OR Gate (Any single event occurs)
┌───┐ ┌───┐
│ │ │ │
└───┘ └───┘
/ \\ /
[A] [B] [A] [B]
P = P(A) * P(B) P = 1 - (1-P(A))(1-P(B))
1. AND Gate (Redundant / Joint Requirement)
An AND gate output occurs only if all input events occur simultaneously. For $n$ independent input events with failure probabilities $P_1, P_2, \dots, P_n$:
2. OR Gate (Single Point / Alternative Failure)
An OR gate output occurs if at least one input event occurs. For $n$ independent input events:
For small probabilities ($P_i \ll 0.1$), the rare-event approximation yields: $P_{\text{OR}} \approx \sum_{i=1}^{n} P_i$.
Failure Mode and Effects Analysis (FMEA) and Risk Priority Number
FMEA tabulates potential component failure modes and quantifies risk using the Risk Priority Number (RPN):
- Severity ($S$): Rating from 1 (negligible effect) to 10 (catastrophic failure without warning).
- Occurrence ($O$): Rating from 1 (extremely unlikely frequency) to 10 (inevitable failure).
- Detection ($D$): Rating from 1 (certain detection before reaching user) to 10 (no mechanism to detect defect prior to failure).
- RPN values range from 1 to 1,000. Higher RPN values dictate mandatory engineering redesign.
Hazard and Operability Study (HAZOP) Guide Words
HAZOP applies systematic Guide Words to process design parameters (Flow, Temperature, Pressure, Level, Viscosity) to identify potential operational deviations:
| HAZOP Guide Word | Meaning | Example Process Deviation |
|---|---|---|
| NO / NONE | Complete negation of design intent | No cooling water flow to reactor jacket |
| MORE / HIGH | Quantitative increase in parameter | High pressure in distillation column |
| LESS / LOW | Quantitative decrease in parameter | Low acid feed rate to neutralization tank |
| AS WELL AS | Qualitative addition of extra phase/substance | Entrained air in centrifugal pump suction |
| PART OF | Qualitative reduction (missing component) | Missing inhibitor in monomer storage |
| REVERSE | Logical opposite of design intent | Backflow of product into chemical feed line |
| OTHER THAN | Complete substitution | Incorrect chemical solvent added to vessel |
Worked Engineering Problem 2: Multi-Gate Fault Tree Logic Calculation
Problem Statement:
A emergency backup cooling system for a nuclear research reactor operates as shown in the system logic description below:
- The Top Event is "Loss of Emergency Cooling Water Flow".
- Loss of flow occurs if Pump System Fails OR Emergency Power Fails (connected via an OR Gate).
- The Pump System consists of two redundant active pumps ($P_1$ and $P_2$) operating in parallel; the Pump System fails only if both Pump 1 and Pump 2 fail (connected via an AND Gate).
- The basic event failure probabilities over a 1,000-hour mission are:
- $P(P_1) = 0.04$
- $P(P_2) = 0.04$
- $P(\text{Power}) = 0.02$
Calculate the exact probability of the Top Event ($P_{\text{Top}}$).
Solution:
Step 1: Compute failure probability of the Pump System ($P_{\text{pumps}}$).
Since Pump 1 and Pump 2 are joined by an AND gate:
Step 2: Combine Pump System failure and Power failure via OR gate.
Using the exact Boolean probability formula for independent events under an OR gate:
Conclusion: The probability of loss of cooling water flow during the mission is $0.021568$ (or $2.16%$).
Federal Environmental Regulations: Hazardous Waste (RCRA & CERCLA)
Environmental engineering compliance on the FE exam focuses on major U.S. federal environmental statutes administered by the U.S. Environmental Protection Agency (EPA).
Resource Conservation and Recovery Act (RCRA)
Passed in 1976, RCRA regulates active hazardous waste generation, transportation, treatment, storage, and disposal. Its primary mandate is establishing "Cradle-to-Grave" tracking of hazardous waste using mandatory Uniform Hazardous Waste Manifests.
Definition and Classification of RCRA Hazardous Wastes
A solid material is classified as a RCRA Hazardous Waste if it is not specifically excluded and meets either Listed Waste or Characteristic Waste criteria:
-
Listed Wastes:
- F-List: Wastes from non-specific industrial sources (e.g., spent halogenated degreasing solvents).
- K-List: Wastes from specific industrial sectors (e.g., petroleum refining sludge).
- P-List & U-List: Discarded commercial chemical products in unused pure form ($P = \text{acutely hazardous}$; $U = \text{toxic}$).
-
Characteristic Wastes (D-List):
| RCRA Characteristic | Code | Physical / Chemical Definition Threshold |
|---|---|---|
| Ignitability | D001 | Liquid with flash point $< 60^\circ\text{C}$ ($140^\circ\text{F}$); ignitable non-liquid; oxidizer |
| Corrosivity | D002 | Aqueous liquid with $\text{pH} \le 2.0$ or $\text{pH} \ge 12.5$; corrodes steel $> 6.35\ \text{mm/yr}$ |
| Reactivity | D003 | Unstable; reacts violently with water; generates toxic cyanides/sulfides; explosive |
| Toxicity | D004-D043 | Leachate concentration exceeds thresholds in Toxicity Characteristic Leaching Procedure (TCLP) |
RCRA HAZARDOUS WASTE CLASSIFICATION
│
┌─────────────────────┴─────────────────────┐
▼ ▼
LISTED WASTES CHARACTERISTIC WASTES
(F, K, P, U Lists) (D001 - D043)
• F: Non-specific process • Ignitability (flashpoint < 60°C)
• K: Specific industry • Corrosivity (pH <= 2 or >= 12.5)
• P: Acutely toxic commercial • Reactivity (unstable / explosive)
• U: Toxic commercial chemical • Toxicity (TCLP test threshold)
Comprehensive Environmental Response, Compensation, and Liability Act (CERCLA / Superfund)
Enacted in 1980, CERCLA (commonly called Superfund) addresses historical, abandoned, or inactive hazardous waste sites.
Key Provisions of CERCLA:
- National Priorities List (NPL): EPA's prioritized list of contaminated sites requiring long-term remedial cleanup.
- Reportable Quantities (RQ): Immediate notification to the National Response Center (NRC) is mandated if a release of a hazardous substance equals or exceeds its chemical-specific RQ within 24 hours.
- Potentially Responsible Parties (PRPs): Generates liability for past and current site owners, operators, waste generators, and transporters.
- Liability Structure: Enforces Strict, Joint, and Several, and Retroactive Liability:
- Strict Liability: Liability imposed regardless of fault or negligence.
- Joint and Several Liability: Any single PRP can be held liable for $100%$ of total cleanup costs, regardless of their individual contribution fraction.
- Retroactive Liability: Applies to waste disposal actions performed before CERCLA was enacted in 1980.
Air & Water Quality Statutes: Clean Air Act, Clean Water Act, SDWA
Clean Air Act (CAA)
The Clean Air Act regulates stationary and mobile sources of air pollution.
1. National Ambient Air Quality Standards (NAAQS)
Under Title I of the CAA, EPA establishes primary (public health) and secondary (public welfare) standards for 6 Criteria Air Pollutants:
| Criteria Pollutant | Chemical Formula | Key Source & Environmental Impact |
|---|---|---|
| Carbon Monoxide | $\text{CO}$ | Incomplete combustion; binds hemoglobin reducing $O_2$ transport |
| Lead | $\text{Pb}$ | Metal processing, aviation fuel; neurotoxic bioaccumulator |
| Nitrogen Dioxide | $\text{NO}_2$ | High-temp combustion; acid rain precursor, ground-level $O_3$ formation |
| Ozone (Ground-Level) | $\text{O}_3$ | Photochemical reaction of $\text{NO}_x$ + VOCs + Sunlight; respiratory irritant |
| Particulate Matter | $\text{PM}{2.5} / \text{PM}{10}$ | Dust, soot, combustion; fine particles ($\le 2.5\ \mu\text{m}$) penetrate deep alveoli |
| Sulfur Dioxide | $\text{SO}_2$ | Coal/oil combustion; acid rain ($\text{H}_2\text{SO}_4$) precursor, severe pulmonary distress |
2. Hazardous Air Pollutants (HAPs) and NESHAP
- The CAA lists 187 Hazardous Air Pollutants (HAPs) (toxic compounds such as benzene, formaldehyde, asbestos, vinyl chloride) regulated under National Emission Standards for Hazardous Air Pollutants (NESHAP).
- Major stationary industrial sources must apply Maximum Achievable Control Technology (MACT).
- Title V Operating Permits: Mandated for major sources emitting $> 100 \text{ tons/year}$ of criteria pollutants or $> 10 \text{ tons/year}$ of any single HAP.
Clean Water Act (CWA)
The Clean Water Act regulates pollutant discharges into "Waters of the United States" (WOTUS).
Key CWA Regulatory Mechanisms:
- NPDES Permits: The National Pollutant Discharge Elimination System (NPDES) prohibits any point source discharge of pollutants into navigable surface waters without an EPA/state permit.
- Point Source vs. Non-Point Source:
- Point Source: Any discernible, confined, and discrete conveyance (e.g., pipe, ditch, channel, tunnel, vessel discharge).
- Non-Point Source: Diffuse agricultural runoff, urban stormwater runoff, unchanneled rainfall.
- Effluent Limitations & Water Quality Parameters: Sets discharge caps on 5-day Biochemical Oxygen Demand ($\text{BOD}_5$), Total Suspended Solids ($\text{TSS}$), pH, and oil/grease.
- Publicly Owned Treatment Works (POTWs): Municipal wastewater facilities receiving industrial pre-treatment discharges.
Safe Drinking Water Act (SDWA)
The Safe Drinking Water Act protects public drinking water supply systems serving $\ge 25$ people or $\ge 15$ service connections year-round.
| SDWA Threshold Metric | Abbreviation | Enforceability & Standard Definition |
|---|---|---|
| Maximum Contaminant Level | MCL | Legally Enforceable maximum concentration in public water systems |
| Maximum Contaminant Level Goal | MCLG | Non-enforceable health goal at which no known adverse effect occurs (MCLG = 0 for carcinogens) |
Worked Engineering Problem 3: FMEA Risk Priority Number and Mitigation Threshold
Problem Statement:
An engineering risk team performs an FMEA on an automated robotic welding cell. For the failure mode "Welding Torch Cable Insulation Breakdown Causing Arc Short Circuit", the team assigns initial ratings:
- Severity ($S$) = 8 (severe electrical fire hazard and equipment destruction).
- Occurrence ($O$) = 6 (frequent cable flexing leads to high failure rate).
- Detection ($D$) = 7 (no automatic electrical leak detection; relies on visual smoke detection).
- Calculate the initial Risk Priority Number ($\text{RPN}_{\text{initial}}$).
- If plant safety policy mandates engineering mitigation for any failure mode with $\text{RPN} > 120$, determine if corrective action is required.
- The engineering team installs an inline ground-fault circuit interrupter (GFCI) and current-monitoring relay, improving the Detection rating to $D = 2$. Calculate the updated $\text{RPN}_{\text{mitigated}}$ and evaluate compliance.
Solution:
Step 1: Calculate initial RPN.
Step 2: Evaluate mitigation requirement.
Since $\text{RPN}_{\text{initial}} = 336 > 120$, mandatory engineering intervention is required.
Step 3: Calculate mitigated RPN.
Conclusion: The engineering control drops the RPN to $96 \le 120$, satisfying company risk standards.
A safety system fails if two independent primary redundant pumps both fail (connected via an AND gate) OR if the emergency power generator fails (connected via an OR gate). The probability of failure for each pump is 0.05, and the probability of generator failure is 0.01. Assuming all events are independent, what is the total system failure probability P_sys?
An industrial aqueous liquid waste stream generated from a metal plating facility has a measured pH of 1.5. Under the Resource Conservation and Recovery Act (RCRA), which hazardous waste characteristic does this waste exhibit?
In a Failure Mode and Effects Analysis (FMEA) for a chemical reactor pressure relief valve, an engineer assigns a Severity rating of 8 (critical consequences), an Occurrence rating of 4 (infrequent failure), and a Detection rating of 5 (moderate likelihood of detection prior to failure). What is the calculated Risk Priority Number (RPN)?
Which set of environmental pollutants represents National Ambient Air Quality Standards (NAAQS) criteria pollutants regulated under Title I of the Clean Air Act?