_PROPERTY_ESTIMATOR

NomStoichiometric concentration from chemical formula
PropriétéStoichiometric Concentration
TypeFonction
Fonction
$tokens = [
  'c' => 'C',
  'h' => 'H',
  'm' => 'O',
  'x' => 'Cl|Br|F'
];
$vars = [];
foreach ($tokens as $key => $token) {
  if (!preg_match('/(' . $token . ')([' . '^A-Z]*)([' . 'A-Z]|$)/', [!substance_formula], $matches)) continue;
  $vars[$key] = !$matches[2] ? 1 : (is_numeric($matches[2]) ? intval($matches[2]) : 0);
}
$val = 100 / (1 + 4.773 * ($vars['c'] + ($vars['h'] - $vars['x'] - 2 * $vars['m']) / 4));
return $val > 0 ? $val : NULL;
Unité%v
Conditions de validitéSubstance Type: Flammable
Priorité1
DésactivéNo
RéférencesJoseph M. Kuchta, "Investigation of Fire and Explosion Accidents in the Chemical, Mining, and Fuel-Related Industries - A Manual", 1985
AccèsPublic
Créé: Serkan GIRGIN, 10/04/2017 14:17:23 – Mis à jour: Serkan GIRGIN, 26/04/2017 15:00:15

Évaluation des risques

Risques naturels

Installations industrielles

Scientifique

Utilisateurs