Property Estimator

NamePool area from released volume, effective dike area and volume, and minimum pool depth
PropertyPool Area
TypeFunction
Function
if ([Vr:m3] <= [VDe:m3]) {
  $A = [Vr:m3]/[hPm:m];
  if ($A <= [ADe:m2]) {
    return $A;
  } else {
    return [ADe:m2];
  }
} else {
  $V = [Vr:m3]-[VDe:m3];
  $A = $V/[hPm:m];
  return [ADe:m2]+$A;
}
Unitm2
Validity ConditionsRelease State: Liquid; Released Volume: > 0 m3
Precedence5
DisabledNo
ReferencesU.S. EPA, "Risk Management Program Guidance for Offsite Consequence Analysis", 1999
AccessPublic
Created: Serkan GIRGIN, 2012/09/10 12:36:41 – Updated: Serkan GIRGIN, 2013/12/13 04:53:01

Risk Assessment

Natural Hazards

Industrial Plants

Scientific

Users