Özellik Tahmin Edici

AdEndpoint distance for confined vapor cloud explosion (Multi-energy model)
ÖzellikEndpoint Distance
TürFonksiyon
Fonksiyon
// Calculate energy of blast (3.5 Mj/m3 is an average for most hydrocarbons)
$E = [VCVo:m3] * 3.5e6;
// Calculate scaled pressure
$Ps1 = [ePd:Pa] / [PA:Pa];
// Calculate scaled distance (for class 10)
$r1 = max(0.4096 * pow($Ps1, -0.859), 0.6829 * pow($Ps1, -0.414));
// Calculate explosion radius
$r = $r1 * pow($E / [PA:Pa], 1/3);
// Return
return $r;
Birimm
Geçerlilik KoşullarıSubstance Type: Flammable; Vapor Cloud Explosion Model: Multienergy; Fire/Explosion Event: Vapor Cloud Explosion
ÖncelikOtomatik
Devre DışıHayır
ReferanslarTNO, "Methods for the calculation of physical effects due to releases of hazardous materials (liquids and gases)", 2005
Notlar

See equations 5.2 - 5.3 and figure 5.8A in section 5.5.1 (p. 5.35-5.38).

ErişimGenel
Yaratılma: Serkan GIRGIN, 10/04/2017 15:29:08 – Güncelleme: Amos NECCI, 21/12/2021 13:13:23

Risk Değerlendirmesi

Doğal Afetler

Endüstriyel Tesisler

Bilimsel

Kullanıcılar